类 MessageInterpolatorFactory

  • 所有已实现的接口:
    org.springframework.beans.factory.ObjectFactory<javax.validation.MessageInterpolator>

    public class MessageInterpolatorFactory
    extends 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.
    • 方法详细资料

      • getObject

        public javax.validation.MessageInterpolator getObject()
                                                       throws org.springframework.beans.BeansException
        指定者:
        getObject 在接口中 org.springframework.beans.factory.ObjectFactory<javax.validation.MessageInterpolator>
        抛出:
        org.springframework.beans.BeansException