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