Package gw.lang.reflect
Class ImplicitPropertyUtil
- java.lang.Object
-
- gw.lang.reflect.ImplicitPropertyUtil
-
public class ImplicitPropertyUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImplicitPropertyUtil.ImplicitPropertyInfo
-
Constructor Summary
Constructors Constructor Description ImplicitPropertyUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringcapitalizeFirstChar(java.lang.String name, boolean simplePropertyProcessing)static java.lang.StringgetPropertyName(java.lang.String name)
-
-
-
Field Detail
-
IS
public static final java.lang.String IS
- See Also:
- Constant Field Values
-
GET
public static final java.lang.String GET
- See Also:
- Constant Field Values
-
SET
public static final java.lang.String SET
- See Also:
- Constant Field Values
-
-