Uses of Interface
io.github.toolfactory.jvm.function.template.ThrowingBiFunction
Package | Description |
---|---|
io.github.toolfactory.jvm | |
io.github.toolfactory.jvm.function.catalog |
-
Uses of ThrowingBiFunction in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm declared as ThrowingBiFunction Modifier and Type Field Description protected ThrowingBiFunction<java.lang.reflect.Constructor<?>,java.lang.Object[],java.lang.Object,java.lang.Throwable>
DriverAbst. constructorInvoker
protected ThrowingBiFunction<java.lang.Class<?>,byte[],java.lang.Class<?>,java.lang.Throwable>
DriverAbst. hookClassDefiner
protected ThrowingBiFunction<java.lang.ClassLoader,java.lang.String,java.lang.Package,java.lang.Throwable>
DriverAbst. packageRetriever
-
Uses of ThrowingBiFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of ThrowingBiFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description interface
ConstructorInvokeFunction
interface
DefineHookClassFunction
interface
GetDeclaredFieldFunction
interface
GetPackageFunction
Classes in io.github.toolfactory.jvm.function.catalog that implement ThrowingBiFunction Modifier and Type Class Description static class
ConstructorInvokeFunction.Abst
static class
ConstructorInvokeFunction.ForJava7
static class
ConstructorInvokeFunction.ForJava9
static class
DefineHookClassFunction.Abst
static class
DefineHookClassFunction.ForJava17
static class
DefineHookClassFunction.ForJava7
static class
DefineHookClassFunction.ForJava9
static class
GetDeclaredFieldFunction.ForJava7
static class
GetPackageFunction.ForJava7
static class
GetPackageFunction.ForJava9