Uses of Class
org.glassfish.jaxb.core.v2.model.core.WildcardMode
-
Packages that use WildcardMode Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of WildcardMode in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return WildcardMode Modifier and Type Method Description WildcardModeCReferencePropertyInfo. getWildcard()Methods in com.sun.tools.xjc.model with parameters of type WildcardMode Modifier and Type Method Description voidCReferencePropertyInfo. setWildcard(WildcardMode mode) -
Uses of WildcardMode in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return WildcardMode Modifier and Type Method Description WildcardModeReferencePropertyInfo. getWildcard()If this property supports the wildcard, returns its mode.static WildcardModeWildcardMode. valueOf(String name)Returns 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 org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type WildcardMode Constructor Description WildcardLoader(jakarta.xml.bind.annotation.DomHandler dom, WildcardMode mode)
-