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 OptionsGroupOptionsGroup. option(String option)Adds a option definition to this group.OptionsGroupOptionsGroup. options(String... options)Adds a number of option definitions to this group.static OptionsGroupOptionsGroup. withName(Enum<?> enumItem)Creates new group with the specified name of the givenEnumname.static OptionsGroupOptionsGroup. withName(String name)Creates new group with the specified name.static OptionsGroupOptionsGroup. 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).
-