Interface CharSetAccessor.CharSetBuilder<B extends CharSetAccessor.CharSetBuilder<B>>

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

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

    Modifier and Type Method Description
    B withCharSet​(char[] aCharSet)
    Sets the charSet for the char set property.
  • Method Details

    • withCharSet

      B withCharSet​(char[] aCharSet)
      Sets the charSet for the char set property.
      Parameters:
      aCharSet - The charSet to be stored by the char set property.
      Returns:
      The builder for applying multiple build operations.