Information about the codec that identifies it and tells it's aliases.
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Set<java.lang.String> |
getCodecAliases() Gets the aliases for this codec. |
|
java.lang.String |
getCodecName() Gets the unique name of the codec. |
|
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 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