Class JaxRsGenericEntity<T>

java.lang.Object
jakarta.ws.rs.core.GenericEntity<T>
io.micronaut.jaxrs.common.JaxRsGenericEntity<T>
Type Parameters:
T - The entity type

@Singleton @Internal public final class JaxRsGenericEntity<T> extends GenericEntity<T>
The simple variation of GenericEntity.
Since:
4.6
Author:
Denis Stepanov
  • Constructor Details

    • JaxRsGenericEntity

      public JaxRsGenericEntity(T entity, Type genericType, Annotation[] annotations)
  • Method Details

    • asArgument

      public Argument<T> asArgument()