Class FieldDefinalizingVisitor
- java.lang.Object
-
- io.quarkus.grpc.deployment.devmode.FieldDefinalizingVisitor
-
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
public class FieldDefinalizingVisitor extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
-
Constructor Summary
Constructors Constructor Description FieldDefinalizingVisitor(String... fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.ClassVisitorapply(String s, org.objectweb.asm.ClassVisitor classVisitor)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Constructor Detail
-
FieldDefinalizingVisitor
public FieldDefinalizingVisitor(String... fields)
-
-
Method Detail
-
apply
public org.objectweb.asm.ClassVisitor apply(String s, org.objectweb.asm.ClassVisitor classVisitor)
- Specified by:
applyin interfaceBiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
-