Uses of Class
io.quarkus.gizmo.MethodTransformer
-
Uses of MethodTransformer in io.quarkus.gizmo
Fields in io.quarkus.gizmo with type parameters of type MethodTransformerModifier and TypeFieldDescriptionprivate final Map<ClassTransformer.NamedDescriptor, MethodTransformer> ClassTransformer.modifiedMethodsMethods in io.quarkus.gizmo that return MethodTransformerModifier and TypeMethodDescriptionClassTransformer.modifyMethod(MethodDescriptor method) Returns aMethodTransformerto configure a transformation of givenmethod.ClassTransformer.modifyMethod(String name, Object returnType, Object... parameters) Returns aMethodTransformerto configure a transformation of a method with givenname,returnTypeandparameters.