Uses of Class
space.arim.dazzleconf.backend.DataEntry
Packages that use DataEntry
Package
Description
This package defines a framework for interactions between the library and the configuration format.
-
Uses of DataEntry in space.arim.dazzleconf.backend
Methods in space.arim.dazzleconf.backend that return DataEntryModifier and TypeMethodDescription@NonNull DataEntryDataEntry.clearLineNumber()Clears the line number and returns a new objectabstract @NonNull DataEntryDataList.get(int idx) Gets the entry at the specified index.@NonNull DataEntryDataList.Immut.get(int idx) @NonNull DataEntryDataList.Mut.get(int idx) abstract @Nullable DataEntryGets the entry at the specified key, or null if unset.@Nullable DataEntry@Nullable DataEntry@Nullable DataEntrySets the entry at the specified key.@NonNull DataEntryDataEntry.withComments(@NonNull CommentData comments) Sets the comments and returns a new object@NonNull DataEntryDataEntry.withComments(@NonNull CommentLocation location, @NonNull List<@NonNull String> lines) Sets comments at the given location and returns a new object.@NonNull DataEntryDataEntry.withLineNumber(int lineNumber) Sets the line number and returns a new object@NonNull DataEntrySets the value and returns a new objectMethods in space.arim.dazzleconf.backend with parameters of type DataEntryModifier and TypeMethodDescriptionvoidAdds the given entry, expanding this list to accommodate@Nullable DataEntrySets the entry at the specified key.voidReplaces the element at the given indexMethod parameters in space.arim.dazzleconf.backend with type arguments of type DataEntryModifier and TypeMethodDescriptionabstract voidRuns an action for each element.voidvoidabstract voidDataTree.forEach(BiConsumer<? super @NonNull Object, ? super @NonNull DataEntry> action) Runs an action for each key/value pair.voidDataTree.Immut.forEach(BiConsumer<? super @NonNull Object, ? super @NonNull DataEntry> action) voidDataTree.Mut.forEach(BiConsumer<? super @NonNull Object, ? super @NonNull DataEntry> action) Constructors in space.arim.dazzleconf.backend with parameters of type DataEntryModifierConstructorDescriptionCreates from the given elements.Creates from the given elements.Constructor parameters in space.arim.dazzleconf.backend with type arguments of type DataEntryModifierConstructorDescriptionImmut(@NonNull Collection<@NonNull DataEntry> entries) Creates from the given elements.Mut(@NonNull Collection<@NonNull DataEntry> entries) Creates from the given elements. -
Uses of DataEntry in space.arim.dazzleconf.engine
Methods in space.arim.dazzleconf.engine that return DataEntryModifier and TypeMethodDescription@NonNull DataEntryDeserializeInput.entry()The entry of the object being deserialized.Methods in space.arim.dazzleconf.engine with parameters of type DataEntryModifier and TypeMethodDescription@NonNull DeserializeInputMakes a child at the given subkey and prepares it for deserialization.