Package io.quarkus.cache.deployment
Class RestClientMethodEnhancer
java.lang.Object
io.quarkus.cache.deployment.RestClientMethodEnhancer
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor>
class RestClientMethodEnhancer
extends Object
implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
Constructor Summary
ConstructorsConstructorDescriptionRestClientMethodEnhancer(String methodName, short[] cacheKeyParameterPositions) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
RestClientMethodEnhancer
-
-
Method Details
-
apply
public org.objectweb.asm.ClassVisitor apply(String className, org.objectweb.asm.ClassVisitor classVisitor) - Specified by:
applyin interfaceBiFunction<String,org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor>
-