Package org.apache.aries.jax.rs.openapi
Class OpenApiPrototypeServiceFactory
- java.lang.Object
-
- org.apache.aries.jax.rs.openapi.OpenApiPrototypeServiceFactory
-
-
Constructor Summary
Constructors Constructor Description OpenApiPrototypeServiceFactory(PropertyWrapper propertyWrapper, io.swagger.v3.oas.models.OpenAPI openAPI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Object> serviceRegistration)
void
ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Object> serviceRegistration, Object object)
-
-
-
Constructor Detail
-
OpenApiPrototypeServiceFactory
public OpenApiPrototypeServiceFactory(PropertyWrapper propertyWrapper, io.swagger.v3.oas.models.OpenAPI openAPI)
-
-
Method Detail
-
getService
public Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Object> serviceRegistration)
-
-