Package de.gematik.test.tiger.proxy
Class TigerProxyApplication
java.lang.Object
de.gematik.test.tiger.proxy.TigerProxyApplication
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
@SpringBootApplication(scanBasePackageClasses={TigerBuildPropertiesService.class,TigerProxyApplication.class})
public class TigerProxyApplication
extends Object
implements jakarta.servlet.ServletContextListener
-
Constructor Summary
ConstructorsConstructorDescriptionTigerProxyApplication(de.gematik.test.tiger.common.data.config.tigerproxy.TigerProxyConfiguration proxyConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionde.gematik.test.tiger.common.data.config.tigerproxy.TigerProxyConfigurationstatic voidcom.fasterxml.jackson.databind.module.SimpleModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.ServletContextListener
contextDestroyed, contextInitialized
-
Constructor Details
-
TigerProxyApplication
@ConstructorProperties("proxyConfiguration") public TigerProxyApplication(de.gematik.test.tiger.common.data.config.tigerproxy.TigerProxyConfiguration proxyConfiguration)
-
-
Method Details
-
main
-
rbelElementDeserializer
@Bean public com.fasterxml.jackson.databind.module.SimpleModule rbelElementDeserializer() -
rbelHtmlRenderer
-
getProxyConfiguration
public de.gematik.test.tiger.common.data.config.tigerproxy.TigerProxyConfiguration getProxyConfiguration()
-