| Class | Description |
|---|---|
| BooleanConfigType<T> |
A config type for boolean values.
|
| ConfigType<R,S,T extends SerializableType<S>> |
A
ConfigType contains serializable information describing
a data type as well as the information necessary to convert a serialized
value of that type to a friendlier runtime type. |
| ConfigTypes | |
| EnumConfigType<T> |
A
ConfigType for a finite set of values. |
| ListConfigType<R,E> |
A
ConfigType for collections of values. |
| MapConfigType<R,V> |
A
ConfigType for mappings between a key type and a value type. |
| NumberConfigType<T> |
A
ConfigType for numeric ranges. |
| RecordConfigType<R> |
A
ConfigType for fixed heterogeneous records. |
| StringConfigType<T> |
A
ConfigType for regex-defined string values. |