Uses of Class
org.nuiton.util.beans.BinderFactory.BinderModelEntry
| Package | Description |
|---|---|
| org.nuiton.util.beans |
Packages for all stuff of bean transformations (binder, and others...).
|
-
Uses of BinderFactory.BinderModelEntry in org.nuiton.util.beans
Fields in org.nuiton.util.beans with type parameters of type BinderFactory.BinderModelEntry Modifier and Type Field Description protected java.util.Map<BinderFactory.BinderModelEntry,Binder.BinderModel<?,?>>BinderFactory.BindelModelEntryMap. delegateMethods in org.nuiton.util.beans that return types with arguments of type BinderFactory.BinderModelEntry Modifier and Type Method Description java.util.Set<java.util.Map.Entry<BinderFactory.BinderModelEntry,Binder.BinderModel<?,?>>>BinderFactory.BindelModelEntryMap. entrySet()java.util.Set<BinderFactory.BinderModelEntry>BinderFactory.BindelModelEntryMap. keySet()Methods in org.nuiton.util.beans with parameters of type BinderFactory.BinderModelEntry Modifier and Type Method Description Binder.BinderModel<?,?>BinderFactory.BindelModelEntryMap. put(BinderFactory.BinderModelEntry key, Binder.BinderModel<?,?> value)Method parameters in org.nuiton.util.beans with type arguments of type BinderFactory.BinderModelEntry Modifier and Type Method Description voidBinderFactory.BindelModelEntryMap. putAll(java.util.Map<? extends BinderFactory.BinderModelEntry,? extends Binder.BinderModel<?,?>> m)