Uses of Interface
com.soklet.InstanceProvider
Packages that use InstanceProvider
-
Uses of InstanceProvider in com.soklet
Methods in com.soklet that return InstanceProviderModifier and TypeMethodDescriptionSokletConfig.getInstanceProvider()
How Soklet will perform instance creation.static InstanceProvider
InstanceProvider.withDefaults()
Acquires anInstanceProvider
with a default "newInstance()
" instantiation strategy.Methods in com.soklet with parameters of type InstanceProviderModifier and TypeMethodDescriptionSokletConfig.Builder.instanceProvider
(InstanceProvider instanceProvider) SokletConfig.Copier.instanceProvider
(InstanceProvider instanceProvider) ResourceMethodParameterProvider.with
(InstanceProvider instanceProvider, ValueConverterRegistry valueConverterRegistry, RequestBodyMarshaler requestBodyMarshaler) Acquires a basicResourceMethodParameterProvider
with sensible defaults.