Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlFactoryBuilder
Packages that use TomlFactoryBuilder
-
Uses of TomlFactoryBuilder in com.fasterxml.jackson.dataformat.toml
Methods in com.fasterxml.jackson.dataformat.toml that return TomlFactoryBuilderModifier and TypeMethodDescriptionstatic TomlFactoryBuilder
TomlFactory.builder()
Main factory method to use for constructingTomlFactory
instances 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 com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactoryBuilderModifierConstructorDescription(package private)
Constructors used byTomlFactoryBuilder
for instantiation.