- All Known Subinterfaces:
EncodedAccessor.EncodedProperty
public interface EncodedAccessor
Provides an accessor for an encoded property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for an encoded property returning the builder for applying multiple build operations.static interface
Provides a mutator for an encoded property.static interface
Provides an encoded property. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Retrieves the encoded representation from the encoded property.
-
Method Details
-
getEncoded
byte[] getEncoded()Retrieves the encoded representation from the encoded property.- Returns:
- The encoded stored by the encoded property.
-