|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ektorp.impl.NameConventions
public class NameConventions
| Method Summary | |
|---|---|
static String |
backReferenceViewName(String fieldName)
The name of the view supporting a @DocumentReferences collection. |
static String |
capitalize(String name)
Returns a String which capitalizes the first letter of the string. |
static String |
designDocName(Class<?> klass)
The name for design document belonging to a specific type. |
static String |
designDocName(String docName)
The name for a design document derived from a string. |
static String |
getterName(String property)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String backReferenceViewName(String fieldName)
fieldName -
public static String designDocName(Class<?> klass)
klass -
public static String designDocName(String docName)
docName -
public static String getterName(String property)
public static String capitalize(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||