|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mybatis.generator.internal.util.JavaBeansUtil
public class JavaBeansUtil
| Method Summary | |
|---|---|
static String |
getCamelCaseString(String inputString,
boolean firstCharacterUppercase)
|
static String |
getGetterMethodName(String property,
FullyQualifiedJavaType fullyQualifiedJavaType)
JavaBeans rules: eMail > geteMail() firstName > getFirstName() URL > getURL() XAxis > getXAxis() a > getA() B > invalid - this method assumes that this is not the case. |
static String |
getSetterMethodName(String property)
JavaBeans rules: eMail > seteMail() firstName > setFirstName() URL > setURL() XAxis > setXAxis() a > setA() B > invalid - this method assumes that this is not the case. |
static String |
getValidPropertyName(String inputString)
This method ensures that the specified input string is a valid Java property name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getGetterMethodName(String property,
FullyQualifiedJavaType fullyQualifiedJavaType)
property -
public static String getSetterMethodName(String property)
property -
public static String getCamelCaseString(String inputString,
boolean firstCharacterUppercase)
public static String getValidPropertyName(String inputString)
inputString -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||