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