Interface PojoImplicitReindexingResolverRootContext

    • Method Detail

      • isDirtyForReindexingResolution

        boolean isDirtyForReindexingResolution​(PojoPathFilter filter)
        Parameters:
        filter - A path filter for dirty paths.
        Returns:
        Whether the root is dirty according to the given filter.
      • propagateOrIgnorePropertyAccessException

        void propagateOrIgnorePropertyAccessException​(RuntimeException exception)
        Propagates (rethrows) a RuntimeException thrown while accessing a property (getter or field access), or ignores it so that the property is skipped.
        Parameters:
        exception - A RuntimeException thrown while accessing a property.
        See Also:
        ValueReadHandle.get(Object)