Class AddAliasBuilder<B>
java.lang.Object
org.apache.commons.digester3.binder.AddAliasBuilder<B>
- Type Parameters:
B- the parent builder type.
- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptionforProperty(String propertyName) Allows expressing the input property name alias.
-
Method Details
-
forProperty
Allows expressing the input property name alias.- Parameters:
propertyName- The java bean property to be assigned the value- Returns:
- the parent builder to chain.
-