static TomlFactoryBuilder |
TomlFactory.builder()
Main factory method to use for constructing TomlFactory instances with
different configuration.
|
TomlFactoryBuilder |
TomlFactoryBuilder.configure(TomlReadFeature f,
boolean state) |
TomlFactoryBuilder |
TomlFactoryBuilder.configure(TomlWriteFeature f,
boolean state) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlReadFeature f) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlReadFeature first,
TomlReadFeature... other) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlWriteFeature f) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlWriteFeature first,
TomlWriteFeature... other) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlReadFeature f) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlReadFeature first,
TomlReadFeature... other) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlWriteFeature f) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlWriteFeature first,
TomlWriteFeature... other) |
TomlFactoryBuilder |
TomlFactory.rebuild() |