Class MyApplication

java.lang.Object
jakarta.ws.rs.core.Application
org.glassfish.jersey.server.ResourceConfig
org.glassfish.jersey.examples.multipart.webapp.MyApplication
All Implemented Interfaces:
Configurable<ResourceConfig>, Configuration, ApplicationSupplier, ExtendedConfig, ServerConfig

@ApplicationPath("/") public class MyApplication extends ResourceConfig
Author:
Michal Gajdos
  • Constructor Details

    • MyApplication

      public MyApplication()