Uses of Class
space.arim.dazzleconf.ErrorContext.Key
Packages that use ErrorContext.Key
-
Uses of ErrorContext.Key in space.arim.dazzleconf
Fields in space.arim.dazzleconf declared as ErrorContext.KeyModifier and TypeFieldDescriptionstatic final ErrorContext.Key<Printable> ErrorContext.BACKEND_MESSAGEError message provided by the configuration format backendstatic final ErrorContext.Key<KeyPath> ErrorContext.ENTRY_PATHPath of the configuration entry being scanned or operated uponstatic final ErrorContext.Key<Integer> ErrorContext.LINE_NUMBERLine number in the source datastatic final ErrorContext.Key<URL> ErrorContext.SYNTAX_LINTERA URL pointing to an online syntax linter.Methods in space.arim.dazzleconf that return types with arguments of type ErrorContext.KeyModifier and TypeMethodDescription@NonNull Set<@NonNull ErrorContext.Key<?>> ErrorContext.allKeys()Gets all the keys set on this error context.Methods in space.arim.dazzleconf with parameters of type ErrorContext.KeyModifier and TypeMethodDescription<V> voidErrorContext.addDetail(@NonNull ErrorContext.Key<V> key, @NonNull V context) Adds a piece of detail to this error context, overriding previous values.voidErrorContext.clearDetail(@NonNull ErrorContext.Key<?> key) Clears the specified context for this error context<V> @Nullable VErrorContext.query(@NonNull ErrorContext.Key<V> key) Gets a piece of detail from this error context, if it is set