Uses of Class
org.eclipse.yasson.internal.AnnotationFinder
Packages that use AnnotationFinder
-
Uses of AnnotationFinder in org.eclipse.yasson.internal
Fields in org.eclipse.yasson.internal declared as AnnotationFinderModifier and TypeFieldDescriptionprivate final AnnotationFinder
ConstructorPropertiesAnnotationIntrospector.constructorProperties
Methods in org.eclipse.yasson.internal that return AnnotationFinderModifier and TypeMethodDescriptionstatic AnnotationFinder
AnnotationFinder.findAnnotation
(Class<?> annotation) Gets theAnnotationFinder
for the given Annotation-Type.static AnnotationFinder
AnnotationFinder.findAnnotationByName
(String annotationClassName) Gets theAnnotationFinder
for the given Annotation-Type Name.static AnnotationFinder
AnnotationFinder.findConstructorProperties()
Gets theAnnotationFinder
for @ConstructorProperties-Annotation.Constructors in org.eclipse.yasson.internal with parameters of type AnnotationFinderModifierConstructorDescriptionprotected
ConstructorPropertiesAnnotationIntrospector
(JsonbContext context, AnnotationFinder annotationFinder) Only for testing and internal purposes.