Interface GrailsCodecClass

  • All Superinterfaces:
    org.springframework.beans.factory.Aware, org.grails.encoder.CodecFactory, grails.core.support.GrailsApplicationAware, grails.core.GrailsClass, grails.core.InjectableGrailsClass
    All Known Implementing Classes:
    DefaultGrailsCodecClass

    public interface GrailsCodecClass
    extends grails.core.InjectableGrailsClass, org.grails.encoder.CodecFactory
    Provides access to Codec classes. A Codec class one that ends in the convention "Codec" and provides encode and decode methods or closure properties.
    Since:
    0.4
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void configureCodecMethods()  
      • Methods inherited from interface org.grails.encoder.CodecFactory

        getDecoder, getEncoder
      • Methods inherited from interface grails.core.support.GrailsApplicationAware

        setGrailsApplication
      • Methods inherited from interface grails.core.GrailsClass

        getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPluginName, getPropertyName, getPropertyValue, getPropertyValue, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance
      • Methods inherited from interface grails.core.InjectableGrailsClass

        byName, byType, getAvailable
    • Method Detail

      • configureCodecMethods

        void configureCodecMethods()