Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlFactory
-
Packages that use TomlFactory Package Description com.fasterxml.jackson.dataformat.toml -
-
Uses of TomlFactory in com.fasterxml.jackson.dataformat.toml
Fields in com.fasterxml.jackson.dataformat.toml declared as TomlFactory Modifier and Type Field Description private TomlFactoryParser. tomlFactoryMethods in com.fasterxml.jackson.dataformat.toml that return TomlFactory Modifier and Type Method Description TomlFactoryTomlFactoryBuilder. build()TomlFactoryTomlFactory. configure(TomlReadFeature f, boolean state)Method for enabling or disabling specified parser feature (checkTomlReadFeaturefor list of features)TomlFactoryTomlFactory. configure(TomlWriteFeature f, boolean state)Method for enabling or disabling specified generator feature (checkTomlWriteFeaturefor list of features)TomlFactoryTomlFactory. copy()TomlFactoryTomlFactory. disable(TomlReadFeature f)Method for disabling specified parser features (checkTomlReadFeaturefor list of features)TomlFactoryTomlFactory. disable(TomlWriteFeature f)Method for disabling specified generator features (checkTomlWriteFeaturefor list of features)TomlFactoryTomlFactory. enable(TomlReadFeature f)Method for enabling specified parser feature (checkTomlReadFeaturefor list of features)TomlFactoryTomlFactory. enable(TomlWriteFeature f)Method for enabling specified generator feature (checkTomlWriteFeaturefor list of features)TomlFactoryTomlMapper. tokenStreamFactory()Methods in com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactory Modifier and Type Method Description static TomlMapper.BuilderTomlMapper. builder(TomlFactory streamFactory)static com.fasterxml.jackson.databind.node.ObjectNodeParser. parse(TomlFactory tomlFactory, com.fasterxml.jackson.core.io.IOContext ioContext, java.io.Reader reader)Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactory Constructor Description Parser(TomlFactory tomlFactory, com.fasterxml.jackson.core.io.IOContext ioContext, TomlStreamReadException.ErrorContext errorContext, int options, java.io.Reader reader)TomlFactory(TomlFactory src, com.fasterxml.jackson.core.ObjectCodec oc)TomlFactoryBuilder(TomlFactory base)TomlMapper(TomlFactory f)
-