| Class | Description |
|---|---|
| CharTypeFactory | |
| CommaSeparatedStringListStringify | |
| CommaSeparatedStringListTypeFactory | |
| ConstructorTypeFactory |
A factory that builds a type by invoking its constructor, supplying the
string value as a parameter.
|
| DateFactory | |
| DateStringify | |
| EntityStringify | |
| EnumClassFactory | |
| EnumClassStringify | |
| IntegerListStringify | |
| IntegerListTypeFactory | |
| MethodTypeStringify |
A stringifier that converts a type to a string by invoking a method
on it and converting the result directly to a string.
|
| PrimitiveTypeStringify | |
| StaticTypeFactory |
A factory that builds a type by invoking a static method, supplying
the string value as a parameter.
|
| StringListStringify | |
| StringListTypeFactory | |
| TypeFactory |
A class that gets a configuration type by retrieving a string value
from the configuration and then building the appropriate type from
that string.
|
| TypeStringify |
A class that sets a configuration type by converting the type to a
string and then setting the configuration property.
|
| UuidTypeFactory |
| Annotation Type | Description |
|---|---|
| Factory |
Annotation that identifies how to create a type from a string.
|
| Stringify |
Annotation that identifies how to convert a type to a string.
|