Package io.apiman.manager.test.server
Class TestManagerApiApplication
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- io.apiman.manager.api.rest.impl.ApiManagerApplication
-
- io.apiman.manager.test.server.TestManagerApiApplication
-
public class TestManagerApiApplication extends ApiManagerApplication
JAX-RSApplicationused for testing.- Author:
- eric.wittmann@redhat.com
-
-
Constructor Summary
Constructors Constructor Description TestManagerApiApplication()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Class<?>>getClasses()Set<Object>getSingletons()-
Methods inherited from class io.apiman.manager.api.rest.impl.ApiManagerApplication
postConstruct
-
-
-
-
Method Detail
-
getClasses
public Set<Class<?>> getClasses()
- Overrides:
getClassesin classApiManagerApplication
-
-