Class JsonbAnnotatedElement<T extends java.lang.reflect.AnnotatedElement>
- java.lang.Object
-
- org.eclipse.yasson.internal.model.JsonbAnnotated
-
- org.eclipse.yasson.internal.model.JsonbAnnotatedElement<T>
-
- All Implemented Interfaces:
java.lang.reflect.AnnotatedElement
public class JsonbAnnotatedElement<T extends java.lang.reflect.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 TgetElement()Gets element.-
Methods inherited from class org.eclipse.yasson.internal.model.JsonbAnnotated
getAnnotation, getAnnotations, getDeclaredAnnotations, putAnnotation
-
-