Class JsonPropertyValueCollector


  • public class JsonPropertyValueCollector
    extends Object
    Recursively traverses the JSON object and collect all the property values, having as property name the provided property name.
    • Constructor Detail

      • JsonPropertyValueCollector

        public JsonPropertyValueCollector​(String propertyName)