Interface ByteArrayAccessor.ByteArrayBuilder<B extends ByteArrayAccessor.ByteArrayBuilder<B>>

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


    public static interface ByteArrayAccessor.ByteArrayBuilder<B extends ByteArrayAccessor.ByteArrayBuilder<B>>
    Provides a builder method for a byte array property returning the builder for applying multiple build operations.
    • Method Detail

      • withBytes

        B withBytes​(byte[] aBytes)
        Sets the byte array for the byte array property.
        Parameters:
        aBytes - The byte array to be stored by the byte array property.
        Returns:
        The builder for applying multiple build operations.