Class Reference


  • public class Reference
    extends Object
    • Constructor Detail

      • Reference

        public Reference()
    • 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)
      • getMessages

        public Set<String> getMessages()
      • setMessages

        public void setMessages​(Set<String> messages)
      • setReferenceSet

        public void setReferenceSet​(Map<String,​Reference> referenceSet)
      • depth

        public Reference depth​(int depth)
      • getAuths

        public List<io.swagger.v3.parser.core.models.AuthorizationValue> getAuths()
      • setAuths

        public void setAuths​(List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
      • auths

        public Reference auths​(List<io.swagger.v3.parser.core.models.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)