|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.ObjectBuildTestDataBeanDefinitionTranslator
class BuildTestDataBeanDefinitionTranslator
| Field Summary | |
|---|---|
protected static java.lang.Object |
BEAN_DEFINING_CLOSURE_ONLY_SIGNATURE
|
protected static java.lang.Object |
BEAN_DEFINING_LITERAL_MAP_CONSTRUCTOR
|
protected static java.lang.Object |
BEAN_DEFINING_LITERAL_MAP_CONSTRUCTOR_AND_CLOSURE_SIGNATURE
|
protected static java.lang.Object |
BEAN_DEFINING_MAP_CONSTRUCTOR_AND_CLOSURE_SIGNATURE
|
protected static java.lang.Object |
BEAN_DEFINING_MAP_CONSTRUCTOR_ONLY_SIGNATURE
|
protected static java.lang.Object |
BEAN_DEFINING_NO_PROPERTIES_SIGNATURE
|
| Property Summary | |
|---|---|
java.lang.Object |
grailsApplication
|
| Constructor Summary | |
BuildTestDataBeanDefinitionTranslator()
|
|
| Method Summary | |
|---|---|
java.lang.Object
|
translate(java.lang.Object builder, java.lang.Object name, Object[] args)
|
protected java.lang.Object
|
translate(java.lang.Object builder, java.lang.Object name, java.lang.Object domainClass, java.lang.Object overridePropertiesMap, java.lang.Object overridePropertiesClosure)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
| Field Detail |
|---|
protected static java.lang.Object BEAN_DEFINING_CLOSURE_ONLY_SIGNATURE
protected static java.lang.Object BEAN_DEFINING_LITERAL_MAP_CONSTRUCTOR
protected static java.lang.Object BEAN_DEFINING_LITERAL_MAP_CONSTRUCTOR_AND_CLOSURE_SIGNATURE
protected static java.lang.Object BEAN_DEFINING_MAP_CONSTRUCTOR_AND_CLOSURE_SIGNATURE
protected static java.lang.Object BEAN_DEFINING_MAP_CONSTRUCTOR_ONLY_SIGNATURE
protected static java.lang.Object BEAN_DEFINING_NO_PROPERTIES_SIGNATURE
| Property Detail |
|---|
java.lang.Object grailsApplication
| Constructor Detail |
|---|
BuildTestDataBeanDefinitionTranslator()
| Method Detail |
|---|
java.lang.Object translate(java.lang.Object builder, java.lang.Object name, Object[] args)
protected java.lang.Object translate(java.lang.Object builder, java.lang.Object name, java.lang.Object domainClass, java.lang.Object overridePropertiesMap, java.lang.Object overridePropertiesClosure)
Groovy Documentation