Ejemplo n.º 1
0
 /**
  * Calculate the name for a getter method to retrieve the specified property
  *
  * @param propertyName
  * @return The name for the getter method for this property, if it were to exist, i.e.
  *     getConstraints
  */
 public static String getGetterName(String propertyName) {
   return GrailsNameUtils.getGetterName(propertyName);
 }