Serialized Form
- 
Package org.jboss.resteasy.api.validation- 
Class org.jboss.resteasy.api.validation.ResteasyConstraintViolationclass ResteasyConstraintViolation extends Object implements Serializable- serialVersionUID:
- -5441628046215135260L
 - 
Serialized Fields- 
constraintTypeConstraintType.Type constraintType 
- 
messageString message 
- 
pathString path 
- 
valueString value 
 
- 
 
- 
Exception Class org.jboss.resteasy.api.validation.ResteasyViolationExceptionclass ResteasyViolationException extends jakarta.validation.ConstraintViolationException implements Serializable- serialVersionUID:
- 2623733139912277260L
 - 
Serialized Fields- 
acceptList<org.jboss.resteasy.api.validation.ResteasyViolationException.CloneableMediaType> accept 
- 
allViolationsList<ResteasyConstraintViolation> allViolations 
- 
classViolationsList<ResteasyConstraintViolation> classViolations 
- 
exceptionException exception 
- 
parameterViolationsList<ResteasyConstraintViolation> parameterViolations 
- 
propertyViolationsList<ResteasyConstraintViolation> propertyViolations 
- 
returnValueViolationsList<ResteasyConstraintViolation> returnValueViolations 
- 
suppressPathboolean suppressPath 
- 
violationListsList<List<ResteasyConstraintViolation>> violationLists 
 
- 
 
- 
Class org.jboss.resteasy.api.validation.SimpleViolationsContainerclass SimpleViolationsContainer extends Object implements Serializable- serialVersionUID:
- -7895854137980651540L
 
 
- 
- 
Package org.jboss.resteasy.client.exception- 
Exception Class org.jboss.resteasy.client.exception.ResteasyBadRequestExceptionclass ResteasyBadRequestException extends jakarta.ws.rs.BadRequestException implements Serializable- serialVersionUID:
- -6250430572164780061L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.BadRequestException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyClientErrorExceptionclass ResteasyClientErrorException extends jakarta.ws.rs.ClientErrorException implements Serializable- serialVersionUID:
- 6839671465938091898L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.ClientErrorException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyForbiddenExceptionclass ResteasyForbiddenException extends jakarta.ws.rs.ForbiddenException implements Serializable- serialVersionUID:
- -581285336820307590L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.ForbiddenException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyInternalServerErrorExceptionclass ResteasyInternalServerErrorException extends jakarta.ws.rs.InternalServerErrorException implements Serializable- serialVersionUID:
- 5293921582428847923L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.InternalServerErrorException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyNotAcceptableExceptionclass ResteasyNotAcceptableException extends jakarta.ws.rs.NotAcceptableException implements Serializable- serialVersionUID:
- 5369100091818187044L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.NotAcceptableException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyNotAllowedExceptionclass ResteasyNotAllowedException extends jakarta.ws.rs.NotAllowedException implements Serializable- serialVersionUID:
- -6319306078354018353L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.NotAllowedException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyNotAuthorizedExceptionclass ResteasyNotAuthorizedException extends jakarta.ws.rs.NotAuthorizedException implements Serializable- serialVersionUID:
- 7034604450379314101L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.NotAuthorizedException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyNotFoundExceptionclass ResteasyNotFoundException extends jakarta.ws.rs.NotFoundException implements Serializable- serialVersionUID:
- 8915809730318765630L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.NotFoundException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyNotSupportedExceptionclass ResteasyNotSupportedException extends jakarta.ws.rs.NotSupportedException implements Serializable- serialVersionUID:
- 6195843283913647466L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.NotSupportedException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyRedirectionExceptionclass ResteasyRedirectionException extends jakarta.ws.rs.RedirectionException implements Serializable- serialVersionUID:
- 8815768802777099877L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.RedirectionException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyServerErrorExceptionclass ResteasyServerErrorException extends jakarta.ws.rs.ServerErrorException implements Serializable- serialVersionUID:
- 8591476266091129117L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.ServerErrorException wrapped 
 
- 
 
- 
Exception Class org.jboss.resteasy.client.exception.ResteasyWebApplicationExceptionclass ResteasyWebApplicationException extends jakarta.ws.rs.WebApplicationException implements Serializable- serialVersionUID:
- -8805699073882024461L
 - 
Serialized Fields- 
wrappedjakarta.ws.rs.WebApplicationException wrapped 
 
- 
 
 
- 
- 
Package org.jboss.resteasy.client.jaxrs.cache- 
Class org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Headerclass Header extends Object implements Serializable- serialVersionUID:
- 4145981086454860081L
 
- 
Class org.jboss.resteasy.client.jaxrs.cache.CacheEntryclass CacheEntry extends Object implements Serializable- serialVersionUID:
- -1922521972113619372L
 - 
Serialized Fields- 
cachedbyte[] cached 
- 
expiresint expires 
- 
extendedPropertiesMap<Serializable, Serializable> extendedProperties 
- 
headersjakarta.ws.rs.core.MultivaluedMap<String, String> headers 
- 
keyString key 
- 
mediaTypeString mediaType 
- 
timestamplong timestamp 
- 
validationHeadersBrowserCache.Header[] validationHeaders 
 
- 
 
 
- 
- 
Package org.jboss.resteasy.client.jaxrs.internal- 
Class org.jboss.resteasy.client.jaxrs.internal.TrackingMap- 
Serialized Fields- 
addedOrUpdatedKeysSet<String> addedOrUpdatedKeys Deprecated, for removal: This API element is subject to removal in a future version.
- 
delegateCaseInsensitiveMap<V> delegate Deprecated, for removal: This API element is subject to removal in a future version.
- 
removedKeysSet<String> removedKeys Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
 
- 
 
- 
- 
Package org.jboss.resteasy.client.jaxrs.spi- 
Exception Class org.jboss.resteasy.client.jaxrs.spi.ClientConfigExceptionclass ClientConfigException extends RuntimeException implements Serializable
 
- 
- 
Package org.jboss.resteasy.core- 
Exception Class org.jboss.resteasy.core.ExceptionAdapterclass ExceptionAdapter extends RuntimeException implements Serializable- serialVersionUID:
- 6628087350457915908L
 
- 
Class org.jboss.resteasy.core.Headers
- 
Exception Class org.jboss.resteasy.core.NoMessageBodyWriterFoundFailureclass NoMessageBodyWriterFoundFailure extends LoggableFailure implements Serializable
 
- 
- 
Package org.jboss.resteasy.core.request- 
Class org.jboss.resteasy.core.request.QualityValueclass QualityValue extends Number implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
WEIGHTint WEIGHT 
 
- 
 
 
- 
- 
Package org.jboss.resteasy.jose.jwe- 
Class org.jboss.resteasy.jose.jwe.JWEHeaderclass JWEHeader extends Object implements Serializable- 
Serialized Fields- 
algorithmAlgorithm algorithm 
- 
compressionAlgorithmCompressionAlgorithm compressionAlgorithm 
- 
contentTypeString contentType 
- 
encryptionMethodEncryptionMethod encryptionMethod 
- 
typeString type 
 
- 
 
- 
 
- 
- 
Package org.jboss.resteasy.jose.jws- 
Class org.jboss.resteasy.jose.jws.JWSHeaderclass JWSHeader extends Object implements Serializable
- 
Exception Class org.jboss.resteasy.jose.jws.JWSInputExceptionclass JWSInputException extends Exception implements Serializable
 
- 
- 
Package org.jboss.resteasy.jose.jws.util- 
Class org.jboss.resteasy.jose.jws.util.Keyclass Key extends Object implements Serializable- 
Serialized Fields- 
certificatePemString certificatePem 
- 
encryptionboolean encryption 
- 
keystoreKey.KeyStoreConfig keystore 
- 
privateKeyPemString privateKeyPem 
- 
publicKeyPemString publicKeyPem 
- 
signingboolean signing 
 
- 
 
- 
- 
Class org.jboss.resteasy.jose.jws.util.Key.KeyStoreConfigclass KeyStoreConfig extends Object implements Serializable
- 
Exception Class org.jboss.resteasy.jose.jws.util.PemExceptionclass PemException extends RuntimeException implements Serializable
 
- 
- 
Package org.jboss.resteasy.jsapi- 
Class org.jboss.resteasy.jsapi.JSAPIServletclass JSAPIServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -1985015444704126795L
 - 
Serialized Fields- 
apiWriterJSAPIWriter apiWriter 
- 
servicesMap<String, ServiceRegistry> services 
 
- 
 
 
- 
- 
Package org.jboss.resteasy.jwt- 
Class org.jboss.resteasy.jwt.JsonWebTokenclass JsonWebToken extends Object implements Serializable
 
- 
- 
Package org.jboss.resteasy.links
- 
Package org.jboss.resteasy.links.impl- 
Exception Class org.jboss.resteasy.links.impl.NotFoundExceptionclass NotFoundException extends Exception implements Serializable
- 
Exception Class org.jboss.resteasy.links.impl.ServiceDiscoveryExceptionclass ServiceDiscoveryException extends Failure implements Serializable
 
- 
- 
Package org.jboss.resteasy.plugins.delegates- 
Class org.jboss.resteasy.plugins.delegates.ServerCookieclass ServerCookie extends Object implements Serializable
 
- 
- 
Package org.jboss.resteasy.plugins.providers- 
Exception Class org.jboss.resteasy.plugins.providers.FileRangeExceptionclass FileRangeException extends jakarta.ws.rs.WebApplicationException implements Serializable- serialVersionUID:
- -5615796352743435769L
 
 
- 
- 
Package org.jboss.resteasy.plugins.providers.atom.app- 
Class org.jboss.resteasy.plugins.providers.atom.app.AppAcceptclass AppAccept extends AppCommonAttributes implements Serializable- serialVersionUID:
- 8792589507058023990L
 - 
Serialized Fields- 
contentString content 
 
- 
 
- 
Class org.jboss.resteasy.plugins.providers.atom.app.AppCategoriesclass AppCategories extends AppCommonAttributes implements Serializable- serialVersionUID:
- 7978145545675525082L
 
- 
Class org.jboss.resteasy.plugins.providers.atom.app.AppCollectionclass AppCollection extends AppCommonAttributes implements Serializable- serialVersionUID:
- 3466473348035916400L
 
- 
Class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributesclass AppCommonAttributes extends Object implements Serializable- serialVersionUID:
- -6132753912772236190L
 
- 
Class org.jboss.resteasy.plugins.providers.atom.app.AppServiceclass AppService extends AppCommonAttributes implements Serializable- serialVersionUID:
- 1090747778031855442L
 - 
Serialized Fields- 
workspaceList<AppWorkspace> workspace 
 
- 
 
- 
Class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspaceclass AppWorkspace extends AppCommonAttributes implements Serializable- serialVersionUID:
- -2595744438212041512L
 - 
Serialized Fields- 
anyList<Object> any 
- 
collectionList<AppCollection> collection 
- 
titleString title 
 
- 
 
 
- 
- 
Package org.jboss.resteasy.plugins.providers.html- 
Class org.jboss.resteasy.plugins.providers.html.HtmlServletDispatcherclass HtmlServletDispatcher extends HttpServletDispatcher implements Serializable- serialVersionUID:
- 3793362217679129985L
 
 
- 
- 
Package org.jboss.resteasy.plugins.providers.jaxb- 
Exception Class org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalExceptionclass JAXBMarshalException extends WriterException implements Serializable
- 
Exception Class org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalExceptionclass JAXBUnmarshalException extends ReaderException implements Serializable
 
- 
- 
Package org.jboss.resteasy.plugins.server.reactor.netty- 
Exception Class org.jboss.resteasy.plugins.server.reactor.netty.ReactorNettySendExceptionclass ReactorNettySendException extends RuntimeException implements Serializable
 
- 
- 
Package org.jboss.resteasy.plugins.server.servlet- 
Class org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcherclass HttpServlet30Dispatcher extends HttpServletDispatcher implements Serializable- 
Serialized Fields- 
asyncCancelSchedulerScheduledExecutorService asyncCancelScheduler 
 
- 
 
- 
- 
Class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcherclass HttpServletDispatcher extends jakarta.servlet.http.HttpServlet implements Serializable- 
Serialized Fields- 
servletContainerDispatcherServletContainerDispatcher servletContainerDispatcher 
 
- 
 
- 
 
- 
- 
Package org.jboss.resteasy.plugins.validation- 
Exception Class org.jboss.resteasy.plugins.validation.ResteasyViolationExceptionImplclass ResteasyViolationExceptionImpl extends ResteasyViolationException implements Serializable- serialVersionUID:
- 657697354453281559L
 
- 
Class org.jboss.resteasy.plugins.validation.SimpleViolationsContainerclass SimpleViolationsContainer extends SimpleViolationsContainer implements Serializable- serialVersionUID:
- -7895854137980651539L
 - 
Serialized Fields- 
parametersValidatedboolean parametersValidated 
- 
utilConstraintTypeUtilImpl util 
 
- 
 
 
- 
- 
Package org.jboss.resteasy.security.doseta- 
Exception Class org.jboss.resteasy.security.doseta.UnauthorizedSignatureExceptionclass UnauthorizedSignatureException extends ReaderException implements Serializable- 
Serialized Fields- 
resultsVerificationResults results 
 
- 
 
- 
 
- 
- 
Package org.jboss.resteasy.specimpl- 
Class org.jboss.resteasy.specimpl.MultivaluedMapImpl
- 
Class org.jboss.resteasy.specimpl.MultivaluedTreeMapclass MultivaluedTreeMap extends Object implements Serializable
 
- 
- 
Package org.jboss.resteasy.spi- 
Exception Class org.jboss.resteasy.spi.ApplicationExceptionclass ApplicationException extends RuntimeException implements Serializable
- 
Exception Class org.jboss.resteasy.spi.BadRequestExceptionclass BadRequestException extends Failure implements Serializable
- 
Exception Class org.jboss.resteasy.spi.DefaultOptionsMethodExceptionclass DefaultOptionsMethodException extends Failure implements Serializable
- 
Exception Class org.jboss.resteasy.spi.Failureclass Failure extends RuntimeException implements Serializable- 
Serialized Fields- 
errorCodeint errorCode 
- 
loggableboolean loggable 
- 
responsejakarta.ws.rs.core.Response response 
 
- 
 
- 
- 
Exception Class org.jboss.resteasy.spi.InternalServerErrorExceptionclass InternalServerErrorException extends LoggableFailure implements Serializable
- 
Exception Class org.jboss.resteasy.spi.LoggableFailureclass LoggableFailure extends Failure implements Serializable
- 
Exception Class org.jboss.resteasy.spi.NoLogWebApplicationExceptionclass NoLogWebApplicationException extends jakarta.ws.rs.WebApplicationException implements Serializable
- 
Exception Class org.jboss.resteasy.spi.NotImplementedYetExceptionclass NotImplementedYetException extends RuntimeException implements Serializable
- 
Exception Class org.jboss.resteasy.spi.ReaderExceptionclass ReaderException extends Failure implements Serializable
- 
Exception Class org.jboss.resteasy.spi.UnhandledExceptionclass UnhandledException extends RuntimeException implements Serializable
- 
Exception Class org.jboss.resteasy.spi.WriterExceptionclass WriterException extends LoggableFailure implements Serializable
 
- 
- 
Package org.jboss.resteasy.spi.config.security- 
Class org.jboss.resteasy.spi.config.security.ConfigPropertyPermissionclass ConfigPropertyPermission extends BasicPermission implements Serializable
 
- 
- 
Package org.jboss.resteasy.util- 
Class org.jboss.resteasy.util.CaseInsensitiveMap
- 
Exception Class org.jboss.resteasy.util.DateUtil.DateParseExceptionclass DateParseException extends RuntimeException implements Serializable
 
- 
- 
Package org.jboss.resteasy.wadl- 
Class org.jboss.resteasy.wadl.ResteasyWadlServletclass ResteasyWadlServlet extends jakarta.servlet.http.HttpServlet implements Serializable- 
Serialized Fields- 
servicesMap<String, ResteasyWadlServiceRegistry> services Deprecated.
- 
wadlWriterResteasyWadlServletWriter wadlWriter Deprecated.
 
- 
 
- 
 
-