Class BuiltResponseEntityNotBacked

java.lang.Object
jakarta.ws.rs.core.Response
All Implemented Interfaces:
AutoCloseable

public class BuiltResponseEntityNotBacked extends BuiltResponse
  • Constructor Details

    • BuiltResponseEntityNotBacked

      public BuiltResponseEntityNotBacked()
    • BuiltResponseEntityNotBacked

      public BuiltResponseEntityNotBacked(int status, Headers<Object> metadata, Object entity, Annotation[] entityAnnotations)
    • BuiltResponseEntityNotBacked

      public BuiltResponseEntityNotBacked(int status, String reason, Headers<Object> metadata, Object entity, Annotation[] entityAnnotations)
  • Method Details