类 SpringApplicationJsonEnvironmentPostProcessor

java.lang.Object
org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
所有已实现的接口:
EnvironmentPostProcessor, Ordered

public class SpringApplicationJsonEnvironmentPostProcessor extends Object implements EnvironmentPostProcessor, Ordered
An EnvironmentPostProcessor that parses JSON from spring.application.json or equivalently SPRING_APPLICATION_JSON and adds it as a map property source to the Environment. The new properties are added with higher priority than the system properties.
从以下版本开始:
1.3.0
作者:
Dave Syer, Phillip Webb, Madhura Bhave, Artsiom Yudovin
  • 字段详细资料

    • SPRING_APPLICATION_JSON_PROPERTY

      public static final String SPRING_APPLICATION_JSON_PROPERTY
      Name of the spring.application.json property.
      另请参阅:
    • SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE

      public static final String SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE
      Name of the SPRING_APPLICATION_JSON environment variable.
      另请参阅:
    • DEFAULT_ORDER

      public static final int DEFAULT_ORDER
      The default order for the processor.
      另请参阅:
  • 构造器详细资料

    • SpringApplicationJsonEnvironmentPostProcessor

      public SpringApplicationJsonEnvironmentPostProcessor()
  • 方法详细资料