Uses of Class
org.apache.bval.jsr.xml.ConstraintMappingsType
-
Packages that use ConstraintMappingsType Package Description org.apache.bval.jsr.metadata org.apache.bval.jsr.xml -
-
Uses of ConstraintMappingsType in org.apache.bval.jsr.metadata
Constructors in org.apache.bval.jsr.metadata with parameters of type ConstraintMappingsType Constructor Description XmlBuilder(ApacheValidatorFactory validatorFactory, ConstraintMappingsType constraintMappings) -
Uses of ConstraintMappingsType in org.apache.bval.jsr.xml
Methods in org.apache.bval.jsr.xml that return ConstraintMappingsType Modifier and Type Method Description ConstraintMappingsTypeObjectFactory. createConstraintMappingsType()Create an instance ofConstraintMappingsTypeMethods in org.apache.bval.jsr.xml that return types with arguments of type ConstraintMappingsType Modifier and Type Method Description JAXBElement<ConstraintMappingsType>ObjectFactory. createConstraintMappings(ConstraintMappingsType value)Methods in org.apache.bval.jsr.xml with parameters of type ConstraintMappingsType Modifier and Type Method Description JAXBElement<ConstraintMappingsType>ObjectFactory. createConstraintMappings(ConstraintMappingsType value)Constructors in org.apache.bval.jsr.xml with parameters of type ConstraintMappingsType Constructor Description MappingValidator(ConstraintMappingsType constraintMappings, Function<String,Class<?>> resolveClass)
-