public abstract class ReferenceTypeUtils extends Object
| Constructor and Description |
|---|
ReferenceTypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
_isReferenceType(com.fasterxml.jackson.databind.JavaType jtype) |
static AnnotatedType |
unwrapReference(AnnotatedType type)
check if type is a reference type, returns the unwrapped type in case, otherwise null
|
public static boolean _isReferenceType(com.fasterxml.jackson.databind.JavaType jtype)
public static AnnotatedType unwrapReference(AnnotatedType type)
type - Copyright © 2022. All rights reserved.