Class ObjectMappingKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static ObjectMapper.Factory objectMapperFactory() Get an object mapper factory with standard capabilities and settings, except for the added ability to interpret data clasess with a dataClassFieldDiscoverer.
      final static FieldDiscoverer<?> dataClassFieldDiscoverer() Get a field discoverer that can determine field information from data classes.
      final static <T extends Any> ObjectMapper<T> objectMapper() Get an object mapper for the type T using the default object mapper factory
      final static <T extends Any> Unit toNode(T $self, ConfigurationNode target) Get an object mapper bound to the instance of T, resolving type parameters
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • objectMapperFactory

         final static ObjectMapper.Factory objectMapperFactory()

        Get an object mapper factory with standard capabilities and settings, except for the added ability to interpret data clasess with a dataClassFieldDiscoverer.

      • dataClassFieldDiscoverer

         final static FieldDiscoverer<?> dataClassFieldDiscoverer()

        Get a field discoverer that can determine field information from data classes.

      • objectMapper

         final static <T extends Any> ObjectMapper<T> objectMapper()

        Get an object mapper for the type T using the default object mapper factory

      • toNode

         final static <T extends Any> Unit toNode(T $self, ConfigurationNode target)

        Get an object mapper bound to the instance of T, resolving type parameters