Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlFactoryBuilder
Packages that use TomlFactoryBuilder
-
Uses of TomlFactoryBuilder in com.fasterxml.jackson.dataformat.toml
Subclasses with type arguments of type TomlFactoryBuilder in com.fasterxml.jackson.dataformat.tomlModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingTomlFactoryinstances.Methods in com.fasterxml.jackson.dataformat.toml that return TomlFactoryBuilderModifier and TypeMethodDescriptionstatic TomlFactoryBuilderTomlFactory.builder()Main factory method to use for constructingTomlFactoryinstances with different configuration.TomlFactoryBuilder.configure(TomlReadFeature f, boolean state) TomlFactoryBuilder.configure(TomlWriteFeature f, boolean state) TomlFactoryBuilder.disable(TomlReadFeature f) TomlFactoryBuilder.disable(TomlReadFeature first, TomlReadFeature... other) TomlFactoryBuilder.disable(TomlWriteFeature f) TomlFactoryBuilder.disable(TomlWriteFeature first, TomlWriteFeature... other) TomlFactoryBuilder.enable(TomlReadFeature f) TomlFactoryBuilder.enable(TomlReadFeature first, TomlReadFeature... other) TomlFactoryBuilder.enable(TomlWriteFeature f) TomlFactoryBuilder.enable(TomlWriteFeature first, TomlWriteFeature... other) TomlFactory.rebuild()