Module org.refcodes.mixin
Package org.refcodes.mixin
Interface TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- TextAccessor
public static interface TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>
Provides a builder method for a text property returning the builder for
applying multiple build operations.
-
Method Summary
-
Method Details
-
withText
Sets the text for the text property.- Parameters:
aText
- The text to be stored by the text property.- Returns:
- The builder for applying multiple build operations.
-