public class ReflectionUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectionUtils.Method |
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static ReflectionUtils.Method |
staticArgListMethodFromKind(Class<?> owner,
String name,
Class<?>[] prefix,
int kind) |
static ReflectionUtils.Method |
virtualArgListMethodFromKind(Class<?> owner,
String name,
Class<?>[] prefix,
int kind) |
public static ReflectionUtils.Method staticArgListMethodFromKind(Class<?> owner, String name, Class<?>[] prefix, int kind)
public static ReflectionUtils.Method virtualArgListMethodFromKind(Class<?> owner, String name, Class<?>[] prefix, int kind)
Copyright © 2016–2017. All rights reserved.