Package | Description |
---|---|
com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
com.sun.xml.bind.v2.model.impl |
Implementation of the com.sun.xml.bind.j2s.model package.
|
com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ErrorHandler.error(IllegalAnnotationException e) |
Receives a notification for an error in the annotated code.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ModelBuilder.reportError(IllegalAnnotationException e) |
Modifier and Type | Method | Description |
---|---|---|
protected com.sun.xml.bind.v2.model.impl.ElementInfoImpl<T,C,F,M> |
ModelBuilder.createElementInfo(com.sun.xml.bind.v2.model.impl.RegistryInfoImpl<T,C,F,M> registryInfo,
M m) |
|
com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl |
RuntimeModelBuilder.createElementInfo(com.sun.xml.bind.v2.model.impl.RegistryInfoImpl<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> registryInfo,
java.lang.reflect.Method method) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<IllegalAnnotationException> |
IllegalAnnotationsException.getErrors() |
Returns a read-only list of
IllegalAnnotationException s
wrapped in this exception. |
Modifier and Type | Method | Description |
---|---|---|
void |
IllegalAnnotationsException.Builder.error(IllegalAnnotationException e) |
Constructor | Description |
---|---|
IllegalAnnotationsException(java.util.List<IllegalAnnotationException> errors) |
Copyright © 2018 Oracle Corporation. All rights reserved.