com.smartbear.swagger4j.impl
Class Utils.ConsoleSwaggerStore
java.lang.Object
com.smartbear.swagger4j.impl.Utils.ConsoleSwaggerStore
- All Implemented Interfaces:
- SwaggerStore
- Enclosing class:
- Utils
public static class Utils.ConsoleSwaggerStore
- extends Object
- implements SwaggerStore
SwaggerStore implementation that writes Swagger definitions to the Console; for debugging
- See Also:
SwaggerStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils.ConsoleSwaggerStore
public Utils.ConsoleSwaggerStore()
createResource
public Writer createResource(String path)
- Description copied from interface:
SwaggerStore
- Create a resource with the specified path
- Specified by:
createResource
in interface SwaggerStore
- Parameters:
path
- the path of the resource to create
- Returns:
- a Writer to which the resource can be written
Copyright © 2013. All Rights Reserved.