Class 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.