Uses of Class
org.nuiton.util.beans.Binder.BinderModel

Packages that use Binder.BinderModel
org.nuiton.util.beans Packages for all stuff of bean transformations (binder, and others...). 
 

Uses of Binder.BinderModel in org.nuiton.util.beans
 

Fields in org.nuiton.util.beans declared as Binder.BinderModel
protected  Binder.BinderModel<I,O> Binder.model
          the model of the binder
protected  Binder.BinderModel<S,T> BinderModelBuilder.model
          current model used to build the binder
 

Fields in org.nuiton.util.beans with type parameters of type Binder.BinderModel
protected  Map<BinderFactory.BinderModelEntry,Binder.BinderModel<?,?>> BinderFactory.BindelModelEntryMap.delegate
           
 

Methods in org.nuiton.util.beans that return Binder.BinderModel
<S,T> Binder.BinderModel<S,T>
BinderFactory.BindelModelEntryMap.get(Binder.BinderModel<S,T> model, String contextName)
           
<S,T> Binder.BinderModel<S,T>
BinderFactory.BindelModelEntryMap.get(Class<S> source, Class<T> target, String contextName)
           
 Binder.BinderModel<?,?> BinderFactory.BindelModelEntryMap.get(Object key)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.getCachedBinderModel(Class<S> sourceType, Class<T> targetType, String contextName)
          Obtain a cached binder model.
protected  Binder.BinderModel<I,O> Binder.getModel()
          Get the model of the binder.
protected  Binder.BinderModel<S,T> BinderModelBuilder.getModel()
           
 Binder.BinderModel<?,?> BinderFactory.BindelModelEntryMap.put(BinderFactory.BinderModelEntry key, Binder.BinderModel<?,?> value)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.registerBinderModel(Binder.BinderModel<S,T> model)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.registerBinderModel(Binder.BinderModel<S,T> model, String contextName)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.registerBinderModel(Binder<S,T> binder)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.registerBinderModel(Binder<S,T> binder, String contextName)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.registerBinderModel(BinderModelBuilder<S,T> binderModelBuilder)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.registerBinderModel(BinderModelBuilder<S,T> binderModelBuilder, String contextName)
           
 Binder.BinderModel<?,?> BinderFactory.BindelModelEntryMap.remove(Object key)
           
 

Methods in org.nuiton.util.beans that return types with arguments of type Binder.BinderModel
 Set<Map.Entry<BinderFactory.BinderModelEntry,Binder.BinderModel<?,?>>> BinderFactory.BindelModelEntryMap.entrySet()
           
 Collection<Binder.BinderModel<?,?>> BinderFactory.BindelModelEntryMap.values()
           
 

Methods in org.nuiton.util.beans with parameters of type Binder.BinderModel
<S,T> Binder.BinderModel<S,T>
BinderFactory.BindelModelEntryMap.get(Binder.BinderModel<S,T> model, String contextName)
           
static
<S,T,B extends Binder<S,T>>
B
BinderFactory.newBinder(Binder.BinderModel<S,T> model, Class<B> binderType)
          Given a model and a binderType, instanciate a new binder and returns it.
 Binder.BinderModel<?,?> BinderFactory.BindelModelEntryMap.put(BinderFactory.BinderModelEntry key, Binder.BinderModel<?,?> value)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.registerBinderModel(Binder.BinderModel<S,T> model)
           
static
<S,T> Binder.BinderModel<S,T>
BinderFactory.registerBinderModel(Binder.BinderModel<S,T> model, String contextName)
           
protected  void Binder.setModel(Binder.BinderModel<I,O> model)
          Set the model of the binder.
protected static String BinderFactory.toString(Binder.BinderModel<?,?> model, String contextName)
           
 

Method parameters in org.nuiton.util.beans with type arguments of type Binder.BinderModel
 void BinderFactory.BindelModelEntryMap.putAll(Map<? extends BinderFactory.BinderModelEntry,? extends Binder.BinderModel<?,?>> m)
           
 

Constructors in org.nuiton.util.beans with parameters of type Binder.BinderModel
BinderFactory.BinderModelEntry(Binder.BinderModel<?,?> model, String contextName)
           
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.