Uses of Class
org.glassfish.jaxb.runtime.api.RawAccessor
-
Packages that use RawAccessor 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 RawAccessor in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api that return RawAccessor Modifier and Type Method Description abstract <B,V>
RawAccessor<B,V>JAXBRIContext. getElementPropertyAccessor(Class<B> wrapperBean, String nsUri, String localName)Gets aRawAccessorfor the specified element property of the specified wrapper bean class. -
Uses of RawAccessor in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return RawAccessor Modifier and Type Method Description RawAccessorJAXBContextImpl. getElementPropertyAccessor(Class wrapperBean, String nsUri, String localName)
-