Uses of Class
org.gcube.common.gxrest.response.entity.SerializableErrorEntity
Packages that use SerializableErrorEntity
-
Uses of SerializableErrorEntity in org.gcube.common.gxrest.response.entity
Methods in org.gcube.common.gxrest.response.entity that return SerializableErrorEntityModifier and TypeMethodDescriptionSerializableErrorEntityTextReader.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 SerializableErrorEntityModifier and TypeMethodDescriptionlongSerializableErrorEntityTextWriter.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 SerializableErrorEntityModifier and TypeMethodDescriptionSerializableErrorEntityTextReader.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 SerializableErrorEntityModifierConstructorDescriptionCodeEntity(SerializableErrorEntity entity) Creates a new code entity.