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