Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlFactory
Packages that use TomlFactory
-
Uses of TomlFactory in com.fasterxml.jackson.dataformat.toml
Fields in com.fasterxml.jackson.dataformat.toml declared as TomlFactoryMethods in com.fasterxml.jackson.dataformat.toml that return TomlFactoryModifier and TypeMethodDescriptionTomlFactoryBuilder.build()
final TomlFactory
TomlFactory.configure
(TomlReadFeature f, boolean state) Method for enabling or disabling specified parser feature (checkTomlReadFeature
for list of features)final TomlFactory
TomlFactory.configure
(TomlWriteFeature f, boolean state) Method for enabling or disabling specified generator feature (checkTomlWriteFeature
for list of features)TomlFactory.copy()
TomlFactory.disable
(TomlReadFeature f) Method for disabling specified parser features (checkTomlReadFeature
for list of features)TomlFactory.disable
(TomlWriteFeature f) Method for disabling specified generator features (checkTomlWriteFeature
for list of features)TomlFactory.enable
(TomlReadFeature f) Method for enabling specified parser feature (checkTomlReadFeature
for list of features)TomlFactory.enable
(TomlWriteFeature f) Method for enabling specified generator feature (checkTomlWriteFeature
for list of features)TomlMapper.tokenStreamFactory()
Methods in com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactoryModifier and TypeMethodDescriptionstatic TomlMapper.Builder
TomlMapper.builder
(TomlFactory streamFactory) static com.fasterxml.jackson.databind.node.ObjectNode
Parser.parse
(TomlFactory tomlFactory, com.fasterxml.jackson.core.io.IOContext ioContext, Reader reader) Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactoryModifierConstructorDescriptionprivate
Parser
(TomlFactory tomlFactory, com.fasterxml.jackson.core.io.IOContext ioContext, TomlStreamReadException.ErrorContext errorContext, int options, Reader reader) (package private)
TomlFactory
(TomlFactory src, com.fasterxml.jackson.core.ObjectCodec oc) (package private)