Uses of Interface
org.glassfish.jaxb.core.v2.runtime.Location
-
Packages that use Location Package Description 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 -
-
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.
-