Uses of Interface
com.alibaba.fastjson2.function.ToCharFunction
Packages that use ToCharFunction
Package
Description
Provides reflection-based property access functionality for fastjson2.
-
Uses of ToCharFunction in com.alibaba.fastjson2.introspect
Methods in com.alibaba.fastjson2.introspect that return ToCharFunctionModifier and TypeMethodDescriptionCreates a ToCharFunction functional interface to access a char property via the given getter method.Methods in com.alibaba.fastjson2.introspect with parameters of type ToCharFunctionModifier and TypeMethodDescription<T> PropertyAccessorPropertyAccessorFactory.create(String name, ToCharFunction<T> getterFunc, ObjCharConsumer<T> setterFunc) Creates a property accessor using functional interfaces for char property access. -
Uses of ToCharFunction in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type ToCharFunctionModifier and TypeMethodDescription<T> FieldWriterObjectWriterCreator.createFieldWriter(String fieldName, ToCharFunction<T> function) Creates a FieldWriter for the specified function that returns a char value.static <T> FieldWriterObjectWriters.fieldWriter(String fieldName, ToCharFunction<T> function)