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