Uses of Interface
com.alibaba.fastjson2.function.ToFloatFunction
-
Packages that use ToFloatFunction Package Description com.alibaba.fastjson2.writer -
-
Uses of ToFloatFunction in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type ToFloatFunction Modifier and Type Method Description <T> FieldWriterObjectWriterCreator. createFieldWriter(String fieldName, ToFloatFunction<T> function)static <T> FieldWriterObjectWriters. fieldWriter(String fieldName, ToFloatFunction<T> function)
-