public class ExplicitNullableTypeChecker extends Object
| Constructor and Description |
|---|
ExplicitNullableTypeChecker() |
| Modifier and Type | Method and Description |
|---|---|
String |
checkValueForAnnotatedElement(Object value,
AnnotatedElement annotatedElement)
Validates the given value for the given expected method return value
type.
|
public String checkValueForAnnotatedElement(Object value, AnnotatedElement annotatedElement)
value - the value to validateannotatedElement - the entity to be type checkedCopyright © 2021. All rights reserved.