Package org.grails.commons
Class DefaultGrailsCodecClass
- java.lang.Object
-
- org.grails.core.AbstractGrailsClass
-
- org.grails.core.AbstractInjectableGrailsClass
-
- org.grails.commons.DefaultGrailsCodecClass
-
- All Implemented Interfaces:
grails.core.GrailsClass,grails.core.InjectableGrailsClass,grails.core.support.GrailsApplicationAware,GrailsCodecClass,org.grails.encoder.CodecFactory,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.core.Ordered
public class DefaultGrailsCodecClass extends org.grails.core.AbstractInjectableGrailsClass implements org.springframework.beans.factory.InitializingBean, GrailsCodecClass, org.springframework.core.Ordered
- Since:
- 0.4
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCODEC
-
Constructor Summary
Constructors Constructor Description DefaultGrailsCodecClass(java.lang.Class<?> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()protected java.lang.ObjectautowireCodecBean(java.lang.Object existingBean)voidconfigureCodecMethods()org.grails.encoder.DecodergetDecoder()org.grails.encoder.EncodergetEncoder()intgetOrder()-
Methods inherited from class org.grails.core.AbstractInjectableGrailsClass
byName, byType, getAvailable
-
Methods inherited from class org.grails.core.AbstractGrailsClass
getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getMetaProperties, getName, getNaturalName, getPackageName, getPluginName, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReferenceInstance, getShortName, getStaticPropertyValue, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, isAbstract, isReadableProperty, newInstance, setGrailsApplication, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface grails.core.GrailsClass
getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPluginName, getPropertyName, getPropertyValue, getPropertyValue, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance
-
-
-
-
Field Detail
-
CODEC
public static final java.lang.String CODEC
- See Also:
- Constant Field Values
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
autowireCodecBean
protected java.lang.Object autowireCodecBean(java.lang.Object existingBean)
-
getEncoder
public org.grails.encoder.Encoder getEncoder()
- Specified by:
getEncoderin interfaceorg.grails.encoder.CodecFactory
-
getDecoder
public org.grails.encoder.Decoder getDecoder()
- Specified by:
getDecoderin interfaceorg.grails.encoder.CodecFactory
-
configureCodecMethods
public void configureCodecMethods()
- Specified by:
configureCodecMethodsin interfaceGrailsCodecClass
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
-