Package org.refcodes.mixin
Interface LocatorAccessor<T>
-
- Type Parameters:
T- The type of the locator
- All Known Subinterfaces:
LocatorAccessor.LocatorProperty<T>
public interface LocatorAccessor<T>Provides an accessor for a locator property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLocatorAccessor.LocatorBuilder<T,B extends LocatorAccessor.LocatorBuilder<T,B>>Provides a builder method for a locator property returning the builder for applying multiple build operations.static interfaceLocatorAccessor.LocatorMutator<T>Provides a mutator for a locator property.static interfaceLocatorAccessor.LocatorProperty<T>Provides a locator property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetLocator()Retrieves the locator from the locator property.
-
-
-
Method Detail
-
getLocator
T getLocator()
Retrieves the locator from the locator property.- Returns:
- The locator stored by the locator property.
-
-