Class ClassVisitorImpl

    • Field Detail

      • METHOD_NAME

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

        public static final String PARENT_CONFIGURED
        Must be the same value as from the GenerateServiceFromMethod value
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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