if (contentType == null && _elementType != null) {
contentType = _elementType;
}
if (contentType != null) {
// JsonNode schemaNode = null;
arrayVisitor.itemsFormat(contentType);
}
}
protected final JsonSerializer<Object> _findAndAddDynamic(PropertySerializerMap map,
Class<?> type, SerializerProvider provider) throws JsonMappingException