Package org.apache.camel.model.validator
Class CustomValidatorDefinition
java.lang.Object
org.apache.camel.model.validator.ValidatorDefinition
org.apache.camel.model.validator.CustomValidatorDefinition
Represents a CustomValidator. One of the bean reference (ref) or fully qualified class name (className) of the custom
Validator needs to be specified. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()voidsetClassName(String className) Set a class name of theValidatorvoidSet a bean reference of theValidatorMethods inherited from class org.apache.camel.model.validator.ValidatorDefinition
getType, setType, setType
-
Constructor Details
-
CustomValidatorDefinition
public CustomValidatorDefinition()
-
-
Method Details
-
getRef
-
setRef
Set a bean reference of theValidator -
getClassName
-
setClassName
Set a class name of theValidator
-