| Interface | Description |
|---|---|
| Converter<T> |
Interface for type converters.
|
| ConverterFactory |
Interface for converter factories
A converter factory can be used to provider
Converters for several types instead of using
the Parameter.converter() annotation parameter for each class field. |
| Repository |
Interface for configuration repositories
|
| Validator<T> |
Interface for parameter validators
|
| Class | Description |
|---|---|
| DefaultConverterFactory |
ConverterFactory for holding the default Converter classes. |
| JadConfig |
The main class for JadConfig.
|
| ReflectionUtils |
Reflection related helper class.
|
| Strings |
Utility functions for
String |
| TypeReference<T> |
References a generic type.
|
| Exception | Description |
|---|---|
| ParameterException |
This exception indicates an error while processing a configuration parameter.
|
| RepositoryException |
This exception indicates that an error occurred while using a
Repository. |
| ValidationException |
This exception indicates that a configuration parameter's value couldn't be validated successfully by a
Validator |
| Annotation Type | Description |
|---|---|
| Parameter |
Annotation to mark a configuration parameter in a configuration bean
|
| ValidatorMethod |
Annotation marking the validator methods in a configuration bean to facilitate more complex checks
|
Copyright © 2022. All rights reserved.