public class ReflectionFactory extends Object
| Constructor and Description |
|---|
ReflectionFactory(Class<?> target) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfUsableFields() |
Class<?> |
getReflectedClass() |
boolean |
hasPrivateFieldsOrMethods() |
Field |
nextField() |
Method |
nextMethod() |
boolean |
nextUseField() |
public ReflectionFactory(Class<?> target) throws IllegalArgumentException
IllegalArgumentExceptionpublic int getNumberOfUsableFields()
public boolean hasPrivateFieldsOrMethods()
public boolean nextUseField()
public Field nextField() throws IllegalStateException
IllegalStateExceptionpublic Method nextMethod() throws IllegalStateException
IllegalStateExceptionpublic Class<?> getReflectedClass()
Copyright © 2010–2017 EvoSuite. All rights reserved.