Uses of Enum
com.sun.xml.bind.v2.model.core.WildcardMode
Packages that use WildcardMode
Package
Description
The in-memory model of the JAXB-bound beans.
-
Uses of WildcardMode in com.sun.xml.bind.v2.model.core
Methods in com.sun.xml.bind.v2.model.core that return WildcardModeModifier and TypeMethodDescriptionReferencePropertyInfo.getWildcard()If this property supports the wildcard, returns its mode.static WildcardModeReturns the enum constant of this type with the specified name.static WildcardMode[]WildcardMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WildcardMode in com.sun.xml.bind.v2.runtime.unmarshaller
Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type WildcardModeModifierConstructorDescriptionWildcardLoader(javax.xml.bind.annotation.DomHandler dom, WildcardMode mode)