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