Package org.refcodes.mixin
Interface CharAccessor
-
- All Known Subinterfaces:
CharAccessor.CharProperty
public interface CharAccessorProvides an accessor for a char property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCharAccessor.CharBuilder<B extends CharAccessor.CharBuilder<B>>Provides a builder method for a char property returning the builder for applying multiple build operations.static interfaceCharAccessor.CharMutatorProvides a mutator for a char property.static interfaceCharAccessor.CharPropertyProvides a char property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description chargetChar()Retrieves the char from the char property.
-