|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constants.Format | |
---|---|
com.smartbear.swagger4j | Swagger4j core interfaces and utilities |
com.smartbear.swagger4j.impl | Default implementations of core Swagger4j Interfaces |
Uses of Constants.Format in com.smartbear.swagger4j |
---|
Methods in com.smartbear.swagger4j that return Constants.Format | |
---|---|
static Constants.Format |
URISwaggerSource.extractFormat(URI uri)
|
Constants.Format |
URISwaggerSource.getFormat()
|
Constants.Format |
SwaggerWriter.getFormat()
Gets the format of this SwaggerWriter |
Constants.Format |
SwaggerSource.getFormat()
Gets the format of the Swagger objects returned by this Source |
static Constants.Format |
Constants.Format.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Constants.Format[] |
Constants.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.smartbear.swagger4j with parameters of type Constants.Format | |
---|---|
static URI |
URISwaggerSource.buildUri(URI uri,
String path,
Constants.Format format)
|
SwaggerWriter |
SwaggerFactory.createSwaggerWriter(Constants.Format format)
Creates a SwaggerWriter for the specified format |
static SwaggerWriter |
Swagger.createWriter(Constants.Format format)
Creates a SwaggerWriter for the specified format using the default SwaggerFactory |
static void |
Swagger.writeSwagger(ResourceListing resourceListing,
String path,
Constants.Format format)
Writes the specified Swagger ResourceListing to the specified local path in either json or xml format. |
static String |
FileSwaggerStore.writeSwagger(String path,
ResourceListing resourceListing,
Constants.Format format)
|
Uses of Constants.Format in com.smartbear.swagger4j.impl |
---|
Methods in com.smartbear.swagger4j.impl that return Constants.Format | |
---|---|
Constants.Format |
SwaggerWriterImpl.getFormat()
|
abstract Constants.Format |
SwaggerParser.getFormat()
|
Constants.Format |
SwaggerParser.SwaggerXmlParser.getFormat()
|
Constants.Format |
SwaggerParser.SwaggerJsonParser.getFormat()
|
Methods in com.smartbear.swagger4j.impl with parameters of type Constants.Format | |
---|---|
static String |
Utils.createFileNameFromPath(String path,
Constants.Format format)
Method for creating a filename from a path - replaces format references and adds the extension. |
SwaggerWriter |
SwaggerFactoryImpl.createSwaggerWriter(Constants.Format format)
|
static SwaggerGenerator |
SwaggerGenerator.newGenerator(Writer writer,
Constants.Format format)
Builds a SwaggerGenerator for one of the supported formats |
static SwaggerParser |
SwaggerParser.newParser(Reader reader,
Constants.Format format)
Builder for a SwaggerParser for one of the supported formats |
ApiDeclaration |
SwaggerReaderImpl.readApiDeclaration(Reader reader,
Constants.Format format)
|
Constructors in com.smartbear.swagger4j.impl with parameters of type Constants.Format | |
---|---|
SwaggerWriterImpl(Constants.Format format)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |