| Interface and Description |
|---|
| com.electronwill.nightconfig.core.conversion.Converter
Use the new package
com.electronwill.nightconfig.core.serde. |
| Class and Description |
|---|
| com.electronwill.nightconfig.core.ConcurrentConfigSpec
A concurrent HashMap is not enough to make the whole spec robust to multi-threaded use.
|
| com.electronwill.nightconfig.core.conversion.ObjectConverter
Use
ObjectSerializer or ObjectSerializer instead. |
| Exceptions and Description |
|---|
| com.electronwill.nightconfig.core.conversion.InvalidValueException
Use the new package
com.electronwill.nightconfig.core.serde with
serde.annotations. |
| com.electronwill.nightconfig.core.conversion.ReflectionException
Use the new package
com.electronwill.nightconfig.core.serde with
serde.annotations. |
| Annotation Type and Description |
|---|
| com.electronwill.nightconfig.core.conversion.AdvancedPath
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.Conversion
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.ForceBreakdown
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.Path
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.PreserveNotNull
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecClassInArray
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecDoubleInRange
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecEnum
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecFloatInRange
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecIntInRange
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecLongInRange
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecNotNull
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecStringInArray
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecStringInRange
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |
| com.electronwill.nightconfig.core.conversion.SpecValidator
Use the new package
com.electronwill.nightconfig.core.serde with serde.annotations. |