Serialized Form


Package com.restfully.shop.services

Class com.restfully.shop.services.NotFoundException extends java.lang.RuntimeException implements Serializable


Package com.sun.jersey.api

Class com.sun.jersey.api.ConflictException extends javax.ws.rs.WebApplicationException implements Serializable

Class com.sun.jersey.api.NotFoundException extends javax.ws.rs.WebApplicationException implements Serializable

Serialized Fields

notFoundUri

java.net.URI notFoundUri

Class com.sun.jersey.api.ParamException extends javax.ws.rs.WebApplicationException implements Serializable

Serialized Fields

parameterType

java.lang.Class<T> parameterType

name

java.lang.String name

defaultStringValue

java.lang.String defaultStringValue

Class com.sun.jersey.api.ParamException.CookieParamException extends ParamException implements Serializable

Class com.sun.jersey.api.ParamException.FormParamException extends ParamException implements Serializable

Class com.sun.jersey.api.ParamException.HeaderParamException extends ParamException implements Serializable

Class com.sun.jersey.api.ParamException.MatrixParamException extends ParamException.URIParamException implements Serializable

Class com.sun.jersey.api.ParamException.PathParamException extends ParamException.URIParamException implements Serializable

Class com.sun.jersey.api.ParamException.QueryParamException extends ParamException.URIParamException implements Serializable

Class com.sun.jersey.api.ParamException.URIParamException extends ParamException implements Serializable


Package com.sun.jersey.api.client

Class com.sun.jersey.api.client.ClientHandlerException extends java.lang.RuntimeException implements Serializable

Class com.sun.jersey.api.client.UniformInterfaceException extends java.lang.RuntimeException implements Serializable


Package com.sun.jersey.api.container

Class com.sun.jersey.api.container.ContainerException extends java.lang.RuntimeException implements Serializable

Class com.sun.jersey.api.container.MappableContainerException extends ContainerException implements Serializable


Package com.sun.jersey.api.representation

Class com.sun.jersey.api.representation.Form extends MultivaluedMapImpl implements Serializable

serialVersionUID: 2572713614319991270L


Package com.sun.jersey.core.header

Class com.sun.jersey.core.header.InBoundHeaders extends StringKeyStringValueIgnoreCaseMultivaluedMap implements Serializable

Class com.sun.jersey.core.header.OutBoundHeaders extends StringKeyObjectValueIgnoreCaseMultivaluedMap implements Serializable


Package com.sun.jersey.core.spi.scanning

Class com.sun.jersey.core.spi.scanning.ScannerException extends java.lang.RuntimeException implements Serializable


Package com.sun.jersey.core.util

Class com.sun.jersey.core.util.KeyComparatorHashMap extends java.util.AbstractMap<K,V> implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the HashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the HashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HashMap (the length of the bucket array) is emitted (int), followed by the size of the HashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the HashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
Throws:
java.io.IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

keyComparator

KeyComparator<K> keyComparator

Class com.sun.jersey.core.util.KeyComparatorLinkedHashMap extends KeyComparatorHashMap<K,V> implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

accessOrder

boolean accessOrder
The iteration ordering method for this linked hash map: true for access-order, false for insertion-order.

 

Class com.sun.jersey.core.util.MultivaluedMapImpl extends java.util.HashMap<java.lang.String,java.util.List<java.lang.String>> implements Serializable

serialVersionUID: -6052320403766368902L

Class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap extends KeyComparatorLinkedHashMap<java.lang.String,java.util.List<V>> implements Serializable

Class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<java.lang.Object> implements Serializable

Class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<java.lang.String> implements Serializable


Package com.sun.jersey.guice.spi.container.servlet

Class com.sun.jersey.guice.spi.container.servlet.GuiceContainer extends ServletContainer implements Serializable

Serialized Fields

injector

com.google.inject.Injector injector

Package com.sun.jersey.oauth.signature

Class com.sun.jersey.oauth.signature.InvalidSecretException extends OAuthSignatureException implements Serializable

Class com.sun.jersey.oauth.signature.OAuthParameters extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable

Class com.sun.jersey.oauth.signature.OAuthSignatureException extends java.lang.Exception implements Serializable

Class com.sun.jersey.oauth.signature.UnsupportedSignatureMethodException extends OAuthSignatureException implements Serializable


Package com.sun.jersey.server.impl.container.servlet

Class com.sun.jersey.server.impl.container.servlet.ServletAdaptor extends ServletContainer implements Serializable

Serialized Fields

persistenceUnits

java.util.Map<K,V> persistenceUnits

Package com.sun.jersey.server.impl.model

Class com.sun.jersey.server.impl.model.RulesMap extends java.util.TreeMap<PathPattern,R> implements Serializable


Package com.sun.jersey.server.impl.model.parameter.multivalued

Class com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException extends ContainerException implements Serializable


Package com.sun.jersey.server.wadl.generators.resourcedoc.xhtml

Class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements extends javax.xml.bind.JAXBElement<XhtmlElementType> implements Serializable

serialVersionUID: 1L


Package com.sun.jersey.spi.container.servlet

Class com.sun.jersey.spi.container.servlet.ServletContainer extends javax.servlet.http.HttpServlet implements Serializable


Package com.sun.jersey.spi.service

Class com.sun.jersey.spi.service.ServiceConfigurationError extends java.lang.Error implements Serializable


Package com.sun.jersey.spi.spring.container.servlet

Class com.sun.jersey.spi.spring.container.servlet.SpringServlet extends ServletContainer implements Serializable

serialVersionUID: 5686655395749077671L


Package com.sun.jersey.spi.template

Class com.sun.jersey.spi.template.TemplateContextException extends ContainerException implements Serializable



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.