@java.lang.SuppressWarnings("rawtypes") public class ControllersDomainBindingApi extends java.lang.Object
Enhancements made to domain classes for data binding.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
AUTOWIRE_DOMAIN_METHOD |
Type Params | Return Type | Name and description |
---|---|---|
|
private static void |
autowire(java.lang.Object instance) |
|
private static org.grails.datastore.mapping.model.PersistentEntity |
getDomainClass(java.lang.Object instance) |
|
public static void |
initialize(java.lang.Object instance) Autowires the instance |
|
public static void |
initialize(java.lang.Object instance, java.util.Map namedArgs) A map based constructor that binds the named arguments to the target instance |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Autowires the instance
instance
- The target instanceA map based constructor that binds the named arguments to the target instance
instance
- The target instancenamedArgs
- The named arguments