C
- the type of the applications configuration classpublic interface PlatformBundleBuilder<C extends io.dropwizard.Configuration> extends CorsCustomizer<C>, SecurityCustomizer<C>, JacksonCustomizer<C>
Modifier and Type | Method and Description |
---|---|
SdaPlatformBundle<C> |
build()
Builds the configured
SdaPlatformBundle which must be added to the Bootstrap in
Application.initialize(Bootstrap) . |
withCorsAdditionalAllowedHeaders, withCorsAdditionalExposedHeaders, withCorsAllowedMethods
disableBufferLimitValidationSecurityFeature
alwaysWriteZonedDateTimeWithMillisInJson, alwaysWriteZonedDateTimeWithoutMillisInJson, withObjectMapperCustomization, withoutFieldFilter, withoutHalSupport
SdaPlatformBundle<C> build()
SdaPlatformBundle
which must be added to the Bootstrap
in
Application.initialize(Bootstrap)
.SdaPlatformBundle