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