Package org.springdoc.core
Class PropertyResolverUtils
- java.lang.Object
-
- org.springdoc.core.PropertyResolverUtils
-
public class PropertyResolverUtils extends Object
The type Property resolver utils.- Author:
- bnasslahsen
-
-
Constructor Summary
Constructors Constructor Description PropertyResolverUtils(org.springframework.beans.factory.config.ConfigurableBeanFactory factory, org.springframework.context.MessageSource messageSource)
Instantiates a new Property resolver utils.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
resolve(String parameterProperty, Locale locale)
Resolve string.
-
-
-
Constructor Detail
-
PropertyResolverUtils
public PropertyResolverUtils(org.springframework.beans.factory.config.ConfigurableBeanFactory factory, org.springframework.context.MessageSource messageSource)
Instantiates a new Property resolver utils.- Parameters:
factory
- the factorymessageSource
- the message source
-
-