Class AddAliasBuilder<B>
java.lang.Object
org.apache.commons.digester3.binder.AddAliasBuilder<B>
- Type Parameters:
B
- the parent builder type.
- Since:
- 3.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforProperty
(String propertyName) Allows expressing the input property name alias.
-
Field Details
-
parentBuilder
-
aliases
-
alias
-
-
Constructor Details
-
AddAliasBuilder
-
-
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.
-