Package org.refcodes.mixin
Interface EncryptPrefixAccessor
-
- All Known Subinterfaces:
EncryptPrefixAccessor.EncryptPrefixProperty
public interface EncryptPrefixAccessorProvides an accessor for a Encrypt-Prefix property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEncryptPrefixAccessor.EncryptPrefixBuilder<B extends EncryptPrefixAccessor.EncryptPrefixBuilder<B>>Provides a builder method for a Encrypt-Prefix property returning the builder for applying multiple build operations.static interfaceEncryptPrefixAccessor.EncryptPrefixMutatorProvides a mutator for a Encrypt-Prefix property.static interfaceEncryptPrefixAccessor.EncryptPrefixPropertyProvides a Encrypt-Prefix property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEncryptPrefix()Retrieves the Encrypt-Prefix from the Encrypt-Prefix property.
-