SpecificationGeneratorOptions |
SpecificationGeneratorOptions.Builder.build() |
|
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.BuildFinal.build() |
|
static SpecificationGeneratorOptions |
SpecificationGeneratorOptions.copyOf(ISpecificationGeneratorOptions instance) |
|
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.withBasePath(String value) |
Copy the current immutable object by setting a value for the basePath attribute.
|
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.withConsumes(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of consumes.
|
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.withConsumes(String... elements) |
Copy the current immutable object with elements that replace the content of consumes.
|
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.withProduces(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of produces.
|
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.withProduces(String... elements) |
Copy the current immutable object with elements that replace the content of produces.
|
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.withTitle(String value) |
Copy the current immutable object by setting a value for the title attribute.
|