Uses of Interface
com.dslplatform.json.runtime.Settings.BiConsumer
Packages that use Settings.BiConsumer
-
Uses of Settings.BiConsumer in com.dslplatform.json.runtime
Classes in com.dslplatform.json.runtime that implement Settings.BiConsumerModifier and TypeClassDescription(package private) static final class(package private) static final classFields in com.dslplatform.json.runtime declared as Settings.BiConsumerModifier and TypeFieldDescriptionprivate final Settings.BiConsumer<T, P> AttributeDecoder.writeprivate final Settings.BiConsumer<T, P> LazyAttributeDecoder.writeMethods in com.dslplatform.json.runtime with parameters of type Settings.BiConsumerModifier and TypeMethodDescriptionstatic <T,R> JsonReader.BindObject <T> Settings.createArrayDecoder(Settings.BiConsumer<T, R> write, DslJson json, Type type) static <T,R> JsonReader.BindObject <T> Settings.createArrayDecoder(Settings.BiConsumer<T, R> write, JsonReader.ReadObject<R> decoder) static <T,R> DecodePropertyInfo <JsonReader.BindObject<T>> Settings.createDecoder(Settings.BiConsumer<T, R> write, String name, DslJson json, boolean exactNameMatch, boolean isMandatory, int index, boolean nonNull, JsonReader.ReadObject<R> decoder) static <T,R> DecodePropertyInfo <JsonReader.BindObject<T>> Settings.createDecoder(Settings.BiConsumer<T, R> write, String name, DslJson json, boolean exactNameMatch, boolean isMandatory, int index, boolean nonNull, Type type) static <T,R> DecodePropertyInfo <JsonReader.BindObject<T>> Settings.createDecoder(Settings.BiConsumer<T, R> write, String name, DslJson json, Class<R> manifest) Constructors in com.dslplatform.json.runtime with parameters of type Settings.BiConsumerModifierConstructorDescription(package private)AttributeDecoder(Settings.BiConsumer<T, P> write, JsonReader.ReadObject<P> decoder) (package private)LazyAttributeDecoder(Settings.BiConsumer<T, P> write, DslJson json, Type type)