Class JsonbAnnotatedElement<T extends AnnotatedElement>
- java.lang.Object
-
- org.eclipse.yasson.internal.model.JsonbAnnotated
-
- org.eclipse.yasson.internal.model.JsonbAnnotatedElement<T>
-
- All Implemented Interfaces:
AnnotatedElement
public class JsonbAnnotatedElement<T extends AnnotatedElement> extends JsonbAnnotated
Annotation holder for fields, getters and setters.- Author:
- Roman Grigoriadi
-
-
Field Summary
-
Fields inherited from class org.eclipse.yasson.internal.model.JsonbAnnotated
annotations
-
-
Constructor Summary
Constructors Constructor Description JsonbAnnotatedElement(T element)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getElement()
Gets element.-
Methods inherited from class org.eclipse.yasson.internal.model.JsonbAnnotated
getAnnotation, getAnnotations, getDeclaredAnnotations, putAnnotation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresent
-
-