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