public class StringOrListDeserializerextends com.fasterxml.jackson.databind.JsonDeserializer<List<String>>
Deserializes a JSON field that can be either a single string or an array of strings.
E.g. "macBehind": "AA:BB:CC" or "macsBehind": ["AA:BB:CC", "DD:EE:FF"]
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer