public final class TypeUseFactory
extends java.lang.Object
TypeUse from an existing one.| Modifier and Type | Method | Description |
|---|---|---|
static TypeUse |
adapt(TypeUse t,
CAdapter adapter) |
|
static TypeUse |
adapt(TypeUse t,
java.lang.Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter> adapter,
boolean copy) |
Creates a new adapter
TypeUse by using the existing Adapter class. |
static TypeUse |
makeCollection(TypeUse t) |
|
static TypeUse |
makeID(TypeUse t,
com.sun.xml.bind.v2.model.core.ID id) |
|
static TypeUse |
makeMimeTyped(TypeUse t,
javax.activation.MimeType mt) |
Copyright © 2017 Oracle Corporation. All rights reserved.