Class JaxRsGenericEntity<T>

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

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