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(java.lang.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(java.lang.String originalMessageDescriptor,
InterpolationTermType interpolationTermType) |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved