Uses of Class
tools.jackson.dataformat.cbor.CBORMapper.Builder
Packages that use CBORMapper.Builder
-
Uses of CBORMapper.Builder in tools.jackson.dataformat.cbor
Methods in tools.jackson.dataformat.cbor that return CBORMapper.BuilderModifier and TypeMethodDescriptionstatic CBORMapper.BuilderCBORMapper.builder()static CBORMapper.BuilderCBORMapper.builder(CBORFactory streamFactory) CBORMapper.Builder.configure(CBORReadFeature feature, boolean state) CBORMapper.Builder.configure(CBORWriteFeature feature, boolean state) CBORMapper.Builder.disable(CBORReadFeature... features) CBORMapper.Builder.disable(CBORWriteFeature... features) CBORMapper.Builder.enable(CBORReadFeature... features) CBORMapper.Builder.enable(CBORWriteFeature... features) CBORMapper.rebuild()Constructors in tools.jackson.dataformat.cbor with parameters of type CBORMapper.Builder