Package net.obvj.confectory.util
Utility classes in general.
- Since:
- 0.1.0
-
Interface Summary Interface Description TypeConverter<T> This interface defines the contract for classes that know how to convert a String into some domain object. -
Class Summary Class Description ConfigurationComparator A comparison function forConfigurationobjects.DateUtils Common methods for working with dates.Exceptions Shorthands creating exceptions with a formatted message.PropertyUtils Common methods for working with thePropertyannotation.ReflectionUtils Common methods for working with reflections.StringUtils Common methods for working with strings.TypeFactory A class that contains built-in parsers from string into common object types, typically for Reflection purposes.UnsafeAccessor A class that allows to get access tosun.misc.Unsafe.XMLUtils Common methods for working with XML. -
Enum Summary Enum Description ObjectFactory A factory that encapsulates the logic to reflectively produce new objects depending on the desired strategy. -
Exception Summary Exception Description ParseException A specialized runtime exception that signals that an error has been reached unexpectedly while parsing. -
Annotation Types Summary Annotation Type Description 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.