Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlMapper
Packages that use TomlMapper
-
Uses of TomlMapper in com.fasterxml.jackson.dataformat.toml
Methods in com.fasterxml.jackson.dataformat.toml that return TomlMapperModifier and TypeMethodDescriptionTomlMapper.configure
(TomlReadFeature f, boolean state) TomlMapper.configure
(TomlWriteFeature f, boolean state) TomlMapper.copy()
TomlMapper.disable
(TomlReadFeature f) TomlMapper.disable
(TomlWriteFeature f) TomlMapper.enable
(TomlReadFeature f) TomlMapper.enable
(TomlWriteFeature f) Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlMapper