Uses of Class
net.obvj.confectory.util.ObjectFactory
-
Packages that use ObjectFactory Package Description net.obvj.confectory.mapper This package groups theMapperinterface and its implementations, as well as auxiliary classes.net.obvj.confectory.settings Classes for settings that are particularly related to the Confectory project.net.obvj.confectory.util Utility classes in general. -
-
Uses of ObjectFactory in net.obvj.confectory.mapper
Constructors in net.obvj.confectory.mapper with parameters of type ObjectFactory Constructor Description INIToObjectMapper(Class<T> targetType, ObjectFactory objectFactory)Builds a newINIToObjectMapperwith the specified target type and a custom object factory.PropertiesToObjectMapper(Class<T> targetType, ObjectFactory objectFactory)Builds a new Properties Mapper with the specified target type and a custom object factory. -
Uses of ObjectFactory in net.obvj.confectory.settings
Methods in net.obvj.confectory.settings that return ObjectFactory Modifier and Type Method Description ObjectFactoryConfectorySettings. getObjectFactory()Methods in net.obvj.confectory.settings with parameters of type ObjectFactory Modifier and Type Method Description voidConfectorySettings. setObjectFactory(ObjectFactory objectFactory)Defines theObjectFactoryto produce new objects. -
Uses of ObjectFactory in net.obvj.confectory.util
Methods in net.obvj.confectory.util that return ObjectFactory Modifier and Type Method Description static ObjectFactoryObjectFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectFactory[]ObjectFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.obvj.confectory.util with parameters of type ObjectFactory Modifier and Type Method Description static ObjectPropertyUtils. parseValue(String string, Class<?> targetType, Property property, ObjectFactory objectFactory)Parse the specified value into an object of the specified type.static ObjectPropertyUtils. parseValue(String string, Field field, ObjectFactory objectFactory)Parse the specified value into an object based on the field type.
-