Package org.refcodes.mixin
Interface CharSetAccessor
-
- All Known Subinterfaces:
CharSetAccessor.CharSetProperty
public interface CharSetAccessorProvides an accessor for a char set property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCharSetAccessor.CharSetBuilder<B extends CharSetAccessor.CharSetBuilder<B>>Provides a builder method for a char set property returning the builder for applying multiple build operations.static interfaceCharSetAccessor.CharSetMutatorProvides a mutator for a char set property.static interfaceCharSetAccessor.CharSetPropertyProvides a char set property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char[]getCharSet()Retrieves the charSet from the char set property.
-