Package org.refcodes.rest
Interface HomePathAccessor
-
- All Known Subinterfaces:
HomePathAccessor.HomePathProperty
public interface HomePathAccessorProvides an accessor for a home path property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHomePathAccessor.HomePathBuilder<B extends HomePathAccessor.HomePathBuilder<?>>Provides a mutator for an home path property.static interfaceHomePathAccessor.HomePathMutatorProvides a mutator for a home path property.static interfaceHomePathAccessor.HomePathPropertyProvides a home path property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHomePath()Retrieves the home path from the home path property.
-