- Type Parameters:
T
- The type of the array to be accessed. In order to support primitive array types, the type must be an array type.
- All Known Subinterfaces:
ArrayAccessor.ArrayProperty<T>
public interface ArrayAccessor<T>
Provides an accessor for a array property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
ArrayAccessor.ArrayBuilder<T,
B extends ArrayAccessor.ArrayBuilder<T, B>> Provides a builder method for a array property returning the builder for applying multiple build operations.static interface
Provides a mutator for a array property.static interface
Provides a array property. -
Method Summary
-
Method Details
-
getArray
T getArray()Retrieves the array from the array property.- Returns:
- The array stored by the array property.
-