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