public interface CodecIdentifier
Information about the codec that identifies it and tells it's aliases.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Set<String> |
getCodecAliases()Gets the aliases for this codec. |
|
public 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*" meta methods in org.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