Uses of Class
org.gcube.common.gxrest.response.entity.SerializableErrorEntity
-
Packages that use SerializableErrorEntity Package Description org.gcube.common.gxrest.response.entity Core data held by a response. -
-
Uses of SerializableErrorEntity in org.gcube.common.gxrest.response.entity
Methods in org.gcube.common.gxrest.response.entity that return SerializableErrorEntity Modifier and Type Method Description SerializableErrorEntitySerializableErrorEntityTextReader. readFrom(Class<SerializableErrorEntity> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)Read a type from theInputStream.Methods in org.gcube.common.gxrest.response.entity with parameters of type SerializableErrorEntity Modifier and Type Method Description longSerializableErrorEntityTextWriter. getSize(SerializableErrorEntity errorEntity, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)Originally, the method has been called beforewriteToto ascertain the length in bytes of the serialized form oft.voidSerializableErrorEntityTextWriter. writeTo(SerializableErrorEntity errorEntity, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream out)Write a type to an HTTP message.Method parameters in org.gcube.common.gxrest.response.entity with type arguments of type SerializableErrorEntity Modifier and Type Method Description SerializableErrorEntitySerializableErrorEntityTextReader. readFrom(Class<SerializableErrorEntity> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)Read a type from theInputStream.Constructors in org.gcube.common.gxrest.response.entity with parameters of type SerializableErrorEntity Constructor Description CodeEntity(SerializableErrorEntity entity)
-