Class Conversions


  • public final class Conversions
    extends 

    Expression object for performing type conversion operations inside Thymeleaf Standard Expressions.

    An object of this class is usually available in variable evaluation expressions with the name #conversions.

    Note a class with this name existed since 2.1.0, but it was completely reimplemented in Thymeleaf 3.0

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
       target, <?> clazz)  
       target,  className)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Method Detail

      • convert

        public  convert​( target,
                               className)
      • convert

        public  convert​( target,
                              <?> clazz)