Package org.apache.bval.jsr
Interface ApacheMessageContext
-
- All Superinterfaces:
jakarta.validation.MessageInterpolator.Context
- All Known Implementing Classes:
ConstraintValidatorContextImpl
public interface ApacheMessageContext extends jakarta.validation.MessageInterpolator.Context
Vendor-specificMessageInterpolator.Context
interface extension to provide access to validator configuration properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConfigurationProperty(String propertyKey)
Get the configuration property value specified bypropertyKey
, if available.
-