Class ConfigListCreator<V>

java.lang.Object
cc.carm.lib.configuration.builder.collection.SimpleCollectionCreator<V,List<V>,ConfiguredList<V>>
cc.carm.lib.configuration.builder.list.ConfigListCreator<V>

public class ConfigListCreator<V> extends SimpleCollectionCreator<V,List<V>,ConfiguredList<V>>
  • Constructor Details

    • ConfigListCreator

      public ConfigListCreator(@NotNull @NotNull ValueType<V> type)