| Package | Description |
|---|---|
| com.cosium.openapi.annotation_processor.specification |
| Modifier and Type | Method and Description |
|---|---|
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.Builder.build()
Builds a new
SpecificationGeneratorOptions. |
SpecificationGeneratorOptions |
SpecificationGeneratorOptions.BuildFinal.build()
Builds a new
SpecificationGeneratorOptions. |
static SpecificationGeneratorOptions |
SpecificationGeneratorOptions.copyOf(ISpecificationGeneratorOptions instance)
Creates an immutable copy of a
ISpecificationGeneratorOptions value. |
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. |
Copyright © 2017 Cosium. All rights reserved.