-
public final class ObjectMappingKt
-
-
Method Summary
Modifier and Type Method Description final ObjectMapper.FactoryobjectMapperFactory()Get an object mapper factory with standard capabilities and settings, except for the added ability to interpret data clasess with a dataClassFieldDiscoverer. final FieldDiscoverer<?>dataClassFieldDiscoverer()Get a field discoverer that can determine field information from data classes. final <T extends Any> ObjectMapper<T>objectMapper()Get an object mapper for the type T using the default object mapper factory final <T extends Any> UnittoNode(T $self, ConfigurationNode target)Get an object mapper bound to the instance of T, resolving type parameters -
-
Method Detail
-
objectMapperFactory
final 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 FieldDiscoverer<?> dataClassFieldDiscoverer()
Get a field discoverer that can determine field information from data classes.
-
objectMapper
final <T extends Any> ObjectMapper<T> objectMapper()
Get an object mapper for the type T using the default object mapper factory
-
-
-
-