Class EnvironmentMediaType
- java.lang.Object
-
- org.springframework.cloud.config.environment.EnvironmentMediaType
-
public final class EnvironmentMediaType extends Object
Media types that can be consumed and produced by Environment endpoints.- Since:
- 2.0.0
- Author:
- Spencer Gibb
-
-
Field Detail
-
V1_JSON
public static final String V1_JSON
Constant for the Config Server V1 media type.- See Also:
- Constant Field Values
-
V2_JSON
public static final String V2_JSON
Constant for the Config Server V2 media type.- See Also:
- Constant Field Values
-
-