Uses of Interface
org.apache.bval.jsr.example.ZipCodeCityCarrier
-
Packages that use ZipCodeCityCarrier Package Description org.apache.bval.constraints org.apache.bval.jsr org.apache.bval.jsr.example org.apache.bval.jsr.groups.redefining -
-
Uses of ZipCodeCityCarrier in org.apache.bval.constraints
Methods in org.apache.bval.constraints with parameters of type ZipCodeCityCarrier Modifier and Type Method Description booleanZipCodeCityCoherenceValidator. isValid(ZipCodeCityCarrier adr, jakarta.validation.ConstraintValidatorContext context) -
Uses of ZipCodeCityCarrier in org.apache.bval.jsr
Classes in org.apache.bval.jsr that implement ZipCodeCityCarrier Modifier and Type Class Description static classValidationTest.FooAddress -
Uses of ZipCodeCityCarrier in org.apache.bval.jsr.example
Classes in org.apache.bval.jsr.example that implement ZipCodeCityCarrier Modifier and Type Class Description classAddressclassBusinessAddressDescription: -
Uses of ZipCodeCityCarrier in org.apache.bval.jsr.groups.redefining
Classes in org.apache.bval.jsr.groups.redefining that implement ZipCodeCityCarrier Modifier and Type Class Description classAddressExample 3.6.
-