Uses of Interface
com.sun.xml.bind.v2.runtime.Location
-
Packages that use Location Package Description com.sun.tools.jxc.model.nav com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC.com.sun.tools.xjc.model.nav Compile-time representation of Java type system.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 Annotation Processing).com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of Location in com.sun.tools.jxc.model.nav
Methods in com.sun.tools.jxc.model.nav that return Location Modifier and Type Method Description Location
ApNavigator. getClassLocation(javax.lang.model.element.TypeElement typeElement)
Location
ApNavigator. getFieldLocation(javax.lang.model.element.VariableElement variableElement)
Location
ApNavigator. getMethodLocation(javax.lang.model.element.ExecutableElement executableElement)
-
Uses of Location in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement Location Modifier and Type Class Description class
CBuiltinLeafInfo
Encapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule.Methods in com.sun.tools.xjc.model that return Location Modifier and Type Method Description Location
CBuiltinLeafInfo. getLocation()
Location
CEnumLeafInfo. getLocation()
-
Uses of Location in com.sun.tools.xjc.model.nav
Methods in com.sun.tools.xjc.model.nav that return Location Modifier and Type Method Description Location
NavigatorImpl. getClassLocation(NClass c)
Location
NavigatorImpl. getFieldLocation(java.lang.Void v)
Location
NavigatorImpl. getMethodLocation(java.lang.Void v)
-
Uses of Location in com.sun.xml.bind.v2.model.annotation
Classes in com.sun.xml.bind.v2.model.annotation that implement Location Modifier and Type Class Description class
LocatableAnnotation
Annotation
that also implementsLocatable
.class
Quick
Base implementation ofLocatable
Annotation
.Methods in com.sun.xml.bind.v2.model.annotation that return Location Modifier and Type Method Description 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 Modifier and Type Class Description class
ArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
Public because XJC needs to access itclass
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.Methods in com.sun.xml.bind.v2.model.impl that return Location Modifier and Type Method Description Location
ArrayInfoImpl. getLocation()
Location
ClassInfoImpl. getLocation()
-
Uses of Location in com.sun.xml.bind.v2.model.nav
Methods in com.sun.xml.bind.v2.model.nav that return Location Modifier and Type Method Description Location
Navigator. getClassLocation(C clazz)
Returns a location of the specified class.Location
Navigator. getFieldLocation(F field)
Location
Navigator. getMethodLocation(M getter)
-
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 Modifier and Type Method Description java.util.List<java.util.List<Location>>
IllegalAnnotationException. getSourcePos()
Returns a read-only list ofLocation
that indicates where in the source code the problem has happened.
-