Uses of Interface
com.sun.xml.bind.v2.runtime.Location
Packages that use Location
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.
Compile-time representation of Java type system.
Abstraction around reading annotations, to support internal/external annotations.
Implementation of the com.sun.xml.bind.j2s.model package.
Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and Annotation Processing).
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of Location in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement LocationModifier and TypeClassDescriptionclass
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 -
Uses of Location in com.sun.xml.bind.v2.model.annotation
Classes in com.sun.xml.bind.v2.model.annotation that implement LocationModifier and TypeClassDescriptionclass
Annotation
that also implementsLocatable
.class
Base implementation ofLocatable
Annotation
.Methods in com.sun.xml.bind.v2.model.annotation that return LocationModifier and TypeMethodDescriptionClassLocatable.getLocation()
FieldLocatable.getLocation()
Locatable.getLocation()
Gets the location object that this object points to.LocatableAnnotation.getLocation()
MethodLocatable.getLocation()
final 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 LocationModifier and TypeClassDescriptionclass
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
BuiltinLeafInfoImpl
with a support for runtime.Methods in com.sun.xml.bind.v2.model.impl that return Location -
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 LocationModifier and TypeMethodDescriptionIllegalAnnotationException.getSourcePos()
Returns a read-only list ofLocation
that indicates where in the source code the problem has happened.