Interface EncodingAccessor.EncodingBuilder<E,B extends EncodingAccessor.EncodingBuilder<E,B>>

Type Parameters:
E - The type of the encoding.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
EncodingAccessor<E>

public static interface EncodingAccessor.EncodingBuilder<E,B extends EncodingAccessor.EncodingBuilder<E,B>>
Provides a builder method for a encoding property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEncoding(E aEncoding)
    Sets the encoding for the encoding property.
  • Method Details

    • withEncoding

      B withEncoding(E aEncoding)
      Sets the encoding for the encoding property.
      Parameters:
      aEncoding - The encoding to be stored by the encoding property.
      Returns:
      The builder for applying multiple build operations.