Uses of Class
cc.carm.lib.configuration.source.section.SourcedSection
-
Packages that use SourcedSection Package Description cc.carm.lib.configuration.source.json cc.carm.lib.configuration.source.section -
-
Uses of SourcedSection in cc.carm.lib.configuration.source.json
Fields in cc.carm.lib.configuration.source.json declared as SourcedSection Modifier and Type Field Description protected @Nullable SourcedSectionJSONSource. rootSectionMethods in cc.carm.lib.configuration.source.json that return SourcedSection Modifier and Type Method Description @NotNull SourcedSectionJSONSource. section() -
Uses of SourcedSection in cc.carm.lib.configuration.source.section
Fields in cc.carm.lib.configuration.source.section with type parameters of type SourcedSection Modifier and Type Field Description protected @NotNull ConfigureSource<? extends SourcedSection,?,?>SourcedSection. sourceMethods in cc.carm.lib.configuration.source.section that return SourcedSection Modifier and Type Method Description @NotNull SourcedSectionSourcedSection. createSection(@NotNull java.lang.String path, @NotNull java.util.Map<?,?> data)static @NotNull SourcedSectionSourcedSection. root(@NotNull ConfigureSource<? extends SourcedSection,?,?> source)static @NotNull SourcedSectionSourcedSection. root(@NotNull ConfigureSource<? extends SourcedSection,?,?> source, @Nullable java.util.Map<?,?> raw)@NotNull SourcedSectionSourcedSection. self()Methods in cc.carm.lib.configuration.source.section that return types with arguments of type SourcedSection Modifier and Type Method Description @NotNull ConfigureSource<? extends SourcedSection,?,?>SourcedSection. source()Method parameters in cc.carm.lib.configuration.source.section with type arguments of type SourcedSection Modifier and Type Method Description static @NotNull SourcedSectionSourcedSection. root(@NotNull ConfigureSource<? extends SourcedSection,?,?> source)static @NotNull SourcedSectionSourcedSection. root(@NotNull ConfigureSource<? extends SourcedSection,?,?> source, @Nullable java.util.Map<?,?> raw)Constructors in cc.carm.lib.configuration.source.section with parameters of type SourcedSection Constructor Description SourcedSection(@NotNull ConfigureSource<? extends SourcedSection,?,?> source, @NotNull java.util.Map<?,?> raw, @Nullable SourcedSection parent, @NotNull java.lang.String path)Constructor parameters in cc.carm.lib.configuration.source.section with type arguments of type SourcedSection Constructor Description SourcedSection(@NotNull ConfigureSource<? extends SourcedSection,?,?> source, @NotNull java.util.Map<?,?> raw, @Nullable SourcedSection parent, @NotNull java.lang.String path)
-