Class MessageInterpolatorFactory

  • All Implemented Interfaces:
    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.
    • Method Detail

      • getObject

        public javax.validation.MessageInterpolator getObject()
                                                       throws org.springframework.beans.BeansException
        Specified by:
        getObject in interface org.springframework.beans.factory.ObjectFactory<javax.validation.MessageInterpolator>
        Throws:
        org.springframework.beans.BeansException