Package org.thymeleaf.spring5.expression
Class SpringStandardConversionService
Object
org.thymeleaf.standard.expression.AbstractStandardConversionService
org.thymeleaf.spring5.expression.SpringStandardConversionService
- All Implemented Interfaces:
IStandardConversionService
Implementation of IStandardConversionService
that delegates
to Spring's type conversion system.
If there is a ConversionService
available at the application
context, it will be used for conversion.
- Since:
- 3.0.3
- Author:
- Daniel Fernández
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T
convertOther
(IExpressionContext context, Object object, Class<T> targetClass) protected String
convertToString
(IExpressionContext context, Object object) Methods inherited from class org.thymeleaf.standard.expression.AbstractStandardConversionService
convert
-
Constructor Details
-
SpringStandardConversionService
public SpringStandardConversionService()
-
-
Method Details
-
convertToString
- Overrides:
convertToString
in classAbstractStandardConversionService
-
convertOther
- Overrides:
convertOther
in classAbstractStandardConversionService
-