|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
BinderFactory.BindelModelEntryMap.get(Binder.BinderModel<S,T> model,
String contextName)
|
|
|
BinderFactory.BindelModelEntryMap.get(Class<S> source,
Class<T> target,
String contextName)
|
|
Binder.BinderModel<?,?> |
BinderFactory.BindelModelEntryMap.get(Object key)
|
|
static
|
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
|
BinderFactory.registerBinderModel(Binder.BinderModel<S,T> model)
|
|
static
|
BinderFactory.registerBinderModel(Binder.BinderModel<S,T> model,
String contextName)
|
|
static
|
BinderFactory.registerBinderModel(Binder<S,T> binder)
|
|
static
|
BinderFactory.registerBinderModel(Binder<S,T> binder,
String contextName)
|
|
static
|
BinderFactory.registerBinderModel(BinderModelBuilder<S,T> binderModelBuilder)
|
|
static
|
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 | ||
|---|---|---|
|
BinderFactory.BindelModelEntryMap.get(Binder.BinderModel<S,T> model,
String contextName)
|
|
Binder.BinderModel<?,?> |
BinderFactory.BindelModelEntryMap.put(BinderFactory.BinderModelEntry key,
Binder.BinderModel<?,?> value)
|
|
static
|
BinderFactory.registerBinderModel(Binder.BinderModel<S,T> model)
|
|
static
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||