public abstract class AbstractInjectableGrailsClass extends AbstractGrailsClass implements InjectableGrailsClass
grailsApplication| Constructor and Description |
|---|
AbstractInjectableGrailsClass(java.lang.Class<?> clazz,
java.lang.String trailingName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
byName()
If autowiring by name is enabled.
|
boolean |
byType()
If autowiring by type is enabled.
|
boolean |
getAvailable()
If class should be configured for dependency injection.
|
getClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReference, getReferenceInstance, getShortName, getStaticPropertyValue, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, isAbstract, isActionMethod, isReadableProperty, newInstance, setGrailsApplication, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstancesetGrailsApplicationpublic AbstractInjectableGrailsClass(java.lang.Class<?> clazz,
java.lang.String trailingName)
public boolean byName()
InjectableGrailsClassbyName in interface InjectableGrailsClasspublic boolean byType()
InjectableGrailsClassbyType in interface InjectableGrailsClasspublic boolean getAvailable()
InjectableGrailsClassgetAvailable in interface InjectableGrailsClass