Package | Description |
---|---|
org.glassfish.hk2.json.internal | |
org.glassfish.hk2.pbuf.internal | |
org.glassfish.hk2.xml.internal | |
org.glassfish.hk2.xml.jaxb.internal | |
org.glassfish.hk2.xml.spi |
Modifier and Type | Method and Description |
---|---|
<T> T |
JsonParser.parseRoot(Model rootModel,
InputStream input,
Unmarshaller.Listener listener,
Map<String,Object> options) |
<T> T |
JsonParser.parseRoot(Model rootModel,
URI location,
Unmarshaller.Listener listener,
Map<String,Object> options) |
Modifier and Type | Method and Description |
---|---|
<T> T |
PBufParser.parseRoot(Model rootModel,
InputStream input,
Unmarshaller.Listener listener,
Map<String,Object> options) |
<T> T |
PBufParser.parseRoot(Model rootModel,
URI location,
Unmarshaller.Listener listener,
Map<String,Object> options) |
Modifier and Type | Class and Description |
---|---|
class |
ModelImpl
This model is a description of the children and non-children nodes
of a Bean.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
DomXmlParser.parseRoot(Model rootModel,
InputStream input,
Unmarshaller.Listener listener,
Map<String,Object> options) |
<T> T |
DomXmlParser.parseRoot(Model rootModel,
URI location,
Unmarshaller.Listener listener,
Map<String,Object> options) |
static <T> T |
XmlStreamImpl.parseRoot(XmlServiceImpl xmlService,
Model rootModel,
XMLStreamReader reader,
Unmarshaller.Listener listener) |
Modifier and Type | Method and Description |
---|---|
<T> T |
JAXBXmlParser.parseRoot(Model rootModel,
InputStream input,
Unmarshaller.Listener listener,
Map<String,Object> options) |
<T> T |
JAXBXmlParser.parseRoot(Model rootModel,
URI location,
Unmarshaller.Listener listener,
Map<String,Object> options) |
Modifier and Type | Method and Description |
---|---|
<T> T |
XmlServiceParser.parseRoot(Model rootModel,
InputStream input,
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> T |
XmlServiceParser.parseRoot(Model rootModel,
URI location,
Unmarshaller.Listener listener,
Map<String,Object> options)
This method must return an instance of the given class as the root of
an XML graph
|
Copyright © 2009–2023 Oracle Corporation. All rights reserved.