Uses of Interface
org.glassfish.jaxb.core.v2.runtime.Location
-
Packages that use Location Package Description com.sun.tools.jxc.model.nav com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.com.sun.tools.xjc.model.nav Compile-time representation of Java type system.org.glassfish.jaxb.core.v2.model.annotation org.glassfish.jaxb.core.v2.model.nav Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and Annotation Processing).org.glassfish.jaxb.core.v2.runtime org.glassfish.jaxb.runtime.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package. -
-
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 LocationApNavigator. getClassLocation(TypeElement typeElement)LocationApNavigator. getFieldLocation(VariableElement variableElement)LocationApNavigator. getMethodLocation(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 classCBuiltinLeafInfoEncapsulates 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 LocationCBuiltinLeafInfo. getLocation()LocationCEnumLeafInfo. 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 LocationNavigatorImpl. getClassLocation(NClass c)LocationNavigatorImpl. getFieldLocation(Void v)LocationNavigatorImpl. getMethodLocation(Void v) -
Uses of Location in org.glassfish.jaxb.core.v2.model.annotation
Methods in org.glassfish.jaxb.core.v2.model.annotation that return Location Modifier and Type Method Description LocationLocatable. getLocation()Gets the location object that this object points to. -
Uses of Location in org.glassfish.jaxb.core.v2.model.nav
Methods in org.glassfish.jaxb.core.v2.model.nav that return Location Modifier and Type Method Description LocationNavigator. getClassLocation(C clazz)Returns a location of the specified class.LocationNavigator. getFieldLocation(F field)LocationNavigator. getMethodLocation(M getter) -
Uses of Location in org.glassfish.jaxb.core.v2.runtime
Methods in org.glassfish.jaxb.core.v2.runtime that return types with arguments of type Location Modifier and Type Method Description List<List<Location>>IllegalAnnotationException. getSourcePos()Returns a read-only list ofLocationthat indicates where in the source code the problem has happened. -
Uses of Location in org.glassfish.jaxb.runtime.v2.model.annotation
Classes in org.glassfish.jaxb.runtime.v2.model.annotation that implement Location Modifier and Type Class Description classLocatableAnnotationAnnotationthat also implementsLocatable.classQuickBase implementation ofLocatableAnnotation.Methods in org.glassfish.jaxb.runtime.v2.model.annotation that return Location Modifier and Type Method Description LocationClassLocatable. getLocation()LocationFieldLocatable. getLocation()LocationLocatableAnnotation. getLocation()LocationMethodLocatable. getLocation()LocationQuick. getLocation() -
Uses of Location in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement Location Modifier and Type Class Description classArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>Public because XJC needs to access itclassBuiltinLeafInfoImpl<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.classRuntimeBuiltinLeafInfoImpl<T>BuiltinLeafInfoImplwith a support for runtime.Methods in org.glassfish.jaxb.runtime.v2.model.impl that return Location Modifier and Type Method Description LocationArrayInfoImpl. getLocation()LocationClassInfoImpl. getLocation()
-