Class JaxRsArgumentUtil
java.lang.Object
io.micronaut.jaxrs.common.JaxRsArgumentUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationMetadatacreateAnnotationMetadata(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
-