public final class Conversions extends Object
Utility class for performing boolean operations.
An object of this class is usually available in variable evaluation expressions with the name #bools.
| Constructor and Description |
|---|
Conversions(Configuration configuration,
IProcessingContext processingContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object target,
Class<?> clazz) |
Object |
convert(Object target,
String className) |
public Conversions(Configuration configuration, IProcessingContext processingContext)
Copyright © 2016 The THYMELEAF team. All rights reserved.