Class ProxyEmbodimentStrategy
- java.lang.Object
-
- org.geysermc.configutils.node.codec.strategy.object.ProxyEmbodimentStrategy
-
- All Implemented Interfaces:
EmbodimentStrategy<java.lang.Object,java.util.Map<java.lang.String,java.lang.Object>>,ObjectEmbodimentStrategy
public final class ProxyEmbodimentStrategy extends java.lang.Object implements ObjectEmbodimentStrategy
-
-
Constructor Summary
Constructors Constructor Description ProxyEmbodimentStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>disembody(java.lang.Object embodiment)java.lang.Objectembody(java.lang.reflect.AnnotatedType type, java.util.Map<java.lang.String,java.lang.Object> input)
-
-
-
Method Detail
-
embody
public java.lang.Object embody(java.lang.reflect.AnnotatedType type, java.util.Map<java.lang.String,java.lang.Object> input)- Specified by:
embodyin interfaceEmbodimentStrategy<java.lang.Object,java.util.Map<java.lang.String,java.lang.Object>>
-
disembody
public java.util.Map<java.lang.String,java.lang.Object> disembody(java.lang.Object embodiment)
- Specified by:
disembodyin interfaceEmbodimentStrategy<java.lang.Object,java.util.Map<java.lang.String,java.lang.Object>>
-
-