public class SwaggerConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SwaggerConfig.Key |
Constructor and Description |
---|
SwaggerConfig() |
SwaggerConfig(InputStream input) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<SwaggerConfig.Key,Object>> |
entrySet() |
Object |
get(SwaggerConfig.Key key) |
SwaggerConfig |
put(SwaggerConfig.Key key,
Object value) |
public SwaggerConfig(InputStream input) throws IOException
IOException
public SwaggerConfig()
public SwaggerConfig put(SwaggerConfig.Key key, Object value)
public Object get(SwaggerConfig.Key key)
public Set<Map.Entry<SwaggerConfig.Key,Object>> entrySet()
Copyright © 2019 JBoss by Red Hat. All rights reserved.