Uses of Class
org.opendaylight.netconf.sal.rest.doc.impl.BaseYangSwaggerGenerator
-
Packages that use BaseYangSwaggerGenerator Package Description org.opendaylight.netconf.sal.rest.doc.impl org.opendaylight.netconf.sal.rest.doc.mountpoints -
-
Uses of BaseYangSwaggerGenerator in org.opendaylight.netconf.sal.rest.doc.impl
Subclasses of BaseYangSwaggerGenerator in org.opendaylight.netconf.sal.rest.doc.impl Modifier and Type Class Description classApiDocGeneratorDraftO2This class gathers all YANG-definedModules and generates Swagger compliant documentation for the bierman draft02 version.classApiDocGeneratorRFC8040This class gathers all YANG-definedModules and generates Swagger compliant documentation for the RFC 8040 version.classBaseYangSwaggerGeneratorDraft02Base class for a bierman draft02 implementation.classBaseYangSwaggerGeneratorRFC8040Base class for an RFC 8040 implementation.classMountPointSwaggerGeneratorDraft02MountPoint generator implementation for bierman draft02.classMountPointSwaggerGeneratorRFC8040MountPoint generator implementation for RFC 8040. -
Uses of BaseYangSwaggerGenerator in org.opendaylight.netconf.sal.rest.doc.mountpoints
Constructors in org.opendaylight.netconf.sal.rest.doc.mountpoints with parameters of type BaseYangSwaggerGenerator Constructor Description MountPointSwagger(org.opendaylight.mdsal.dom.api.DOMSchemaService globalSchema, org.opendaylight.mdsal.dom.api.DOMMountPointService mountService, BaseYangSwaggerGenerator swaggerGenerator)
-