Uses of Class
tools.jackson.dataformat.cbor.CBORFactoryBuilder
Packages that use CBORFactoryBuilder
-
Uses of CBORFactoryBuilder in tools.jackson.dataformat.cbor
Methods in tools.jackson.dataformat.cbor that return CBORFactoryBuilderModifier and TypeMethodDescriptionstatic CBORFactoryBuilderCBORFactory.builder()Main factory method to use for constructingCBORFactoryinstances with different configuration.CBORFactoryBuilder.configure(CBORReadFeature f, boolean state) CBORFactoryBuilder.configure(CBORWriteFeature f, boolean state) CBORFactoryBuilder.disable(CBORReadFeature f) CBORFactoryBuilder.disable(CBORReadFeature first, CBORReadFeature... other) CBORFactoryBuilder.disable(CBORWriteFeature f) CBORFactoryBuilder.disable(CBORWriteFeature first, CBORWriteFeature... other) CBORFactoryBuilder.enable(CBORReadFeature f) CBORFactoryBuilder.enable(CBORReadFeature first, CBORReadFeature... other) CBORFactoryBuilder.enable(CBORWriteFeature f) CBORFactoryBuilder.enable(CBORWriteFeature first, CBORWriteFeature... other) CBORFactory.rebuild()Constructors in tools.jackson.dataformat.cbor with parameters of type CBORFactoryBuilderModifierConstructorDescriptionprotectedConstructors used byCBORFactoryBuilderfor instantiation.