Package org.openmetadata.service.config
Class OMWebBundle<T extends io.dropwizard.Configuration>
java.lang.Object
org.openmetadata.service.config.OMWebBundle<T>
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<T>
public abstract class OMWebBundle<T extends io.dropwizard.Configuration>
extends Object
implements io.dropwizard.ConfiguredBundle<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureHeaderFilter(io.dropwizard.setup.Environment environment, String uriPath, String urlPattern, Map<String, String> headers) abstract OMWebConfigurationgetWebConfiguration(T var1) voidinitialize(io.dropwizard.setup.Bootstrap<?> bootstrap) void
-
Constructor Details
-
OMWebBundle
protected OMWebBundle()
-
-
Method Details
-
initialize
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) - Specified by:
initializein interfaceio.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
-
run
- Specified by:
runin interfaceio.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
-
configureHeaderFilter
-
getWebConfiguration
-