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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deserializeFrom(Object instance, ConfigurationNode node)
void
serializeTo(Object instance, ConfigurationNode node)
-
-
-
Constructor Detail
-
FieldData
public FieldData(Field field, String comment) throws ObjectMappingException
- Throws:
ObjectMappingException
-
-
Method Detail
-
deserializeFrom
public void deserializeFrom(Object instance, ConfigurationNode node) throws ObjectMappingException
- Throws:
ObjectMappingException
-
serializeTo
public void serializeTo(Object instance, ConfigurationNode node) throws ObjectMappingException
- Throws:
ObjectMappingException
-
-