Uses of Class
org.eclipse.yasson.internal.model.JsonbAnnotatedElement.AnnotationWrapper
Packages that use JsonbAnnotatedElement.AnnotationWrapper
-
Uses of JsonbAnnotatedElement.AnnotationWrapper in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return types with arguments of type JsonbAnnotatedElement.AnnotationWrapperModifier and TypeMethodDescriptionprivate Map
<Class<? extends Annotation>, LinkedList<JsonbAnnotatedElement.AnnotationWrapper<?>>> AnnotationIntrospector.collectInterfaceAnnotations
(Class<?> currentInterf, Class<?> processed) -
Uses of JsonbAnnotatedElement.AnnotationWrapper in org.eclipse.yasson.internal.model
Fields in org.eclipse.yasson.internal.model with type parameters of type JsonbAnnotatedElement.AnnotationWrapperModifier and TypeFieldDescriptionprivate final Map
<Class<? extends Annotation>, LinkedList<JsonbAnnotatedElement.AnnotationWrapper<?>>> JsonbAnnotatedElement.annotations
Methods in org.eclipse.yasson.internal.model that return JsonbAnnotatedElement.AnnotationWrapperModifier and TypeMethodDescription<AT extends Annotation>
JsonbAnnotatedElement.AnnotationWrapper<AT> JsonbAnnotatedElement.getAnnotationWrapper
(Class<AT> annotationClass) Methods in org.eclipse.yasson.internal.model that return types with arguments of type JsonbAnnotatedElement.AnnotationWrapperModifier and TypeMethodDescription<AT extends Annotation>
LinkedList<JsonbAnnotatedElement.AnnotationWrapper<?>> JsonbAnnotatedElement.getAnnotations
(Class<AT> annotationClass) Methods in org.eclipse.yasson.internal.model with parameters of type JsonbAnnotatedElement.AnnotationWrapperModifier and TypeMethodDescriptionvoid
JsonbAnnotatedElement.putAnnotationWrapper
(JsonbAnnotatedElement.AnnotationWrapper<?> annotationWrapper)