Deprecated API
Contents
-
Deprecated ClassesClassDescriptionSuperseded by the much better designed
HumanReadableConfigurationFactoryWill be removed without replacement in a later release. Contributes little value on its own.
-
Deprecated MethodsMethodDescriptionUse
ConfigurationOptions.getConfigurationSorter()insteadUseValueSerialiserMap.getSerialiserFor(Class)insteadThis method will be removed in 2.0 in favor ofDeserializeInput.makeChild(DataEntry, Object). That method requires the caller to supply the child value's location, so to replicate this method's behavior, you would need to number your calls to this method and pass"$" + idxas the location.