org.apache.commons.digester3.binder
Class AddAliasBuilder<B>

java.lang.Object
  extended by org.apache.commons.digester3.binder.AddAliasBuilder<B>
Type Parameters:
B - the parent builder type.

public final class AddAliasBuilder<B>
extends Object

Since:
3.2

Method Summary
 B forProperty(String propertyName)
          Allows expressing the input property name alias.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forProperty

public B forProperty(String propertyName)
Allows expressing the input property name alias.

Parameters:
propertyName - The java bean property to be assigned the value
Returns:
the parent builder to chain.


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.