
es.tid.topologyModuleBase.UnifyTopoModel.api.factories.ConfigApiServiceFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of topology Show documentation
Show all versions of topology Show documentation
Traffic Engineering Database, BGP-LS peer, Topology Module
The newest version!
package es.tid.topologyModuleBase.UnifyTopoModel.api.factories;
import es.tid.topologyModuleBase.UnifyTopoModel.api.ConfigApiService;
import es.tid.topologyModuleBase.UnifyTopoModel.api.impl.ConfigApiServiceImpl;
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaJerseyServerCodegen", date = "2016-07-26T10:14:24.517Z")
public class ConfigApiServiceFactory {
private final static ConfigApiService service = new ConfigApiServiceImpl();
public static ConfigApiService getConfigApi() {
return service;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy