Module org.refcodes.mixin
Package org.refcodes.mixin
Interface PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>>
- Type Parameters:
B
- The builder which implements thePathAccessor.PathBuilder
.
- Enclosing interface:
- PathAccessor
public static interface PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>>
Provides a mutator for an path property.
-
Method Summary
-
Method Details
-
withPath
Sets the path to use and returns this builder as of the builder pattern.- Parameters:
aPath
- The path to be stored by the path property.- Returns:
- This
PathAccessor.PathBuilder
instance to continue configuration.
-