Package com.github.elibracha.utils
Class RefPointer<T>
- java.lang.Object
-
- com.github.elibracha.utils.RefPointer<T>
-
public class RefPointer<T> extends Object
Created by adarsh.sharma on 07/01/18.
-
-
Constructor Summary
Constructors Constructor Description RefPointer(RefType refType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRefName(String ref)TresolveRef(io.swagger.v3.oas.models.Components components, T t, String ref)
-
-
-
Field Detail
-
BASE_REF
public static final String BASE_REF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RefPointer
public RefPointer(RefType refType)
-
-