Class AddAliasBuilder<B>
- java.lang.Object
-
- org.apache.commons.digester3.binder.AddAliasBuilder<B>
-
- Type Parameters:
B- the parent builder type.
public final class AddAliasBuilder<B> extends java.lang.Object
- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BforProperty(java.lang.String propertyName)Allows expressing the input property name alias.
-
-
-
Method Detail
-
forProperty
public B forProperty(java.lang.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.
-
-