}
// [Issue#1]: allow 'binding' to JsonParser
if (((Class<?>) type) == JsonParser.class) {
return jp;
}
return reader.withType(genericType).readValue(jp);
}
protected final ConcurrentHashMap<ClassAnnotationKey, JsonEndpointConfig> _writers
= new ConcurrentHashMap<ClassAnnotationKey, JsonEndpointConfig>();