public interface 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
|
java.lang.String getCodecName()
java.util.Set<java.lang.String> getCodecAliases()
org.codehaus.groovy.grails.commons.DefaultGrailsCodecClassboolean isEquivalent(CodecIdentifier other)
other - the CodecIdentifier of the other codec