Class ConfigListBuilder<V>
- java.lang.Object
-
- cc.carm.lib.configuration.builder.list.ConfigListBuilder<V>
-
public class ConfigListBuilder<V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigListBuilder(@NotNull ValueType<V> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> @NotNull SourceListBuilder<S,V>
from(@NotNull ValueType<S> sourceType)
<S> @NotNull SourceListBuilder<S,V>
from(@NotNull java.lang.Class<S> sourceType)
@NotNull SectionListBuilder<V>
fromSection()
@NotNull SourceListBuilder<java.lang.String,V>
fromString()
-
-
-
Method Detail
-
from
@NotNull public <S> @NotNull SourceListBuilder<S,V> from(@NotNull @NotNull java.lang.Class<S> sourceType)
-
from
@NotNull public <S> @NotNull SourceListBuilder<S,V> from(@NotNull @NotNull ValueType<S> sourceType)
-
fromString
@NotNull public @NotNull SourceListBuilder<java.lang.String,V> fromString()
-
fromSection
@NotNull public @NotNull SectionListBuilder<V> fromSection()
-
-