Class ClassVisitorImpl

java.lang.Object
org.objectweb.asm.ClassVisitor
org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
org.jvnet.hk2.generator.internal.ClassVisitorImpl

public class ClassVisitorImpl extends AbstractClassVisitorImpl
Author:
jwells
  • Field Details

    • METHOD_NAME

      public static final String METHOD_NAME
      Must be the same value as from the GenerateServiceFromMethod value
      See Also:
    • PARENT_CONFIGURED

      public static final String PARENT_CONFIGURED
      Must be the same value as from the GenerateServiceFromMethod value
      See Also:
  • Constructor Details

    • ClassVisitorImpl

      public ClassVisitorImpl(Utilities utilities, boolean verbose, List<File> searchHeres)
      Creates this with the config to add to if this is a service
      Parameters:
      utilities - The utilities class to use for this visitor (preserves cache)
      verbose - true if we should print out any service we are binding
      searchHere - if we cannot classload something directly, search for it here
  • Method Details