Uses of Package
net.obvj.confectory.util
-
Packages that use net.obvj.confectory.util 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. -
Classes in net.obvj.confectory.util used by net.obvj.confectory.mapper Class Description ObjectFactory A factory that encapsulates the logic to reflectively produce new objects depending on the desired strategy. -
Classes in net.obvj.confectory.util used by net.obvj.confectory.settings Class Description ObjectFactory A factory that encapsulates the logic to reflectively produce new objects depending on the desired strategy. -
Classes in net.obvj.confectory.util used by net.obvj.confectory.util Class Description ObjectFactory A factory that encapsulates the logic to reflectively produce new objects depending on the desired strategy.ParseException A specialized runtime exception that signals that an error has been reached unexpectedly while parsing.Property Marker annotation that can be used to indicate that an object field shall be associated with the property key defined by the annotation value.TypeConverter This interface defines the contract for classes that know how to convert a String into some domain object.