Interface PaddingCharAccessor.PaddingCharBuilder<B extends PaddingCharAccessor.PaddingCharBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
PaddingCharAccessor

public static interface PaddingCharAccessor.PaddingCharBuilder<B extends PaddingCharAccessor.PaddingCharBuilder<B>>
Provides a builder method for a padding char property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPaddingChar(char aPaddingChar)
    Sets the value for the padding char property.
  • Method Details

    • withPaddingChar

      B withPaddingChar(char aPaddingChar)
      Sets the value for the padding char property.
      Parameters:
      aPaddingChar - The value to be stored by the padding char property.
      Returns:
      The builder for applying multiple build operations.