public final class SpringStandardConversionService
extends org.thymeleaf.standard.expression.AbstractStandardConversionService
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.
Constructor and Description |
---|
SpringStandardConversionService() |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
convertOther(org.thymeleaf.context.IExpressionContext context,
Object object,
Class<T> targetClass) |
protected String |
convertToString(org.thymeleaf.context.IExpressionContext context,
Object object) |
Copyright © 2017 The THYMELEAF team. All rights reserved.