public class CombinedCodecIdentifier extends java.lang.Object implements CodecIdentifier
| Modifier and Type | Method 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
|
public java.lang.String getCodecName()
CodecIdentifiergetCodecName in interface CodecIdentifierpublic java.util.Set<java.lang.String> getCodecAliases()
CodecIdentifierorg.codehaus.groovy.grails.commons.DefaultGrailsCodecClassgetCodecAliases in interface CodecIdentifierpublic boolean isEquivalent(CodecIdentifier other)
CodecIdentifierisEquivalent in interface CodecIdentifierother - the CodecIdentifier of the other codec