Uses of Class
cc.carm.lib.configuration.source.section.MemorySection
-
Packages that use MemorySection Package Description cc.carm.lib.configuration.source.section -
-
Uses of MemorySection in cc.carm.lib.configuration.source.section
Methods in cc.carm.lib.configuration.source.section that return MemorySection Modifier and Type Method Description @NotNull MemorySectionMemorySection. createSection(@NotNull java.lang.String path, @NotNull java.util.Map<?,?> data)static MemorySectionMemorySection. of()static MemorySectionMemorySection. of(@NotNull java.util.function.Consumer<java.util.Map<java.lang.String,java.lang.Object>> data)static MemorySectionMemorySection. of(@NotNull java.util.function.Supplier<java.util.Map<?,?>> data)static MemorySectionMemorySection. of(@NotNull java.util.Map<?,?> data)static MemorySectionMemorySection. of(@NotNull java.util.Map<?,?> data, @Nullable MemorySection parent, @NotNull java.lang.String path)static MemorySectionMemorySection. of(@Nullable MemorySection parent, @NotNull java.lang.String path)@NotNull MemorySectionMemorySection. self()Methods in cc.carm.lib.configuration.source.section with parameters of type MemorySection Modifier and Type Method Description static MemorySectionMemorySection. of(@NotNull java.util.Map<?,?> data, @Nullable MemorySection parent, @NotNull java.lang.String path)static MemorySectionMemorySection. of(@Nullable MemorySection parent, @NotNull java.lang.String path)Constructors in cc.carm.lib.configuration.source.section with parameters of type MemorySection Constructor Description MemorySection(@NotNull java.util.Map<?,?> raw, @Nullable MemorySection parent, @NotNull java.lang.String path)
-