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 JavaClass
JavaClass. 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 void
JavaClass. use(ByteBuffer byteCode, Consumer<JavaClass> javaClassConsumer)