Package org.apache.bval.jsr
Class ValidationTest.FooAddress
- java.lang.Object
-
- org.apache.bval.jsr.example.Address
-
- org.apache.bval.jsr.ValidationTest.FooAddress
-
- All Implemented Interfaces:
ZipCodeCityCarrier
- Enclosing class:
- ValidationTest
public static class ValidationTest.FooAddress extends Address
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bval.jsr.example.Address
Address.Complete, Address.HighLevelCoherence
-
-
Constructor Summary
Constructors Constructor Description FooAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull(groups=Foo.class) String
getCity()
-
Methods inherited from class org.apache.bval.jsr.example.Address
getAddressline1, getAddressline2, getCountry, getZipCode, setAddressline1, setAddressline2, setCity, setCountry, setZipCode
-
-