Uses of Class
cc.carm.lib.configuration.builder.map.SectionMapBuilder
Packages that use SectionMapBuilder
-
Uses of SectionMapBuilder in cc.carm.lib.configuration.builder.map
Methods in cc.carm.lib.configuration.builder.map that return SectionMapBuilderModifier and TypeMethodDescription@NotNull SectionMapBuilder
<MAP, K, V> @NotNull SectionMapBuilder
<MAP, K, V> @NotNull SectionMapBuilder
<MAP, K, V> @NotNull SectionMapBuilder
<M, K, V> ConfigMapBuilder.fromSection()
@NotNull SectionMapBuilder
<M, K, V> ConfigMapBuilder.fromSection
(@NotNull ValueHandler<String, K> keyParser, @NotNull ValueHandler<K, String> keySerializer, @NotNull ValueHandler<ConfigureSection, V> valueParser, @NotNull ValueHandler<V, Map<String, Object>> valueSerializer) @NotNull SectionMapBuilder
<MAP, K, V> SectionMapBuilder.parseKey
(@NotNull DataFunction<String, K> keyParser) @NotNull SectionMapBuilder
<MAP, K, V> SectionMapBuilder.parseKey
(@NotNull ValueHandler<String, K> keyParser) protected @NotNull SectionMapBuilder
<MAP, K, V> SectionMapBuilder.self()
@NotNull SectionMapBuilder
<MAP, K, V> SectionMapBuilder.serializeKey
(@NotNull DataFunction<K, String> keySerializer) @NotNull SectionMapBuilder
<MAP, K, V> SectionMapBuilder.serializeKey
(@NotNull ValueHandler<K, String> keySerializer)