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