Package org.refcodes.mixin
Interface CharSetAccessor.CharSetBuilder<B extends CharSetAccessor.CharSetBuilder<B>>
-
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- CharSetAccessor
public static interface CharSetAccessor.CharSetBuilder<B extends CharSetAccessor.CharSetBuilder<B>>Provides a builder method for a char set property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithCharSet(char[] aCharSet)Sets the charSet for the char set property.
-
-
-
Method Detail
-
withCharSet
B withCharSet(char[] aCharSet)
Sets the charSet for the char set property.- Parameters:
aCharSet- The charSet to be stored by the char set property.- Returns:
- The builder for applying multiple build operations.
-
-