| Constructor Summary |
|---|
|
No description provided. |
| Method Summary | |
|---|---|
| static String |
Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name') |
| static PropertyDescriptor[] |
Retrieves all the properties of the given class for the given type |
| static PropertyDescriptor |
Retrieves a property of the given class of the specified name and type |
| static PropertyDescriptor |
Retrieves a PropertyDescriptor for the specified instance and property value |
| static String |
Returns the property name equivalent for the specified class |
| static String |
Returns the property name representation of the given name |
| static Object |
Returns the value of the specified property and type from an instance of the specified Grails class |
| static Class |
Returns the type of the given property contained within the specified class |
| static String |
Returns the class name without the package prefix |
| static boolean |
Returns true of the specified Groovy class is a bootstrap |
| static boolean |
Returns true of the specified Groovy class is a controller |
| static boolean |
No description provided. |
| static boolean |
Returns true if the specified class is a data source. |
| static boolean |
Returns true if the specified class is a domain class. |
| static boolean |
Returns true if the specified class is a page flow class type |
| static boolean |
No description provided. |
| static boolean |
Returns true if the specified property in the specified class is of the specified type |
| static boolean |
Returns true if the specified class is a service. |
| static boolean |
No description provided. |
| static boolean |
Returns true of the specified Groovy class is a taglib |
| static boolean |
No description provided. |
| static boolean |
No description provided. |
| static boolean |
No description provided. |
| Methods inherited from java.langObject |
|---|
public static
PropertyDescriptor
getProperty
(
Class
clazz,
String
propertyName,
Class
propertyType
)
public static
PropertyDescriptor
getPropertyDescriptorForValue
(
Object
instance,
Object
propertyValue
)
Returns true if the specified class is a data source.
Returns true if the specified class is a domain class. In Grails a domain class is any class that has "id" and "version" properties
Returns true if the specified class is a page flow class type
Returns true if the specified class is a service.