Package | Description |
---|---|
org.nuiton.util.beans |
Packages for all stuff of bean transformations (binder, and others...).
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Binder.CollectionStrategy> |
Binder.BinderModel.collectionStrategies
mapping of collection properties strategies
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BinderModelBuilder<S,T> |
BinderModelBuilder.addCollectionStrategy(Binder.CollectionStrategy strategy,
String... propertyNames) |
void |
Binder.BinderModel.addCollectionStrategy(String propertyName,
Binder.CollectionStrategy strategy) |
protected BinderModelBuilder<S,T> |
BinderModelBuilder.addCollectionStrategy0(String propertyName,
Binder.CollectionStrategy strategy,
Binder binder) |
Copyright © 2004–2020 CodeLutin. All rights reserved.