类 MessageInterpolatorFactory

java.lang.Object
org.springframework.boot.validation.MessageInterpolatorFactory
所有已实现的接口:
ObjectFactory<MessageInterpolator>

public class MessageInterpolatorFactory extends Object implements ObjectFactory<MessageInterpolator>
ObjectFactory that can be used to create a MessageInterpolator. Attempts to pick the most appropriate MessageInterpolator based on the classpath.
从以下版本开始:
1.5.0
作者:
Phillip Webb