Package org.refcodes.mixin
Interface KeyAccessor.KeyBuilder<K,B extends KeyAccessor.KeyBuilder<K,B>>
-
- Type Parameters:
K- the key typeB- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- KeyAccessor<K>
public static interface KeyAccessor.KeyBuilder<K,B extends KeyAccessor.KeyBuilder<K,B>>Provides a builder method for a key property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithKey(K aKey)Sets the key for the key property.
-