|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Binder | |
|---|---|
| org.nuiton.util.beans | Packages for all stuff of bean transformations (binder, and others...). |
| Uses of Binder in org.nuiton.util.beans |
|---|
| Fields in org.nuiton.util.beans with type parameters of type Binder | |
|---|---|
protected Map<String,Binder<?,?>> |
Binder.BinderModel.binders
mapping of extra binders to use to copy properties |
| Methods in org.nuiton.util.beans with type parameters of type Binder | ||
|---|---|---|
static
|
BinderFactory.newBinder(Class<S> sourceType,
Class<T> targetType,
String contextName,
Class<B> binderType)
Gets the registred binder given his types and his context's name. |
|
protected static
|
BinderFactory.newBinder0(Class<S> sourceType,
Class<T> targetType,
String contextName,
Class<B> binderType)
Instanciate a new binder given his types and his context's name. |
|
| Methods in org.nuiton.util.beans that return Binder | ||
|---|---|---|
Binder<?,?> |
Binder.BinderModel.getBinder(String sourceProperty)
|
|
static
|
BinderFactory.newBinder(Class<S> sourceType)
Gets the registred mirror binder (source type = target type) with no context name specified. |
|
static
|
BinderFactory.newBinder(Class<S> sourceType,
Class<T> targetType)
Gets the registred binder given his types with no context name. |
|
static
|
BinderFactory.newBinder(Class<S> sourceType,
Class<T> targetType,
String contextName)
Gets the registred binder given his types with no context name. |
|
static
|
BinderFactory.newBinder(Class<S> sourceType,
String contextName)
Gets the registred mirror binder (source type = target type) with the given context name. |
|
protected static
|
BinderFactory.newBinder0(Class<S> sourceType,
Class<T> targetType,
String contextName,
Class<B> binderType)
Instanciate a new binder given his types and his context's name. |
|
| Methods in org.nuiton.util.beans with parameters of type Binder | ||
|---|---|---|
void |
Binder.BinderModel.addBinder(String propertyName,
Binder<?,?> binder)
|
|
BinderModelBuilder<S,T> |
BinderModelBuilder.addBinder(String propertyName,
Binder<?,?> binder)
|
|
protected Object |
Binder.bind(Binder binder,
Object read)
|
|
static
|
BinderFactory.registerBinderModel(Binder<S,T> binder)
|
|
static
|
BinderFactory.registerBinderModel(Binder<S,T> binder,
String contextName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||