Package io.swagger.v3.parser.reference
Class Reference
java.lang.Object
io.swagger.v3.parser.reference.Reference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondepth
(int depth) List
<io.swagger.v3.parser.core.models.AuthorizationValue> getAuths()
int
getDepth()
com.fasterxml.jackson.databind.JsonNode
getUri()
getValue()
jsonNode
(com.fasterxml.jackson.databind.JsonNode jsonNode) referenceSet
(Map<String, Reference> referenceSet) void
void
setDepth
(int depth) void
setJsonNode
(com.fasterxml.jackson.databind.JsonNode jsonNode) void
setMessages
(Set<String> messages) void
setReferenceSet
(Map<String, Reference> referenceSet) void
void
-
Constructor Details
-
Reference
public Reference()
-
-
Method Details
-
getUri
-
setUri
-
getDepth
public int getDepth() -
setDepth
public void setDepth(int depth) -
getValue
-
setValue
-
getMessages
-
setMessages
-
getReferenceSet
-
setReferenceSet
-
uri
-
depth
-
value
-
messages
-
referenceSet
-
getAuths
-
setAuths
-
auths
-
getJsonNode
public com.fasterxml.jackson.databind.JsonNode getJsonNode() -
setJsonNode
public void setJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode) -
jsonNode
-