public class AllMethodsDumper extends Object implements Dumper<BetterReflectionClass<?>>
BetterReflectionClass.| Constructor and Description |
|---|
AllMethodsDumper()
Default constructor for AllMethodsDumper.
|
AllMethodsDumper(MethodDumper methodDumper)
Constructs an AllMethodsDumper with a specified MethodDumper.
|
| Modifier and Type | Method and Description |
|---|---|
String |
dump(BetterReflectionClass<?> clasz)
Dumps all the methods of a given BetterReflectionClass.
|
public AllMethodsDumper(MethodDumper methodDumper)
methodDumper - the MethodDumper to be used for dumping.public AllMethodsDumper()
public String dump(BetterReflectionClass<?> clasz)
dump in interface Dumper<BetterReflectionClass<?>>clasz - the class to be dumpedCopyright © 2024. All rights reserved.