Package | Description |
---|---|
com.sun.xml.bind.v2.model.annotation | |
com.sun.xml.bind.v2.model.impl | |
com.sun.xml.bind.v2.model.nav | |
com.sun.xml.bind.v2.runtime |
Modifier and Type | Class and Description |
---|---|
class |
LocatableAnnotation
Annotation that also implements Locatable . |
class |
Quick
Base implementation of
Locatable Annotation . |
Modifier and Type | Method and Description |
---|---|
Location |
Quick.getLocation() |
Location |
MethodLocatable.getLocation() |
Location |
LocatableAnnotation.getLocation() |
Location |
FieldLocatable.getLocation() |
Location |
ClassLocatable.getLocation() |
Location |
Locatable.getLocation()
Gets the location object that this object points to.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
Public because XJC needs to access it
|
class |
BuiltinLeafInfoImpl<TypeT,ClassDeclT>
JAXB spec designates a few Java classes to be mapped to XML types
in a way that ignores restrictions placed on user-defined beans.
|
class |
RuntimeBuiltinLeafInfoImpl<T>
BuiltinLeafInfoImpl with a support for runtime. |
Modifier and Type | Method and Description |
---|---|
Location |
ClassInfoImpl.getLocation() |
Location |
ArrayInfoImpl.getLocation() |
Modifier and Type | Method and Description |
---|---|
Location |
Navigator.getClassLocation(C clazz)
Returns a location of the specified class.
|
Location |
Navigator.getFieldLocation(F field) |
Location |
Navigator.getMethodLocation(M getter) |
Modifier and Type | Method and Description |
---|---|
List<List<Location>> |
IllegalAnnotationException.getSourcePos()
Returns a read-only list of
Location that indicates
where in the source code the problem has happened. |
Copyright © 2020 Oracle Corporation. All rights reserved.