public abstract class Reflection extends Object
Constructor and Description |
---|
Reflection() |
Modifier and Type | Method and Description |
---|---|
static Set<Method> |
allMethods(Class<?> c) |
static Set<Field> |
publicFields(Class<?> clazz) |
static Method |
publicMethod(Class<?> clazz,
Predicate<Method> p) |
static Method |
publicMethod(Class<?> clazz,
String name) |
static Set<Method> |
publicMethods(Class<?> clazz,
Predicate<Method> p) |
Copyright © 2021 org.pitest. All rights reserved.