Uses of Class
org.nuiton.util.beans.Binder.BinderModel
Packages that use Binder.BinderModel
Package
Description
Packages for all stuff of bean transformations (binder, and others...).
-
Uses of Binder.BinderModel in org.nuiton.util.beans
Classes in org.nuiton.util.beans that implement interfaces with type arguments of type Binder.BinderModelFields in org.nuiton.util.beans declared as Binder.BinderModelModifier and TypeFieldDescriptionprotected 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.BinderModelModifier and TypeFieldDescriptionprotected final Map<BinderFactory.BinderModelEntry, Binder.BinderModel<?, ?>> BinderFactory.BindelModelEntryMap.delegateMethods in org.nuiton.util.beans that return Binder.BinderModelModifier and TypeMethodDescription<S,T> Binder.BinderModel <S, T> Binder.BinderModel<?, ?> <S,T> Binder.BinderModel <S, T> BinderFactory.BindelModelEntryMap.get(Binder.BinderModel<S, T> model, String contextName) static <S,T> Binder.BinderModel <S, T> BinderFactory.getCachedBinderModel(Class<S> sourceType, Class<T> targetType, 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, 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, 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, String contextName) Binder.BinderModel<?, ?> Methods in org.nuiton.util.beans that return types with arguments of type Binder.BinderModelModifier and TypeMethodDescriptionBinderFactory.BindelModelEntryMap.entrySet()Collection<Binder.BinderModel<?, ?>> BinderFactory.BindelModelEntryMap.values()Methods in org.nuiton.util.beans with parameters of type Binder.BinderModelModifier and TypeMethodDescription<S,T> Binder.BinderModel <S, T> BinderFactory.BindelModelEntryMap.get(Binder.BinderModel<S, T> model, String contextName) static <S, T, B extends Binder<S,T>>
BBinderFactory.newBinder(Binder.BinderModel<S, T> model, 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, String contextName) protected voidBinder.setModel(Binder.BinderModel<I, O> model) Set the model of the binder.protected static StringBinderFactory.toString(Binder.BinderModel<?, ?> model, String contextName) Method parameters in org.nuiton.util.beans with type arguments of type Binder.BinderModelModifier and TypeMethodDescriptionvoidBinderFactory.BindelModelEntryMap.putAll(Map<? extends BinderFactory.BinderModelEntry, ? extends Binder.BinderModel<?, ?>> m) Constructors in org.nuiton.util.beans with parameters of type Binder.BinderModelModifierConstructorDescriptionBinderModelEntry(Binder.BinderModel<?, ?> model, String contextName)