Class ObjectMapper<T>

java.lang.Object
ninja.leaping.configurate.objectmapping.ObjectMapper<T>
Type Parameters:
T - The type to work with

public class ObjectMapper<T>
extends Object
This is the object mapper. It handles conversion between configuration nodes and fields annotated with Setting in objects. Values in the node not used by the mapped object will be preserved.