Uses of Class
org.glassfish.jaxb.core.v2.model.core.Adapter
-
Packages that use Adapter Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans. -
-
Uses of Adapter in org.glassfish.jaxb.core.v2.model.core
Fields in org.glassfish.jaxb.core.v2.model.core declared as Adapter Modifier and Type Field Description Adapter<T,C>Ref. adapterIf the reference has an adapter, non-null.Methods in org.glassfish.jaxb.core.v2.model.core that return Adapter Modifier and Type Method Description Adapter<T,C>AttributePropertyInfo. getAdapter()Adapter<T,C>ElementPropertyInfo. getAdapter()Adapter<T,C>PropertyInfo. getAdapter()Adapter<T,C>ReferencePropertyInfo. getAdapter()Adapter<T,C>ValuePropertyInfo. getAdapter()Constructors in org.glassfish.jaxb.core.v2.model.core with parameters of type Adapter Constructor Description Ref(T type, Adapter<T,C> adapter, boolean valueList)
-