Uses of Class
com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
Packages that use MethodSignature
-
Uses of MethodSignature in com.github.mcollovati.quarkus.hilla.deployment.asm
Fields in com.github.mcollovati.quarkus.hilla.deployment.asm declared as MethodSignatureMethods in com.github.mcollovati.quarkus.hilla.deployment.asm that return MethodSignatureModifier and TypeMethodDescriptionstatic MethodSignaturestatic MethodSignaturestatic MethodSignaturestatic MethodSignatureMethods in com.github.mcollovati.quarkus.hilla.deployment.asm with parameters of type MethodSignatureModifier and TypeMethodDescriptionstatic booleanAsmUtils.hasMethodInsnSignature(MethodSignature srcMethod, String owner, String name, String descriptor) static booleanAsmUtils.hasMethodInsnSignature(MethodSignature srcMethod, org.objectweb.asm.tree.MethodInsnNode methodNode) Constructor parameters in com.github.mcollovati.quarkus.hilla.deployment.asm with type arguments of type MethodSignatureModifierConstructorDescriptionMethodReplacementClassVisitor(org.objectweb.asm.ClassVisitor classVisitor, String methodName, Map<MethodSignature, MethodSignature> replacements) MethodReplacementClassVisitor(org.objectweb.asm.ClassVisitor classVisitor, String methodName, Map<MethodSignature, MethodSignature> replacements)