Package webapi
Class ApplicationConfig
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- webapi.ApplicationConfig
-
@ApplicationScoped public class ApplicationConfig extends javax.ws.rs.core.Application
RESTアプリケーションのコンフィグ情報。 REST API全体に関することをOpenAPIのアノテーションで定義している。
-
-
Constructor Summary
Constructors Constructor Description ApplicationConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Class<?>>
getClasses()
static void
main(String[] args)
-