public interface com.fasterxml.jackson.jaxrs.base.NoContentExceptionSupplier
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.fasterxml.jackson.jaxrs.base.NoContentExceptionSupplier
super_class: java.lang.Object
{
public static final java.lang.String NO_CONTENT_MESSAGE;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "No content (empty input stream)"
public abstract java.io.IOException createNoContentException();
descriptor: ()Ljava/io/IOException;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "NoContentExceptionSupplier.java"