Package org.refcodes.mixin
Interface FullNameAccessor
-
- All Known Subinterfaces:
FullNameAccessor.FullNameProperty
public interface FullNameAccessorProvides an accessor for a full name property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFullNameAccessor.FullNameBuilder<B extends FullNameAccessor.FullNameBuilder<B>>Provides a builder method for a full name property returning the builder for applying multiple build operations.static interfaceFullNameAccessor.FullNameMutatorProvides a mutator for a full name property.static interfaceFullNameAccessor.FullNamePropertyProvides a full name property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFullName()Retrieves the full name from the full name property.
-