|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
com.sun.xml.bind.v2.model.annotation | Abstraction around reading annotations, to support internal/external annotations. |
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
com.sun.xml.bind.v2.model.nav | Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and APT). |
com.sun.xml.bind.v2.runtime | Code that implements JAXBContext, Unmarshaller, and Marshaller. |
Uses of Location in com.sun.xml.bind.v2.model.annotation |
---|
Classes in com.sun.xml.bind.v2.model.annotation that implement Location | |
---|---|
class |
LocatableAnnotation
Annotation that also implements Locatable . |
class |
Quick
Base implementation of Locatable Annotation . |
Methods in com.sun.xml.bind.v2.model.annotation that return Location | |
---|---|
Location |
ClassLocatable.getLocation()
|
Location |
FieldLocatable.getLocation()
|
Location |
Locatable.getLocation()
Gets the location object that this object points to. |
Location |
LocatableAnnotation.getLocation()
|
Location |
MethodLocatable.getLocation()
|
Location |
Quick.getLocation()
|
Uses of Location in com.sun.xml.bind.v2.model.impl |
---|
Classes in com.sun.xml.bind.v2.model.impl that implement Location | |
---|---|
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. |
(package private) class |
LeafInfoImpl<TypeT,ClassDeclT>
|
(package private) class |
RuntimeArrayInfoImpl
|
class |
RuntimeBuiltinLeafInfoImpl<T>
|
Methods in com.sun.xml.bind.v2.model.impl that return Location | |
---|---|
Location |
AnyTypeImpl.getLocation()
|
Location |
ArrayInfoImpl.getLocation()
|
Location |
ClassInfoImpl.getLocation()
|
Location |
ElementInfoImpl.getLocation()
|
Location |
EnumLeafInfoImpl.getLocation()
|
Location |
FieldPropertySeed.getLocation()
|
Location |
GetterSetterPropertySeed.getLocation()
|
Location |
LeafInfoImpl.getLocation()
|
Location |
PropertyInfoImpl.getLocation()
|
Location |
RegistryInfoImpl.getLocation()
|
Location |
RuntimeClassInfoImpl.RuntimePropertySeed.getLocation()
|
Uses of Location in com.sun.xml.bind.v2.model.nav |
---|
Methods in com.sun.xml.bind.v2.model.nav that return Location | |
---|---|
Location |
Navigator.getClassLocation(C clazz)
Returns a location of the specified class. |
Location |
ReflectionNavigator.getClassLocation(java.lang.Class clazz)
|
Location |
Navigator.getFieldLocation(F field)
|
Location |
ReflectionNavigator.getFieldLocation(java.lang.reflect.Field field)
|
Location |
Navigator.getMethodLocation(M getter)
|
Location |
ReflectionNavigator.getMethodLocation(java.lang.reflect.Method method)
|
Uses of Location in com.sun.xml.bind.v2.runtime |
---|
Methods in com.sun.xml.bind.v2.runtime that return types with arguments of type Location | |
---|---|
java.util.List<java.util.List<Location>> |
IllegalAnnotationException.getSourcePos()
Returns a read-only list of Location that indicates
where in the source code the problem has happened. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |