Uses of Interface
space.arim.dazzleconf.ErrorContext.Source
Packages that use ErrorContext.Source
Package
Description
Version 2 of the library, provided as a separate package.
This package defines a framework for interactions between the library and the configuration format.
An optional API for migrations.
-
Uses of ErrorContext.Source in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return ErrorContext.SourceModifier and TypeMethodDescription@NonNull ErrorContext.SourceConfiguration.makeErrorSource()Creates a convenient error source. -
Uses of ErrorContext.Source in space.arim.dazzleconf.backend
Methods in space.arim.dazzleconf.backend with parameters of type ErrorContext.SourceModifier and TypeMethodDescription@NonNull LoadResult<@Nullable Backend.Document> Backend.read(@NonNull ErrorContext.Source errorSource) Reads data. -
Uses of ErrorContext.Source in space.arim.dazzleconf.engine
Subinterfaces of ErrorContext.Source in space.arim.dazzleconf.engineModifier and TypeInterfaceDescriptioninterfaceA context for deserialization.interfaceAn object from a data tree, that is being processed for deserialization. -
Uses of ErrorContext.Source in space.arim.dazzleconf.migration
Methods in space.arim.dazzleconf.migration that return ErrorContext.SourceModifier and TypeMethodDescription@NonNull ErrorContext.SourceMigrateContext.errorSource()A factory allowing migrations to produce errors.