Uses of Interface
com.alibaba.fastjson2.reader.ValueConsumer
-
Packages that use ValueConsumer Package Description com.alibaba.fastjson2 -
-
Uses of ValueConsumer in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 with parameters of type ValueConsumer Modifier and Type Method Description voidJSONPath. extract(JSONReader jsonReader, ValueConsumer consumer)voidJSONPath. extractScalar(JSONReader jsonReader, ValueConsumer consumer)voidJSONReader. readNumber(ValueConsumer consumer, boolean quoted)voidJSONReader. readString(ValueConsumer consumer, boolean quoted)
-