Class ProxyConfigGen

    • Field Detail

      • OPTION_DISABLE

        public static final java.lang.String OPTION_DISABLE
        Name of the processor option that can be used to disable generation of the proxy-config.json file. The name of this constant is "disable.proxy.config".
        See Also:
        Constant Field Values
      • OPTION_INTERFACE_CLASSES

        public static final java.lang.String OPTION_INTERFACE_CLASSES
        Name of the processor option that can be used to specify a comma-separated list of interface classes requiring a dynamic proxy to include in the native image. The name of this constant is "other.proxy.interfaces".
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProxyConfigGen

        ProxyConfigGen​(javax.annotation.processing.ProcessingEnvironment env)