Uses of Interface
com.alibaba.fastjson2.function.ToFloatFunction
Packages that use ToFloatFunction
Package
Description
Provides reflection-based property access functionality for fastjson2.
-
Uses of ToFloatFunction in com.alibaba.fastjson2.introspect
Methods in com.alibaba.fastjson2.introspect that return ToFloatFunctionModifier and TypeMethodDescriptionMethods in com.alibaba.fastjson2.introspect with parameters of type ToFloatFunctionModifier and TypeMethodDescription<T> PropertyAccessorPropertyAccessorFactory.create(String name, ToFloatFunction<T> getterFunc, ObjFloatConsumer<T> setterFunc) Creates a property accessor using functional interfaces for float property access. -
Uses of ToFloatFunction in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type ToFloatFunctionModifier and TypeMethodDescription<T> FieldWriterObjectWriterCreator.createFieldWriter(String fieldName, ToFloatFunction<T> function) Creates a FieldWriter for the specified function that returns a float value.static <T> FieldWriterObjectWriters.fieldWriter(String fieldName, ToFloatFunction<T> function)