Package io.swagger.v3.core.util
Class ReferenceTypeUtils
- java.lang.Object
-
- io.swagger.v3.core.util.ReferenceTypeUtils
-
public abstract class ReferenceTypeUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ReferenceTypeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean_isReferenceType(com.fasterxml.jackson.databind.JavaType jtype)static AnnotatedTypeunwrapReference(AnnotatedType type)check if type is a reference type, returns the unwrapped type in case, otherwise null
-
-
-
Method Detail
-
_isReferenceType
public static boolean _isReferenceType(com.fasterxml.jackson.databind.JavaType jtype)
-
unwrapReference
public static AnnotatedType unwrapReference(AnnotatedType type)
check if type is a reference type, returns the unwrapped type in case, otherwise null- Parameters:
type-
-
-