| Package | Description |
|---|---|
| org.hibernate.validator.internal.engine.messageinterpolation |
Helper classes for message interpolation.
|
| org.hibernate.validator.internal.engine.messageinterpolation.parser |
Classes related to parsing a message descriptor and extracting interpolation terms.
|
| Modifier and Type | Method and Description |
|---|---|
static InterpolationTermType |
InterpolationTermType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpolationTermType[] |
InterpolationTermType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InterpolationTermType |
TokenCollector.getInterpolationType() |
| Constructor and Description |
|---|
TokenCollector(String originalMessageDescriptor,
InterpolationTermType interpolationTermType) |
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.