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 AnnotationFinderConstructorPropertiesAnnotationIntrospector.constructorPropertiesMethods in org.eclipse.yasson.internal that return AnnotationFinderModifier and TypeMethodDescriptionstatic AnnotationFinderAnnotationFinder.findAnnotation(Class<?> annotation) Gets theAnnotationFinderfor the given Annotation-Type.static AnnotationFinderAnnotationFinder.findAnnotationByName(String annotationClassName) Gets theAnnotationFinderfor the given Annotation-Type Name.static AnnotationFinderAnnotationFinder.findConstructorProperties()Gets theAnnotationFinderfor @ConstructorProperties-Annotation.Constructors in org.eclipse.yasson.internal with parameters of type AnnotationFinderModifierConstructorDescriptionprotectedConstructorPropertiesAnnotationIntrospector(JsonbContext context, AnnotationFinder annotationFinder) Only for testing and internal purposes.