Class ComponentReference
java.lang.Object
com.mohamnag.jstatic.plugins.openapi_processor.oas3.ComponentReference
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ComponentReference
-
-
Method Details
-
toString
-
isInternal
public boolean isInternal() -
getExternalPath
- Returns:
- Path to external part of this reference relative to the spec. Will be empty list if it is an internal reference.
-
getInternalPart
- Returns:
- a
ComponentReference
object that contains only the internal part of reference if this is an external reference. If this is internal, self object will be returned.
-