public interface GrailsDomainClassInjector extends ClassInjector
Mainly just a marker interface for implementations that perform injection on domain classes.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
performInjectionOnAnnotatedEntity(ClassNode classNode) Doesn't check with the specified ClassNode is a valid entity and assumes it is and proceeds with the injection regardless. |
Methods inherited from class | Name |
---|---|
interface ClassInjector |
performInjection, performInjection, performInjectionOnAnnotatedClass, shouldInject, shouldInject |
Doesn't check with the specified ClassNode is a valid entity and assumes it is and proceeds with the injection regardless.
classNode
- The ClassNode