Formatter和IStandardConversionService的使用方式

Posted xingxiaomeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Formatter和IStandardConversionService的使用方式相关的知识,希望对你有一定的参考价值。

1.Formatter接口是当进行请求参数的封装时,会根据Formatter的泛型进行调用Parse方法进行格式化类型

2.IStandardConversionService是Thymeleaf的一个接口,进行数据转换或格式化的操作,使用需要通过$或*进行使用,需要在视图文件上进行使用

 

 

Thymeleaf转换服务的实用对象#conversions.convert是通过convertOther方法进行转换到指定类型的,而convertString方法是通过$或*进行调用的

以上是关于Formatter和IStandardConversionService的使用方式的主要内容,如果未能解决你的问题,请参考以下文章

FastAdmin 中的 formatter flag 分析

为啥intellij idea安装eclipse code formatter插件装不上

Eclipse Formatter - 如何避免空行和空格?

SpringMVC的格式化转换器Formatter

SD Card Formatter for Mac Download

2021-11-03:el-table-column中formatter的使用