Class JacksonJson.UserListDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<List<User>>
org.aoju.bus.gitlab.support.JacksonJson.UserListDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
Enclosing class:
JacksonJson

public static class JacksonJson.UserListDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<List<User>>
Deserializer for the odd User instances in the "approved_by" array in the merge_request JSON.