Uses of Class
org.glassfish.jaxb.runtime.api.CompositeStructure
-
Packages that use CompositeStructure Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of CompositeStructure in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return CompositeStructure Modifier and Type Method Description CompositeStructureCompositeStructureBeanInfo. createInstance(UnmarshallingContext context)Methods in org.glassfish.jaxb.runtime.v2.runtime that return types with arguments of type CompositeStructure Modifier and Type Method Description Transducer<CompositeStructure>CompositeStructureBeanInfo. getTransducer()Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type CompositeStructure Modifier and Type Method Description StringCompositeStructureBeanInfo. getElementLocalName(CompositeStructure o)StringCompositeStructureBeanInfo. getElementNamespaceURI(CompositeStructure o)StringCompositeStructureBeanInfo. getId(CompositeStructure o, XMLSerializer target)booleanCompositeStructureBeanInfo. reset(CompositeStructure o, UnmarshallingContext context)voidCompositeStructureBeanInfo. serializeAttributes(CompositeStructure o, XMLSerializer target)voidCompositeStructureBeanInfo. serializeBody(CompositeStructure o, XMLSerializer target)voidCompositeStructureBeanInfo. serializeRoot(CompositeStructure o, XMLSerializer target)voidCompositeStructureBeanInfo. serializeURIs(CompositeStructure o, XMLSerializer target)
-