Uses of Interface
com.dslplatform.json.JsonReader.BindObject

Packages that use JsonReader.BindObject
com.dslplatform.json   
 

Uses of JsonReader.BindObject in com.dslplatform.json
 

Fields in com.dslplatform.json with type parameters of type JsonReader.BindObject
protected  List<DslJson.ConverterFactory<JsonReader.BindObject>> DslJson.binderFactories
           
 

Methods in com.dslplatform.json that return JsonReader.BindObject
<T> JsonReader.BindObject<T>
DslJson.tryFindBinder(Class<T> manifest)
          Try to find registered binder for provided type.
 JsonReader.BindObject<?> DslJson.tryFindBinder(Type manifest)
          Try to find registered binder for provided type.
 

Methods in com.dslplatform.json with parameters of type JsonReader.BindObject
<T> T
JsonReader.next(JsonReader.BindObject<T> binder, T instance)
          Will advance to next token and bind the JSON to provided instance
<T,S extends T>
void
DslJson.registerBinder(Class<T> manifest, JsonReader.BindObject<S> binder)
          Register custom binder for specific type (JSON -> instance conversion).
 void DslJson.registerBinder(Type manifest, JsonReader.BindObject<?> binder)
          Register custom binder for specific type (JSON -> instance conversion).
 

Method parameters in com.dslplatform.json with type arguments of type JsonReader.BindObject
 boolean DslJson.registerBinderFactory(DslJson.ConverterFactory<? extends JsonReader.BindObject> factory)
           
 DslJson.Settings<TContext> DslJson.Settings.resolveBinder(DslJson.ConverterFactory<? extends JsonReader.BindObject> binder)
          DslJson will iterate over converter factories when requested type is unknown.
 



Copyright © 2019. All rights reserved.