<li><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Class</a></li>
<h2title="Uses of Interface com.comphenix.protocol.reflect.cloning.Cloner"class="title">Uses of Interface<br>com.comphenix.protocol.reflect.cloning.Cloner</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a> in <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a> that implement <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/AggregateCloner.html"title="class in com.comphenix.protocol.reflect.cloning">AggregateCloner</a></strong></code>
<divclass="block">Implements a cloning procedure by trying multiple methods in turn until one is successful.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/BukkitCloner.html"title="class in com.comphenix.protocol.reflect.cloning">BukkitCloner</a></strong></code>
<divclass="block">Represents an object that can clone a specific list of Bukkit- and Minecraft-related objects.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/CollectionCloner.html"title="class in com.comphenix.protocol.reflect.cloning">CollectionCloner</a></strong></code>
<divclass="block">Attempts to clone collection and array classes.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/FieldCloner.html"title="class in com.comphenix.protocol.reflect.cloning">FieldCloner</a></strong></code>
<divclass="block">Represents a class capable of cloning objects by deeply copying its fields.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/ImmutableDetector.html"title="class in com.comphenix.protocol.reflect.cloning">ImmutableDetector</a></strong></code>
<divclass="block">Detects classes that are immutable, and thus doesn't require cloning.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/NullableCloner.html"title="class in com.comphenix.protocol.reflect.cloning">NullableCloner</a></strong></code>
<divclass="block">Creates a cloner wrapper that accepts and clones NULL values.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a> declared as <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></code></td>
<tdclass="colFirst"><code>protected <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></code></td>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a> that return <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></code></td>
<divclass="block">Retrieve the aggregate cloner that is being built.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></code></td>
<divclass="block">Retrieve the default cloner used to clone the content of each field.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></code></td>
<divclass="block">Retrieve the default cloner used to clone the content of each element in the collection.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></code></td>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a> that return types with arguments of type <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a>></code></td>
<divclass="block">Retrieves a view of the current list of cloners.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a> with parameters of type <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
<tdclass="colLast"><spanclass="strong">FieldCloner.</span><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/FieldCloner.html#defaultTransform(com.comphenix.protocol.reflect.StructureModifier, com.comphenix.protocol.reflect.StructureModifier, com.comphenix.protocol.reflect.cloning.Cloner, int)">defaultTransform</a></strong>(<ahref="../../../../../../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a><java.lang.Object> modifierSource,
<ahref="../../../../../../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a><java.lang.Object> modifierDest,
<ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a> defaultCloner,
int fieldIndex)</code>
<divclass="block">Default implementation of the field transform.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a> with type arguments of type <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html"title="class in com.comphenix.protocol.reflect.cloning">AggregateCloner.Builder</a></code></td>
<tdclass="colLast"><spanclass="strong">AggregateCloner.Builder.</span><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html#andThen(java.lang.Class)">andThen</a></strong>(java.lang.Class<? extends <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a>> type)</code>
<divclass="block">Add the next cloner that will be considered in turn.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html"title="class in com.comphenix.protocol.reflect.cloning">AggregateCloner.Builder</a></code></td>
<tdclass="colLast"><spanclass="strong">AggregateCloner.Builder.</span><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html#andThen(com.google.common.base.Function)">andThen</a></strong>(com.google.common.base.Function<<ahref="../../../../../../com/comphenix/protocol/reflect/cloning/AggregateCloner.BuilderParameters.html"title="class in com.comphenix.protocol.reflect.cloning">AggregateCloner.BuilderParameters</a>,<ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a>> factory)</code>
<divclass="block">Add the next cloner that will be considered in turn.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a> with parameters of type <ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/CollectionCloner.html#CollectionCloner(com.comphenix.protocol.reflect.cloning.Cloner)">CollectionCloner</a></strong>(<ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a> defaultCloner)</code>
<divclass="block">Constructs a new collection and array cloner with the given inner element cloner.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/FieldCloner.html#FieldCloner(com.comphenix.protocol.reflect.cloning.Cloner, com.comphenix.protocol.reflect.instances.InstanceProvider)">FieldCloner</a></strong>(<ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a> defaultCloner,
<ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a> instanceProvider)</code>
<divclass="block">Constructs a field cloner that copies objects by reading and writing the internal fields directly.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/NullableCloner.html#NullableCloner(com.comphenix.protocol.reflect.cloning.Cloner)">NullableCloner</a></strong>(<ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Cloner</a> wrapped)</code> </td>
<li><ahref="../../../../../../com/comphenix/protocol/reflect/cloning/Cloner.html"title="interface in com.comphenix.protocol.reflect.cloning">Class</a></li>