|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Binder.CollectionStrategy | |
|---|---|
| org.nuiton.util.beans | Packages for all stuff of bean transformations (binder, and others...). |
| Uses of Binder.CollectionStrategy in org.nuiton.util.beans |
|---|
| Fields in org.nuiton.util.beans with type parameters of type Binder.CollectionStrategy | |
|---|---|
protected Map<String,Binder.CollectionStrategy> |
Binder.BinderModel.collectionStrategies
mapping of collection properties strategies |
| Methods in org.nuiton.util.beans that return Binder.CollectionStrategy | |
|---|---|
Binder.CollectionStrategy |
Binder.BinderModel.getCollectionStrategy(String property)
|
static Binder.CollectionStrategy |
Binder.CollectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Binder.CollectionStrategy[] |
Binder.CollectionStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.nuiton.util.beans with parameters of type Binder.CollectionStrategy | |
|---|---|
BinderModelBuilder<S,T> |
BinderModelBuilder.addCollectionStrategy(Binder.CollectionStrategy strategy,
String... propertyNames)
|
void |
Binder.BinderModel.addCollectionStrategy(String propertyName,
Binder.CollectionStrategy strategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||