Interface EncodedAccessor.EncodedBuilder<B extends EncodedAccessor.EncodedBuilder<B>>

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

public static interface EncodedAccessor.EncodedBuilder<B extends EncodedAccessor.EncodedBuilder<B>>
Provides a builder method for an encoded property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEncoded(byte[] aEncoded)
    Sets the encoded representation for the encoded property.
  • Method Details

    • withEncoded

      B withEncoded(byte[] aEncoded)
      Sets the encoded representation for the encoded property.
      Parameters:
      aEncoded - The encoded to be stored by the encoded property.
      Returns:
      The builder for applying multiple build operations.