(String getorset, String propName)
| 688 | |
| 689 | |
| 690 | private static String accessorName(String getorset, String propName) { |
| 691 | return getorset + String.valueOf(Character.toUpperCase(propName.charAt(0))) + propName.substring(1); |
| 692 | } |
| 693 | |
| 694 | |
| 695 | public static boolean hasObjectPropertyGetter(Class clas, String propName) { |
no outgoing calls
no test coverage detected