Uses of Interface
org.glassfish.hk2.xml.spi.Model
Packages that use Model
Package
Description
-
Uses of Model in org.glassfish.hk2.xml.internal
Classes in org.glassfish.hk2.xml.internal that implement ModelModifier and TypeClassDescriptionclassThis model is a description of the children and non-children nodes of a Bean.Methods in org.glassfish.hk2.xml.internal with parameters of type ModelModifier and TypeMethodDescription<T> TDomXmlParser.parseRoot(Model rootModel, InputStream input, jakarta.xml.bind.Unmarshaller.Listener listener, Map<String, Object> options) <T> TDomXmlParser.parseRoot(Model rootModel, URI location, jakarta.xml.bind.Unmarshaller.Listener listener, Map<String, Object> options) static <T> TXmlStreamImpl.parseRoot(XmlServiceImpl xmlService, Model rootModel, XMLStreamReader reader, jakarta.xml.bind.Unmarshaller.Listener listener) -
Uses of Model in org.glassfish.hk2.xml.jaxb.internal
Methods in org.glassfish.hk2.xml.jaxb.internal with parameters of type ModelModifier and TypeMethodDescription<T> TJAXBXmlParser.parseRoot(Model rootModel, InputStream input, jakarta.xml.bind.Unmarshaller.Listener listener, Map<String, Object> options) <T> TJAXBXmlParser.parseRoot(Model rootModel, URI location, jakarta.xml.bind.Unmarshaller.Listener listener, Map<String, Object> options) -
Uses of Model in org.glassfish.hk2.xml.spi
Methods in org.glassfish.hk2.xml.spi with parameters of type ModelModifier and TypeMethodDescription<T> TXmlServiceParser.parseRoot(Model rootModel, InputStream input, jakarta.xml.bind.Unmarshaller.Listener listener, Map<String, Object> options) This method must return an instance of the given class as the root of an XML graph<T> TXmlServiceParser.parseRoot(Model rootModel, URI location, jakarta.xml.bind.Unmarshaller.Listener listener, Map<String, Object> options) This method must return an instance of the given class as the root of an XML graph