Serialized Form
-
Package org.glassfish.jersey.internal
-
Exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
class ErrorMessagesException extends RuntimeException implements Serializable-
Serialized Fields
-
messages
List<Errors.ErrorMessage> messages
-
-
-
Error org.glassfish.jersey.internal.ServiceConfigurationError
class ServiceConfigurationError extends Error implements Serializable- serialVersionUID:
- -8532392338326428074L
-
-
Package org.glassfish.jersey.internal.guava
-
Exception org.glassfish.jersey.internal.guava.CacheLoader.InvalidCacheLoadException
class InvalidCacheLoadException extends RuntimeException implements Serializable -
Error org.glassfish.jersey.internal.guava.ExecutionError
class ExecutionError extends Error implements Serializable- serialVersionUID:
- 0L
-
Class org.glassfish.jersey.internal.guava.HashBasedTable
class HashBasedTable extends org.glassfish.jersey.internal.guava.StandardTable<R,C, V> implements Serializable - serialVersionUID:
- 0L
-
Class org.glassfish.jersey.internal.guava.HashMultimap
class HashMultimap extends org.glassfish.jersey.internal.guava.AbstractSetMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for each distinct key: the key, number of values for that key, and the key's values
- Throws:
IOException
-
-
Class org.glassfish.jersey.internal.guava.TreeMultimap
class TreeMultimap extends org.glassfish.jersey.internal.guava.AbstractSortedKeySortedSetMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Serial Data:
- key comparator, value comparator, number of distinct keys, and then for each distinct key: the key, number of values for that key, and key values
- Throws:
IOException
-
-
Exception org.glassfish.jersey.internal.guava.UncheckedExecutionException
class UncheckedExecutionException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
-
Package org.glassfish.jersey.internal.inject
-
Class org.glassfish.jersey.internal.inject.AnnotationLiteral
class AnnotationLiteral extends Object implements Serializable- serialVersionUID:
- -3645430766814376616L
-
Class org.glassfish.jersey.internal.inject.CustomAnnotationLiteral
-
Exception org.glassfish.jersey.internal.inject.ExtractorException
class ExtractorException extends ProcessingException implements Serializable- serialVersionUID:
- -4918023257104413981L
-
Exception org.glassfish.jersey.internal.inject.UpdaterException
class UpdaterException extends ProcessingException implements Serializable- serialVersionUID:
- -4918023257104413981L
-
-
Package org.glassfish.jersey.internal.util
-
Class org.glassfish.jersey.internal.util.LazyUid
class LazyUid extends Object implements Serializable- serialVersionUID:
- 4618609413877136867L
-
Serialized Fields
-
uid
AtomicReference<String> uid
-
-
-
Package org.glassfish.jersey.internal.util.collection
-
Class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
- serialVersionUID:
- 3000273665665137463L
-
Serialization Methods
-
readObject
Reconstitute the HashMap instance from a stream (i.e., deserialize it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
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 ss 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:
IOException
-
-
Serialized Fields
-
keyComparator
KeyComparator<K> keyComparator
-
loadFactor
float loadFactor
The load factor for the hash table. -
threshold
int threshold
The next ss value at which to resize (capacity * load factor).
-
-
Class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
- 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 org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
- serialVersionUID:
- -6052320403766368902L
-
Class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
-
Class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
class StringIgnoreCaseKeyComparator extends Object implements Serializable- serialVersionUID:
- 9106900325469360723L
-
Class org.glassfish.jersey.internal.util.collection.StringKeyIgnoreCaseMultivaluedMap
class StringKeyIgnoreCaseMultivaluedMap extends AbstractMultivaluedMap<String,V> implements Serializable
-
-
Package org.glassfish.jersey.message.internal
-
Exception org.glassfish.jersey.message.internal.HeaderValueException
class HeaderValueException extends ProcessingException implements Serializable- serialVersionUID:
- 981810773601231157L
-
Serialized Fields
-
context
HeaderValueException.Context context
-
-
Exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
class MessageBodyProcessingException extends ProcessingException implements Serializable- serialVersionUID:
- 2093175681702118380L
-
Exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
class MessageBodyProviderNotFoundException extends ProcessingException implements Serializable- serialVersionUID:
- 2093175681702118380L
-