Package io.micronaut.web.router
Class NullArgument
- java.lang.Object
-
- io.micronaut.web.router.NullArgument
-
public final class NullArgument extends java.lang.ObjectRepresents an argument with a null value.- Since:
- 1.3.1
-
-
Field Summary
Fields Modifier and Type Field Description static NullArgumentINSTANCEThe NullArgument instance.
-
-
-
Field Detail
-
INSTANCE
public static final NullArgument INSTANCE
The NullArgument instance.
-
-