Package tech.jhipster.config
Interface JHipsterDefaults.ApiDocs
-
- Enclosing interface:
- JHipsterDefaults
public static interface JHipsterDefaults.ApiDocs
-
-
Field Summary
Fields Modifier and Type Field Description static String
contactEmail
static String
contactName
static String
contactUrl
static String
defaultIncludePattern
static String
description
static String
host
static String
license
static String
licenseUrl
static String[]
protocols
static String
termsOfServiceUrl
static String
title
static boolean
useDefaultResponseMessages
static String
version
-
-
-
Field Detail
-
title
static final String title
- See Also:
- Constant Field Values
-
description
static final String description
- See Also:
- Constant Field Values
-
version
static final String version
- See Also:
- Constant Field Values
-
termsOfServiceUrl
static final String termsOfServiceUrl
-
contactName
static final String contactName
-
contactUrl
static final String contactUrl
-
contactEmail
static final String contactEmail
-
license
static final String license
-
licenseUrl
static final String licenseUrl
-
defaultIncludePattern
static final String defaultIncludePattern
- See Also:
- Constant Field Values
-
host
static final String host
-
protocols
static final String[] protocols
-
useDefaultResponseMessages
static final boolean useDefaultResponseMessages
- See Also:
- Constant Field Values
-
-