Uses of Class
org.apache.bval.jsr.xml.ValidatedByType
-
Packages that use ValidatedByType Package Description org.apache.bval.jsr.metadata org.apache.bval.jsr.xml -
-
Uses of ValidatedByType in org.apache.bval.jsr.metadata
Constructor parameters in org.apache.bval.jsr.metadata with type arguments of type ValidatedByType Constructor Description XmlValidationMappingProvider(Map<Class<? extends Annotation>,ValidatedByType> validatorMappings, Function<String,String> classNameTransformer) -
Uses of ValidatedByType in org.apache.bval.jsr.xml
Fields in org.apache.bval.jsr.xml declared as ValidatedByType Modifier and Type Field Description protected ValidatedByTypeConstraintDefinitionType. validatedByMethods in org.apache.bval.jsr.xml that return ValidatedByType Modifier and Type Method Description ValidatedByTypeObjectFactory. createValidatedByType()Create an instance ofValidatedByTypeValidatedByTypeConstraintDefinitionType. getValidatedBy()Gets the value of the validatedBy property.Methods in org.apache.bval.jsr.xml with parameters of type ValidatedByType Modifier and Type Method Description voidConstraintDefinitionType. setValidatedBy(ValidatedByType value)Sets the value of the validatedBy property.
-