Uses of Class
cc.carm.lib.configuration.source.section.ImmutableSection
-
Packages that use ImmutableSection Package Description cc.carm.lib.configuration.source.section -
-
Uses of ImmutableSection in cc.carm.lib.configuration.source.section
Fields in cc.carm.lib.configuration.source.section declared as ImmutableSection Modifier and Type Field Description protected @Nullable ImmutableSectionImmutableSection. parentMethods in cc.carm.lib.configuration.source.section that return ImmutableSection Modifier and Type Method Description @NotNull ImmutableSectionImmutableSection. createSection(@NotNull java.lang.String path, @NotNull java.util.Map<?,?> data)static ImmutableSectionImmutableSection. of(@NotNull ConfigureSection section)@Nullable ImmutableSectionImmutableSection. parent()
-