Uses of Interface
com.alibaba.fastjson2.function.ObjCharConsumer
Packages that use ObjCharConsumer
Package
Description
Provides reflection-based property access functionality for fastjson2.
-
Uses of ObjCharConsumer in com.alibaba.fastjson2.introspect
Methods in com.alibaba.fastjson2.introspect that return ObjCharConsumerModifier and TypeMethodDescriptionMethods in com.alibaba.fastjson2.introspect with parameters of type ObjCharConsumerModifier and TypeMethodDescriptionPropertyAccessorFactory.create(PropertyAccessor impl, ObjCharConsumer getterConsumer, ObjCharConsumer setterConsumer) <T> PropertyAccessorPropertyAccessorFactory.create(String name, ToCharFunction<T> getterFunc, ObjCharConsumer<T> setterFunc) Creates a property accessor using functional interfaces for char property access. -
Uses of ObjCharConsumer in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader with parameters of type ObjCharConsumerModifier and TypeMethodDescriptionstatic <T> FieldReaderObjectReaders.fieldReaderChar(String fieldName, ObjCharConsumer<T> function)