<li><ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">Class</a></li>
<h2title="Uses of Interface com.comphenix.protocol.reflect.instances.InstanceProvider"class="title">Uses of Interface<br>com.comphenix.protocol.reflect.instances.InstanceProvider</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/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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 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/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a></code></td>
<divclass="block">Retrieve the instance provider this cloner is using to create new, empty classes.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a></code></td>
<divclass="block">Retrieve the instance provider last set in the builder.</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/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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#instanceProvider(com.comphenix.protocol.reflect.instances.InstanceProvider)">instanceProvider</a></strong>(<ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a> provider)</code>
<divclass="block">Set the instance provider supplied to all cloners in this builder.</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/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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/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>
<h3>Uses of <ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a> in <ahref="../../../../../../com/comphenix/protocol/reflect/instances/package-summary.html">com.comphenix.protocol.reflect.instances</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/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a> that implement <ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/instances/BannedGenerator.html"title="class in com.comphenix.protocol.reflect.instances">BannedGenerator</a></strong></code>
<divclass="block">Generator that ensures certain types will never be created.</div>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/instances/CollectionGenerator.html"title="class in com.comphenix.protocol.reflect.instances">CollectionGenerator</a></strong></code>
<divclass="block">Provides simple constructors for collection interfaces.</div>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/instances/DefaultInstances.html"title="class in com.comphenix.protocol.reflect.instances">DefaultInstances</a></strong></code>
<divclass="block">Used to construct default instances of any type.</div>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/instances/ExistingGenerator.html"title="class in com.comphenix.protocol.reflect.instances">ExistingGenerator</a></strong></code>
<divclass="block">Provides instance constructors using a list of existing values.</div>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html"title="class in com.comphenix.protocol.reflect.instances">PrimitiveGenerator</a></strong></code>
<divclass="block">Provides constructors for primtive types, wrappers, arrays and strings.</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/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a> that return types with arguments of type <ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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>com.google.common.collect.ImmutableList<<ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a>></code></td>
<divclass="block">Retrieves a immutable list of every default object providers that generates instances.</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/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a> with parameters of type <ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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>static <ahref="../../../../../../com/comphenix/protocol/reflect/instances/DefaultInstances.html"title="class in com.comphenix.protocol.reflect.instances">DefaultInstances</a></code></td>
<tdclass="colLast"><spanclass="strong">DefaultInstances.</span><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/instances/DefaultInstances.html#fromArray(com.comphenix.protocol.reflect.instances.InstanceProvider...)">fromArray</a></strong>(<ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a>... instanceProviders)</code>
<divclass="block">Construct a default instance generator using the given instance providers.</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/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a> with type arguments of type <ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
<tdclass="colFirst"><code>static <ahref="../../../../../../com/comphenix/protocol/reflect/instances/DefaultInstances.html"title="class in com.comphenix.protocol.reflect.instances">DefaultInstances</a></code></td>
<tdclass="colLast"><spanclass="strong">DefaultInstances.</span><code><strong><ahref="../../../../../../com/comphenix/protocol/reflect/instances/DefaultInstances.html#fromCollection(java.util.Collection)">fromCollection</a></strong>(java.util.Collection<<ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a>> instanceProviders)</code>
<divclass="block">Construct a default instance generator using the given instance providers.</div>
java.util.List<<ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a>> providers)</code>
<divclass="block">Retrieves a default instance or value that is assignable to this type.</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/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a> with parameters of type <ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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/instances/DefaultInstances.html#DefaultInstances(com.comphenix.protocol.reflect.instances.InstanceProvider...)">DefaultInstances</a></strong>(<ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a>... instaceProviders)</code>
<divclass="block">Construct a default instance generator using the given instance providers.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <ahref="../../../../../../com/comphenix/protocol/reflect/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a> with type arguments of type <ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</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/instances/DefaultInstances.html#DefaultInstances(com.google.common.collect.ImmutableList)">DefaultInstances</a></strong>(com.google.common.collect.ImmutableList<<ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">InstanceProvider</a>> registered)</code>
<divclass="block">Construct a default instance generator using the given instance providers.</div>
<li><ahref="../../../../../../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances">Class</a></li>