Module io.helidon.json.smile
Package io.helidon.json.smile
Class SmileConfig.BuilderBase.SmileConfigImpl
java.lang.Object
io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
- All Implemented Interfaces:
Prototype.Api,SmileConfig
- Enclosing class:
SmileConfig.BuilderBase<BUILDER extends SmileConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends SmileConfig>
protected static class SmileConfig.BuilderBase.SmileConfigImpl
extends Object
implements SmileConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.json.smile.SmileConfig
SmileConfig.Builder, SmileConfig.BuilderBase<BUILDER extends SmileConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends SmileConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSmileConfigImpl(SmileConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether to emit the optional Smile end marker when closing a generator.booleaninthashCode()booleanWhether to allow raw binary values in Smile content.booleanWhether to enable shared key string references.booleanWhether to enable shared value string references.toString()
-
Constructor Details
-
SmileConfigImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
rawBinaryEnabled
public boolean rawBinaryEnabled()Description copied from interface:SmileConfigWhether to allow raw binary values in Smile content.- Specified by:
rawBinaryEnabledin interfaceSmileConfig- Returns:
trueto allow raw binary values
-
emitEndMark
public boolean emitEndMark()Description copied from interface:SmileConfigWhether to emit the optional Smile end marker when closing a generator.- Specified by:
emitEndMarkin interfaceSmileConfig- Returns:
trueto emit the end marker
-
toString
-
equals
-
hashCode
public int hashCode()