Class PojoEventContexts
java.lang.Object
org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 EventContext
-
Method Details
-
fromType
-
fromType
-
projectionConstructor
-
fromConstructor
-
fromMethodParameter
-
fromPath
-
fromAnnotation
-
fromAnnotationType
-