MessageInterpolatorFactory

ObjectFactory that can be used to create a MessageInterpolator. Attempts to pick the most appropriate MessageInterpolator based on the classpath.

Author

Phillip Webb

Since

1.5.0

Constructors

Link copied to clipboard
constructor()
constructor(messageSource: MessageSource)
Creates a new MessageInterpolatorFactory that will produce a MessageInterpolator that uses the given messageSource to resolve any message parameters before final interpolation.

Functions

Link copied to clipboard
open fun getObject(): MessageInterpolator