Interface CodecIdentifier

    • Method Detail

      • getCodecName

        java.lang.String getCodecName()
        Gets the unique name of the codec.
        Returns:
        the codec name
      • getCodecAliases

        java.util.Set<java.lang.String> getCodecAliases()
        Gets the aliases for this codec. Aliases are used in registering "encodeAs*" and "decode*" metamethods in org.grails.commons.DefaultGrailsCodecClass
        Returns:
        the codec aliases
      • isEquivalent

        boolean isEquivalent​(CodecIdentifier other)
        Checks if this codec is equivalent to some other codec
        Parameters:
        other - the CodecIdentifier of the other codec
        Returns:
        true, if is equivalent