Modifier and Type | Method and Description |
---|---|
PreGenerationRequirement |
JsonParser.getPreGenerationRequirement() |
Modifier and Type | Method and Description |
---|---|
PreGenerationRequirement |
PBufParser.getPreGenerationRequirement() |
Modifier and Type | Method and Description |
---|---|
PreGenerationRequirement |
DomXmlParser.getPreGenerationRequirement() |
Modifier and Type | Method and Description |
---|---|
PreGenerationRequirement |
JAXBXmlParser.getPreGenerationRequirement() |
Modifier and Type | Method and Description |
---|---|
PreGenerationRequirement |
XmlServiceParser.getPreGenerationRequirement()
This tells the system whether or not it needs to pregenerate all proxies
prior to parsing a document or if the proxies can be generated lazily
|
static PreGenerationRequirement |
PreGenerationRequirement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreGenerationRequirement[] |
PreGenerationRequirement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2023 Oracle Corporation. All rights reserved.