Package com.boomi.connector.openapi.util
Class OpenAPIParseOption
- java.lang.Object
-
- com.boomi.connector.openapi.util.OpenAPIParseOption
-
public class OpenAPIParseOption extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxCircularReference()
Returns the maximum circular $ref loads for a given spec.
-
-
-
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.
-
-