Uses of Interface
com.dslplatform.json.runtime.Settings.BiConsumer
-
Packages that use Settings.BiConsumer Package Description com.dslplatform.json.runtime -
-
Uses of Settings.BiConsumer in com.dslplatform.json.runtime
Classes in com.dslplatform.json.runtime that implement Settings.BiConsumer Modifier and Type Class Description (package private) static classReflection.SetField(package private) static classReflection.SetMethodFields in com.dslplatform.json.runtime declared as Settings.BiConsumer Modifier and Type Field Description private Settings.BiConsumer<T,P>AttributeDecoder. writeprivate Settings.BiConsumer<T,P>LazyAttributeDecoder. writeMethods in com.dslplatform.json.runtime with parameters of type Settings.BiConsumer Modifier and Type Method Description static <T,R>
JsonReader.BindObject<T>Settings. createArrayDecoder(Settings.BiConsumer<T,R> write, DslJson json, java.lang.reflect.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, java.lang.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, java.lang.String name, DslJson json, boolean exactNameMatch, boolean isMandatory, int index, boolean nonNull, java.lang.reflect.Type type)static <T,R>
DecodePropertyInfo<JsonReader.BindObject<T>>Settings. createDecoder(Settings.BiConsumer<T,R> write, java.lang.String name, DslJson json, java.lang.Class<R> manifest)Constructors in com.dslplatform.json.runtime with parameters of type Settings.BiConsumer Constructor Description AttributeDecoder(Settings.BiConsumer<T,P> write, JsonReader.ReadObject<P> decoder)LazyAttributeDecoder(Settings.BiConsumer<T,P> write, DslJson json, java.lang.reflect.Type type)
-