Interface DepthLimitable

  • All Superinterfaces:
    EntityProvider

    public interface DepthLimitable
    extends EntityProvider
    This entity type can specify its own recursion depth limit. It will typically be implemented as a simple bean property, but there may be scenarios where other information is used to determine an appropriate limit.
    • Method Detail

      • getMaxDepth

        int getMaxDepth()
        Retrieve the recursion depth limit for this provider.