Package org.refcodes.mixin
Interface ObjectAccessor
-
- All Known Subinterfaces:
ObjectAccessor.ObjectProperty
public interface ObjectAccessorProvides an accessor for a object property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceObjectAccessor.ObjectBuilder<B extends ObjectAccessor.ObjectBuilder<B>>Provides a builder method for a object property returning the builder for applying multiple build operations.static interfaceObjectAccessor.ObjectMutatorProvides a mutator for a object property.static interfaceObjectAccessor.ObjectPropertyProvides a object property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetObject()Retrieves the object from the object property.
-