Uses of Class
org.nuiton.util.beans.Binder.BinderModel
| Package | Description |
|---|---|
| org.nuiton.util.beans |
Packages for all stuff of bean transformations (binder, and others...).
|
-
Uses of Binder.BinderModel in org.nuiton.util.beans
Fields in org.nuiton.util.beans declared as Binder.BinderModel Modifier and Type Field Description protected Binder.BinderModel<I,O>Binder. modelthe model of the binderprotected Binder.BinderModel<S,T>BinderModelBuilder. modelcurrent model used to build the binderFields in org.nuiton.util.beans with type parameters of type Binder.BinderModel Modifier and Type Field Description protected java.util.Map<BinderFactory.BinderModelEntry,Binder.BinderModel<?,?>>BinderFactory.BindelModelEntryMap. delegateMethods in org.nuiton.util.beans that return Binder.BinderModel Modifier and Type Method Description <S, T> Binder.BinderModel<S,T>BinderFactory.BindelModelEntryMap. get(java.lang.Class<S> source, java.lang.Class<T> target, java.lang.String contextName)Binder.BinderModel<?,?>BinderFactory.BindelModelEntryMap. get(java.lang.Object key)<S, T> Binder.BinderModel<S,T>BinderFactory.BindelModelEntryMap. get(Binder.BinderModel<S,T> model, java.lang.String contextName)static <S, T> Binder.BinderModel<S,T>BinderFactory. getCachedBinderModel(java.lang.Class<S> sourceType, java.lang.Class<T> targetType, java.lang.String contextName)Obtain a cached binder model.protected Binder.BinderModel<I,O>Binder. getModel()Get the model of the binder.protected Binder.BinderModel<S,T>BinderModelBuilder. getModel()Binder.BinderModel<?,?>BinderFactory.BindelModelEntryMap. put(BinderFactory.BinderModelEntry key, Binder.BinderModel<?,?> value)static <S, T> Binder.BinderModel<S,T>BinderFactory. registerBinderModel(Binder.BinderModel<S,T> model)static <S, T> Binder.BinderModel<S,T>BinderFactory. registerBinderModel(Binder.BinderModel<S,T> model, java.lang.String contextName)static <S, T> Binder.BinderModel<S,T>BinderFactory. registerBinderModel(Binder<S,T> binder)static <S, T> Binder.BinderModel<S,T>BinderFactory. registerBinderModel(Binder<S,T> binder, java.lang.String contextName)static <S, T> Binder.BinderModel<S,T>BinderFactory. registerBinderModel(BinderModelBuilder<S,T> binderModelBuilder)static <S, T> Binder.BinderModel<S,T>BinderFactory. registerBinderModel(BinderModelBuilder<S,T> binderModelBuilder, java.lang.String contextName)Binder.BinderModel<?,?>BinderFactory.BindelModelEntryMap. remove(java.lang.Object key)Methods in org.nuiton.util.beans that return types with arguments of type Binder.BinderModel Modifier and Type Method Description java.util.Set<java.util.Map.Entry<BinderFactory.BinderModelEntry,Binder.BinderModel<?,?>>>BinderFactory.BindelModelEntryMap. entrySet()java.util.Collection<Binder.BinderModel<?,?>>BinderFactory.BindelModelEntryMap. values()Methods in org.nuiton.util.beans with parameters of type Binder.BinderModel Modifier and Type Method Description <S, T> Binder.BinderModel<S,T>BinderFactory.BindelModelEntryMap. get(Binder.BinderModel<S,T> model, java.lang.String contextName)static <S, T, B extends Binder<S, T>>
BBinderFactory. newBinder(Binder.BinderModel<S,T> model, java.lang.Class<B> binderType)Given amodeland abinderType, instanciate a new binder and returns it.Binder.BinderModel<?,?>BinderFactory.BindelModelEntryMap. put(BinderFactory.BinderModelEntry key, Binder.BinderModel<?,?> value)static <S, T> Binder.BinderModel<S,T>BinderFactory. registerBinderModel(Binder.BinderModel<S,T> model)static <S, T> Binder.BinderModel<S,T>BinderFactory. registerBinderModel(Binder.BinderModel<S,T> model, java.lang.String contextName)protected voidBinder. setModel(Binder.BinderModel<I,O> model)Set the model of the binder.protected static java.lang.StringBinderFactory. toString(Binder.BinderModel<?,?> model, java.lang.String contextName)Method parameters in org.nuiton.util.beans with type arguments of type Binder.BinderModel Modifier and Type Method Description voidBinderFactory.BindelModelEntryMap. putAll(java.util.Map<? extends BinderFactory.BinderModelEntry,? extends Binder.BinderModel<?,?>> m)Constructors in org.nuiton.util.beans with parameters of type Binder.BinderModel Constructor Description BinderModelEntry(Binder.BinderModel<?,?> model, java.lang.String contextName)