Package org.refcodes.mixin
Interface DecryptPrefixAccessor
-
- All Known Subinterfaces:
DecryptPrefixAccessor.DecryptPrefixProperty
public interface DecryptPrefixAccessorProvides an accessor for a Decrypt-Prefix property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDecryptPrefixAccessor.DecryptPrefixBuilder<B extends DecryptPrefixAccessor.DecryptPrefixBuilder<B>>Provides a builder method for a Decrypt-Prefix property returning the builder for applying multiple build operations.static interfaceDecryptPrefixAccessor.DecryptPrefixMutatorProvides a mutator for a Decrypt-Prefix property.static interfaceDecryptPrefixAccessor.DecryptPrefixPropertyProvides a Decrypt-Prefix property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDecryptPrefix()Retrieves the Decrypt-Prefix from the Decrypt-Prefix property.
-