Uses of Interface
com.sun.xml.bind.v2.model.annotation.Locatable
Packages that use Locatable
Package
Description
Annotation Processing related code.
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.Abstraction around reading annotations, to support internal/external annotations.
The in-memory model of the JAXB-bound beans.
Implementation of the com.sun.xml.bind.j2s.model package.
The specialization of
com.sun.xml.bind.v2.model.core
for the runtime.Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of Locatable in com.sun.tools.jxc.ap
Methods in com.sun.tools.jxc.ap with parameters of type LocatableModifier and TypeMethodDescriptionInlineAnnotationReaderImpl.getAllFieldAnnotations
(VariableElement field, Locatable srcPos) InlineAnnotationReaderImpl.getAllMethodAnnotations
(ExecutableElement method, Locatable srcPos) <A extends Annotation>
AInlineAnnotationReaderImpl.getClassAnnotation
(Class<A> a, TypeElement clazz, Locatable srcPos) <A extends Annotation>
AInlineAnnotationReaderImpl.getFieldAnnotation
(Class<A> a, VariableElement f, Locatable srcPos) <A extends Annotation>
AInlineAnnotationReaderImpl.getMethodAnnotation
(Class<A> a, ExecutableElement method, Locatable srcPos) <A extends Annotation>
AInlineAnnotationReaderImpl.getMethodParameterAnnotation
(Class<A> a, ExecutableElement m, int paramIndex, Locatable srcPos) <A extends Annotation>
AInlineAnnotationReaderImpl.getPackageAnnotation
(Class<A> a, TypeElement clazz, Locatable srcPos) -
Uses of Locatable in com.sun.tools.xjc.model
Subinterfaces of Locatable in com.sun.tools.xjc.modelModifier and TypeInterfaceDescriptioninterface
EitherCClassInfo
orCClassRef
.interface
interface
NonElement
at compile-time.interface
TypeInfo
at the compile-time.Classes in com.sun.tools.xjc.model that implement LocatableModifier and TypeClassDescriptionfinal class
Because XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.class
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.final class
MutableClassInfo
representation.final class
Reference to an existing class.final class
ElementInfo
implementation for the compile-time model.final class
Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.final class
CTypeInfo
for the DOM node.Methods in com.sun.tools.xjc.model that return Locatable -
Uses of Locatable in com.sun.xml.bind.v2.model.annotation
Classes in com.sun.xml.bind.v2.model.annotation that implement LocatableModifier and TypeClassDescriptionclass
Locatable
implementation for a class.class
Locatable
implementation for a field.class
Annotation
that also implementsLocatable
.class
Locatable
implementation for a method.class
Base implementation ofLocatable
Annotation
.Methods in com.sun.xml.bind.v2.model.annotation that return LocatableModifier and TypeMethodDescriptionClassLocatable.getUpstream()
FieldLocatable.getUpstream()
Locatable.getUpstream()
Gets the upstreamLocation
information.LocatableAnnotation.getUpstream()
MethodLocatable.getUpstream()
final Locatable
Quick.getUpstream()
Methods in com.sun.xml.bind.v2.model.annotation with parameters of type LocatableModifier and TypeMethodDescriptionstatic <A extends Annotation>
AWraps the annotation into a proxy so that the returned object will also implementLocatable
.AnnotationReader.getAllFieldAnnotations
(F field, Locatable srcPos) Gets all the annotations on a field.RuntimeInlineAnnotationReader.getAllFieldAnnotations
(Field field, Locatable srcPos) AnnotationReader.getAllMethodAnnotations
(M method, Locatable srcPos) Gets all the annotations on a method.RuntimeInlineAnnotationReader.getAllMethodAnnotations
(Method method, Locatable srcPos) <A extends Annotation>
AAnnotationReader.getClassAnnotation
(Class<A> annotation, C clazz, Locatable srcpos) Reads an annotation on a class.<A extends Annotation>
ARuntimeInlineAnnotationReader.getClassAnnotation
(Class<A> a, Class clazz, Locatable srcPos) <A extends Annotation>
AAnnotationReader.getFieldAnnotation
(Class<A> annotation, F field, Locatable srcpos) Reads an annotation on a property that consists of a field.<A extends Annotation>
ARuntimeInlineAnnotationReader.getFieldAnnotation
(Class<A> annotation, Field field, Locatable srcPos) final <A extends Annotation>
AAbstractInlineAnnotationReaderImpl.getMethodAnnotation
(Class<A> annotation, M getter, M setter, Locatable srcPos) <A extends Annotation>
AAnnotationReader.getMethodAnnotation
(Class<A> annotation, M method, Locatable srcpos) <A extends Annotation>
AAnnotationReader.getMethodAnnotation
(Class<A> annotation, M getter, M setter, Locatable srcpos) Reads an annotation on a property that consists of a getter and a setter.<A extends Annotation>
ARuntimeInlineAnnotationReader.getMethodAnnotation
(Class<A> annotation, Method method, Locatable srcPos) <A extends Annotation>
AAnnotationReader.getMethodParameterAnnotation
(Class<A> annotation, M method, int paramIndex, Locatable srcPos) Reads an annotation on a parameter of the method.<A extends Annotation>
ARuntimeInlineAnnotationReader.getMethodParameterAnnotation
(Class<A> annotation, Method method, int paramIndex, Locatable srcPos) <A extends Annotation>
AAnnotationReader.getPackageAnnotation
(Class<A> annotation, C clazz, Locatable srcpos) Reads an annotation on the package that the given class belongs to.<A extends Annotation>
ARuntimeInlineAnnotationReader.getPackageAnnotation
(Class<A> a, Class clazz, Locatable srcPos) boolean
AbstractInlineAnnotationReaderImpl.hasMethodAnnotation
(Class<? extends Annotation> annotation, String propertyName, M getter, M setter, Locatable srcPos) boolean
AnnotationReader.hasMethodAnnotation
(Class<? extends Annotation> annotation, String propertyName, M getter, M setter, Locatable srcPos) Checks if the given method has an annotation.protected abstract Quick
Quick.newInstance
(Locatable upstream, Annotation core) Factory method to create a new instance of the same kind.Constructors in com.sun.xml.bind.v2.model.annotation with parameters of type Locatable -
Uses of Locatable in com.sun.xml.bind.v2.model.core
Subinterfaces of Locatable in com.sun.xml.bind.v2.model.coreModifier and TypeInterfaceDescriptioninterface
ArrayInfo<T,
C> Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any enclodingClassInfo
.)interface
BuiltinLeafInfo<T,
C> JAXB spec designates a few Java classes to be mapped to leaves in XML.interface
ClassInfo<T,
C> Information about JAXB-bound class.interface
Element<T,
C> TypeInfo
that maps to an element.interface
ElementInfo<T,
C> A particular use (specialization) ofJAXBElement
.interface
EnumLeafInfo<T,
C> NonElement
that represents anEnum
class.interface
LeafInfo<T,
C> EitherBuiltinLeafInfo
orEnumLeafInfo
.interface
MaybeElement<T,
C> SomeNonElement
can optionally be anElement
.interface
NonElement<T,
C> TypeInfo
that maps to an element.interface
TypeInfo<T,
C> interface
WildcardTypeInfo<T,
C> Type referenced as a result of having the wildcard. -
Uses of Locatable in com.sun.xml.bind.v2.model.impl
Classes in com.sun.xml.bind.v2.model.impl that implement LocatableModifier 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
ClassInfoImpl<T,
C, F, M> A part of theClassInfo
that doesn't depend on a particular reflection library.class
BuiltinLeafInfoImpl
with a support for runtime.Methods in com.sun.xml.bind.v2.model.impl with parameters of type LocatableModifier and TypeMethodDescriptionModelBuilder.addRegistry
(C registryClass, Locatable upstream) Visits a class withXmlRegistry
and records all the element mappings in it.protected ArrayInfoImpl<T,
C, F, M> ModelBuilder.createArrayInfo
(Locatable upstream, T arrayType) com.sun.xml.bind.v2.model.impl.RuntimeArrayInfoImpl
RuntimeModelBuilder.createArrayInfo
(Locatable upstream, Type arrayType) protected ClassInfoImpl<T,
C, F, M> ModelBuilder.createClassInfo
(C clazz, Locatable upstream) protected com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
RuntimeModelBuilder.createClassInfo
(Class clazz, Locatable upstream) ModelBuilder.createEnumLeafInfo
(C clazz, Locatable upstream) protected com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
RuntimeModelBuilder.createEnumLeafInfo
(Class clazz, Locatable upstream) NonElement<T,
C> ModelBuilder.getClassInfo
(C clazz, boolean searchForSuperClass, Locatable upstream) For limited cases where the caller needs to search for a super class.NonElement<T,
C> ModelBuilder.getClassInfo
(C clazz, Locatable upstream) Builds a JAXBClassInfo
model from a given class declaration and adds that to this model owner.RuntimeModelBuilder.getClassInfo
(Class clazz, boolean searchForSuperClass, Locatable upstream) RuntimeModelBuilder.getClassInfo
(Class clazz, Locatable upstream) NonElement<T,
C> ModelBuilder.getTypeInfo
(T t, Locatable upstream) Have the builder recognize the type (if it hasn't done so yet), and returns aNonElement
that represents it.Constructors in com.sun.xml.bind.v2.model.impl with parameters of type LocatableModifierConstructorDescriptionArrayInfoImpl
(ModelBuilder<TypeT, ClassDeclT, FieldT, MethodT> builder, Locatable upstream, TypeT arrayType) -
Uses of Locatable in com.sun.xml.bind.v2.model.runtime
Subinterfaces of Locatable in com.sun.xml.bind.v2.model.runtimeModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
-
Uses of Locatable in com.sun.xml.bind.v2.runtime
Constructors in com.sun.xml.bind.v2.runtime with parameters of type LocatableModifierConstructorDescriptionIllegalAnnotationException
(String message, Locatable src) IllegalAnnotationException
(String message, Locatable src1, Locatable src2) IllegalAnnotationException
(String message, Annotation src1, Locatable src2) IllegalAnnotationException
(String message, Throwable cause, Locatable src)