Class MetadataUtils
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.util.MetadataUtils
Internal class for marshaling abstract catalog metadata. Certain catalog metadata that
is defined in YAML properties needs to be adjusted to produce the expected JSON output.
- Author:
- Roy Clarkson
-
Method Summary
-
Method Details
-
convertMap
Traverses the tree and converts numbered maps into arrays for proper JSON. serialization- Parameters:
parameters
- aMap
to convert- Returns:
- the modified parameters
-