Package io.swagger.models.refs
Class GenericRef
- java.lang.Object
-
- io.swagger.models.refs.GenericRef
-
public class GenericRef extends Object
A class the encapsulates logic that is common to RefModel, RefParameter, and RefProperty.
-
-
Constructor Summary
Constructors Constructor Description GenericRef()
GenericRef(RefType type, String ref)
GenericRef(RefType type, String ref, RefFormat format)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
RefFormat
getFormat()
String
getOriginalRef()
String
getRef()
String
getSimpleRef()
RefType
getType()
int
hashCode()
static void
internalRefWithAnyDot()
static boolean
isRelativeRefWithAnyDot()
static void
relativeRefWithAnyDot()
-
-
-
Method Detail
-
relativeRefWithAnyDot
public static void relativeRefWithAnyDot()
-
internalRefWithAnyDot
public static void internalRefWithAnyDot()
-
isRelativeRefWithAnyDot
public static boolean isRelativeRefWithAnyDot()
-
getFormat
public RefFormat getFormat()
-
getType
public RefType getType()
-
getRef
public String getRef()
-
getSimpleRef
public String getSimpleRef()
-
getOriginalRef
public String getOriginalRef()
-
-