org.springframework.boot.validation

Class MessageInterpolatorFactory

  • java.lang.Object
    • org.springframework.boot.validation.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.
    Author:
    Phillip Webb
    • Constructor Detail

      • MessageInterpolatorFactory

        public MessageInterpolatorFactory()
    • 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

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.