Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlMapper
-
Packages that use TomlMapper Package Description com.fasterxml.jackson.dataformat.toml -
-
Uses of TomlMapper in com.fasterxml.jackson.dataformat.toml
Methods in com.fasterxml.jackson.dataformat.toml that return TomlMapper Modifier and Type Method Description TomlMapperTomlMapper. configure(TomlReadFeature f, boolean state)TomlMapperTomlMapper. configure(TomlWriteFeature f, boolean state)TomlMapperTomlMapper. copy()TomlMapperTomlMapper. disable(TomlReadFeature f)TomlMapperTomlMapper. disable(TomlWriteFeature f)TomlMapperTomlMapper. enable(TomlReadFeature f)TomlMapperTomlMapper. enable(TomlWriteFeature f)Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlMapper Constructor Description Builder(TomlMapper mapper)
-