Uses of Class
com.soklet.SokletConfiguration.Builder
Packages that use SokletConfiguration.Builder
-
Uses of SokletConfiguration.Builder in com.soklet
Methods in com.soklet that return SokletConfiguration.BuilderModifier and TypeMethodDescriptionSokletConfiguration.Builder.corsAuthorizer
(CorsAuthorizer corsAuthorizer) static SokletConfiguration.Builder
SokletConfiguration.forTesting()
Vends a configuration builder with mock servers, suitable for unit and integration testing.SokletConfiguration.Builder.instanceProvider
(InstanceProvider instanceProvider) SokletConfiguration.Builder.lifecycleInterceptor
(LifecycleInterceptor lifecycleInterceptor) SokletConfiguration.Builder.requestBodyMarshaler
(RequestBodyMarshaler requestBodyMarshaler) SokletConfiguration.Builder.resourceMethodParameterProvider
(ResourceMethodParameterProvider resourceMethodParameterProvider) SokletConfiguration.Builder.resourceMethodResolver
(ResourceMethodResolver resourceMethodResolver) SokletConfiguration.Builder.responseMarshaler
(ResponseMarshaler responseMarshaler) SokletConfiguration.Builder.serverSentEventServer
(ServerSentEventServer serverSentEventServer) SokletConfiguration.Builder.valueConverterRegistry
(ValueConverterRegistry valueConverterRegistry) static SokletConfiguration.Builder
SokletConfiguration.withServer
(Server server) Vends a configuration builder for the given server.