Class PojoEventContexts
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
-
public final class PojoEventContexts extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventContext
fromAnnotation(Annotation annotation)
static EventContext
fromAnnotationType(Class<? extends Annotation> annotationType)
static EventContext
fromPath(PojoModelPath unboundPath)
static EventContext
fromType(PojoRawTypeIdentifier<?> typeIdentifier)
static EventContext
fromType(PojoRawTypeModel<?> typeModel)
-
-
-
Method Detail
-
fromType
public static EventContext fromType(PojoRawTypeModel<?> typeModel)
-
fromType
public static EventContext fromType(PojoRawTypeIdentifier<?> typeIdentifier)
-
fromPath
public static EventContext fromPath(PojoModelPath unboundPath)
-
fromAnnotation
public static EventContext fromAnnotation(Annotation annotation)
-
fromAnnotationType
public static EventContext fromAnnotationType(Class<? extends Annotation> annotationType)
-
-