Set<ApiDescription> apiDescriptions = newHashSet();
List<Command<RequestMappingContext>> readers = newArrayList();
readers.add(new MediaTypeReader());
readers.add(new ApiDescriptionReader(swaggerPathProvider, customAnnotationReaders));
readers.add(new ApiModelReader(modelProvider));
Map<String, Model> models = new LinkedHashMap<String, Model>();
for (RequestMappingContext each : entry.getValue()) {
CommandExecutor<Map<String, Object>, RequestMappingContext> commandExecutor = new CommandExecutor();