Class SpringApplicationJsonEnvironmentPostProcessor

java.lang.Object
org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
All Implemented Interfaces:
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.
Since:
1.3.0
Author:
Dave Syer, Phillip Webb, Madhura Bhave, Artsiom Yudovin
  • Field Details

    • SPRING_APPLICATION_JSON_PROPERTY

      public static final String SPRING_APPLICATION_JSON_PROPERTY
      Name of the spring.application.json property.
      See Also:
    • SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE

      public static final String SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE
      Name of the SPRING_APPLICATION_JSON environment variable.
      See Also:
    • DEFAULT_ORDER

      public static final int DEFAULT_ORDER
      The default order for the processor.
      See Also:
  • Constructor Details

    • SpringApplicationJsonEnvironmentPostProcessor

      public SpringApplicationJsonEnvironmentPostProcessor()
  • Method Details