Uses of Class
org.nuiton.util.beans.BinderBuilder

Packages that use BinderBuilder
org.nuiton.util.beans Packages for all stuff of bean transformations (binder, and others...). 
 

Uses of BinderBuilder in org.nuiton.util.beans
 

Methods in org.nuiton.util.beans that return BinderBuilder
 BinderBuilder BinderBuilder.addBinder(String propertyName, Binder<?,?> binder)
          Deprecated.  
 BinderBuilder BinderBuilder.addCollectionStrategy(Binder.CollectionStrategy strategy, String... propertyNames)
          Deprecated.  
 BinderBuilder BinderBuilder.addProperties(String... sourceAndTargetProperties)
          Deprecated. Add to the binder model some properties.
 BinderBuilder BinderBuilder.addProperty(String sourceProperty, String targetProperty)
          Deprecated. Add to the binder model some simple properties (says source property name = target property name).
 BinderBuilder BinderBuilder.addSimpleProperties(String... properties)
          Deprecated. Add to the binder model some simple properties (says source property name = target property name).
 BinderBuilder BinderBuilder.createBinderModel(Class<?> type)
          Deprecated. Creates a new binder model for a mirrored binder (source type = target type).
 BinderBuilder BinderBuilder.createBinderModel(Class<?> sourceType, Class<?> targetType)
          Deprecated. Creates a new binder model.
 

Methods in org.nuiton.util.beans with parameters of type BinderBuilder
static void BinderProvider.registerBinder(BinderBuilder builder)
          Deprecated. Register a binder with no context's name from a BinderBuilder.
static
<B extends Binder<?,?>>
void
BinderProvider.registerBinder(BinderBuilder builder, Class<B> binderType)
          Deprecated. Register a binder with no context's name from a BinderBuilder.
static
<B extends Binder<?,?>>
void
BinderProvider.registerBinder(BinderBuilder builder, Class<B> binderType, String name)
          Deprecated. Register a binder with a context's name from a BinderBuilder.
static void BinderProvider.registerBinder(BinderBuilder builder, String name)
          Deprecated. Register a binder with a context's name from a BinderBuilder.
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.