|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinderModelBuilder | |
|---|---|
| org.nuiton.util.beans | Packages for all stuff of bean transformations (binder, and others...). |
| Uses of BinderModelBuilder in org.nuiton.util.beans |
|---|
| Methods in org.nuiton.util.beans that return BinderModelBuilder | ||
|---|---|---|
BinderModelBuilder<S,T> |
BinderModelBuilder.addBinder(String propertyName,
Binder<?,?> binder)
|
|
BinderModelBuilder<S,T> |
BinderModelBuilder.addCollectionStrategy(Binder.CollectionStrategy strategy,
String... propertyNames)
|
|
BinderModelBuilder<S,T> |
BinderModelBuilder.addProperties(String... sourceAndTargetProperties)
Add to the binder model some properties. |
|
BinderModelBuilder<S,T> |
BinderModelBuilder.addProperty(String sourceProperty,
String targetProperty)
Add to the binder model some simple properties (says source property name = target property name). |
|
BinderModelBuilder<S,T> |
BinderModelBuilder.addSimpleProperties(String... properties)
Add to the binder model some simple properties (says source property name = target property name). |
|
static
|
BinderModelBuilder.newDefaultBuilder(Class<S> sourceType)
Creates a new mirrored model builder and fill the model with all matching and available property from the given type. |
|
static
|
BinderModelBuilder.newDefaultBuilder(Class<S> sourceType,
Class<T> targetType)
Creates a new model builder and fill the model with all matching and available properties from the source type to the target type. |
|
static
|
BinderModelBuilder.newDefaultBuilder(Class<S> sourceType,
Class<T> targetType,
boolean checkType)
Creates a new model builder and fill the model with all matching and available properties from the source type to the target type. |
|
static
|
BinderModelBuilder.newEmptyBuilder(Class<S> type)
Creates a new mirrored and empty model binder for the given type. |
|
static
|
BinderModelBuilder.newEmptyBuilder(Class<S> sourceType,
Class<T> targetType)
Creates a new empty model binder for the given types. |
|
| Methods in org.nuiton.util.beans with parameters of type BinderModelBuilder | ||
|---|---|---|
static
|
BinderFactory.registerBinderModel(BinderModelBuilder<S,T> binderModelBuilder)
|
|
static
|
BinderFactory.registerBinderModel(BinderModelBuilder<S,T> binderModelBuilder,
String contextName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||