Package io.helidon.http.media.jackson
Class JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
java.lang.Object
io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- All Implemented Interfaces:
Prototype.Api,Prototype.Factory<JacksonSupport>,JacksonSupportConfig,Supplier<JacksonSupport>
- Enclosing class:
JacksonSupportConfig.BuilderBase<BUILDER extends JacksonSupportConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JacksonSupportConfig>
protected static class JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
extends Object
implements JacksonSupportConfig, Supplier<JacksonSupport>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.http.media.jackson.JacksonSupportConfig
JacksonSupportConfig.Builder, JacksonSupportConfig.BuilderBase<BUILDER extends JacksonSupportConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JacksonSupportConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJacksonSupportConfigImpl(JacksonSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
JacksonSupportConfigImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.FactoryCreate a new instance of the runtime type from this config object.- Specified by:
buildin interfacePrototype.Factory<JacksonSupport>- Returns:
- new configured runtime instance
-
get
- Specified by:
getin interfaceSupplier<JacksonSupport>
-
name
Description copied from interface:JacksonSupportConfigName of the support. Default value isjackson.- Specified by:
namein interfaceJacksonSupportConfig- Returns:
- name of the support
-
objectMapper
Description copied from interface:JacksonSupportConfigJacksonObjectMapperinstance.- Specified by:
objectMapperin interfaceJacksonSupportConfig- Returns:
- jackson object mapper instance
-
properties
Description copied from interface:JacksonSupportConfigJackson configuration properties. Properties are being ignored if specificJacksonSupportis set. Onlybooleanconfiguration values are supported.- Specified by:
propertiesin interfaceJacksonSupportConfig- Returns:
- jackson config properties
-
toString
-
equals
-
hashCode
public int hashCode()
-