Class OpenAPIParseOption


  • public class OpenAPIParseOption
    extends Object
    • Method Detail

      • getMaxCircularReference

        public int getMaxCircularReference()
        Returns the maximum circular $ref loads for a given spec. If this is set to <=0, the returned value is 0 and then the $ref object will only load once and once more for every incremental value over 0.
        Returns:
        the max circular reference load.