Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlFactory
Packages that use TomlFactory
-
Uses of TomlFactory in com.fasterxml.jackson.dataformat.toml
Subclasses with type arguments of type TomlFactory in com.fasterxml.jackson.dataformat.tomlModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingTomlFactoryinstances.Methods in com.fasterxml.jackson.dataformat.toml that return TomlFactoryModifier and TypeMethodDescriptionTomlFactoryBuilder.build()final TomlFactoryTomlFactory.configure(TomlReadFeature f, boolean state) Method for enabling or disabling specified parser feature (checkTomlReadFeaturefor list of features)final TomlFactoryTomlFactory.configure(TomlWriteFeature f, boolean state) Method for enabling or disabling specified generator feature (checkTomlWriteFeaturefor list of features)TomlFactory.copy()TomlFactory.disable(TomlReadFeature f) Method for disabling specified parser features (checkTomlReadFeaturefor list of features)TomlFactory.disable(TomlWriteFeature f) Method for disabling specified generator features (checkTomlWriteFeaturefor list of features)TomlFactory.enable(TomlReadFeature f) Method for enabling specified parser feature (checkTomlReadFeaturefor list of features)TomlFactory.enable(TomlWriteFeature f) Method for enabling specified generator feature (checkTomlWriteFeaturefor list of features)TomlMapper.tokenStreamFactory()Methods in com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactoryModifier and TypeMethodDescriptionstatic TomlMapper.BuilderTomlMapper.builder(TomlFactory streamFactory) Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactory