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
ConstructorsModifierConstructorDescriptionprotected
JacksonSupportConfigImpl
(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.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<JacksonSupport>
- Returns:
- new configured runtime instance
-
get
- Specified by:
get
in interfaceSupplier<JacksonSupport>
-
name
Description copied from interface:JacksonSupportConfig
Name of the support. Default value isjackson
.- Specified by:
name
in interfaceJacksonSupportConfig
- Returns:
- name of the support
-
objectMapper
Description copied from interface:JacksonSupportConfig
JacksonObjectMapper
instance.- Specified by:
objectMapper
in interfaceJacksonSupportConfig
- Returns:
- jackson object mapper instance
-
properties
Description copied from interface:JacksonSupportConfig
Jackson configuration properties. Properties are being ignored if specificJacksonSupport
is set. Onlyboolean
configuration values are supported.- Specified by:
properties
in interfaceJacksonSupportConfig
- Returns:
- jackson config properties
-
toString
-
equals
-
hashCode
public int hashCode()
-