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.Fields in com.fasterxml.jackson.dataformat.toml declared as TomlFactoryMethods 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) static com.fasterxml.jackson.databind.node.ObjectNodeParser.parse(TomlFactory tomlFactory, com.fasterxml.jackson.core.io.IOContext ioContext, Reader reader) Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlFactoryModifierConstructorDescriptionprivateParser(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)