public class ClassHelper extends Object
Constructor and Description |
---|
ClassHelper() |
Modifier and Type | Method and Description |
---|---|
static Method |
detectGetterMethod(Class<?> clazz,
String methodName) |
static Method |
detectSetterMethod(Class<?> clazz,
String methodName,
Class<?> paramType) |
static String |
getMethodNameFromFieldName(String fieldName) |
static List<Object> |
getParentObjectsForPath(io.atlasmap.spi.AtlasInternalSession session,
Object targetObject,
io.atlasmap.core.AtlasPath pathUtil) |
static List<String> |
getterMethodNames(String fieldName) |
static String |
isMethodNameFromFieldName(String fieldName) |
public static Method detectGetterMethod(Class<?> clazz, String methodName) throws NoSuchMethodException
NoSuchMethodException
public static Method detectSetterMethod(Class<?> clazz, String methodName, Class<?> paramType) throws NoSuchMethodException
NoSuchMethodException
Copyright © 2019 JBoss by Red Hat. All rights reserved.