public class ComponentUtil extends Object
Constructor and Description |
---|
ComponentUtil() |
Modifier and Type | Method and Description |
---|---|
static Field |
getField(Class<?> clazz,
String fieldName)
Retrieves a field for a Class.
|
static Method |
getMethod(Class<?> clazz,
String methodName)
Retrieves a Method for a Class.
|
static Class<?> |
getTypeForMember(javassist.CtMember ctMember,
Class<?> containingClass) |
public static Field getField(Class<?> clazz, String fieldName)
clazz
- fieldName
- public static Method getMethod(Class<?> clazz, String methodName)
clazz
- fieldName
- public static Class<?> getTypeForMember(javassist.CtMember ctMember, Class<?> containingClass) throws InvalidComponentFieldException
InvalidComponentFieldException
Copyright © 2019 ICF Olson. All rights reserved.