Package org.refcodes.mixin
Interface ObjectAccessor.ObjectMutator
-
- All Known Subinterfaces:
ObjectAccessor.ObjectProperty
- Enclosing interface:
- ObjectAccessor
public static interface ObjectAccessor.ObjectMutatorProvides a mutator for a object property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetObject(java.lang.Object aObject)Sets the object for the object property.
-