Uses of Class
tools.jackson.dataformat.cbor.CBORMapper.Builder
Packages that use CBORMapper.Builder
-
Uses of CBORMapper.Builder in tools.jackson.dataformat.cbor
Subclasses with type arguments of type CBORMapper.Builder in tools.jackson.dataformat.cborModifier and TypeClassDescriptionstatic classBase implementation for "Vanilla"ObjectMapper, used with CBOR backend.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