Package io.micronaut.openapi.visitor
Class TypeElementUtils
- java.lang.Object
-
- io.micronaut.openapi.visitor.TypeElementUtils
-
public final class TypeElementUtils extends java.lang.ObjectSome util methods.- Since:
- 4.8.3
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisNullable(io.micronaut.inject.ast.TypedElement element)Checks Nullable annotions / optinal type to understand that the element can be null.
-