Package de.gematik.test.tiger.proxy
Class TigerProxyApplication
- java.lang.Object
-
- de.gematik.test.tiger.proxy.TigerProxyApplication
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
@SpringBootApplication public class TigerProxyApplication extends Object implements javax.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description TigerProxyApplication(ApplicationConfiguration applicationConfiguration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)ApplicationConfigurationgetApplicationConfiguration()static voidmain(String[] args)com.fasterxml.jackson.databind.module.SimpleModulerbelElementDeserializer()TigerProxytigerProxy()
-
-
-
Constructor Detail
-
TigerProxyApplication
@ConstructorProperties("applicationConfiguration") public TigerProxyApplication(ApplicationConfiguration applicationConfiguration)
-
-
Method Detail
-
main
public static void main(String[] args)
-
tigerProxy
@Bean public TigerProxy tigerProxy()
-
rbelElementDeserializer
@Bean public com.fasterxml.jackson.databind.module.SimpleModule rbelElementDeserializer()
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
getApplicationConfiguration
public ApplicationConfiguration getApplicationConfiguration()
-
-