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 EventContextfromAnnotation(Annotation annotation)static EventContextfromAnnotationType(Class<? extends Annotation> annotationType)static EventContextfromConstructor(PojoConstructorModel<?> constructor)static EventContextfromMethodParameter(PojoMethodParameterModel<?> parameter)static EventContextfromPath(PojoModelPath unboundPath)static EventContextfromType(PojoRawTypeIdentifier<?> typeIdentifier)static EventContextfromType(PojoRawTypeModel<?> typeModel)static EventContextprojectionConstructor()
-
-
-
Method Detail
-
fromType
public static EventContext fromType(PojoRawTypeModel<?> typeModel)
-
fromType
public static EventContext fromType(PojoRawTypeIdentifier<?> typeIdentifier)
-
projectionConstructor
public static EventContext projectionConstructor()
-
fromConstructor
public static EventContext fromConstructor(PojoConstructorModel<?> constructor)
-
fromMethodParameter
public static EventContext fromMethodParameter(PojoMethodParameterModel<?> parameter)
-
fromPath
public static EventContext fromPath(PojoModelPath unboundPath)
-
fromAnnotation
public static EventContext fromAnnotation(Annotation annotation)
-
fromAnnotationType
public static EventContext fromAnnotationType(Class<? extends Annotation> annotationType)
-
-