Uses of Class
org.glassfish.jaxb.runtime.api.Bridge
-
Packages that use Bridge Package Description org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of Bridge in org.glassfish.jaxb.runtime.api
Fields in org.glassfish.jaxb.runtime.api declared as Bridge Modifier and Type Field Description Bridge[]CompositeStructure. bridgesMethods in org.glassfish.jaxb.runtime.api that return Bridge Modifier and Type Method Description abstract BridgeJAXBRIContext. createBridge(TypeReference ref)Creates a mini-marshaller/unmarshaller that can process aTypeReference. -
Uses of Bridge in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return Bridge Modifier and Type Method Description BridgeJAXBContextImpl. createBridge(TypeReference ref)
-