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 TomlMapper
TomlMapper. configure(TomlReadFeature f, boolean state)
TomlMapper
TomlMapper. configure(TomlWriteFeature f, boolean state)
TomlMapper
TomlMapper. copy()
TomlMapper
TomlMapper. disable(TomlReadFeature f)
TomlMapper
TomlMapper. disable(TomlWriteFeature f)
TomlMapper
TomlMapper. enable(TomlReadFeature f)
TomlMapper
TomlMapper. enable(TomlWriteFeature f)
Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlMapper Constructor Description Builder(TomlMapper mapper)
-