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 booleanequals(Object o)RefFormatgetFormat()StringgetOriginalRef()StringgetRef()StringgetSimpleRef()RefTypegetType()inthashCode()static voidinternalRefWithAnyDot()static booleanisRelativeRefWithAnyDot()static voidrelativeRefWithAnyDot()
-
-
-
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()
-
-