Represents a Grails class that is to be configured in Spring and as such is injectable.
Type Params | Return Type | Name 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. |
Methods inherited from class | Name |
---|---|
interface GrailsClass |
getClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance |
interface GrailsApplicationAware |
setGrailsApplication |
If autowiring by name is enabled.
If autowiring by type is enabled.
If class should be configured for dependency injection.