java.lang.Object
org.jboss.resteasy.reactive.server.processor.generation.multipart.MultipartTransformer
All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>

public class MultipartTransformer extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
  • Constructor Details

    • MultipartTransformer

      public MultipartTransformer(String populatorName)
  • Method Details

    • apply

      public org.objectweb.asm.ClassVisitor apply(String s, org.objectweb.asm.ClassVisitor visitor)
      Specified by:
      apply in interface BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>