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) voidJSONPath.extractScalar(JSONReader jsonReader, ValueConsumer consumer) voidJSONReader.readNumber(ValueConsumer consumer, boolean quoted) voidJSONReader.readString(ValueConsumer consumer, boolean quoted)