Skip navigation links

Package com.electronwill.nightconfig.core.conversion

(deprecated) Provides tools for converting configurations to/from Java objects, and converting config values on the fly.

See: Description

Package com.electronwill.nightconfig.core.conversion Description

(deprecated) Provides tools for converting configurations to/from Java objects, and converting config values on the fly.

The most useful class in this package is ObjectConverter, which performs object-to-config deserialization and config-to-object serialization.

Note: as of NightConfig 3.7.0, this package is replaced by com.electronwill.nightconfig.core.serde.

Skip navigation links