Class ObjectMapper.FieldData
java.lang.Object
ninja.leaping.configurate.objectmapping.ObjectMapper.FieldData
- Enclosing class:
- ObjectMapper<T>
protected static class ObjectMapper.FieldData extends Object
Holder for field-specific information
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description void
deserializeFrom(Object instance, ConfigurationNode node)
void
serializeTo(Object instance, ConfigurationNode node)
-
Constructor Details
-
FieldData
- Throws:
ObjectMappingException
-
FieldData
-
-
Method Details
-
deserializeFrom
- Throws:
ObjectMappingException
-
serializeTo
- Throws:
ObjectMappingException
-