| Interface | Description |
|---|---|
| Enumerator | Deprecated
Use
Enumerator instead |
| Validator |
Validator for parameters values
|
| Class | Description |
|---|---|
| AbstractParameterParser<P extends Parameter<T>,T extends Enum<T>> | Deprecated
Use
ElementDefinitionParser instead |
| DefaultValidator |
This default implementation validates the following configurable stuff:
mandatory: check the parameter is set
regexp: check the string parameter matches a regexp
|
| Errors |
Errors structure to populate on validation.
|
| Parameter<T extends Enum<T>> | Deprecated
use ElementDefinition instead
|
| ParameterHelper | Deprecated
All of this helper methods are now in the new Parameter API classes
|
| StaticEnumerator | Deprecated
Use
StaticEnumerator instead |
| Enum | Description |
|---|---|
| ParameterHelper.ParameterType | Deprecated
Use
ElementType |