Class ConfigEnvironmentProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
pub.ihub.process.BaseProcessor
pub.ihub.process.BaseJavapoetProcessor
pub.ihub.process.boot.ConfigEnvironmentProcessor
All Implemented Interfaces:
Processor

@AutoService(javax.annotation.processing.Processor.class) @SupportedSourceVersion(RELEASE_17) @SupportedAnnotationTypes("org.springframework.boot.context.properties.ConfigurationProperties") @IncrementalAnnotationProcessor(AGGREGATING) public class ConfigEnvironmentProcessor extends pub.ihub.process.BaseJavapoetProcessor
配置环境处理器
  • Constructor Details

    • ConfigEnvironmentProcessor

      public ConfigEnvironmentProcessor()
  • Method Details

    • processElement

      protected void processElement(Element element) throws IOException
      Specified by:
      processElement in class pub.ihub.process.BaseProcessor
      Throws:
      IOException