Uses of Class
org.apache.camel.component.extension.verifier.OptionsGroup
-
Packages that use OptionsGroup Package Description org.apache.camel.component.extension.verifier Verifier component extension -
-
Uses of OptionsGroup in org.apache.camel.component.extension.verifier
Methods in org.apache.camel.component.extension.verifier that return OptionsGroup Modifier and Type Method 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 givenEnum
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.Methods in org.apache.camel.component.extension.verifier with parameters of type OptionsGroup Modifier and Type Method Description static List<org.apache.camel.component.extension.ComponentVerifierExtension.VerificationError>
ResultErrorHelper. requiresAny(Map<String,Object> parameters, OptionsGroup... groups)
Validates that the given parameters satisfy any grouped options (OptionsGroup
).Method parameters in org.apache.camel.component.extension.verifier with type arguments of type OptionsGroup Modifier and Type Method Description static List<org.apache.camel.component.extension.ComponentVerifierExtension.VerificationError>
ResultErrorHelper. requiresAny(Map<String,Object> parameters, Collection<OptionsGroup> groups)
Validates that the given parameters satisfy any grouped options (OptionsGroup
).
-