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