Package io.micronaut.jaxrs.common
Class JaxRsGenericEntity<T>
java.lang.Object
jakarta.ws.rs.core.GenericEntity<T>
io.micronaut.jaxrs.common.JaxRsGenericEntity<T>
- Type Parameters:
T
- The entity type
The simple variation of
GenericEntity
.- Since:
- 4.6
- Author:
- Denis Stepanov
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.ws.rs.core.GenericEntity
equals, getEntity, getRawType, getType, hashCode, toString
-
Constructor Details
-
JaxRsGenericEntity
-
-
Method Details
-
asArgument
-