Uses of Class
io.github.toolfactory.jvm.util.JavaClass
| Package | Description |
|---|---|
| io.github.toolfactory.jvm.util |
-
Uses of JavaClass in io.github.toolfactory.jvm.util
Methods in io.github.toolfactory.jvm.util that return JavaClass Modifier and Type Method Description static JavaClassJavaClass. create(ByteBuffer byteCode)Method parameters in io.github.toolfactory.jvm.util with type arguments of type JavaClass Modifier and Type Method Description static <T, E extends Throwable>
TJavaClass. extractByUsing(ByteBuffer byteCode, Function<JavaClass,T> javaClassConsumer)static voidJavaClass. use(ByteBuffer byteCode, Consumer<JavaClass> javaClassConsumer)