public final class Reflections extends Object
| Modifier and Type | Method and Description |
|---|---|
static Method |
findMethod(String name,
Class<?> type,
Class<?>... args) |
static Object |
get(Object instance,
String field) |
static Object |
invokeByReflection(Object obj,
String mtdName,
Class<?>[] paramTypes,
Object[] args) |
static void |
set(Object instance,
String field,
Object value) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.