mirror of
https://github.com/CarmJos/EasyConfiguration.git
synced 2026-06-04 10:38:19 +08:00
270 lines
34 KiB
HTML
270 lines
34 KiB
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (21) on Sun Sep 28 05:01:07 UTC 2025 -->
|
|
<title>SimpleCollectionCreator.Section (Configured - Core 4.2.0 API)</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="dc.created" content="2025-09-28">
|
|
<meta name="description" content="declaration: package: cc.carm.lib.configuration.builder.collection, class: SimpleCollectionCreator, class: Section">
|
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
|
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
|
|
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style">
|
|
<script type="text/javascript" src="../../../../../../script.js"></script>
|
|
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.7.1.min.js"></script>
|
|
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script>
|
|
</head>
|
|
<body class="class-declaration-page">
|
|
<script type="text/javascript">var pathtoroot = "../../../../../../";
|
|
loadScripts(document, 'script');</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<div class="flex-box">
|
|
<header role="banner" class="flex-header">
|
|
<nav role="navigation">
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button>
|
|
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
|
|
<li><a href="../../../../../../index.html">Overview</a></li>
|
|
<li><a href="package-summary.html">Package</a></li>
|
|
<li class="nav-bar-cell1-rev">Class</li>
|
|
<li><a href="class-use/SimpleCollectionCreator.Section.html">Use</a></li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
|
<li><a href="../../../../../../help-doc.html#class">Help</a></li>
|
|
</ul>
|
|
<ul class="sub-nav-list-small">
|
|
<li>
|
|
<p>Summary:</p>
|
|
<ul>
|
|
<li>Nested</li>
|
|
<li><a href="#field-summary">Field</a></li>
|
|
<li><a href="#constructor-summary">Constr</a></li>
|
|
<li><a href="#method-summary">Method</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>Detail:</p>
|
|
<ul>
|
|
<li><a href="#field-detail">Field</a></li>
|
|
<li><a href="#constructor-detail">Constr</a></li>
|
|
<li><a href="#method-detail">Method</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="sub-nav">
|
|
<div id="navbar-sub-list">
|
|
<ul class="sub-nav-list">
|
|
<li>Summary: </li>
|
|
<li>Nested | </li>
|
|
<li><a href="#field-summary">Field</a> | </li>
|
|
<li><a href="#constructor-summary">Constr</a> | </li>
|
|
<li><a href="#method-summary">Method</a></li>
|
|
</ul>
|
|
<ul class="sub-nav-list">
|
|
<li>Detail: </li>
|
|
<li><a href="#field-detail">Field</a> | </li>
|
|
<li><a href="#constructor-detail">Constr</a> | </li>
|
|
<li><a href="#method-detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="nav-list-search"><a href="../../../../../../search.html">SEARCH</a>
|
|
<input type="text" id="search-input" disabled placeholder="Search">
|
|
<input type="reset" id="reset-button" disabled value="reset">
|
|
</div>
|
|
</div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<span class="skip-nav" id="skip-navbar-top"></span></nav>
|
|
</header>
|
|
<div class="flex-content">
|
|
<main role="main">
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<div class="header">
|
|
<div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">cc.carm.lib.configuration.builder.collection</a></div>
|
|
<h1 title="Class SimpleCollectionCreator.Section" class="title">Class SimpleCollectionCreator.Section<V,<wbr>C extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><V>,<wbr>RESULT extends <a href="../../value/impl/CollectionConfigValue.html" title="class in cc.carm.lib.configuration.value.impl">CollectionConfigValue</a><V,<wbr>C,<wbr>?>></h1>
|
|
</div>
|
|
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
|
|
<div class="inheritance"><a href="../AbstractConfigBuilder.html" title="class in cc.carm.lib.configuration.builder">cc.carm.lib.configuration.builder.AbstractConfigBuilder</a><C,<wbr>V,<wbr>RESULT,<wbr><a href="../../source/ConfigurationHolder.html" title="class in cc.carm.lib.configuration.source">ConfigurationHolder</a><?>,<wbr><a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><V,<wbr>C,<wbr>RESULT>>
|
|
<div class="inheritance"><a href="../CommonConfigBuilder.html" title="class in cc.carm.lib.configuration.builder">cc.carm.lib.configuration.builder.CommonConfigBuilder</a><C,<wbr>V,<wbr>RESULT,<wbr><a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><V,<wbr>C,<wbr>RESULT>>
|
|
<div class="inheritance"><a href="../impl/AbstractSectionBuilder.html" title="class in cc.carm.lib.configuration.builder.impl">cc.carm.lib.configuration.builder.impl.AbstractSectionBuilder</a><C,<wbr>V,<wbr>RESULT,<wbr><a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><V,<wbr>C,<wbr>RESULT>>
|
|
<div class="inheritance"><a href="SectionCollectionBuilder.html" title="class in cc.carm.lib.configuration.builder.collection">cc.carm.lib.configuration.builder.collection.SectionCollectionBuilder</a><V,<wbr>C,<wbr>RESULT,<wbr><a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><V,<wbr>C,<wbr>RESULT>>
|
|
<div class="inheritance">cc.carm.lib.configuration.builder.collection.SimpleCollectionCreator.Section<V,<wbr>C,<wbr>RESULT></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<section class="class-description" id="class-description">
|
|
<dl class="notes">
|
|
<dt>Enclosing class:</dt>
|
|
<dd><code><a href="SimpleCollectionCreator.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator</a><<a href="SimpleCollectionCreator.html" title="type parameter in SimpleCollectionCreator">V</a>,<wbr><a href="SimpleCollectionCreator.html" title="type parameter in SimpleCollectionCreator">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="SimpleCollectionCreator.html" title="type parameter in SimpleCollectionCreator">V</a>>,<wbr><a href="SimpleCollectionCreator.html" title="type parameter in SimpleCollectionCreator">RESULT</a> extends <a href="../../value/impl/CollectionConfigValue.html" title="class in cc.carm.lib.configuration.value.impl">CollectionConfigValue</a><<a href="SimpleCollectionCreator.html" title="type parameter in SimpleCollectionCreator">V</a>,<wbr><a href="SimpleCollectionCreator.html" title="type parameter in SimpleCollectionCreator">C</a>,<wbr>?>></code></dd>
|
|
</dl>
|
|
<hr>
|
|
<div class="type-signature"><span class="modifiers">public static class </span><span class="element-name type-name-label">SimpleCollectionCreator.Section<V,<wbr>C extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><V>,<wbr>RESULT extends <a href="../../value/impl/CollectionConfigValue.html" title="class in cc.carm.lib.configuration.value.impl">CollectionConfigValue</a><V,<wbr>C,<wbr>?>></span>
|
|
<span class="extends-implements">extends <a href="SectionCollectionBuilder.html" title="class in cc.carm.lib.configuration.builder.collection">SectionCollectionBuilder</a><V,<wbr>C,<wbr>RESULT,<wbr><a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><V,<wbr>C,<wbr>RESULT>></span></div>
|
|
</section>
|
|
<section class="summary">
|
|
<ul class="summary-list">
|
|
<!-- =========== FIELD SUMMARY =========== -->
|
|
<li>
|
|
<section class="field-summary" id="field-summary">
|
|
<h2>Field Summary</h2>
|
|
<div class="caption"><span>Fields</span></div>
|
|
<div class="summary-table three-column-summary">
|
|
<div class="table-header col-first">Modifier and Type</div>
|
|
<div class="table-header col-second">Field</div>
|
|
<div class="table-header col-last">Description</div>
|
|
<div class="col-first even-row-color"><code>protected final @NotNull <a href="SimpleCollectionCreator.CollectionValueFactory.html" title="interface in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.CollectionValueFactory</a><wbr><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a>></code></div>
|
|
<div class="col-second even-row-color"><code><a href="#factory" class="member-name-link">factory</a></code></div>
|
|
<div class="col-last even-row-color"> </div>
|
|
</div>
|
|
<div class="inherited-list">
|
|
<h3 id="fields-inherited-from-class-cc.carm.lib.configuration.builder.collection.SectionCollectionBuilder">Fields inherited from class cc.carm.lib.configuration.builder.collection.<a href="SectionCollectionBuilder.html" title="class in cc.carm.lib.configuration.builder.collection">SectionCollectionBuilder</a></h3>
|
|
<code><a href="SectionCollectionBuilder.html#constructor">constructor</a></code></div>
|
|
<div class="inherited-list">
|
|
<h3 id="fields-inherited-from-class-cc.carm.lib.configuration.builder.impl.AbstractSectionBuilder">Fields inherited from class cc.carm.lib.configuration.builder.impl.<a href="../impl/AbstractSectionBuilder.html" title="class in cc.carm.lib.configuration.builder.impl">AbstractSectionBuilder</a></h3>
|
|
<code><a href="../impl/AbstractSectionBuilder.html#paramType">paramType</a>, <a href="../impl/AbstractSectionBuilder.html#parser">parser</a>, <a href="../impl/AbstractSectionBuilder.html#serializer">serializer</a></code></div>
|
|
<div class="inherited-list">
|
|
<h3 id="fields-inherited-from-class-cc.carm.lib.configuration.builder.AbstractConfigBuilder">Fields inherited from class cc.carm.lib.configuration.builder.<a href="../AbstractConfigBuilder.html" title="class in cc.carm.lib.configuration.builder">AbstractConfigBuilder</a></h3>
|
|
<code><a href="../AbstractConfigBuilder.html#defaultValueSupplier">defaultValueSupplier</a>, <a href="../AbstractConfigBuilder.html#holder">holder</a>, <a href="../AbstractConfigBuilder.html#initializer">initializer</a>, <a href="../AbstractConfigBuilder.html#path">path</a>, <a href="../AbstractConfigBuilder.html#providerClass">providerClass</a>, <a href="../AbstractConfigBuilder.html#type">type</a>, <a href="../AbstractConfigBuilder.html#valueValidator">valueValidator</a></code></div>
|
|
</section>
|
|
</li>
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
<li>
|
|
<section class="constructor-summary" id="constructor-summary">
|
|
<h2>Constructor Summary</h2>
|
|
<div class="caption"><span>Constructors</span></div>
|
|
<div class="summary-table two-column-summary">
|
|
<div class="table-header col-first">Constructor</div>
|
|
<div class="table-header col-last">Description</div>
|
|
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(java.util.function.Supplier,cc.carm.lib.configuration.adapter.ValueType,cc.carm.lib.configuration.function.ValueHandler,cc.carm.lib.configuration.function.ValueHandler,cc.carm.lib.configuration.builder.collection.SimpleCollectionCreator.CollectionValueFactory)" class="member-name-link">Section</a><wbr>(@NotNull <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html" title="class or interface in java.util.function" class="external-link">Supplier</a><? extends <a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>> constructor,
|
|
@NotNull <a href="../../adapter/ValueType.html" title="class in cc.carm.lib.configuration.adapter">ValueType</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>> paramType,
|
|
@NotNull <a href="../../function/ValueHandler.html" title="interface in cc.carm.lib.configuration.function">ValueHandler</a><<a href="../../source/section/ConfigureSection.html" title="interface in cc.carm.lib.configuration.source.section">ConfigureSection</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>> parser,
|
|
@NotNull <a href="../../function/ValueHandler.html" title="interface in cc.carm.lib.configuration.function">ValueHandler</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr>? extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>>> serializer,
|
|
@NotNull <a href="SimpleCollectionCreator.CollectionValueFactory.html" title="interface in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.CollectionValueFactory</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a>> factory)</code></div>
|
|
<div class="col-last even-row-color"> </div>
|
|
</div>
|
|
</section>
|
|
</li>
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
<li>
|
|
<section class="method-summary" id="method-summary">
|
|
<h2>Method Summary</h2>
|
|
<div id="method-summary-table">
|
|
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
|
|
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
|
|
<div class="summary-table three-column-summary">
|
|
<div class="table-header col-first">Modifier and Type</div>
|
|
<div class="table-header col-second">Method</div>
|
|
<div class="table-header col-last">Description</div>
|
|
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a></code></div>
|
|
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#build()" class="member-name-link">build</a>()</code></div>
|
|
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
|
|
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected <a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><wbr><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a>></code></div>
|
|
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#self()" class="member-name-link">self</a>()</code></div>
|
|
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="inherited-list">
|
|
<h3 id="methods-inherited-from-class-cc.carm.lib.configuration.builder.collection.SectionCollectionBuilder">Methods inherited from class cc.carm.lib.configuration.builder.collection.<a href="SectionCollectionBuilder.html" title="class in cc.carm.lib.configuration.builder.collection">SectionCollectionBuilder</a></h3>
|
|
<code><a href="SectionCollectionBuilder.html#construct(C)">construct</a>, <a href="SectionCollectionBuilder.html#constructor(java.util.function.Supplier)">constructor</a>, <a href="SectionCollectionBuilder.html#defaults(java.util.function.Consumer)">defaults</a>, <a href="SectionCollectionBuilder.html#defaults(V...)">defaults</a></code></div>
|
|
<div class="inherited-list">
|
|
<h3 id="methods-inherited-from-class-cc.carm.lib.configuration.builder.impl.AbstractSectionBuilder">Methods inherited from class cc.carm.lib.configuration.builder.impl.<a href="../impl/AbstractSectionBuilder.html" title="class in cc.carm.lib.configuration.builder.impl">AbstractSectionBuilder</a></h3>
|
|
<code><a href="../impl/AbstractSectionBuilder.html#buildAdapter()">buildAdapter</a>, <a href="../impl/AbstractSectionBuilder.html#parse(cc.carm.lib.configuration.function.DataFunction)">parse</a>, <a href="../impl/AbstractSectionBuilder.html#parse(cc.carm.lib.configuration.function.ValueHandler)">parse</a>, <a href="../impl/AbstractSectionBuilder.html#serialize(cc.carm.lib.configuration.function.DataFunction)">serialize</a>, <a href="../impl/AbstractSectionBuilder.html#serialize(cc.carm.lib.configuration.function.ValueComposer)">serialize</a>, <a href="../impl/AbstractSectionBuilder.html#serialize(cc.carm.lib.configuration.function.ValueHandler)">serialize</a></code></div>
|
|
<div class="inherited-list">
|
|
<h3 id="methods-inherited-from-class-cc.carm.lib.configuration.builder.AbstractConfigBuilder">Methods inherited from class cc.carm.lib.configuration.builder.<a href="../AbstractConfigBuilder.html" title="class in cc.carm.lib.configuration.builder">AbstractConfigBuilder</a></h3>
|
|
<code><a href="../AbstractConfigBuilder.html#append(java.util.function.BiConsumer)">append</a>, <a href="../AbstractConfigBuilder.html#append(java.util.function.Consumer)">append</a>, <a href="../AbstractConfigBuilder.html#buildManifest()">buildManifest</a>, <a href="../AbstractConfigBuilder.html#defaults(java.util.function.Supplier)">defaults</a>, <a href="../AbstractConfigBuilder.html#defaults(TYPE)">defaults</a>, <a href="../AbstractConfigBuilder.html#holder(HOLDER)">holder</a>, <a href="../AbstractConfigBuilder.html#initializer(java.util.function.BiConsumer)">initializer</a>, <a href="../AbstractConfigBuilder.html#meta(cc.carm.lib.configuration.source.meta.ConfigurationMetadata,M)">meta</a>, <a href="../AbstractConfigBuilder.html#meta(java.util.function.Consumer)">meta</a>, <a href="../AbstractConfigBuilder.html#path(java.lang.String)">path</a>, <a href="../AbstractConfigBuilder.html#type()">type</a>, <a href="../AbstractConfigBuilder.html#validate(cc.carm.lib.configuration.function.DataValidator)">validate</a>, <a href="../AbstractConfigBuilder.html#validate(cc.carm.lib.configuration.function.ValueValidator)">validate</a>, <a href="../AbstractConfigBuilder.html#validate(java.util.function.Predicate,java.lang.Exception)">validate</a>, <a href="../AbstractConfigBuilder.html#validate(java.util.function.Predicate,java.lang.String)">validate</a>, <a href="../AbstractConfigBuilder.html#validator(cc.carm.lib.configuration.function.DataValidator)">validator</a>, <a href="../AbstractConfigBuilder.html#validator(cc.carm.lib.configuration.function.ValueValidator)">validator</a></code></div>
|
|
<div class="inherited-list">
|
|
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
|
|
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-" title="class or interface in java.lang" class="external-link">wait</a></code></div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<section class="details">
|
|
<ul class="details-list">
|
|
<!-- ============ FIELD DETAIL =========== -->
|
|
<li>
|
|
<section class="field-details" id="field-detail">
|
|
<h2>Field Details</h2>
|
|
<ul class="member-list">
|
|
<li>
|
|
<section class="detail" id="factory">
|
|
<h3>factory</h3>
|
|
<div class="member-signature"><span class="annotations">@NotNull
|
|
</span><span class="modifiers">protected final</span> <span class="return-type">@NotNull <a href="SimpleCollectionCreator.CollectionValueFactory.html" title="interface in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.CollectionValueFactory</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a> extends <a href="../../value/impl/CollectionConfigValue.html" title="class in cc.carm.lib.configuration.value.impl">CollectionConfigValue</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr>?>></span> <span class="element-name">factory</span></div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
<li>
|
|
<section class="constructor-details" id="constructor-detail">
|
|
<h2>Constructor Details</h2>
|
|
<ul class="member-list">
|
|
<li>
|
|
<section class="detail" id="<init>(java.util.function.Supplier,cc.carm.lib.configuration.adapter.ValueType,cc.carm.lib.configuration.function.ValueHandler,cc.carm.lib.configuration.function.ValueHandler,cc.carm.lib.configuration.builder.collection.SimpleCollectionCreator.CollectionValueFactory)">
|
|
<h3>Section</h3>
|
|
<div class="member-signature"><span class="modifiers">public</span> <span class="element-name">Section</span><wbr><span class="parameters">(@NotNull
|
|
@NotNull <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html" title="class or interface in java.util.function" class="external-link">Supplier</a><? extends <a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>> constructor,
|
|
@NotNull
|
|
@NotNull <a href="../../adapter/ValueType.html" title="class in cc.carm.lib.configuration.adapter">ValueType</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>> paramType,
|
|
@NotNull
|
|
@NotNull <a href="../../function/ValueHandler.html" title="interface in cc.carm.lib.configuration.function">ValueHandler</a><<a href="../../source/section/ConfigureSection.html" title="interface in cc.carm.lib.configuration.source.section">ConfigureSection</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>> parser,
|
|
@NotNull
|
|
@NotNull <a href="../../function/ValueHandler.html" title="interface in cc.carm.lib.configuration.function">ValueHandler</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr>? extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>>> serializer,
|
|
@NotNull
|
|
@NotNull <a href="SimpleCollectionCreator.CollectionValueFactory.html" title="interface in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.CollectionValueFactory</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a>> factory)</span></div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
<li>
|
|
<section class="method-details" id="method-detail">
|
|
<h2>Method Details</h2>
|
|
<ul class="member-list">
|
|
<li>
|
|
<section class="detail" id="self()">
|
|
<h3>self</h3>
|
|
<div class="member-signature"><span class="annotations">@NotNull
|
|
</span><span class="modifiers">protected</span> <span class="return-type"><a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a>></span> <span class="element-name">self</span>()</div>
|
|
<dl class="notes">
|
|
<dt>Specified by:</dt>
|
|
<dd><code><a href="../AbstractConfigBuilder.html#self()">self</a></code> in class <code><a href="../AbstractConfigBuilder.html" title="class in cc.carm.lib.configuration.builder">AbstractConfigBuilder</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a> extends <a href="../../value/impl/CollectionConfigValue.html" title="class in cc.carm.lib.configuration.value.impl">CollectionConfigValue</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr>?>,<wbr><a href="../../source/ConfigurationHolder.html" title="class in cc.carm.lib.configuration.source">ConfigurationHolder</a><?>,<wbr><a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a> extends <a href="../../value/impl/CollectionConfigValue.html" title="class in cc.carm.lib.configuration.value.impl">CollectionConfigValue</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr>?>>></code></dd>
|
|
</dl>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="detail" id="build()">
|
|
<h3>build</h3>
|
|
<div class="member-signature"><span class="annotations">@NotNull
|
|
</span><span class="modifiers">public</span> <span class="return-type"><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a></span> <span class="element-name">build</span>()</div>
|
|
<dl class="notes">
|
|
<dt>Specified by:</dt>
|
|
<dd><code><a href="../AbstractConfigBuilder.html#build()">build</a></code> in class <code><a href="../AbstractConfigBuilder.html" title="class in cc.carm.lib.configuration.builder">AbstractConfigBuilder</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a> extends <a href="../../value/impl/CollectionConfigValue.html" title="class in cc.carm.lib.configuration.value.impl">CollectionConfigValue</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr>?>,<wbr><a href="../../source/ConfigurationHolder.html" title="class in cc.carm.lib.configuration.source">ConfigurationHolder</a><?>,<wbr><a href="SimpleCollectionCreator.Section.html" title="class in cc.carm.lib.configuration.builder.collection">SimpleCollectionCreator.Section</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">RESULT</a> extends <a href="../../value/impl/CollectionConfigValue.html" title="class in cc.carm.lib.configuration.value.impl">CollectionConfigValue</a><<a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">V</a>,<wbr><a href="SimpleCollectionCreator.Section.html" title="type parameter in SimpleCollectionCreator.Section">C</a>,<wbr>?>>></code></dd>
|
|
</dl>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
</main>
|
|
<footer role="contentinfo">
|
|
<hr>
|
|
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|