Uses of Class
tools.jackson.dataformat.toml.TomlFactoryBuilder
-
Uses of TomlFactoryBuilder in tools.jackson.dataformat.toml
Methods in tools.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()