Uses of Class
org.jboss.resteasy.spi.config.Options
Packages that use Options
-
Uses of Options in org.jboss.resteasy.plugins.providers.jackson
Subclasses of Options in org.jboss.resteasy.plugins.providers.jacksonModifier and TypeClassDescriptionclass
Configuration options for Jackson providers. -
Uses of Options in org.jboss.resteasy.spi.config
Fields in org.jboss.resteasy.spi.config declared as OptionsModifier and TypeFieldDescriptionOptions.ENABLE_DEFAULT_EXCEPTION_MAPPER
An option for enabling or disabling the default exception mapper.Options.ENTITY_FILE_THRESHOLD
An option for the threshold of theEntityOutputStream
to write to a file.Options.ENTITY_MEMORY_THRESHOLD
An option for the threshold of theEntityOutputStream
.Options.ENTITY_TMP_DIR
An option used to override the temporary directory where entities that exceed theENTITY_MEMORY_THRESHOLD
are stored.Options.SSE_CLOSED_RESPONSE_CODE
An option which allows which HTTP status code should be sent when theSseEventSink.close()
is invoked.