Package org.apache.bval.jsr
Class DefaultMessageInterpolatorTest.Person
- java.lang.Object
-
- org.apache.bval.jsr.DefaultMessageInterpolatorTest.Person
-
- Enclosing class:
- DefaultMessageInterpolatorTest
public static class DefaultMessageInterpolatorTest.Person extends Object
-
-
Field Summary
Fields Modifier and Type Field Description @Pattern(message="Another value should match ${regexp.intern()}",regexp="....$") String
anotherValue
@Pattern(message="Id number should match {regexp}",regexp="....$") String
idNumber
@Pattern(message="Mixed message value of length ${validatedValue.length()} should match {regexp}",regexp="....$") String
mixedMessageValue
@Pattern(message="Other id should match {regexp}",regexp=".\\n") String
otherId
-
Constructor Summary
Constructors Constructor Description Person()
-
-
-
Field Detail
-
idNumber
@Pattern(message="Id number should match {regexp}", regexp="....$") public @Pattern(message="Id number should match {regexp}",regexp="....$") String idNumber
-
otherId
@Pattern(message="Other id should match {regexp}", regexp=".\\n") public @Pattern(message="Other id should match {regexp}",regexp=".\\n") String otherId
-
anotherValue
@Pattern(message="Another value should match ${regexp.intern()}", regexp="....$") public @Pattern(message="Another value should match ${regexp.intern()}",regexp="....$") String anotherValue
-
mixedMessageValue
@Pattern(message="Mixed message value of length ${validatedValue.length()} should match {regexp}", regexp="....$") public @Pattern(message="Mixed message value of length ${validatedValue.length()} should match {regexp}",regexp="....$") String mixedMessageValue
-
-