public class MessageInterpolatorFactory
extends java.lang.Object
implements org.springframework.beans.factory.ObjectFactory<javax.validation.MessageInterpolator>
ObjectFactory
that can be used to create a MessageInterpolator
.
Attempts to pick the most appropriate MessageInterpolator
based on the
classpath.Constructor and Description |
---|
MessageInterpolatorFactory() |
Modifier and Type | Method and Description |
---|---|
javax.validation.MessageInterpolator |
getObject() |