Uses of Class
org.apache.camel.component.extension.verifier.OptionsGroup
Packages that use OptionsGroup
-
Uses of OptionsGroup in org.apache.camel.component.extension.verifier
Methods in org.apache.camel.component.extension.verifier that return OptionsGroupModifier and TypeMethodDescriptionAdds a option definition to this group.Adds a number of option definitions to this group.static OptionsGroupCreates new group with the specified name of the givenEnumname.static OptionsGroupCreates 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 OptionsGroupModifier and TypeMethodDescriptionstatic 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 OptionsGroupModifier and TypeMethodDescriptionstatic 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).