public interface CodecIdentifier
Information about the codec that identifies it and tells it's aliases.
Type Params | Return Type | Name and description |
---|---|---|
|
public java.util.Set<java.lang.String> |
getCodecAliases() Gets the aliases for this codec. |
|
public java.lang.String |
getCodecName() Gets the unique name of the codec. |
|
public boolean |
isEquivalent(CodecIdentifier other) Checks if this codec is equivalent to some other codec |
Gets the aliases for this codec. Aliases are used in registering "encodeAs*" and "decode*" metamethods in org.codehaus.groovy.grails.commons.DefaultGrailsCodecClass
Gets the unique name of the codec.
Checks if this codec is equivalent to some other codec
other
- the CodecIdentifier of the other codec