Class GetDeclaredConstructorsMethodHandleSupplier
java.lang.Object
io.github.toolfactory.jvm.function.catalog.GetDeclaredConstructorsMethodHandleSupplier
- All Implemented Interfaces:
Supplier<MethodHandle>
- Direct Known Subclasses:
GetDeclaredConstructorsMethodHandleSupplier.ForJava7
public abstract class GetDeclaredConstructorsMethodHandleSupplier extends Object implements Supplier<MethodHandle>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetDeclaredConstructorsMethodHandleSupplier.ForJava7 -
Constructor Summary
Constructors Constructor Description GetDeclaredConstructorsMethodHandleSupplier() -
Method Summary
Modifier and Type Method Description MethodHandleget()
-
Constructor Details
-
GetDeclaredConstructorsMethodHandleSupplier
public GetDeclaredConstructorsMethodHandleSupplier()
-
-
Method Details
-
get
- Specified by:
getin interfaceSupplier<MethodHandle>
-