Package | Description |
---|---|
org.apache.camel.component.extension.verifier |
Verifier component extension
|
Modifier and Type | Method and Description |
---|---|
OptionsGroup |
OptionsGroup.option(String option)
Adds a option definition to this group.
|
OptionsGroup |
OptionsGroup.options(String... options)
Adds a number of option definitions to this group.
|
static OptionsGroup |
OptionsGroup.withName(Enum<?> enumItem)
Creates new group with the specified name of the given
Enum name. |
static OptionsGroup |
OptionsGroup.withName(String name)
Creates new group with the specified name.
|
static OptionsGroup |
OptionsGroup.withNameAndOptions(String name,
String... options)
Creates new group with the specified name and option definitions.
|
Modifier and Type | Method and Description |
---|---|
static List<ComponentVerifierExtension.VerificationError> |
ResultErrorHelper.requiresAny(Map<String,Object> parameters,
OptionsGroup... groups)
Validates that the given parameters satisfy any grouped options
(
OptionsGroup ). |
Modifier and Type | Method and Description |
---|---|
static List<ComponentVerifierExtension.VerificationError> |
ResultErrorHelper.requiresAny(Map<String,Object> parameters,
Collection<OptionsGroup> groups)
Validates that the given parameters satisfy any grouped options
(
OptionsGroup ). |
Apache Camel