Module org.refcodes.mixin
Package org.refcodes.mixin
Interface DomainAccessor.DomainBuilder<B extends DomainAccessor.DomainBuilder<?>>
- Type Parameters:
B
- The builder which implements theDomainAccessor.DomainBuilder
.
- Enclosing interface:
- DomainAccessor
public static interface DomainAccessor.DomainBuilder<B extends DomainAccessor.DomainBuilder<?>>
Provides a mutator for an domain property.
-
Method Summary
Modifier and TypeMethodDescriptionwithDomain
(String aDomain) Sets the domain to use and returns this builder as of the builder pattern.
-
Method Details
-
withDomain
Sets the domain to use and returns this builder as of the builder pattern.- Parameters:
aDomain
- The domain to be stored by the domain property.- Returns:
- This
DomainAccessor.DomainBuilder
instance to continue configuration.
-