public class Generator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Generator.Parameter |
| Modifier and Type | Field and Description |
|---|---|
static String |
EMULATED_SWAGGER_VERSION |
| Constructor and Description |
|---|
Generator(Set<String> packageNames,
Map<Class<?>,String> pluginMapping,
String pluginPathPrefix,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
Generator(String packageName,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
generateForRoute(String route,
String basePath) |
Map<String,Object> |
generateOverview() |
Set<Class<?>> |
getAnnotatedClasses() |
public static final String EMULATED_SWAGGER_VERSION
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.