Uses of Class
tools.jackson.dataformat.toml.TomlFactoryBuilder
Packages that use TomlFactoryBuilder
-
Uses of TomlFactoryBuilder in tools.jackson.dataformat.toml
Subclasses with type arguments of type TomlFactoryBuilder in tools.jackson.dataformat.tomlModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingTomlFactoryinstances.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()Constructors in tools.jackson.dataformat.toml with parameters of type TomlFactoryBuilderModifierConstructorDescription(package private)Constructors used byTomlFactoryBuilderfor instantiation.