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 TomlFactory
Parser. tomlFactory
Methods in com.fasterxml.jackson.dataformat.toml that return TomlFactory Modifier and Type Method Description TomlFactory
TomlFactoryBuilder. build()
TomlFactory
TomlFactory. configure(TomlReadFeature f, boolean state)
Method for enabling or disabling specified parser feature (checkTomlReadFeature
for list of features)TomlFactory
TomlFactory. configure(TomlWriteFeature f, boolean state)
Method for enabling or disabling specified generator feature (checkTomlWriteFeature
for list of features)TomlFactory
TomlFactory. copy()
TomlFactory
TomlFactory. disable(TomlReadFeature f)
Method for disabling specified parser features (checkTomlReadFeature
for list of features)TomlFactory
TomlFactory. disable(TomlWriteFeature f)
Method for disabling specified generator features (checkTomlWriteFeature
for list of features)TomlFactory
TomlFactory. enable(TomlReadFeature f)
Method for enabling specified parser feature (checkTomlReadFeature
for list of features)TomlFactory
TomlFactory. enable(TomlWriteFeature f)
Method for enabling specified generator feature (checkTomlWriteFeature
for list of features)TomlFactory
TomlMapper. tokenStreamFactory()
Methods in com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactory Modifier and Type Method Description static TomlMapper.Builder
TomlMapper. builder(TomlFactory streamFactory)
static com.fasterxml.jackson.databind.node.ObjectNode
Parser. 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)
-