Package com.alibaba.fastjson2.reader
Interface ValueConsumer
public interface ValueConsumer
-
Method Details
-
accept
default void accept(byte[] bytes, int off, int len) -
acceptNull
default void acceptNull() -
accept
default void accept(boolean val) -
accept
default void accept(int val) -
accept
default void accept(long val) -
accept
-
accept
-
accept
-
accept
-