Class FixedActivationDepth

  • All Implemented Interfaces:
    ActivationDepth

    public class FixedActivationDepth
    extends ActivationDepthImpl
    Activates a fixed depth of the object graph regardless of any existing activation depth configuration settings.
    • Constructor Detail

      • FixedActivationDepth

        public FixedActivationDepth​(int depth,
                                    ActivationMode mode)
      • FixedActivationDepth

        public FixedActivationDepth​(int depth)