Uses of Interface
com.alibaba.fastjson2.reader.ValueConsumer
Packages that use ValueConsumer
-
Uses of ValueConsumer in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 with parameters of type ValueConsumerModifier and TypeMethodDescriptionvoidJSONPath.extract(JSONReader jsonReader, ValueConsumer consumer) Extracts a value using the provided JSONReader and passes it to the consumervoidJSONPath.extractScalar(JSONReader jsonReader, ValueConsumer consumer) Extracts a scalar value using the provided JSONReader and passes it to the consumervoidJSONReader.readNumber(ValueConsumer consumer, boolean quoted) Reads a number value from JSON data and passes it to a consumer.voidJSONReader.readString(ValueConsumer consumer, boolean quoted) Reads a string value from JSON data and passes it to a consumer.