Package eu.woolplatform.utils
-
Interface Summary Interface Description AppComponentAttributeMapping<T> An attribute mapping can be added toAppComponentsto register custom attribute types. -
Class Summary Class Description AppComponents This class defines a set of application-wide components.CurrentIterator<T> This iterator can return the current element rather than the next element as a normal iterator does.DataFormatter This class can format maps, lists and primitives (boolean, number, string).ReferenceParameter<T> ReflectionUtils This class contains utility methods related to Java reflection.StringEscape This class can resolve escaped characters in a string and it can replace special characters with escaped characters.ValueIterator -
Annotation Types Summary Annotation Type Description AppComponent This annotation can be added to a class to indicate that it can be defined as an application-wide component inAppComponents.