Package org.refcodes.mixin
Interface TextAccessor
-
- All Known Subinterfaces:
TextAccessor.TextProperty
public interface TextAccessorProvides an accessor for a text property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>Provides a builder method for a text property returning the builder for applying multiple build operations.static interfaceTextAccessor.TextMutatorProvides a mutator for a text property.static interfaceTextAccessor.TextPropertyProvides a text property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText()Retrieves the text from the text property.
-