- Type Parameters:
T
- The generic instance type.
- All Known Subinterfaces:
InstanceAccessor.InstanceProperty<T>
public interface InstanceAccessor<T>
Provides an accessor for a instance property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a instance property returning the builder for applying multiple build operations.static interface
Provides a mutator for a instance property.static interface
Provides a instance property. -
Method Summary
-
Method Details
-
getInstance
T getInstance()Retrieves the instance property.- Returns:
- The instance stored by the property.
-