Class AnnotationHelper
- java.lang.Object
-
- org.hibernate.search.util.common.reflect.spi.AnnotationHelper
-
public final class AnnotationHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationHelper(ValueReadHandleFactory handleFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<? extends Annotation>
expandRepeatableContainingAnnotation(Annotation containingAnnotationCandidate)
-
-
-
Constructor Detail
-
AnnotationHelper
public AnnotationHelper(ValueReadHandleFactory handleFactory)
-
-
Method Detail
-
expandRepeatableContainingAnnotation
public Stream<? extends Annotation> expandRepeatableContainingAnnotation(Annotation containingAnnotationCandidate)
-
-