Package | Description |
---|---|
org.nuiton.util.beans |
Packages for all stuff of bean transformations (binder, and others...).
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected Map<BinderFactory.BinderModelEntry,Binder.BinderModel<?,?>> |
BinderFactory.BindelModelEntryMap.delegate |
Modifier and Type | Method and Description |
---|---|
<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) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<BinderFactory.BinderModelEntry,Binder.BinderModel<?,?>>> |
BinderFactory.BindelModelEntryMap.entrySet() |
Collection<Binder.BinderModel<?,?>> |
BinderFactory.BindelModelEntryMap.values() |
Modifier and Type | Method and Description |
---|---|
<S,T> Binder.BinderModel<S,T> |
BinderFactory.BindelModelEntryMap.get(Binder.BinderModel<S,T> model,
String contextName) |
static <S,T,B extends Binder<S,T>> |
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) |
Modifier and Type | Method and Description |
---|---|
void |
BinderFactory.BindelModelEntryMap.putAll(Map<? extends BinderFactory.BinderModelEntry,? extends Binder.BinderModel<?,?>> m) |
Constructor and Description |
---|
BinderModelEntry(Binder.BinderModel<?,?> model,
String contextName) |
Copyright © 2004–2020 CodeLutin. All rights reserved.