Class 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
      B forProperty​(java.lang.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​(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.