Groovy Documentation

[Groovy] Class BuildTestDataBeanDefinitionTranslator

java.lang.Object
  BuildTestDataBeanDefinitionTranslator

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

BEAN_DEFINING_CLOSURE_ONLY_SIGNATURE

protected static java.lang.Object BEAN_DEFINING_CLOSURE_ONLY_SIGNATURE


BEAN_DEFINING_LITERAL_MAP_CONSTRUCTOR

protected static java.lang.Object BEAN_DEFINING_LITERAL_MAP_CONSTRUCTOR


BEAN_DEFINING_LITERAL_MAP_CONSTRUCTOR_AND_CLOSURE_SIGNATURE

protected static java.lang.Object BEAN_DEFINING_LITERAL_MAP_CONSTRUCTOR_AND_CLOSURE_SIGNATURE


BEAN_DEFINING_MAP_CONSTRUCTOR_AND_CLOSURE_SIGNATURE

protected static java.lang.Object BEAN_DEFINING_MAP_CONSTRUCTOR_AND_CLOSURE_SIGNATURE


BEAN_DEFINING_MAP_CONSTRUCTOR_ONLY_SIGNATURE

protected static java.lang.Object BEAN_DEFINING_MAP_CONSTRUCTOR_ONLY_SIGNATURE


BEAN_DEFINING_NO_PROPERTIES_SIGNATURE

protected static java.lang.Object BEAN_DEFINING_NO_PROPERTIES_SIGNATURE


 
Property Detail

grailsApplication

java.lang.Object grailsApplication


 
Constructor Detail

BuildTestDataBeanDefinitionTranslator

BuildTestDataBeanDefinitionTranslator()


 
Method Detail

translate

java.lang.Object translate(java.lang.Object builder, java.lang.Object name, Object[] args)


translate

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