- All Known Subinterfaces:
ByteArrayAccessor.ByteArrayProperty
public interface ByteArrayAccessor
Provides an accessor for a byte array property.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceByteArrayAccessor.ByteArrayBuilder<B extends ByteArrayAccessor.ByteArrayBuilder<B>>Provides a builder method for a byte array property returning the builder for applying multiple build operations.static interfaceByteArrayAccessor.ByteArrayMutatorProvides a mutator for a byte array property.static interfaceByteArrayAccessor.ByteArrayPropertyProvides a byte array property. -
Method Summary
Modifier and Type Method Description byte[]getBytes()Retrieves the byte array from the byte array property.
-
Method Details
-
getBytes
byte[] getBytes()Retrieves the byte array from the byte array property.- Returns:
- The byte array stored by the byte array property.
-