Package org.refcodes.mixin
Interface TokenAccessor
-
- All Known Subinterfaces:
TokenAccessor.TokenProperty
public interface TokenAccessorProvides an accessor for a token property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTokenAccessor.TokenBuilder<B extends TokenAccessor.TokenBuilder<B>>Provides a builder method for a token property returning the builder for applying multiple build operations.static interfaceTokenAccessor.TokenMutatorProvides a mutator for a token property.static interfaceTokenAccessor.TokenPropertyProvides a token property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetToken()Retrieves the token from the token property.
-