Class EventContext

    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • elements

        public List<EventContextElement> elements()
        Returns:
        The elements of this context. Never empty, does not contain null values.
      • render

        public String render()
        Returns:
        A human-readable representation of this context. This representation may change without prior notice in new versions of Hibernate Search: callers should not try to parse it.
      • renderWithPrefix

        public String renderWithPrefix()
        Returns:
        A human-readable representation of this context, with a "Context: " prefix. This representation may change without prior notice in new versions of Hibernate Search: callers should not try to parse it.