Package io.micronaut.jaxrs.common
Class JaxRsArgumentUtil
java.lang.Object
io.micronaut.jaxrs.common.JaxRsArgumentUtil
An argument util class.
- Since:
- 4.6
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationMetadata
createAnnotationMetadata
(Annotation[] annotations) static <T> Argument<T>
static <T> Argument<T>
from
(InvocationCallback<T> callback) static <T> Argument<T>
from
(GenericEntity<T> genericEntity) static <T> Argument<T>
from
(GenericEntity<T> genericEntity, Annotation[] annotations) static <T> Argument<T>
from
(GenericType<T> entityType) static <T> Argument<T>
from
(GenericType<T> entityType, Annotation[] annotations) static <T> Argument<T>
from
(Class<T> entityType, Annotation[] annotations)
-
Method Details
-
from
-
from
-
from
-
from
-
from
-
from
-
from
-
createAnnotationMetadata
-