Serialized Form
-
Package com.fasterxml.jackson.annotation
-
Class com.fasterxml.jackson.annotation.JacksonInject.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_creatorVisibility
JsonAutoDetect.Visibility _creatorVisibility
-
_fieldVisibility
JsonAutoDetect.Visibility _fieldVisibility
-
_getterVisibility
JsonAutoDetect.Visibility _getterVisibility
-
_isGetterVisibility
JsonAutoDetect.Visibility _isGetterVisibility
-
_setterVisibility
JsonAutoDetect.Visibility _setterVisibility
-
-
Class com.fasterxml.jackson.annotation.JsonFormat.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_features
JsonFormat.Features _features
- Since:
- 2.6
-
_lenient
Boolean _lenient
- Since:
- 2.9
-
_locale
Locale _locale
-
_pattern
String _pattern
-
_shape
JsonFormat.Shape _shape
-
_timezoneStr
String _timezoneStr
-
-
Class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonInclude.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_contentFilter
Class<?> _contentFilter
- Since:
- 2.9
-
_contentInclusion
JsonInclude.Include _contentInclusion
-
_valueFilter
Class<?> _valueFilter
- Since:
- 2.9
-
_valueInclusion
JsonInclude.Include _valueInclusion
-
-
Class com.fasterxml.jackson.annotation.JsonIncludeProperties.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonSetter.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonTypeInfo.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultImpl
Class<?> _defaultImpl
-
_idType
JsonTypeInfo.Id _idType
-
_idVisible
boolean _idVisible
-
_inclusionType
JsonTypeInfo.As _inclusionType
-
_propertyName
String _propertyName
-
_requireTypeIdForSubtypes
Boolean _requireTypeIdForSubtypes
-
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerator
class ObjectIdGenerator extends Object implements Serializable -
Class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
class IdKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hashCode
int hashCode
-
key
Object key
Object for which Object Id was generated: can NOT be null. -
scope
Class<?> scope
Scope of the Object Id (may be null, to denote global) -
type
Class<?> type
Type ofObjectIdGeneratorused for generating Object Id
-
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
class IntSequenceGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<Integer> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.None
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.PropertyGenerator
class PropertyGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<Object> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator
class StringIdGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<String> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator
class UUIDGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<UUID> implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.core
-
Class com.fasterxml.jackson.core.Base64Variant
class Base64Variant extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_maxLineLength
int _maxLineLength
Maximum number of encoded base64 characters to output during encoding before adding a linefeed, if line length is to be limited (Integer.MAX_VALUEif not limited).Note: for some output modes (when writing attributes) linefeeds may need to be avoided, and this value ignored.
-
_name
String _name
Symbolic name of variant; used for diagnostics/debugging.Note that this is the only non-transient field; used when reading back from serialized state.
Also: must not be private, accessed from `BaseVariants`
-
_paddingChar
char _paddingChar
Character used for padding, if any (Base64Variant.PADDING_CHAR_NONEif not). -
_paddingReadBehaviour
Base64Variant.PaddingReadBehaviour _paddingReadBehaviour
Whether padding characters should be required or not while decoding- Since:
- 2.12
-
_writePadding
boolean _writePadding
Whether this variant uses padding when writing out content or not.- Since:
- 2.12
-
-
Class com.fasterxml.jackson.core.ErrorReportConfiguration
class ErrorReportConfiguration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxErrorTokenLength
int _maxErrorTokenLength
Maximum length of token to include in error messages -
_maxRawContentLength
int _maxRawContentLength
Maximum length of raw content to include in error messages
-
-
Exception com.fasterxml.jackson.core.JacksonException
class JacksonException extends IOException implements Serializable- serialVersionUID:
- 123L
-
Class com.fasterxml.jackson.core.JsonFactory
class JsonFactory extends TokenStreamFactory implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
Method that we need to override to actually make restoration go through constructors etc: needed to allow JDK serializability of factory instances.Note: must be overridden by sub-classes as well.
-
-
Serialized Fields
-
_characterEscapes
CharacterEscapes _characterEscapes
Definition of custom character escapes to use for generators created by this factory, if any. If null, standard data format specific escapes are used. -
_errorReportConfiguration
ErrorReportConfiguration _errorReportConfiguration
Container for configuration values used when handling erroneous token inputs.- Since:
- 2.16
-
_factoryFeatures
int _factoryFeatures
Currently enabled factory features. -
_generatorDecorators
List<JsonGeneratorDecorator> _generatorDecorators
List ofJsonGeneratorDecorators to apply toJsonGenerators after construction; applied in the order of addition.- Since:
- 2.16
-
_generatorFeatures
int _generatorFeatures
Currently enabled generator features. -
_inputDecorator
InputDecorator _inputDecorator
Optional helper object that may decorate input sources, to do additional processing on input during parsing. -
_maximumNonEscapedChar
int _maximumNonEscapedChar
Optional threshold used for automatically escaping character above certain character code value: either0to indicate that no threshold is specified, or value at or above 127 to indicate last character code that is NOT automatically escaped (but depends on other configuration rules for checking).- Since:
- 2.10
-
_objectCodec
ObjectCodec _objectCodec
Object that implements conversion functionality between Java objects and JSON content. For base JsonFactory implementation usually not set by default, but can be explicitly set. Sub-classes (like @link org.codehaus.jackson.map.MappingJsonFactory} usually provide an implementation. -
_outputDecorator
OutputDecorator _outputDecorator
Optional helper object that may decorate output object, to do additional processing on output during content generation. -
_parserFeatures
int _parserFeatures
Currently enabled parser features. -
_quoteChar
char _quoteChar
Character used for quoting field names (if field name quoting has not been disabled withJsonWriteFeature.QUOTE_FIELD_NAMES) and JSON String values. -
_recyclerPool
RecyclerPool<BufferRecycler> _recyclerPool
RecyclerPoolconfigured for use by this factory: used for recycling underlying read and/or write buffers viaBufferRecycler.- Since:
- 2.16
-
_rootValueSeparator
SerializableString _rootValueSeparator
Separator used between root-level values, if any; null indicates "do not add separator". Default separator is a single space character.- Since:
- 2.1
-
_streamReadConstraints
StreamReadConstraints _streamReadConstraints
Read constraints to use forJsonParsers constructed using this factory.- Since:
- 2.15
-
_streamWriteConstraints
StreamWriteConstraints _streamWriteConstraints
Write constraints to use forJsonGenerators constructed using this factory.- Since:
- 2.16
-
-
Exception com.fasterxml.jackson.core.JsonGenerationException
class JsonGenerationException extends StreamWriteException implements Serializable- serialVersionUID:
- 123L
-
Class com.fasterxml.jackson.core.JsonLocation
class JsonLocation extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_columnNr
int _columnNr
-
_contentReference
ContentReference _contentReference
Reference to input source; never null (but may be that ofContentReference.unknown()).- Since:
- 2.13 (before we have
_sourceRef(Object-valued)
-
_lineNr
int _lineNr
-
_totalBytes
long _totalBytes
-
_totalChars
long _totalChars
-
-
Exception com.fasterxml.jackson.core.JsonParseException
class JsonParseException extends StreamReadException implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.core.JsonpCharacterEscapes
class JsonpCharacterEscapes extends CharacterEscapes implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.JsonPointer
class JsonPointer extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
_asString
String _asString
We will retain representation of the pointer, as a String, so thatJsonPointer.toString()should be as efficient as possible.NOTE: starting with 2.14, there is no accompanying
JsonPointer._asStringOffsetthat MUST be considered with this String; thisStringmay contain preceding path, as it is now full path of parent pointer, except for the outermost pointer instance. -
_asStringOffset
int _asStringOffset
- Since:
- 2.14
-
_hashCode
int _hashCode
Lazily-calculated hash code: need to retain hash code now that we can no longer rely onJsonPointer._asStringbeing the exact full representation (it is often "more", including parent path).- Since:
- 2.14
-
_head
JsonPointer _head
Reference from currently matching segment (if any) to node before leaf. Lazily constructed if/as needed.NOTE: we'll use `volatile` here assuming that this is unlikely to become a performance bottleneck. If it becomes one we can probably just drop it and things still should work (despite warnings as per JMM regarding visibility (and lack thereof) of unguarded changes).
- Since:
- 2.5
-
_matchingElementIndex
int _matchingElementIndex
-
_matchingPropertyName
String _matchingPropertyName
-
_nextSegment
JsonPointer _nextSegment
Reference to rest of the pointer beyond currently matching segment (if any); null if this pointer refers to the matching segment.
-
-
Exception com.fasterxml.jackson.core.JsonProcessingException
class JsonProcessingException extends JacksonException implements Serializable- serialVersionUID:
- 123L
-
Serialized Fields
-
_location
JsonLocation _location
-
-
Class com.fasterxml.jackson.core.StreamReadConstraints
class StreamReadConstraints extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxDocLen
long _maxDocLen
-
_maxNameLen
int _maxNameLen
-
_maxNestingDepth
int _maxNestingDepth
-
_maxNumLen
int _maxNumLen
-
_maxStringLen
int _maxStringLen
-
_maxTokenCount
long _maxTokenCount
-
-
Class com.fasterxml.jackson.core.StreamWriteConstraints
class StreamWriteConstraints extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxNestingDepth
int _maxNestingDepth
-
-
Class com.fasterxml.jackson.core.TokenStreamFactory
class TokenStreamFactory extends Object implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.core.Version
class Version extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.core.exc
-
Exception com.fasterxml.jackson.core.exc.InputCoercionException
class InputCoercionException extends StreamReadException implements Serializable- serialVersionUID:
- 1L
-
Exception com.fasterxml.jackson.core.exc.StreamConstraintsException
class StreamConstraintsException extends JsonProcessingException implements Serializable- serialVersionUID:
- 2L
-
Exception com.fasterxml.jackson.core.exc.StreamReadException
class StreamReadException extends JsonProcessingException implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_requestPayload
RequestPayload _requestPayload
Optional payload that can be assigned to pass along for error reporting or handling purposes. Core streaming parser implementations DO NOT initialize this; it is up to using applications and frameworks to populate it.
-
-
Exception com.fasterxml.jackson.core.exc.StreamWriteException
class StreamWriteException extends JsonProcessingException implements Serializable- serialVersionUID:
- 2L
-
-
Package com.fasterxml.jackson.core.io
-
Class com.fasterxml.jackson.core.io.CharacterEscapes
class CharacterEscapes extends Object implements Serializable -
Class com.fasterxml.jackson.core.io.ContentReference
class ContentReference extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
readResolve
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_isContentTextual
boolean _isContentTextual
Marker flag to indicate whether included content is textual or not: this is taken to mean, by default, that a snippet of content may be displayed for exception messages. -
_length
int _length
For static content, indicates length of content in the static array.-1if not in use. -
_maxRawContentLength
int _maxRawContentLength
max raw content to return as configured- Since:
- 2.16
-
_offset
int _offset
For static content, indicates offset from the beginning of static array.-1if not in use.
-
-
Class com.fasterxml.jackson.core.io.InputDecorator
class InputDecorator extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception com.fasterxml.jackson.core.io.JsonEOFException
class JsonEOFException extends JsonParseException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_token
JsonToken _token
Type of token that was being decoded, if parser had enough information to recognize type (such as starting double-quote for Strings)
-
-
Class com.fasterxml.jackson.core.io.OutputDecorator
class OutputDecorator extends Object implements Serializable -
Class com.fasterxml.jackson.core.io.SerializedString
class SerializedString extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
readResolve
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_quotedChars
char[] _quotedChars
-
_quotedUTF8Ref
byte[] _quotedUTF8Ref
-
_unquotedUTF8Ref
byte[] _unquotedUTF8Ref
-
_value
String _value
-
-
-
Package com.fasterxml.jackson.core.util
-
Class com.fasterxml.jackson.core.util.DefaultIndenter
class DefaultIndenter extends DefaultPrettyPrinter.NopIndenter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
charsPerLevel
int charsPerLevel
-
eol
String eol
-
indents
char[] indents
-
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
class DefaultPrettyPrinter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayEmptySeparator
String _arrayEmptySeparator
String to use in empty Array to separate start and end markers. Default is single space, resulting in output of[ ].- Since:
- 2.17
-
_arrayIndenter
DefaultPrettyPrinter.Indenter _arrayIndenter
By default, let's use only spaces to separate array values. -
_arrayValueSeparator
String _arrayValueSeparator
- Since:
- 2.16
-
_objectEmptySeparator
String _objectEmptySeparator
String to use in empty Object to separate start and end markers. Default is single space, resulting in output of{ }.- Since:
- 2.17
-
_objectEntrySeparator
String _objectEntrySeparator
- Since:
- 2.16
-
_objectFieldValueSeparatorWithSpaces
String _objectFieldValueSeparatorWithSpaces
- Since:
- 2.9
-
_objectIndenter
DefaultPrettyPrinter.Indenter _objectIndenter
By default, let's use linefeed-adding indenter for separate object entries. We'll further configure indenter to use system-specific linefeeds, and 2 spaces per level (as opposed to, say, single tabs) -
_rootSeparator
SerializableString _rootSeparator
String printed between root-level values, if any. -
_separators
Separators _separators
- Since:
- 2.9
-
_spacesInObjectEntries
boolean _spacesInObjectEntries
Deprecated.in 2.16. Use Separators API instead.By default we will add spaces around colons used to separate object fields and values. If disabled, will not use spaces around colon.
-
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter
class FixedSpaceIndenter extends DefaultPrettyPrinter.NopIndenter implements Serializable -
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
class NopIndenter extends Object implements Serializable -
Class com.fasterxml.jackson.core.util.InternCache
- serialVersionUID:
- 1L
-
Serialized Fields
-
lock
ReentrantLock lock
As minor optimization let's try to avoid "flush storms", cases where multiple threads might try to concurrently flush the map.
-
-
Class com.fasterxml.jackson.core.util.JacksonFeatureSet
class JacksonFeatureSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_enabled
int _enabled
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.BoundedPool
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.ConcurrentDequePool
class ConcurrentDequePool extends RecyclerPool.ConcurrentDequePoolBase<BufferRecycler> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.LockFreePool
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Deprecated.
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.NonRecyclingPool
class NonRecyclingPool extends RecyclerPool.NonRecyclingPoolBase<BufferRecycler> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.ThreadLocalPool
class ThreadLocalPool extends RecyclerPool.ThreadLocalPoolBase<BufferRecycler> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
class MinimalPrettyPrinter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_rootValueSeparator
String _rootValueSeparator
-
_separators
Separators _separators
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.core.util.RecyclerPool.BoundedPoolBase
class BoundedPoolBase extends RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase
class ConcurrentDequePoolBase extends RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RecyclerPool.LockFreePoolBase
class LockFreePoolBase extends RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RecyclerPool.NonRecyclingPoolBase
class NonRecyclingPoolBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RecyclerPool.StatefulImplBase
class StatefulImplBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_serialization
int _serialization
Value that indicates basic aspects of pool for JDK serialization; either marker for shared/non-shared, or possibly bounded size; depends on sub-class.
-
-
Class com.fasterxml.jackson.core.util.RecyclerPool.ThreadLocalPoolBase
class ThreadLocalPoolBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RequestPayload
class RequestPayload extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_charset
String _charset
-
_payloadAsBytes
byte[] _payloadAsBytes
-
_payloadAsText
CharSequence _payloadAsText
-
-
Class com.fasterxml.jackson.core.util.Separators
class Separators extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayEmptySeparator
String arrayEmptySeparator
-
arrayValueSeparator
char arrayValueSeparator
-
arrayValueSpacing
Separators.Spacing arrayValueSpacing
-
objectEmptySeparator
String objectEmptySeparator
-
objectEntrySeparator
char objectEntrySeparator
-
objectEntrySpacing
Separators.Spacing objectEntrySpacing
-
objectFieldValueSeparator
char objectFieldValueSeparator
-
objectFieldValueSpacing
Separators.Spacing objectFieldValueSpacing
-
rootSeparator
String rootSeparator
-
-
-
Package com.fasterxml.jackson.databind
-
Class com.fasterxml.jackson.databind.AnnotationIntrospector
class AnnotationIntrospector extends Object implements Serializable -
Class com.fasterxml.jackson.databind.BeanProperty.Std
class Std extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_member
AnnotatedMember _member
Physical entity (field, method or constructor argument) that is used to access value of property (or in case of constructor property, just placeholder) -
_metadata
PropertyMetadata _metadata
-
_name
PropertyName _name
-
_type
JavaType _type
-
_wrapperName
PropertyName _wrapperName
-
-
Exception com.fasterxml.jackson.databind.DatabindException
class DatabindException extends JsonProcessingException implements Serializable- serialVersionUID:
- 3L
-
Class com.fasterxml.jackson.databind.DeserializationConfig
class DeserializationConfig extends MapperConfigBase<DeserializationFeature,DeserializationConfig> implements Serializable - serialVersionUID:
- 2L
-
Serialized Fields
-
_coercionConfigs
CoercionConfigs _coercionConfigs
- Since:
- 2.12
-
_ctorDetector
ConstructorDetector _ctorDetector
- Since:
- 2.12
-
_deserFeatures
int _deserFeatures
Set ofDeserializationFeatures enabled. -
_formatReadFeatures
int _formatReadFeatures
States ofFormatFeatures to enable/disable.- Since:
- 2.7
-
_formatReadFeaturesToChange
int _formatReadFeaturesToChange
Bitflag ofFormatFeatures to enable/disable- Since:
- 2.7
-
_nodeFactory
JsonNodeFactory _nodeFactory
Factory used for constructingJsonNodeinstances. -
_parserFeatures
int _parserFeatures
States ofJsonParser.Features to enable/disable. -
_parserFeaturesToChange
int _parserFeaturesToChange
Bitflag ofJsonParser.Features to enable/disable -
_problemHandlers
LinkedNode<DeserializationProblemHandler> _problemHandlers
Linked list that contains all registered problem handlers. Implementation as front-added linked list allows for sharing of the list (tail) without copying the list.
-
-
Class com.fasterxml.jackson.databind.DeserializationContext
class DeserializationContext extends DatabindContext implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cache
DeserializerCache _cache
Object that handle details ofJsonDeserializercaching. -
_config
DeserializationConfig _config
Generic deserialization processing configuration -
_currentType
LinkedNode<JavaType> _currentType
Type ofJsonDeserializer(or, more specifically,ContextualDeserializer) that is being contextualized currently.- Since:
- 2.5
-
_factory
DeserializerFactory _factory
Read-only factory instance; exposed to let owners (ObjectMapper,ObjectReader) access it. -
_featureFlags
int _featureFlags
Bitmap ofDeserializationFeatures that are enabled -
_injectableValues
InjectableValues _injectableValues
Object used for resolving references to injectable values. -
_readCapabilities
JacksonFeatureSet<StreamReadCapability> _readCapabilities
Capabilities of the input format.- Since:
- 2.12
-
_view
Class<?> _view
Currently active view, if any.
-
-
Class com.fasterxml.jackson.databind.InjectableValues.Std
class Std extends InjectableValues implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.JavaType
class JavaType extends ResolvedType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_asStatic
boolean _asStatic
Whether entities defined with this type should be handled using static typing (as opposed to dynamic runtime type) or not.- Since:
- 2.2
-
_class
Class<?> _class
This is the nominal type-erased Class that would be close to the type represented (but not exactly type, due to type erasure: type instance may have more information on this). May be an interface or abstract class, so instantiation may not be possible. -
_hash
int _hash
-
_typeHandler
Object _typeHandler
Optional handler that can be attached to indicate how to handle additional type metadata associated with this type.Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
-
_valueHandler
Object _valueHandler
Optional handler (codec) that can be attached to indicate what to use for handling (serializing, deserializing) values of this specific type.Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
-
-
Exception com.fasterxml.jackson.databind.JsonMappingException
class JsonMappingException extends DatabindException implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
_path
LinkedList<JsonMappingException.Reference> _path
Path through which problem that triggering throwing of this exception was reached.
-
-
Class com.fasterxml.jackson.databind.JsonMappingException.Reference
class Reference extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
writeReplace
Object writeReplace()May need some cleaning here, given that `from` may or may not be serializable. since 2.8
-
-
Serialized Fields
-
_desc
String _desc
Lazily-constructed description of this instance; needed mostly to allow JDK serialization to work in case whereJsonMappingException.Reference._fromis non-serializable (and has to be dropped) but we still want to pass actual description along.- Since:
- 2.8
-
_fieldName
String _fieldName
Name of field (for beans) or key (for Maps) that is part of the reference. May be null for Collection types (which generally haveJsonMappingException.Reference._indexdefined), or when resolving Map classes without (yet) having an instance to operate on. -
_index
int _index
Index within aCollectioninstance that contained the reference; used if index is relevant and available. If either not applicable, or not available, -1 is used to denote "not known" (or not relevant).
-
-
Class com.fasterxml.jackson.databind.MappingJsonFactory
class MappingJsonFactory extends JsonFactory implements Serializable- serialVersionUID:
- -1L
-
Class com.fasterxml.jackson.databind.ObjectMapper
class ObjectMapper extends ObjectCodec implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_coercionConfigs
CoercionConfigs _coercionConfigs
Current set of coercion configuration definitions that define allowed (and not allowed) coercions from secondary shapes.- Since:
- 2.12
-
_configOverrides
ConfigOverrides _configOverrides
Currently active per-type configuration overrides, accessed by declared type of property.- Since:
- 2.9
-
_deserializationConfig
DeserializationConfig _deserializationConfig
Configuration object that defines basic global settings for the serialization process -
_deserializationContext
DefaultDeserializationContext _deserializationContext
Blueprint context object; stored here to allow custom sub-classes. Contains references to objects needed for deserialization construction (cache, factory). -
_injectableValues
InjectableValues _injectableValues
Provider for values to inject in deserialized POJOs. -
_jsonFactory
JsonFactory _jsonFactory
Factory used to createJsonParserandJsonGeneratorinstances as necessary. -
_mixIns
SimpleMixInResolver _mixIns
Mapping that defines how to apply mix-in annotations: key is the type to received additional annotations, and value is the type that has annotations to "mix in".Annotations associated with the value classes will be used to override annotations of the key class, associated with the same field or method. They can be further masked by sub-classes: you can think of it as injecting annotations between the target class and its sub-classes (or interfaces)
- Since:
- 2.6 (earlier was a simple
Map
-
_registeredModuleTypes
Set<Object> _registeredModuleTypes
Set of module types (as perModule.getTypeId()that have been registered; kept track of iffMapperFeature.IGNORE_DUPLICATE_MODULE_REGISTRATIONSis enabled, so that duplicate registration calls can be ignored (to avoid adding same handlers multiple times, mostly).- Since:
- 2.5
-
_rootDeserializers
ConcurrentHashMap<JavaType,
JsonDeserializer<Object>> _rootDeserializers We will use a separate main-level Map for keeping track of root-level deserializers. This is where most successful cache lookups get resolved. Map will contain resolvers for all kinds of types, including container types: this is different from the component cache which will only cache bean deserializers.Given that we don't expect much concurrency for additions (should very quickly converge to zero after startup), let's explicitly define a low concurrency setting.
These may are either "raw" deserializers (when no type information is needed for base type), or type-wrapped deserializers (if it is needed)
-
_serializationConfig
SerializationConfig _serializationConfig
Configuration object that defines basic global settings for the serialization process -
_serializerFactory
SerializerFactory _serializerFactory
Serializer factory used for constructing serializers. -
_serializerProvider
DefaultSerializerProvider _serializerProvider
Object that manages access to serializers used for serialization, including caching. It is configured withObjectMapper._serializerFactoryto allow for constructing custom serializers.Note: while serializers are only exposed
SerializerProvider, mappers and readers need to access additional API defined byDefaultSerializerProvider -
_subtypeResolver
SubtypeResolver _subtypeResolver
Thing used for registering sub-types, resolving them to super/sub-types as needed. -
_typeFactory
TypeFactory _typeFactory
Specific factory used for creatingJavaTypeinstances; needed to allow modules to add more custom type handling (mostly to support types of non-Java JVM languages)
-
-
Class com.fasterxml.jackson.databind.ObjectMapper.DefaultTypeResolverBuilder
class DefaultTypeResolverBuilder extends StdTypeResolverBuilder implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_appliesFor
ObjectMapper.DefaultTyping _appliesFor
Definition of what types is this default typer valid for. -
_subtypeValidator
PolymorphicTypeValidator _subtypeValidator
PolymorphicTypeValidatortop use for validating that the subtypes resolved are valid for use (usually to protect against possible security issues)- Since:
- 2.10
-
-
Class com.fasterxml.jackson.databind.ObjectReader
class ObjectReader extends ObjectCodec implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_config
DeserializationConfig _config
General serialization configuration settings; while immutable, can use copy-constructor to create modified instances as necessary. -
_context
DefaultDeserializationContext _context
Blueprint instance of deserialization context; used for creating actual instance when needed. -
_dataFormatReaders
DataFormatReaders _dataFormatReaders
Optional detector used for auto-detecting data format that byte-based input uses.NOTE: If defined non-null,
readValue()methods that takeReaderorStringinput will fail with exception, because format-detection only works on byte-sources. Also, if format cannot be detect reliably (as per detector settings), aStreamReadExceptionwill be thrown).- Since:
- 2.1
-
_filter
TokenFilter _filter
Filter to be consider for JsonParser. Default value to be null as filter not considered. -
_injectableValues
InjectableValues _injectableValues
Values that can be injected during deserialization, if any. -
_parserFactory
JsonFactory _parserFactory
Factory used for constructingJsonGenerators -
_rootDeserializer
JsonDeserializer<Object> _rootDeserializer
We may pre-fetch deserializer as soon asObjectReader._valueTypeis known, and if so, reuse it afterwards. This allows avoiding further deserializer lookups and increases performance a bit on cases where readers are reused.- Since:
- 2.1
-
_rootDeserializers
ConcurrentHashMap<JavaType,
JsonDeserializer<Object>> _rootDeserializers Root-level cached deserializers. Passed byObjectMapper, shared with it. -
_schema
FormatSchema _schema
When using data format that uses a schema, schema is passed to parser. -
_unwrapRoot
boolean _unwrapRoot
Flag that indicates whether root values are expected to be unwrapped or not -
_valueToUpdate
Object _valueToUpdate
Instance to update with data binding; if any. If null, a new instance is created, if non-null, properties of this value object will be updated instead. Note that value can be of almost any type, except notArrayType; array types cannot be modified because array size is immutable. -
_valueType
JavaType _valueType
Declared type of value to instantiate during deserialization. Defines which deserializer to use; as well as base type of instance to construct if an updatable value is not configured to be used (subject to changes by embedded type information, for polymorphic types). IfObjectReader._valueToUpdateis non-null, only used for locating deserializer.
-
-
Class com.fasterxml.jackson.databind.ObjectWriter
class ObjectWriter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_config
SerializationConfig _config
General serialization configuration settings -
_generatorFactory
JsonFactory _generatorFactory
Factory used for constructingJsonGenerators -
_generatorSettings
ObjectWriter.GeneratorSettings _generatorSettings
Container for settings that need to be passed toJsonGeneratorconstructed for serializing values.- Since:
- 2.5
-
_prefetch
ObjectWriter.Prefetch _prefetch
We may pre-fetch serializer if root type is known (has been explicitly declared), and if so, reuse it afterwards. This allows avoiding further serializer lookups and increases performance a bit on cases where readers are reused.- Since:
- 2.5
-
_serializerFactory
SerializerFactory _serializerFactory
-
_serializerProvider
DefaultSerializerProvider _serializerProvider
-
-
Class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
class GeneratorSettings extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
characterEscapes
CharacterEscapes characterEscapes
Caller may want to specify character escaping details, either as defaults, or on call-by-call basis. -
prettyPrinter
PrettyPrinter prettyPrinter
To allow for dynamic enabling/disabling of pretty printing, pretty printer can be optionally configured for writer as well -
rootValueSeparator
SerializableString rootValueSeparator
Caller may want to override so-called "root value separator", String added (verbatim, with no quoting or escaping) between values in root context. Default value is a single space character, but this is often changed to linefeed. -
schema
FormatSchema schema
When using data format that uses a schema, schema is passed to generator.
-
-
Class com.fasterxml.jackson.databind.ObjectWriter.Prefetch
class Prefetch extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rootType
JavaType rootType
Specified root serialization type to use; can be same as runtime type, but usually one of its super types (parent class or interface it implements). -
typeSerializer
TypeSerializer typeSerializer
When dealing with polymorphic types, we cannot pre-fetch serializer, but can pre-fetchTypeSerializer. -
valueSerializer
JsonSerializer<Object> valueSerializer
We may pre-fetch serializer ifObjectWriter.Prefetch.rootTypeis known, and if so, reuse it afterwards. This allows avoiding further serializer lookups and increases performance a bit on cases where readers are reused.
-
-
Class com.fasterxml.jackson.databind.PropertyMetadata
class PropertyMetadata extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialization Methods
-
readResolve
Minor optimization: let's canonicalize back to placeholders in cases where there is no real data to consider
-
-
Serialized Fields
-
_contentNulls
Nulls _contentNulls
Settings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).- Since:
- 2.9
-
_defaultValue
String _defaultValue
Optional default value, as String, for property; not used for any functionality by core databind, offered as metadata for extensions. -
_description
String _description
Optional human-readable description associated with the property. -
_index
Integer _index
Optional index of the property within containing Object.- Since:
- 2.4
-
_required
Boolean _required
Three states: required, not required and unknown; unknown represented as null. -
_valueNulls
Nulls _valueNulls
Settings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.PropertyName
class PropertyName extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_encodedSimple
SerializableString _encodedSimple
Lazily-constructed efficient representation of the simple name.NOTE: not defined as volatile to avoid performance problem with concurrent access in multi-core environments; due to statelessness of
SerializedStringat most leads to multiple instantiations.- Since:
- 2.4
-
_namespace
String _namespace
Additional namespace, for formats that have such concept (JSON does not, XML does, for example). -
_simpleName
String _simpleName
Basic name of the property.
-
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies
class PropertyNamingStrategies extends Object implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.KebabCaseStrategy
class KebabCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCamelCaseStrategy
class LowerCamelCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCaseStrategy
class LowerCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerDotCaseStrategy
class LowerDotCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.NamingBase
class NamingBase extends PropertyNamingStrategy implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.SnakeCaseStrategy
class SnakeCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.UpperCamelCaseStrategy
class UpperCamelCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.UpperSnakeCaseStrategy
class UpperSnakeCaseStrategy extends PropertyNamingStrategies.SnakeCaseStrategy implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy
class PropertyNamingStrategy extends Object implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.KebabCaseStrategy
class KebabCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseStrategy
class LowerCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerDotCaseStrategy
class LowerDotCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase
class PropertyNamingStrategyBase extends PropertyNamingStrategy implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.SnakeCaseStrategy
class SnakeCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategy
class UpperCamelCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Exception com.fasterxml.jackson.databind.RuntimeJsonMappingException
class RuntimeJsonMappingException extends RuntimeException implements Serializable -
Class com.fasterxml.jackson.databind.SerializationConfig
class SerializationConfig extends MapperConfigBase<SerializationFeature,SerializationConfig> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
_ctorDetector
ConstructorDetector _ctorDetector
- Since:
- 2.18 (only in DeserializationConfig from 2.12)
-
_defaultPrettyPrinter
PrettyPrinter _defaultPrettyPrinter
If "default pretty-printing" is enabled, it will create the instance from this blueprint object.- Since:
- 2.6
-
_filterProvider
FilterProvider _filterProvider
Object used for resolving filter ids to filter instances. Non-null if explicitly defined; null by default. -
_formatWriteFeatures
int _formatWriteFeatures
States ofFormatFeatures to enable/disable.- Since:
- 2.7
-
_formatWriteFeaturesToChange
int _formatWriteFeaturesToChange
Bitflag ofFormatFeatures to enable/disable- Since:
- 2.7
-
_generatorFeatures
int _generatorFeatures
States ofJsonGenerator.Features to enable/disable. -
_generatorFeaturesToChange
int _generatorFeaturesToChange
Bitflag ofJsonGenerator.Features to enable/disable -
_serFeatures
int _serFeatures
Set ofSerializationFeatures enabled.
-
-
-
Package com.fasterxml.jackson.databind.cfg
-
Class com.fasterxml.jackson.databind.cfg.BaseSettings
class BaseSettings extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_accessorNaming
AccessorNamingStrategy.Provider _accessorNaming
Provider for creatingAccessorNamingStrategyinstances to use- Since:
- 2.12
-
_annotationIntrospector
AnnotationIntrospector _annotationIntrospector
Introspector used for accessing annotation value based configuration. -
_cacheProvider
CacheProvider _cacheProvider
Used to provide custom cache implementation in downstream components.- Since:
- 2.16
-
_classIntrospector
ClassIntrospector _classIntrospector
Introspector used to figure out Bean properties needed for bean serialization and deserialization. Overridable so that it is possible to change low-level details of introspection, like adding new annotation types. -
_dateFormat
DateFormat _dateFormat
Custom date format to use for deserialization. If specified, will be used instead ofStdDateFormat.Note that the configured format object will be cloned once per deserialization process (first time it is needed)
-
_defaultBase64
Base64Variant _defaultBase64
Explicitly defaultBase64Variantto use for handling binary data (byte[]), used with data formats that use base64 encoding (like JSON, CSV).- Since:
- 2.1
-
_handlerInstantiator
HandlerInstantiator _handlerInstantiator
Object used for creating instances of handlers (serializers, deserializers, type and type id resolvers), given class to instantiate. This is typically used to do additional configuration (with dependency injection, for example) beyond simply construction of instances; or to use alternative constructors. -
_locale
Locale _locale
DefaultLocaleused with serialization formats. Default value isLocale.getDefault(). -
_propertyNamingStrategy
PropertyNamingStrategy _propertyNamingStrategy
Custom property naming strategy in use, if any. -
_timeZone
TimeZone _timeZone
DefaultTimeZoneused with serialization formats, if (and only if!) explicitly set by use; otherwise `null` to indicate "use default", which means "UTC" (from Jackson 2.7); earlier versions (up to 2.6) used "GMT".Note that if a new value is set, timezone is also assigned to
BaseSettings._dateFormatof this object. -
_typeFactory
TypeFactory _typeFactory
Specific factory used for creatingJavaTypeinstances; needed to allow modules to add more custom type handling (mostly to support types of non-Java JVM languages) -
_typeResolverBuilder
TypeResolverBuilder<?> _typeResolverBuilder
Builder used to create type resolver for serializing and deserializing values for which polymorphic type handling is needed. -
_typeValidator
PolymorphicTypeValidator _typeValidator
Validator that is used to limit allowed polymorphic subtypes, mostly for security reasons when dealing with untrusted content.- Since:
- 2.10
-
-
Class com.fasterxml.jackson.databind.cfg.CoercionConfig
class CoercionConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_acceptBlankAsEmpty
Boolean _acceptBlankAsEmpty
-
_coercionsByShape
CoercionAction[] _coercionsByShape
Mapping fromCoercionInputShapeinto correspondingCoercionAction.
-
-
Class com.fasterxml.jackson.databind.cfg.CoercionConfigs
class CoercionConfigs extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultAction
CoercionAction _defaultAction
Global default for cases not explicitly covered -
_defaultCoercions
MutableCoercionConfig _defaultCoercions
Default coercion definitions used if no overrides found by logical or physical type. -
_perClassCoercions
Map<Class<?>,
MutableCoercionConfig> _perClassCoercions Coercion definitions by physical type (Class). -
_perTypeCoercions
MutableCoercionConfig[] _perTypeCoercions
Coercion definitions by logical type (LogicalType)
-
-
Class com.fasterxml.jackson.databind.cfg.ConfigOverrides
class ConfigOverrides extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultInclusion
JsonInclude.Value _defaultInclusion
- Since:
- 2.9
-
_defaultLeniency
Boolean _defaultLeniency
Global default setting (if any) for leniency: if disabled ({link Boolean#TRUE}), "strict" (not lenient): default setting if absence of value is considered "lenient" in Jackson 2.x. Default setting may be overridden by per-type and per-property settings.- Since:
- 2.10
-
_defaultMergeable
Boolean _defaultMergeable
- Since:
- 2.9
-
_defaultSetterInfo
JsonSetter.Value _defaultSetterInfo
- Since:
- 2.9
-
_overrides
Map<Class<?>,
MutableConfigOverride> _overrides Per-type override definitions -
_visibilityChecker
VisibilityChecker<?> _visibilityChecker
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.cfg.ConstructorDetector
class ConstructorDetector extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_allowJDKTypeCtors
boolean _allowJDKTypeCtors
Whether auto-detection of constructors of "JDK types" (those in packagesjava.andjavax.) is allowed or not -
_requireCtorAnnotation
boolean _requireCtorAnnotation
Whether explicitJsonCreatoris always required for detecting constructors (even if visible) other than the default (no argument) constructor. -
_singleArgMode
ConstructorDetector.SingleArgConstructor _singleArgMode
-
-
Class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
class Impl extends ContextAttributes implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_shared
Map<?,
?> _shared Shared attributes that we cannot modify in-place.
-
-
Class com.fasterxml.jackson.databind.cfg.DatatypeFeatures
class DatatypeFeatures extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_enabledFor1
int _enabledFor1
-
_enabledFor2
int _enabledFor2
-
_explicitFor1
int _explicitFor1
-
_explicitFor2
int _explicitFor2
-
-
Class com.fasterxml.jackson.databind.cfg.DefaultCacheProvider
class DefaultCacheProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxDeserializerCacheSize
int _maxDeserializerCacheSize
Maximum size of theLookupCacheinstance constructed byDefaultCacheProvider.forDeserializerCache(DeserializationConfig). -
_maxSerializerCacheSize
int _maxSerializerCacheSize
Maximum size of theLookupCacheinstance constructed byDefaultCacheProvider.forSerializerCache(SerializationConfig) -
_maxTypeFactoryCacheSize
int _maxTypeFactoryCacheSize
Maximum size of theLookupCacheinstance constructed byDefaultCacheProvider.forTypeFactory().
-
-
Class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
class DeserializerFactoryConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_abstractTypeResolvers
AbstractTypeResolver[] _abstractTypeResolvers
List of objects that may be able to resolve abstract types to concrete types. Used by functionality like "mr Bean" to materialize types as needed. -
_additionalDeserializers
Deserializers[] _additionalDeserializers
List of providers for additional deserializers, checked before considering default basic or bean deserializers. -
_additionalKeyDeserializers
KeyDeserializers[] _additionalKeyDeserializers
List of providers for additional key deserializers, checked before considering standard key deserializers. -
_modifiers
BeanDeserializerModifier[] _modifiers
List of modifiers that can change the wayBeanDeserializerinstances are configured and constructed. -
_valueInstantiators
ValueInstantiators[] _valueInstantiators
List of objects that know how to create instances of POJO types; possibly using custom construction (non-annoted constructors; factory methods external to value type etc). Used to support objects that are created using non-standard methods; or to support post-constructor functionality.
-
-
Class com.fasterxml.jackson.databind.cfg.MapperConfig
class MapperConfig extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_base
BaseSettings _base
Immutable container object for simple configuration settings. -
_mapperFeatures
long _mapperFeatures
Set of shared mapper features enabled.NOTE: changed from
int(in Jackson 2.12 and prior} tolong(2.13 and later)
-
-
Class com.fasterxml.jackson.databind.cfg.MapperConfigBase
class MapperConfigBase extends MapperConfig<T extends MapperConfigBase<CFG,T>> implements Serializable -
Serialized Fields
-
_attributes
ContextAttributes _attributes
Contextual attributes accessible (get and set) during processing, on per-call basis.- Since:
- 2.3
-
_configOverrides
ConfigOverrides _configOverrides
Configuration overrides to apply, keyed by type of property.- Since:
- 2.8
-
_datatypeFeatures
DatatypeFeatures _datatypeFeatures
Set ofDatatypeFeatures enabled.- Since:
- 2.14
-
_mixIns
SimpleMixInResolver _mixIns
Mix-in annotation mappings to use, if any: immutable, cannot be changed once defined.- Since:
- 2.6
-
_rootName
PropertyName _rootName
Explicitly defined root name to use, if any; if empty String, will disable root-name wrapping; if null, will use defaults -
_rootNames
RootNameLookup _rootNames
Simple cache used for finding out possible root name for root name wrapping.Note that instances are stateful (for caching) and as such may need to be copied, and may NOT be demoted down to
BaseSettings.- Since:
- 2.6
-
_subtypeResolver
SubtypeResolver _subtypeResolver
Registered concrete subtypes that can be used instead of (or in addition to) ones declared using annotations.Note that instances are stateful and as such may need to be copied, and may NOT be demoted down to
BaseSettings. -
_view
Class<?> _view
View to use for filtering out properties to serialize or deserialize. Null if none (will also be assigned null ifObject.classis defined), meaning that all properties are to be included.
-
-
-
Class com.fasterxml.jackson.databind.cfg.MutableCoercionConfig
class MutableCoercionConfig extends CoercionConfig implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.cfg.MutableConfigOverride
class MutableConfigOverride extends ConfigOverride implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
class SerializerFactoryConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_additionalKeySerializers
Serializers[] _additionalKeySerializers
List of providers for additional key serializers, checked before considering default key serialializers. -
_additionalSerializers
Serializers[] _additionalSerializers
List of providers for additional serializers, checked before considering default basic or bean serialializers. -
_modifiers
BeanSerializerModifier[] _modifiers
List of modifiers that can change the wayBeanSerializerinstances are configured and constructed.
-
-
-
Package com.fasterxml.jackson.databind.deser
-
Class com.fasterxml.jackson.databind.deser.AbstractDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_acceptBoolean
boolean _acceptBoolean
-
_acceptDouble
boolean _acceptDouble
-
_acceptInt
boolean _acceptInt
-
_acceptString
boolean _acceptString
-
_backRefProperties
Map<String,
SettableBeanProperty> _backRefProperties -
_baseType
JavaType _baseType
-
_objectIdReader
ObjectIdReader _objectIdReader
-
-
Class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
class BasicDeserializerFactory extends DeserializerFactory implements Serializable-
Serialized Fields
-
_factoryConfig
DeserializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
-
-
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializer
class BeanDeserializer extends BeanDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
- serialVersionUID:
- 1L
-
Serialized Fields
-
_anySetter
SettableAnyProperty _anySetter
Fallback setter used for handling any properties that are not mapped to regular setters. If setter is not null, it will be called once for each such property. -
_arrayDelegateDeserializer
JsonDeserializer<Object> _arrayDelegateDeserializer
Deserializer that is used iff array-delegate-based creator is to be used for deserializing from JSON Object.NOTE: cannot be
finalbecause we need to get it duringresolve()method (and not contextualization). -
_backRefs
Map<String,
SettableBeanProperty> _backRefs We may also have one or more back reference fields (usually zero or one). -
_beanProperties
BeanPropertyMap _beanProperties
Mapping of property names to properties, built when all properties to use have been successfully resolved. -
_beanType
JavaType _beanType
Declared type of the bean this deserializer handles. -
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object.NOTE: cannot be
finalbecause we need to get it duringresolve()method (and not contextualization). -
_externalTypeIdHandler
ExternalTypeHandler _externalTypeIdHandler
Handler that we need if any of properties uses external type id. -
_ignorableProps
Set<String> _ignorableProps
In addition to properties that are set, we will also keep track of recognized but ignorable properties: these will be skipped without errors or warnings. -
_ignoreAllUnknown
boolean _ignoreAllUnknown
Flag that can be set to ignore and skip unknown properties. If set, will not throw an exception for unknown properties. -
_includableProps
Set<String> _includableProps
Keep track of the the properties that needs to be specifically included. -
_injectables
ValueInjector[] _injectables
List ofValueInjectors, if any injectable values are expected by the bean; otherwise null. This includes injectors used for injecting values via setters and fields, but not ones passed through constructor parameters. -
_needViewProcesing
boolean _needViewProcesing
Flag that indicates that some aspect of deserialization depends on active view used (if any) -
_nonStandardCreation
boolean _nonStandardCreation
Flag that is set to mark cases where deserialization from Object value using otherwise "standard" property binding will need to use non-default creation method: namely, either "full" delegation (array-delegation does not apply), or properties-based Creator method is used.Note that flag is somewhat mis-named as it is not affected by scalar-delegating creators; it only has effect on Object Value binding.
-
_objectIdReader
ObjectIdReader _objectIdReader
If an Object Id is to be used for value handled by this deserializer, this reader is used for handling. -
_propertyBasedCreator
PropertyBasedCreator _propertyBasedCreator
If the bean needs to be instantiated using constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation. This value gets resolved during general resolution. -
_serializationShape
JsonFormat.Shape _serializationShape
Requested shape from bean class annotations. -
_unwrappedPropertyHandler
UnwrappedPropertyHandler _unwrappedPropertyHandler
If one of properties has "unwrapped" value, we need separate helper object -
_valueInstantiator
ValueInstantiator _valueInstantiator
Object that handles details of constructing initial bean value (to which bind data to), unless instance is passed (via updateValue()) -
_vanillaProcessing
boolean _vanillaProcessing
Flag that indicates that no "special features" whatsoever are enabled, so the simplest processing is possible.
-
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
class BeanDeserializerFactory extends BasicDeserializerFactory implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializerModifier
class BeanDeserializerModifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
class BuilderBasedDeserializer extends BeanDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildMethod
AnnotatedMethod _buildMethod
-
_targetType
JavaType _targetType
Type that the builder will produce, target type; as opposed to `handledType()` which refers to Builder class.- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.CreatorProperty
class CreatorProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotated
AnnotatedParameter _annotated
Placeholder that represents constructor parameter, when it is created from actual constructor. May be null when a synthetic instance is created. -
_creatorIndex
int _creatorIndex
- Since:
- 2.1
-
_fallbackSetter
SettableBeanProperty _fallbackSetter
In special cases, when implementing "updateValue", we cannot use constructors or factory methods, but have to fall back on using a setter (or mutable field property). If so, this refers to that fallback accessor.Mutable only to allow setting after construction, but must be strictly set before any use.
- Since:
- 2.3
-
_ignorable
boolean _ignorable
Marker flag that may have to be set during construction, to indicate that although property may have been constructed and added as a placeholder, it represents something that should be ignored during deserialization. This mostly concerns Creator properties which may not be easily deleted during processing.- Since:
- 2.9.4
-
_injectableValue
JacksonInject.Value _injectableValue
Id of value to inject, if value injection should be used for this parameter (in addition to, or instead of, regular deserialization).- Since:
- 2.11
-
-
Class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
class DefaultDeserializationContext extends DeserializationContext implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectIdResolvers
List<ObjectIdResolver> _objectIdResolvers
-
-
Class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.Impl
class Impl extends DefaultDeserializationContext implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.DeserializerCache
class DeserializerCache extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
Serialized Fields
-
_cachedDeserializers
LookupCache<JavaType,
JsonDeserializer<Object>> _cachedDeserializers We will also cache some dynamically constructed deserializers; specifically, ones that are expensive to construct. This currently means POJO, Enum and Container deserializers. -
_incompleteDeserializers
HashMap<JavaType,
JsonDeserializer<Object>> _incompleteDeserializers During deserializer construction process we may need to keep track of partially completed deserializers, to resolve cyclic dependencies. This is the map used for storing deserializers before they are fully complete. -
_incompleteDeserializersLock
ReentrantLock _incompleteDeserializersLock
We hold an explicit lock while creating deserializers to avoid creating duplicates. GuardsDeserializerCache._incompleteDeserializers.- Since:
- 2.17
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty
class SettableAnyProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()Need to define this to verify that we retain actual Method reference
-
-
Serialized Fields
-
_keyDeserializer
KeyDeserializer _keyDeserializer
- Since:
- 2.9
-
_property
BeanProperty _property
Method used for setting "any" properties, along with annotation information. Retained to allow contextualization of any properties. -
_setter
AnnotatedMember _setter
Annotated variant is needed for JDK serialization only -
_setterIsField
boolean _setterIsField
-
_type
JavaType _type
-
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty.JsonNodeFieldAnyProperty
class JsonNodeFieldAnyProperty extends SettableAnyProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nodeFactory
JsonNodeFactory _nodeFactory
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty.JsonNodeParameterAnyProperty
class JsonNodeParameterAnyProperty extends SettableAnyProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nodeFactory
JsonNodeFactory _nodeFactory
-
_parameterIndex
int _parameterIndex
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty.MapFieldAnyProperty
class MapFieldAnyProperty extends SettableAnyProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueInstantiator
ValueInstantiator _valueInstantiator
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty.MapParameterAnyProperty
class MapParameterAnyProperty extends SettableAnyProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_parameterIndex
int _parameterIndex
-
_valueInstantiator
ValueInstantiator _valueInstantiator
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty.MethodAnyProperty
class MethodAnyProperty extends SettableAnyProperty implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.SettableBeanProperty
class SettableBeanProperty extends ConcreteBeanPropertyBase implements Serializable-
Serialized Fields
-
_managedReferenceName
String _managedReferenceName
If property represents a managed (forward) reference, we will need the name of reference for later linking.TODO: should try to make immutable.
-
_nullProvider
NullValueProvider _nullProvider
Entity used for possible translation from `null` into non-null value of type of this property. Often same as_valueDeserializer, but not always.- Since:
- 2.9
-
_objectIdInfo
ObjectIdInfo _objectIdInfo
This is the information for object identity associated with the property.TODO: should try to make immutable.
-
_propertyIndex
int _propertyIndex
Index of property (within all property of a bean); assigned when all properties have been collected. Order of entries is arbitrary, but once indexes are assigned they are not changed.TODO: should try to make immutable if at all possible
-
_propName
PropertyName _propName
Logical name of the property (often but not always derived from the setter method name) -
_type
JavaType _type
Base type for property; may be a supertype of actual value. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
Deserializer used for handling property value.NOTE: has been immutable since 2.3
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value will contain type information (to support polymorphic handling), this is the type deserializer used to handle type resolution. -
_viewMatcher
ViewMatcher _viewMatcher
Helper object used for checking whether this property is to be included in the active view, if property is view-specific; null otherwise.TODO: should try to make immutable.
-
_wrapperName
PropertyName _wrapperName
- Since:
- 2.2
-
-
-
Class com.fasterxml.jackson.databind.deser.SettableBeanProperty.Delegating
class Delegating extends SettableBeanProperty implements Serializable-
Serialized Fields
-
delegate
SettableBeanProperty delegate
-
-
-
Exception com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
class UnresolvedForwardReference extends JsonMappingException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_roid
ReadableObjectId _roid
-
_unresolvedIds
List<UnresolvedId> _unresolvedIds
-
-
Class com.fasterxml.jackson.databind.deser.ValueInstantiator.Base
class Base extends ValueInstantiator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueType
Class<?> _valueType
-
-
Class com.fasterxml.jackson.databind.deser.ValueInstantiator.Delegating
class Delegating extends ValueInstantiator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegate
ValueInstantiator _delegate
-
-
-
Package com.fasterxml.jackson.databind.deser.impl
-
Class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
class BeanAsArrayBuilderDeserializer extends BeanDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildMethod
AnnotatedMethod _buildMethod
-
_delegate
BeanDeserializerBase _delegate
Deserializer we delegate operations that we cannot handle. -
_orderedProperties
SettableBeanProperty[] _orderedProperties
Properties in order expected to be found in JSON array. -
_targetType
JavaType _targetType
Type that the builder will produce, target type; as opposed to `handledType()` which refers to Builder class.- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
class BeanAsArrayDeserializer extends BeanDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegate
BeanDeserializerBase _delegate
Deserializer we delegate operations that we cannot handle. -
_orderedProperties
SettableBeanProperty[] _orderedProperties
Properties in order expected to be found in JSON array.
-
-
Class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
class BeanPropertyMap extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_aliasDefs
Map<String,
List<PropertyName>> _aliasDefs Configuration of alias mappings, indexed by unmodified property name to unmodified aliases, if any; entries only included for properties that do have aliases. This is is used for constructing actual reverse lookup mapping, if needed, taking into account possible case-insensitivity, as well as possibility of name prefixes.- Since:
- 2.9
-
_aliasMapping
Map<String,
String> _aliasMapping Mapping from secondary names (aliases) to primary names.- Since:
- 2.9
-
_caseInsensitive
boolean _caseInsensitive
- Since:
- 2.5
-
_hashArea
Object[] _hashArea
Hash area that contains key/property pairs in adjacent elements. -
_hashMask
int _hashMask
-
_locale
Locale _locale
We requireLocalesince case changes are locale-sensitive in certain cases (see Turkish I for example)- Since:
- 2.11
-
_propsInOrder
SettableBeanProperty[] _propsInOrder
Array of properties in the exact order they were handed in. This is used by as-array serialization, deserialization. -
_size
int _size
Number of entries stored in the hash area. -
_spillCount
int _spillCount
-
-
Class com.fasterxml.jackson.databind.deser.impl.FailingDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_message
String _message
-
-
Class com.fasterxml.jackson.databind.deser.impl.FieldProperty
class FieldProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
Serialized Fields
-
_annotated
AnnotatedField _annotated
-
_skipNulls
boolean _skipNulls
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
class InnerClassProperty extends SettableBeanProperty.Delegating implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
Serialized Fields
-
_annotated
AnnotatedConstructor _annotated
Serializable version of single-arg constructor we use for value instantiation.
-
-
Class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
class ManagedReferenceProperty extends SettableBeanProperty.Delegating implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_backProperty
SettableBeanProperty _backProperty
-
_isContainer
boolean _isContainer
Flag that indicates whether property to handle is a container type (array, Collection, Map) or not. -
_referenceName
String _referenceName
-
-
Class com.fasterxml.jackson.databind.deser.impl.MergingSettableBeanProperty
class MergingSettableBeanProperty extends SettableBeanProperty.Delegating implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_accessor
AnnotatedMember _accessor
Member (field, method) used for accessing existing value.
-
-
Class com.fasterxml.jackson.databind.deser.impl.MethodProperty
class MethodProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
Serialized Fields
-
_annotated
AnnotatedMethod _annotated
-
_skipNulls
boolean _skipNulls
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsAsEmptyProvider
class NullsAsEmptyProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<?> _deserializer
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsConstantProvider
class NullsConstantProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_access
AccessPattern _access
-
_nullValue
Object _nullValue
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsFailProvider
class NullsFailProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
PropertyName _name
-
_type
JavaType _type
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
class ObjectIdReader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<Object> _deserializer
Deserializer used for deserializing id values. -
_idType
JavaType _idType
-
generator
ObjectIdGenerator<?> generator
Blueprint generator instance: actual instance will be fetched fromSerializerProviderusing this as the key. -
idProperty
SettableBeanProperty idProperty
-
propertyName
PropertyName propertyName
-
resolver
ObjectIdResolver resolver
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty
class ObjectIdReferenceProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_forward
SettableBeanProperty _forward
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
class ObjectIdValueProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectIdReader
ObjectIdReader _objectIdReader
-
-
Class com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator
class PropertyBasedObjectIdGenerator extends ObjectIdGenerators.PropertyGenerator implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
class SetterlessProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotated
AnnotatedMethod _annotated
-
_getter
Method _getter
Get method for accessing property value used to access property (of Collection or Map type) to modify.
-
-
Class com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<Object> _deserializer
-
_typeDeserializer
TypeDeserializer _typeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.impl.UnsupportedTypeDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.ValueInjector
class ValueInjector extends BeanProperty.Std implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueId
Object _valueId
Identifier used for looking up value to inject
-
-
-
Package com.fasterxml.jackson.databind.deser.std
-
Class com.fasterxml.jackson.databind.deser.std.ArrayBlockingQueueDeserializer
class ArrayBlockingQueueDeserializer extends CollectionDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicBooleanDeserializer
class AtomicBooleanDeserializer extends StdScalarDeserializer<AtomicBoolean> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicIntegerDeserializer
class AtomicIntegerDeserializer extends StdScalarDeserializer<AtomicInteger> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicLongDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
class AtomicReferenceDeserializer extends ReferenceTypeDeserializer<AtomicReference<Object>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ByteBufferDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
class CollectionDeserializer extends ContainerDeserializerBase<Collection<Object>> implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
Value deserializer. -
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
-
Serialized Fields
-
_containerType
JavaType _containerType
-
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with nulls.- Since:
- 2.9
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProviderindicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.9
-
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.9 (demoted from sub-classes where added in 2.7)
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.CalendarDeserializer
class CalendarDeserializer extends DateDeserializers.DateBasedDeserializer<Calendar> implements Serializable-
Serialized Fields
-
_defaultCtor
Constructor<Calendar> _defaultCtor
We may know actual expected type; if so, it will be used for instantiation.- Since:
- 2.9
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer
-
Serialized Fields
-
_customFormat
DateFormat _customFormat
Specific format to use, if non-null; if null will just use default format. -
_formatString
String _formatString
Let's also keep format String for reference, to use for error messages
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateDeserializer
class DateDeserializer extends DateDeserializers.DateBasedDeserializer<Date> implements Serializable -
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.SqlDateDeserializer
class SqlDateDeserializer extends DateDeserializers.DateBasedDeserializer<Date> implements Serializable -
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.TimestampDeserializer
class TimestampDeserializer extends DateDeserializers.DateBasedDeserializer<Timestamp> implements Serializable -
Class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegatee
JsonDeserializer<?> _delegatee
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseInsensitive
Boolean _caseInsensitive
-
_enumDefaultValue
Enum<?> _enumDefaultValue
- Since:
- 2.8
-
_enumsByIndex
Object[] _enumsByIndex
-
_isFromIntValue
boolean _isFromIntValue
Marker flag for cases where we expect actual integral value for Enum, based on@JsonValue(and equivalent) annotated accessor.- Since:
- 2.13
-
_lookupByEnumNaming
CompactStringObjectMap _lookupByEnumNaming
Look up map with key asEnum.name()converted byEnumNamingStrategy.convertEnumToExternalName(String)and value as Enums.- Since:
- 2.15
-
_lookupByName
CompactStringObjectMap _lookupByName
- Since:
- 2.7.3
-
_lookupByToString
CompactStringObjectMap _lookupByToString
Alternatively, we may need a different lookup object if "use toString" is defined.Note: this will be final in Jackson 3.x, by removing deprecated
EnumDeserializer._getToStringLookup(DeserializationContext)- Since:
- 2.7.3
-
_useDefaultValueForUnknownEnum
Boolean _useDefaultValueForUnknownEnum
-
_useNullForUnknownEnum
Boolean _useNullForUnknownEnum
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_enumClass
Class<?> _enumClass
-
_keyDeserializer
KeyDeserializer _keyDeserializer
-
_propertyBasedCreator
PropertyBasedCreator _propertyBasedCreator
If the Map is to be instantiated using non-default constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
-
_valueInstantiator
ValueInstantiator _valueInstantiator
- Since:
- 2.9
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
- serialVersionUID:
- 2L
-
Serialized Fields
-
_enumDeserializer
JsonDeserializer<Enum<?>> _enumDeserializer
-
_enumType
JavaType _enumType
-
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with nulls.- Since:
- 2.10.1
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProviderindicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.10.1
-
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it.NOTE: only added in 2.17 due to new
DefaultTypechoices that allow polymorphic deserialization ofEnumtypes.- Since:
- 2.17
-
-
Class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator
class JsonLocationInstantiator extends ValueInstantiator.Base implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer
class JsonNodeDeserializer extends com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer<JsonNode> implements Serializable -
Class com.fasterxml.jackson.databind.deser.std.MapDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_checkDupSquash
boolean _checkDupSquash
Flag used to check, whether theStreamReadCapability.DUPLICATE_PROPERTIEScan be applied, because the Map has declared value type ofjava.lang.Object.- Since:
- 2.14
-
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_hasDefaultCreator
boolean _hasDefaultCreator
-
_ignorableProperties
Set<String> _ignorableProperties
-
_includableProperties
Set<String> _includableProperties
- Since:
- 2.12
-
_inclusionChecker
IgnorePropertiesUtil.Checker _inclusionChecker
Helper object used for name-based filtering- Since:
- 2.12
-
_keyDeserializer
KeyDeserializer _keyDeserializer
Key deserializer to use; either passed via constructor (when indicated by annotations), or resolved whenMapDeserializer.resolve(com.fasterxml.jackson.databind.DeserializationContext)is called; -
_propertyBasedCreator
PropertyBasedCreator _propertyBasedCreator
If the Map is to be instantiated using non-default constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation. -
_standardStringKey
boolean _standardStringKey
-
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
Value deserializer. -
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
class MapEntryDeserializer extends ContainerDeserializerBase<Map.Entry<Object,Object>> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
_keyDeserializer
KeyDeserializer _keyDeserializer
Key deserializer to use; either passed via constructor (when indicated by annotations), or resolved whenMapEntryDeserializer.createContextual(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.BeanProperty)is called; -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
Value deserializer. -
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.NullifyingDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigDecimalDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigIntegerDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BooleanDeserializer
class BooleanDeserializer extends NumberDeserializers.PrimitiveOrWrapperDeserializer<Boolean> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer
class ByteDeserializer extends NumberDeserializers.PrimitiveOrWrapperDeserializer<Byte> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.CharacterDeserializer
class CharacterDeserializer extends NumberDeserializers.PrimitiveOrWrapperDeserializer<Character> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.DoubleDeserializer
class DoubleDeserializer extends NumberDeserializers.PrimitiveOrWrapperDeserializer<Double> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.FloatDeserializer
class FloatDeserializer extends NumberDeserializers.PrimitiveOrWrapperDeserializer<Float> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.IntegerDeserializer
class IntegerDeserializer extends NumberDeserializers.PrimitiveOrWrapperDeserializer<Integer> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.LongDeserializer
class LongDeserializer extends NumberDeserializers.PrimitiveOrWrapperDeserializer<Long> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.NumberDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_emptyValue
T _emptyValue
-
_logicalType
LogicalType _logicalType
-
_nullValue
T _nullValue
-
_primitive
boolean _primitive
-
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ShortDeserializer
class ShortDeserializer extends NumberDeserializers.PrimitiveOrWrapperDeserializer<Short> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_elementClass
Class<?> _elementClass
Type of contained elements: needed for constructing actual result array -
_elementDeserializer
JsonDeserializer<Object> _elementDeserializer
Element deserializer -
_elementTypeDeserializer
TypeDeserializer _elementTypeDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it -
_emptyValue
Object[] _emptyValue
- Since:
- 2.12
-
_untyped
boolean _untyped
Flag that indicates whether the component type is Object or not. Used for minor optimization when constructing result.
-
-
Class com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers
-
Serialized Fields
-
_nuller
NullValueProvider _nuller
Flag that indicates need for special handling; either failing (throw exception) or skipping -
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
-
-
Class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer
- serialVersionUID:
- 2L
-
Serialized Fields
-
_fullType
JavaType _fullType
Full type of property (or root value) for which this deserializer has been constructed and contextualized. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
-
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StackTraceElementDeserializer
class StackTraceElementDeserializer extends StdScalarDeserializer<StackTraceElement> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_adapterDeserializer
JsonDeserializer<?> _adapterDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_converter
Converter<Object,
T> _converter Converter that was used for creatingStdDelegatingDeserializer._delegateDeserializer. -
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Underlying serializer for typeT. -
_delegateType
JavaType _delegateType
Fully resolved delegate type, with generic information if any available.
-
-
Class com.fasterxml.jackson.databind.deser.std.StdDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
class StdKeyDeserializer extends KeyDeserializer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_deser
FromStringDeserializer<?> _deser
Some types that are deserialized using a helper deserializer. -
_keyClass
Class<?> _keyClass
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
class StdKeyDeserializers extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_treeDeserializer
JsonDeserializer<Object> _treeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
class StdValueInstantiator extends ValueInstantiator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayDelegateArguments
SettableBeanProperty[] _arrayDelegateArguments
-
_arrayDelegateCreator
AnnotatedWithParams _arrayDelegateCreator
-
_arrayDelegateType
JavaType _arrayDelegateType
-
_constructorArguments
SettableBeanProperty[] _constructorArguments
-
_defaultCreator
AnnotatedWithParams _defaultCreator
Default (no-argument) constructor to use for instantiation (withStdValueInstantiator.createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext)) -
_delegateArguments
SettableBeanProperty[] _delegateArguments
-
_delegateCreator
AnnotatedWithParams _delegateCreator
-
_delegateType
JavaType _delegateType
-
_fromBigDecimalCreator
AnnotatedWithParams _fromBigDecimalCreator
-
_fromBigIntegerCreator
AnnotatedWithParams _fromBigIntegerCreator
-
_fromBooleanCreator
AnnotatedWithParams _fromBooleanCreator
-
_fromDoubleCreator
AnnotatedWithParams _fromDoubleCreator
-
_fromIntCreator
AnnotatedWithParams _fromIntCreator
-
_fromLongCreator
AnnotatedWithParams _fromLongCreator
-
_fromStringCreator
AnnotatedWithParams _fromStringCreator
-
_valueClass
Class<?> _valueClass
- Since:
- 2.8
-
_valueTypeDesc
String _valueTypeDesc
Type of values that are instantiated; used for error reporting purposes. -
_withArgsCreator
AnnotatedWithParams _withArgsCreator
-
-
Class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
- serialVersionUID:
- 2L
-
Serialized Fields
-
_elementDeserializer
JsonDeserializer<String> _elementDeserializer
Value serializer to use, if not the standard one (which is inlined) -
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with null values as elements- Since:
- 2.9
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProviderindicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.9
-
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
-
Class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
class StringCollectionDeserializer extends ContainerDeserializerBase<Collection<String>> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_valueDeserializer
JsonDeserializer<String> _valueDeserializer
Value deserializer to use, if NOT the standard one (if it is, will be null). -
_valueInstantiator
ValueInstantiator _valueInstantiator
Instantiator used in case custom handling is needed for creation.
-
-
Class com.fasterxml.jackson.databind.deser.std.StringDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer
class ThrowableDeserializer extends BeanDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.TokenBufferDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_listDeserializer
JsonDeserializer<Object> _listDeserializer
-
_listType
JavaType _listType
IfListhas been mapped to non-default implementation, we'll store type here- Since:
- 2.6
-
_mapDeserializer
JsonDeserializer<Object> _mapDeserializer
-
_mapType
JavaType _mapType
IfMaphas been mapped to non-default implementation, we'll store type here- Since:
- 2.6
-
_nonMerging
boolean _nonMerging
- Since:
- 2.9
-
_numberDeserializer
JsonDeserializer<Object> _numberDeserializer
-
_stringDeserializer
JsonDeserializer<Object> _stringDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer.Vanilla
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nonMerging
boolean _nonMerging
Deprecated.
-
-
Class com.fasterxml.jackson.databind.deser.std.UUIDDeserializer
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.exc
-
Exception com.fasterxml.jackson.databind.exc.IgnoredPropertyException
class IgnoredPropertyException extends PropertyBindingException implements Serializable- serialVersionUID:
- 1L
-
Exception com.fasterxml.jackson.databind.exc.InvalidDefinitionException
class InvalidDefinitionException extends JsonMappingException implements Serializable-
Serialized Fields
-
_type
JavaType _type
-
-
-
Exception com.fasterxml.jackson.databind.exc.InvalidFormatException
class InvalidFormatException extends MismatchedInputException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
Object _value
Underlying value that could not be deserialized into target type, if available.
-
-
Exception com.fasterxml.jackson.databind.exc.InvalidNullException
class InvalidNullException extends MismatchedInputException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_propertyName
PropertyName _propertyName
Name of property, if known, for which null was encountered.
-
-
Exception com.fasterxml.jackson.databind.exc.InvalidTypeIdException
class InvalidTypeIdException extends MismatchedInputException implements Serializable- serialVersionUID:
- 1L
-
Exception com.fasterxml.jackson.databind.exc.MismatchedInputException
class MismatchedInputException extends JsonMappingException implements Serializable-
Serialized Fields
-
_targetType
Class<?> _targetType
Type of value that was to be deserialized
-
-
-
Exception com.fasterxml.jackson.databind.exc.PropertyBindingException
class PropertyBindingException extends MismatchedInputException implements Serializable-
Serialized Fields
-
_propertyIds
Collection<Object> _propertyIds
Set of ids of properties that are known for the type (see_referringClass, if ids can be statically determined. -
_propertyName
String _propertyName
Name of property that has the problem being reported.Note: possibly redundant information since it may also included in the reference path.
-
_referringClass
Class<?> _referringClass
Class that has the problem with mapping of a property (unrecognized, missing, etc).
-
-
-
Exception com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
class UnrecognizedPropertyException extends PropertyBindingException implements Serializable- serialVersionUID:
- 1L
-
Exception com.fasterxml.jackson.databind.exc.ValueInstantiationException
class ValueInstantiationException extends JsonMappingException implements Serializable-
Serialized Fields
-
_type
JavaType _type
-
-
-
-
Package com.fasterxml.jackson.databind.ext
-
Class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers.Std
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
class XMLGregorianCalendarSerializer extends StdSerializer<XMLGregorianCalendar> implements Serializable-
Serialized Fields
-
_delegate
JsonSerializer<Object> _delegate
-
-
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.DocumentDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.NodeDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMSerializer
-
Serialized Fields
-
transformerFactory
TransformerFactory transformerFactory
-
-
-
Class com.fasterxml.jackson.databind.ext.NioPathDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.NioPathSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.OptionalHandlerFactory
class OptionalHandlerFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.SqlBlobSerializer
-
-
Package com.fasterxml.jackson.databind.introspect
-
Class com.fasterxml.jackson.databind.introspect.AccessorNamingStrategy.Base
class Base extends AccessorNamingStrategy implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AccessorNamingStrategy.Provider
class Provider extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
class AnnotatedConstructor extends AnnotatedWithParams implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
Serialized Fields
-
_constructor
Constructor<?> _constructor
-
_serialization
com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.Serialization _serialization
Field that is used to make JDK serialization work with this object.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedField
class AnnotatedField extends AnnotatedMember implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMember
class AnnotatedMember extends Annotated implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
class AnnotatedMethod extends AnnotatedWithParams implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
Serialized Fields
-
_paramClasses
Class<?>[] _paramClasses
-
_serialization
com.fasterxml.jackson.databind.introspect.AnnotatedMethod.Serialization _serialization
Field that is used to make JDK serialization work with this object.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
class AnnotatedParameter extends AnnotatedMember implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
Index of the parameter within argument list -
_owner
AnnotatedWithParams _owner
Member (method, constructor) that this parameter belongs to -
_type
JavaType _type
JDK type of the parameter, possibly contains generic type information
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
class AnnotatedWithParams extends AnnotatedMember implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_paramAnnotations
AnnotationMap[] _paramAnnotations
Annotations associated with parameters of the annotated entity (method or constructor parameters)
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.NoAnnotations
class NoAnnotations extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.OneAnnotation
class OneAnnotation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_type
Class<?> _type
-
_value
Annotation _value
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.TwoAnnotations
class TwoAnnotations extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_type1
Class<?> _type1
-
_type2
Class<?> _type2
-
_value1
Annotation _value1
-
_value2
Annotation _value2
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
class AnnotationIntrospectorPair extends AnnotationIntrospector implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_primary
AnnotationIntrospector _primary
-
_secondary
AnnotationIntrospector _secondary
-
-
Class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
class BasicClassIntrospector extends ClassIntrospector implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
class ConcreteBeanPropertyBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_metadata
PropertyMetadata _metadata
Additional information about property- Since:
- 2.3
-
-
Class com.fasterxml.jackson.databind.introspect.DefaultAccessorNamingStrategy.Provider
class Provider extends AccessorNamingStrategy.Provider implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseNameValidator
DefaultAccessorNamingStrategy.BaseNameValidator _baseNameValidator
-
_getterPrefix
String _getterPrefix
-
_isGetterPrefix
String _isGetterPrefix
-
_setterPrefix
String _setterPrefix
-
_withPrefix
String _withPrefix
-
-
Class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
class JacksonAnnotationIntrospector extends AnnotationIntrospector implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_cfgConstructorPropertiesImpliesCreator
boolean _cfgConstructorPropertiesImpliesCreator
SeeJacksonAnnotationIntrospector.setConstructorPropertiesImpliesCreator(boolean)for explanation.Defaults to true.
- Since:
- 2.7.4
-
-
Class com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector
class NopAnnotationIntrospector extends AnnotationIntrospector implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.SimpleMixInResolver
class SimpleMixInResolver extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_localMixIns
Map<ClassKey,
Class<?>> _localMixIns Simple mix-in targets defined locally. -
_overrides
ClassIntrospector.MixInResolver _overrides
External resolver that gets called before looking at any locally defined mix-in target classes.
-
-
Class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
class VirtualAnnotatedMember extends AnnotatedMember implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
class Std extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_creatorMinLevel
JsonAutoDetect.Visibility _creatorMinLevel
-
_fieldMinLevel
JsonAutoDetect.Visibility _fieldMinLevel
-
_getterMinLevel
JsonAutoDetect.Visibility _getterMinLevel
-
_isGetterMinLevel
JsonAutoDetect.Visibility _isGetterMinLevel
-
_setterMinLevel
JsonAutoDetect.Visibility _setterMinLevel
-
-
-
Package com.fasterxml.jackson.databind.json
-
Class com.fasterxml.jackson.databind.json.JsonMapper
class JsonMapper extends ObjectMapper implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.jsontype
-
Class com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator
class BasicPolymorphicTypeValidator extends PolymorphicTypeValidator.Base implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseTypeMatchers
BasicPolymorphicTypeValidator.TypeMatcher[] _baseTypeMatchers
Set of matchers that can validate all values of polymorphic properties that match specified allowed base types. -
_invalidBaseTypes
Set<Class<?>> _invalidBaseTypes
Set of specifically denied base types to indicate that use of specific base types is not allowed: most commonly used to fully block use ofObjectas the base type. -
_subClassMatchers
BasicPolymorphicTypeValidator.TypeMatcher[] _subClassMatchers
Set of matchers that can validate specific values of polymorphic properties that match subtype class criteria. -
_subTypeNameMatchers
BasicPolymorphicTypeValidator.NameMatcher[] _subTypeNameMatchers
Set of matchers that can validate specific values of polymorphic properties that match subtype class name criteria.
-
-
Class com.fasterxml.jackson.databind.jsontype.DefaultBaseTypeLimitingValidator
class DefaultBaseTypeLimitingValidator extends PolymorphicTypeValidator implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.NamedType
class NamedType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator
class PolymorphicTypeValidator extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator.Base
class Base extends PolymorphicTypeValidator implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.jsontype.impl
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer
class AsArrayTypeDeserializer extends TypeDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsDeductionTypeDeserializer
class AsDeductionTypeDeserializer extends AsPropertyTypeDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer
class AsExternalTypeDeserializer extends AsArrayTypeDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
class AsPropertyTypeDeserializer extends AsArrayTypeDeserializer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_inclusion
JsonTypeInfo.As _inclusion
-
_msgForMissingId
String _msgForMissingId
-
_strictTypeIdHandling
boolean _strictTypeIdHandling
Indicates that we should be strict about handling missing type information.- Since:
- 2.15
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer
class AsWrapperTypeDeserializer extends TypeDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
class ClassNameIdResolver extends TypeIdResolverBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_subTypeValidator
PolymorphicTypeValidator _subTypeValidator
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.LaissezFaireSubTypeValidator
class LaissezFaireSubTypeValidator extends PolymorphicTypeValidator.Base implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.MinimalClassNameIdResolver
class MinimalClassNameIdResolver extends ClassNameIdResolver implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_basePackageName
String _basePackageName
Package name of the base class, to be used for determining common prefix that can be omitted from included type id. Does not include the trailing dot. -
_basePackagePrefix
String _basePackagePrefix
Same asMinimalClassNameIdResolver._basePackageName, but includes trailing dot.
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.SimpleNameIdResolver
class SimpleNameIdResolver extends TypeIdResolverBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseInsensitive
boolean _caseInsensitive
-
_config
MapperConfig<?> _config
-
_idToType
Map<String,
JavaType> _idToType Mappings from type id to JavaType, used for deserialization.Eagerly constructed, not modified, can use regular unsynchronized
Map. -
_typeToId
ConcurrentHashMap<String,
String> _typeToId Mappings from class name to type id, used for serialization.Since lazily constructed will require synchronization (either internal by type, or external)
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
class StdSubtypeResolver extends SubtypeResolver implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_registeredSubtypes
LinkedHashSet<NamedType> _registeredSubtypes
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
class TypeDeserializerBase extends TypeDeserializer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseType
JavaType _baseType
-
_defaultImpl
JavaType _defaultImpl
Type to use as the default implementation, if type id is missing or cannot be resolved. -
_defaultImplDeserializer
JsonDeserializer<Object> _defaultImplDeserializer
-
_deserializers
Map<String,
JsonDeserializer<Object>> _deserializers For efficient operation we will lazily build mappings from type ids to actual deserializers, once needed. -
_idResolver
TypeIdResolver _idResolver
-
_property
BeanProperty _property
Property that contains value for which type information is included; null if value is a root value. Note that this value is not assigned during construction but only whenTypeDeserializerBase.forProperty(com.fasterxml.jackson.databind.BeanProperty)is called to create a copy. -
_typeIdVisible
boolean _typeIdVisible
-
_typePropertyName
String _typePropertyName
Name of type property used; needed for non-property versions too, in cases where type id is to be exposed as part of JSON.
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
class TypeNameIdResolver extends TypeIdResolverBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseInsensitive
boolean _caseInsensitive
- Since:
- 2.11
-
_config
MapperConfig<?> _config
-
_idToType
Map<String,
JavaType> _idToType Mappings from type id to JavaType, used for deserialization.Eagerly constructed, not modified, can use regular unsynchronized
Map. -
_typeToId
ConcurrentHashMap<String,
String> _typeToId Mappings from class name to type id, used for serialization.Since lazily constructed will require synchronization (either internal by type, or external)
-
-
-
Package com.fasterxml.jackson.databind.module
-
Class com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver
class SimpleAbstractTypeResolver extends AbstractTypeResolver implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.module.SimpleDeserializers
class SimpleDeserializers extends Deserializers.Base implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,
JsonDeserializer<?>> _classMappings -
_hasEnumDeserializer
boolean _hasEnumDeserializer
Flag to help find "generic" enum deserializer, if one has been registered.- Since:
- 2.3
-
-
Class com.fasterxml.jackson.databind.module.SimpleKeyDeserializers
class SimpleKeyDeserializers extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,
KeyDeserializer> _classMappings
-
-
Class com.fasterxml.jackson.databind.module.SimpleModule
class SimpleModule extends Module implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_abstractTypes
SimpleAbstractTypeResolver _abstractTypes
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete) -
_deserializerModifier
BeanDeserializerModifier _deserializerModifier
- Since:
- 2.2
-
_deserializers
SimpleDeserializers _deserializers
-
_hasExplicitName
boolean _hasExplicitName
Flag that indicates whether module was given an explicit name or not. Distinction is used to determine whether methodSimpleModule.getTypeId()should return name (yes, if explicit) ornull(if no explicit name was passed).- Since:
- 2.13
-
_keyDeserializers
SimpleKeyDeserializers _keyDeserializers
-
_keySerializers
SimpleSerializers _keySerializers
-
_mixins
HashMap<Class<?>,
Class<?>> _mixins Lazily-constructed map that contains mix-in definitions, indexed by target class, value being mix-in to apply. -
_name
String _name
-
_namingStrategy
PropertyNamingStrategy _namingStrategy
- Since:
- 2.3
-
_serializerModifier
BeanSerializerModifier _serializerModifier
- Since:
- 2.2
-
_serializers
SimpleSerializers _serializers
-
_subtypes
LinkedHashSet<NamedType> _subtypes
Set of subtypes to register, if any. -
_valueInstantiators
SimpleValueInstantiators _valueInstantiators
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete) -
_version
Version _version
-
-
Class com.fasterxml.jackson.databind.module.SimpleSerializers
class SimpleSerializers extends Serializers.Base implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,
JsonSerializer<?>> _classMappings Class-based mappings that are used both for exact and sub-class matches. -
_hasEnumSerializer
boolean _hasEnumSerializer
Flag to help find "generic" enum serializer, if one has been registered.- Since:
- 2.3
-
_interfaceMappings
HashMap<ClassKey,
JsonSerializer<?>> _interfaceMappings Interface-based matches.
-
-
Class com.fasterxml.jackson.databind.module.SimpleValueInstantiators
class SimpleValueInstantiators extends ValueInstantiators.Base implements Serializable- serialVersionUID:
- -8929386427526115130L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,
ValueInstantiator> _classMappings Mappings from raw (type-erased, i.e. non-generic) types to matchingValueInstantiatorinstances.
-
-
-
Package com.fasterxml.jackson.databind.node
-
Class com.fasterxml.jackson.databind.node.ArrayNode
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.BaseJsonNode
class BaseJsonNode extends JsonNode implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
Class com.fasterxml.jackson.databind.node.BigIntegerNode
class BigIntegerNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
BigInteger _value
-
-
-
Class com.fasterxml.jackson.databind.node.BinaryNode
class BinaryNode extends ValueNode implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_data
byte[] _data
-
-
Class com.fasterxml.jackson.databind.node.BooleanNode
class BooleanNode extends ValueNode implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_value
boolean _value
-
-
Class com.fasterxml.jackson.databind.node.ContainerNode
class ContainerNode extends BaseJsonNode implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nodeFactory
JsonNodeFactory _nodeFactory
We will keep a reference to the Object (usually TreeMapper) that can construct instances of nodes to add to this container node.
-
-
Class com.fasterxml.jackson.databind.node.DecimalNode
class DecimalNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
BigDecimal _value
-
-
-
Class com.fasterxml.jackson.databind.node.DoubleNode
class DoubleNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
double _value
-
-
-
Class com.fasterxml.jackson.databind.node.FloatNode
class FloatNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
float _value
-
-
-
Class com.fasterxml.jackson.databind.node.IntNode
class IntNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
int _value
Integer value this node contains
-
-
-
Class com.fasterxml.jackson.databind.node.JsonNodeFactory
class JsonNodeFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgBigDecimalExact
boolean _cfgBigDecimalExact
Deprecated.
-
-
Class com.fasterxml.jackson.databind.node.LongNode
class LongNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
long _value
-
-
-
Class com.fasterxml.jackson.databind.node.MissingNode
class MissingNode extends ValueNode implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.databind.node.NullNode
class NullNode extends ValueNode implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.databind.node.NumericNode
class NumericNode extends ValueNode implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.ObjectNode
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.POJONode
class POJONode extends ValueNode implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_value
Object _value
-
-
Class com.fasterxml.jackson.databind.node.ShortNode
class ShortNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
short _value
-
-
-
Class com.fasterxml.jackson.databind.node.TextNode
class TextNode extends ValueNode implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_value
String _value
-
-
Class com.fasterxml.jackson.databind.node.ValueNode
class ValueNode extends BaseJsonNode implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.ser
-
Class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
class BasicSerializerFactory extends SerializerFactory implements Serializable-
Serialized Fields
-
_factoryConfig
SerializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
-
-
-
Class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
class BeanPropertyWriter extends PropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
Serialized Fields
-
_cfgSerializationType
JavaType _cfgSerializationType
Type to use for locating serializer; normally same as return type of the accessor method, but may be overridden by annotations. -
_declaredType
JavaType _declaredType
Type property is declared to have, either in class definition or associated annotations. -
_includeInViews
Class<?>[] _includeInViews
Alternate set of property writers used when view-based filtering is available for the Bean. -
_member
AnnotatedMember _member
Member (field, method) that represents property and allows access to associated annotations. -
_name
SerializedString _name
Logical name of the property; will be used as the field name under which value for the property is written.NOTE: do NOT change name of this field; it is accessed by Afterburner module (until 2.4; not directly from 2.5) ALSO NOTE: ... and while it really ought to be `SerializableString`, changing that is also binary-incompatible change. So nope.
-
_nonTrivialBaseType
JavaType _nonTrivialBaseType
Base type of the property, if the declared type is "non-trivial"; meaning it is either a structured type (collection, map, array), or parameterized. Used to retain type information about contained type, which is mostly necessary if type meta-data is to be included. -
_nullSerializer
JsonSerializer<Object> _nullSerializer
Serializer used for writing out null values, if any: if null, null values are to be suppressed. -
_serializer
JsonSerializer<Object> _serializer
Serializer to use for writing out the value: null if it cannot be known statically; non-null if it can. -
_suppressableValue
Object _suppressableValue
Value that is considered default value of the property; used for default-value-suppression if enabled. -
_suppressNulls
boolean _suppressNulls
Whether null values are to be suppressed (nothing written out if value is null) or not. Note that this is a configuration value during construction, and actual handling relies on setting (or not) ofBeanPropertyWriter._nullSerializer. -
_typeSerializer
TypeSerializer _typeSerializer
If property being serialized needs type information to be included this is the type serializer to use. Declared type (possibly augmented with annotations) of property is used for determining exact mechanism to use (compared to actual runtime type used for serializing actual state). -
_wrapperName
PropertyName _wrapperName
Wrapper name to use for this element, if any- Since:
- 2.2
-
-
Class com.fasterxml.jackson.databind.ser.BeanSerializer
class BeanSerializer extends BeanSerializerBase implements Serializable- serialVersionUID:
- 29L
-
Class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
class BeanSerializerFactory extends BasicSerializerFactory implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.BeanSerializerModifier
class BeanSerializerModifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
class DefaultSerializerProvider extends SerializerProvider implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.Impl
class Impl extends DefaultSerializerProvider implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.PropertyWriter
class PropertyWriter extends ConcreteBeanPropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
class VirtualBeanPropertyWriter extends BeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.ser.impl
-
Class com.fasterxml.jackson.databind.ser.impl.AttributePropertyWriter
class AttributePropertyWriter extends VirtualBeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_attrName
String _attrName
-
-
Class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
class BeanAsArraySerializer extends BeanSerializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultSerializer
BeanSerializerBase _defaultSerializer
Serializer that would produce JSON Object version; used in cases where array output cannot be used.
-
-
Class com.fasterxml.jackson.databind.ser.impl.FailingSerializer
-
Serialized Fields
-
_msg
String _msg
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
class IndexedStringListSerializer extends StaticListSerializerBase<List<String>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
-
Class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
Serialized Fields
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object. -
_entryType
JavaType _entryType
-
_keySerializer
JsonSerializer<Object> _keySerializer
Key serializer to use, if it can be statically determined -
_keyType
JavaType _keyType
-
_property
BeanProperty _property
Map-valued property being serialized with this instance -
_suppressableValue
Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()is called), or marker value ofMapEntrySerializer.MARKER_FOR_EMPTY, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.5
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofMapEntrySerializer._suppressableValue- Since:
- 2.9
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
Value serializer to use, if it can be statically determined -
_valueType
JavaType _valueType
-
_valueTypeIsStatic
boolean _valueTypeIsStatic
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used) -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type identifier serializer used for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator
class PropertyBasedObjectIdGenerator extends ObjectIdGenerators.PropertyGenerator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanPropertyWriter _property
-
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter
class FilterExceptFilter extends SimpleBeanPropertyFilter implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
class SerializeExceptFilter extends SimpleBeanPropertyFilter implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
class SimpleFilterProvider extends FilterProvider implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgFailOnUnknownId
boolean _cfgFailOnUnknownId
Flag that indicates whether request for an unknown filter id should result an exception (default) or not. Note that this is only relevant if no default filter has been configured. -
_defaultFilter
PropertyFilter _defaultFilter
This is the filter we return in case no mapping was found for given id; default isnull(in which case caller typically reports an error), but can be set to an explicit filter. -
_filtersById
Map<String,
PropertyFilter> _filtersById Mappings from ids to filters.
-
-
Class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
Serialized Fields
-
_elementSerializer
JsonSerializer<Object> _elementSerializer
Value serializer to use, if it's not the standard one (if it is we can optimize serialization a lot)
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
class StringCollectionSerializer extends StaticListSerializerBase<Collection<String>> implements Serializable -
Class com.fasterxml.jackson.databind.ser.impl.UnknownSerializer
class UnknownSerializer extends ToEmptyObjectSerializer implements Serializable -
Class com.fasterxml.jackson.databind.ser.impl.UnsupportedTypeSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
class UnwrappingBeanPropertyWriter extends BeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties of unwrapped POJO.
-
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
class UnwrappingBeanSerializer extends BeanSerializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties of unwrapped POJO.
-
-
-
Package com.fasterxml.jackson.databind.ser.std
-
Class com.fasterxml.jackson.databind.ser.std.ArraySerializerBase
-
Serialized Fields
-
_property
BeanProperty _property
-
_unwrapSingle
Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
-
-
Class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
Serialized Fields
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type cannot be statically determined, mapping from runtime type to serializer is handled using this object -
_elementSerializer
JsonSerializer<Object> _elementSerializer
Value serializer to use, if it can be statically determined -
_elementType
JavaType _elementType
-
_property
BeanProperty _property
Collection-valued property being serialized with this instance -
_staticTyping
boolean _staticTyping
-
_unwrapSingle
Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer used for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.AtomicReferenceSerializer
class AtomicReferenceSerializer extends ReferenceTypeSerializer<AtomicReference<?>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Serialized Fields
-
_anyGetterWriter
AnyGetterWriter _anyGetterWriter
Handler forJsonAnyGetterannotated properties -
_beanType
JavaType _beanType
- Since:
- 2.9
-
_filteredProps
BeanPropertyWriter[] _filteredProps
Optional filters used to suppress output of properties that are only to be included in certain views -
_objectIdWriter
ObjectIdWriter _objectIdWriter
If this POJO can be alternatively serialized using just an object id to denote a reference to previously serialized object, this Object will handle details. -
_propertyFilterId
Object _propertyFilterId
Id of the bean property filter to use, if any; null if none. -
_props
BeanPropertyWriter[] _props
Writers used for outputting actual property values -
_serializationShape
JsonFormat.Shape _serializationShape
Requested shape from bean class annotations. -
_typeId
AnnotatedMember _typeId
If using custom type ids (usually via getter, or field), this is the reference to that member.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.BooleanSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_forPrimitive
boolean _forPrimitive
Whether type serialized is primitive (boolean) or wrapper (java.lang.Boolean); if true, former, if false, latter.
-
-
Class com.fasterxml.jackson.databind.ser.std.ByteArraySerializer
class ByteArraySerializer extends StdSerializer<byte[]> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer
-
Class com.fasterxml.jackson.databind.ser.std.CalendarSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ClassSerializer
-
Class com.fasterxml.jackson.databind.ser.std.CollectionSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.DateSerializer
-
Class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
Serialized Fields
-
_customFormat
DateFormat _customFormat
Specific format to use, if not default format: non null value also indicates that serialization is to be done as JSON String, not numeric timestamp, unlessDateTimeSerializerBase._useTimestampis true. -
_reusedCustomFormat
AtomicReference<DateFormat> _reusedCustomFormat
IfDateTimeSerializerBase._customFormatis used, we will try to reuse instances in simplest possible form; thread-safe, but without overhead ofThreadLocal(not from code, but wrt retaining of possibly large number of format instances over all threads, properties with custom formats).- Since:
- 2.9
-
_useTimestamp
Boolean _useTimestamp
Flag that indicates that serialization must be done as the Java timestamp, regardless of other settings.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.EnumSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_serializeAsIndex
Boolean _serializeAsIndex
Flag that is set if we statically know serialization choice between index and textual format (null if it needs to be dynamically checked).- Since:
- 2.1
-
_values
EnumValues _values
This map contains pre-resolved values (since there are ways to customize actual String constants to use) to use as serializations. -
_valuesByEnumNaming
EnumValues _valuesByEnumNaming
Map with key as converted property class defined implementation ofEnumNamingStrategyand with value as Enum names collected usingEnum.name().- Since:
- 2.15
-
_valuesByToString
EnumValues _valuesByToString
Map that contains pre-resolved values forEnum.toString()to use for serialization, while respectingJsonPropertyandEnumFeature.WRITE_ENUMS_TO_LOWERCASE.- Since:
- 2.16
-
-
Class com.fasterxml.jackson.databind.ser.std.EnumSetSerializer
class EnumSetSerializer extends AsArraySerializerBase<EnumSet<? extends Enum<?>>> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.FileSerializer
-
Class com.fasterxml.jackson.databind.ser.std.InetAddressSerializer
-
Serialized Fields
-
_asNumeric
boolean _asNumeric
- Since:
- 2.9
-
-
-
Class com.fasterxml.jackson.databind.ser.std.InetSocketAddressSerializer
class InetSocketAddressSerializer extends StdScalarSerializer<InetSocketAddress> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.IterableSerializer
-
Class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
Serialized Fields
-
_accessor
AnnotatedMember _accessor
- Since:
- 2.9
-
_forceTypeInformation
boolean _forceTypeInformation
This is a flag that is set in rare (?) cases where this serializer is used for "natural" types (boolean, int, String, double); and where we actually must force type information wrapping, even though one would not normally be added. -
_ignoredProperties
Set<String> _ignoredProperties
Names of properties to ignore from Value class accessed using accessor.- Since:
- 2.16
-
_property
BeanProperty _property
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
-
_valueType
JavaType _valueType
Declared type of the value accessed, as declared by accessor.- Since:
- 2.12
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
- Since:
- 2.12
-
-
-
Class com.fasterxml.jackson.databind.ser.std.MapProperty
class MapProperty extends PropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
Object _key
-
_keySerializer
JsonSerializer<Object> _keySerializer
-
_property
BeanProperty _property
-
_typeSerializer
TypeSerializer _typeSerializer
-
_value
Object _value
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
-
-
Class com.fasterxml.jackson.databind.ser.std.MapSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object. -
_filterId
Object _filterId
Id of the property filter to use, if any; null if none.- Since:
- 2.3
-
_ignoredEntries
Set<String> _ignoredEntries
Set of entries to omit during serialization, if any -
_includedEntries
Set<String> _includedEntries
Set of entries to include during serialization, if null, it is ignored, empty will include nothing.- Since:
- 2.12
-
_inclusionChecker
IgnorePropertiesUtil.Checker _inclusionChecker
Helper object used for name-based filtering- Since:
- 2.12
-
_keySerializer
JsonSerializer<Object> _keySerializer
Key serializer to use, if it can be statically determined -
_keyType
JavaType _keyType
Declared type of keys -
_property
BeanProperty _property
Map-valued property being serialized with this instance -
_sortKeys
boolean _sortKeys
Flag set if output is forced to be sorted by keys (usually due to annotation).- Since:
- 2.4
-
_suppressableValue
Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()is called), or marker value ofMapSerializer.MARKER_FOR_EMPTY, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.5
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofMapSerializer._suppressableValue- Since:
- 2.9
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
Value serializer to use, if it can be statically determined -
_valueType
JavaType _valueType
Declared type of contained values -
_valueTypeIsStatic
boolean _valueTypeIsStatic
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used) -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type identifier serializer used for values, if any.
-
-
Class com.fasterxml.jackson.databind.ser.std.NonTypedScalarSerializerBase
-
Class com.fasterxml.jackson.databind.ser.std.NullSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializer
-
Serialized Fields
-
_isInt
boolean _isInt
-
-
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base
-
Serialized Fields
-
_isInt
boolean _isInt
-
_numberType
JsonParser.NumberType _numberType
-
_schemaType
String _schemaType
-
-
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.DoubleSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.FloatSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntegerSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntLikeSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.LongSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.ShortSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
Serialized Fields
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type cannot be statically determined, mapping from runtime type to serializer is handled using this object -
_elementSerializer
JsonSerializer<Object> _elementSerializer
Value serializer to use, if it can be statically determined. -
_elementType
JavaType _elementType
Declared type of element entries -
_staticTyping
boolean _staticTyping
Whether we are using static typing (using declared types, ignoring runtime type) or not for elements. -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer to use for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.RawSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanProperty _property
-
_referredType
JavaType _referredType
Value type -
_suppressableValue
Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()is called), or marker value ofReferenceTypeSerializer.MARKER_FOR_EMPTY, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.9
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofReferenceTypeSerializer._suppressableValue- Since:
- 2.9
-
_unwrapper
NameTransformer _unwrapper
In case of unwrapping, need name transformer. -
_valueSerializer
JsonSerializer<Object> _valueSerializer
Serializer for content values, if statically known. -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer used for values, if any.
-
-
Class com.fasterxml.jackson.databind.ser.std.SerializableSerializer
-
Class com.fasterxml.jackson.databind.ser.std.SqlDateSerializer
-
Class com.fasterxml.jackson.databind.ser.std.SqlTimeSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
class StaticListSerializerBase extends StdSerializer<T extends Collection<?>> implements Serializable-
Serialized Fields
-
_unwrapSingle
Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer
class BooleanArraySerializer extends ArraySerializerBase<boolean[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.CharArraySerializer
class CharArraySerializer extends StdSerializer<char[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer
class DoubleArraySerializer extends ArraySerializerBase<double[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer
class FloatArraySerializer extends StdArraySerializers.TypedPrimitiveArraySerializer<float[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer
class IntArraySerializer extends ArraySerializerBase<int[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer
class LongArraySerializer extends StdArraySerializers.TypedPrimitiveArraySerializer<long[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer
class ShortArraySerializer extends StdArraySerializers.TypedPrimitiveArraySerializer<short[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
Serialized Fields
-
_converter
Converter<Object,
?> _converter -
_delegateSerializer
JsonSerializer<Object> _delegateSerializer
Underlying serializer for typeT. -
_delegateType
JavaType _delegateType
Fully resolved delegate type, with generic information if any available.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicBooleanSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicIntegerSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicLongSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.Default
-
Serialized Fields
-
_typeId
int _typeId
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.Dynamic
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.EnumKeySerializer
-
Serialized Fields
-
_values
EnumValues _values
-
_valuesByEnumNaming
EnumValues _valuesByEnumNaming
Map with key as converted property class defined implementation ofEnumNamingStrategyand with value as Enum names collected usingEnum.name().- Since:
- 2.15
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.StringKeySerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdScalarSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.StringSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.TimeZoneSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ToEmptyObjectSerializer
-
Class com.fasterxml.jackson.databind.ser.std.TokenBufferSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializer
class ToStringSerializer extends ToStringSerializerBase implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializerBase
-
Class com.fasterxml.jackson.databind.ser.std.UUIDSerializer
-
Serialized Fields
-
_asBinary
Boolean _asBinary
Configuration setting that indicates if serialization as binary (native or Base64-encoded) has been forced;nullmeans "use default heuristic"- Since:
- 2.11.3
-
-
-
-
Package com.fasterxml.jackson.databind.type
-
Class com.fasterxml.jackson.databind.type.ArrayType
class ArrayType extends TypeBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.ClassKey
class ClassKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.CollectionLikeType
class CollectionLikeType extends TypeBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_elementType
JavaType _elementType
Type of elements in collection
-
-
Class com.fasterxml.jackson.databind.type.CollectionType
class CollectionType extends CollectionLikeType implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.IterationType
class IterationType extends SimpleType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_iteratedType
JavaType _iteratedType
-
-
Class com.fasterxml.jackson.databind.type.MapLikeType
class MapLikeType extends TypeBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.MapType
class MapType extends MapLikeType implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.PlaceholderForType
class PlaceholderForType extends com.fasterxml.jackson.databind.type.IdentityEqualityType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_actualType
JavaType _actualType
Type assigned during wildcard resolution (which follows type structure resolution) -
_ordinal
int _ordinal
-
-
Class com.fasterxml.jackson.databind.type.ReferenceType
class ReferenceType extends SimpleType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_anchorType
JavaType _anchorType
Deprecated.Since 2.16Essential type used for type ids, for example if type id is needed for referencing type with polymorphic handling. Typically initialized when aSimpleTypeis upgraded into reference type, but NOT changed if being sub-classed.- Since:
- 2.8
-
_referencedType
JavaType _referencedType
-
-
Class com.fasterxml.jackson.databind.type.ResolvedRecursiveType
class ResolvedRecursiveType extends com.fasterxml.jackson.databind.type.IdentityEqualityType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_referencedType
JavaType _referencedType
-
-
Class com.fasterxml.jackson.databind.type.SimpleType
class SimpleType extends TypeBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.TypeBase
class TypeBase extends JavaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_bindings
TypeBindings _bindings
Bindings in effect for this type instance; possibly empty. Needed when resolving types declared in members of this type (if any).- Since:
- 2.7
-
_superClass
JavaType _superClass
-
_superInterfaces
JavaType[] _superInterfaces
-
-
Class com.fasterxml.jackson.databind.type.TypeBindings
class TypeBindings extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.TypeFactory
class TypeFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_classLoader
ClassLoader _classLoader
ClassLoader used by this factory [databind#624]. -
_modifiers
TypeModifier[] _modifiers
RegisteredTypeModifiers: objects that can change details ofJavaTypeinstances factory constructs. -
_parser
TypeParser _parser
-
_typeCache
LookupCache<Object,
JavaType> _typeCache Since type resolution can be expensive (specifically when resolving actual generic types), we will use small cache to avoid repetitive resolution of core types
-
-
Class com.fasterxml.jackson.databind.type.TypeParser
class TypeParser extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
TypeFactory _factory
-
-
-
Package com.fasterxml.jackson.databind.util
-
Class com.fasterxml.jackson.databind.util.CompactStringObjectMap
class CompactStringObjectMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_hashArea
Object[] _hashArea
-
_hashMask
int _hashMask
-
_spillCount
int _spillCount
-
-
Class com.fasterxml.jackson.databind.util.EnumResolver
class EnumResolver extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultValue
Enum<?> _defaultValue
-
_enumClass
Class<Enum<?>> _enumClass
-
_enums
Enum<?>[] _enums
-
_enumsById
HashMap<String,
Enum<?>> _enumsById -
_isFromIntValue
boolean _isFromIntValue
Marker for case where value may come from@JsonValueannotated accessor and is expected/likely to come from actual integral number value (and not String).Special case is needed since this specifically means that
Enum.index()should NOT be used or default to.- Since:
- 2.13
-
_isIgnoreCase
boolean _isIgnoreCase
Marker for case-insensitive handling- Since:
- 2.12
-
-
Class com.fasterxml.jackson.databind.util.EnumValues
class EnumValues extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_enumClass
Class<Enum<?>> _enumClass
-
_textual
SerializableString[] _textual
-
_values
Enum<?>[] _values
-
-
Class com.fasterxml.jackson.databind.util.IgnorePropertiesUtil.Checker
class Checker extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.ISO8601DateFormat
class ISO8601DateFormat extends DateFormat implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.LRUMap
class LRUMap extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_initialEntries
int _initialEntries
-
_maxEntries
int _maxEntries
-
-
Class com.fasterxml.jackson.databind.util.NameTransformer.Chained
class Chained extends NameTransformer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_t1
NameTransformer _t1
-
_t2
NameTransformer _t2
-
-
Class com.fasterxml.jackson.databind.util.NameTransformer.NopTransformer
class NopTransformer extends NameTransformer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.RootNameLookup
class RootNameLookup extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Need to override to reproduce cache object via constructor, instead of serialize/deserialize (since we do NOT want to retain cached data)
-
-
Class com.fasterxml.jackson.databind.util.StdDateFormat
class StdDateFormat extends DateFormat implements Serializable-
Serialized Fields
-
_lenient
Boolean _lenient
Explicit override for leniency, if specified.Cannot be `final` because
StdDateFormat.setLenient(boolean)returns `void`.- Since:
- 2.7
-
_locale
Locale _locale
-
_tzSerializedWithColon
boolean _tzSerializedWithColon
Whether the TZ offset must be formatted with a colon between hours and minutes (HH:mmformat)Defaults to
truesince 2.11: earlier versions defaulted tofalsefor backwards compatibility reasons- Since:
- 2.9.1
-
-
-
Class com.fasterxml.jackson.databind.util.ViewMatcher
class ViewMatcher extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.util.internal
-
Class com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
Serialized Fields
-
capacity
AtomicLong capacity
-
concurrencyLevel
int concurrencyLevel
-
data
ConcurrentMap<K,
com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.Node<K, V>> data -
drainStatus
AtomicReference<com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.DrainStatus> drainStatus
-
evictionDeque
com.fasterxml.jackson.databind.util.internal.LinkedDeque<com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.Node<K,
V>> evictionDeque -
evictionLock
Lock evictionLock
-
readBufferDrainAtWriteCount
AtomicLongArray readBufferDrainAtWriteCount
-
readBufferReadCount
long[] readBufferReadCount
-
readBuffers
AtomicReferenceArray<com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.Node<K,
V>> readBuffers -
readBufferWriteCount
AtomicLongArray readBufferWriteCount
-
weightedSize
AtomicLong weightedSize
-
writeBuffer
Queue<Runnable> writeBuffer
-
-
-
Package com.fasterxml.jackson.datatype.jdk8
-
Class com.fasterxml.jackson.datatype.jdk8.BaseScalarOptionalDeserializer
-
Serialized Fields
-
_empty
T _empty
-
-
-
Class com.fasterxml.jackson.datatype.jdk8.DoubleStreamSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.IntStreamSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.Jdk8BeanSerializerModifier
class Jdk8BeanSerializerModifier extends BeanSerializerModifier implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.Jdk8Deserializers
class Jdk8Deserializers extends Deserializers.Base implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgReadAbsentAsNull
boolean _cfgReadAbsentAsNull
- Since:
- 2.14
-
-
Class com.fasterxml.jackson.datatype.jdk8.Jdk8OptionalBeanPropertyWriter
class Jdk8OptionalBeanPropertyWriter extends BeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_empty
Object _empty
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.datatype.jdk8.Jdk8Serializers
class Jdk8Serializers extends Serializers.Base implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier
class Jdk8TypeModifier extends TypeModifier implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.Jdk8UnwrappingOptionalBeanPropertyWriter
class Jdk8UnwrappingOptionalBeanPropertyWriter extends UnwrappingBeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_empty
Object _empty
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.datatype.jdk8.LongStreamSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.OptionalDoubleSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.OptionalIntDeserializer
class OptionalIntDeserializer extends BaseScalarOptionalDeserializer<OptionalInt> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.OptionalLongDeserializer
class OptionalLongDeserializer extends BaseScalarOptionalDeserializer<OptionalLong> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.OptionalSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jdk8.StreamSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
elemType
JavaType elemType
Stream elements type (matching T)
-
-
Exception com.fasterxml.jackson.datatype.jdk8.WrappedIOException
class WrappedIOException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.datatype.jsr310
-
Class com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
class JavaTimeModule extends SimpleModule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_features
JacksonFeatureSet<JavaTimeFeature> _features
- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.JSR310Module
class JSR310Module extends SimpleModule implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.datatype.jsr310.deser
-
Class com.fasterxml.jackson.datatype.jsr310.deser.DurationDeserializer
class DurationDeserializer extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<Duration> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_durationUnitConverter
DurationUnitConverter _durationUnitConverter
When defined (notnull) integer values will be converted into duration unit configured for the converter. Using this converter will typically override the value specified inDeserializationFeature.READ_DATE_TIMESTAMPS_AS_NANOSECONDSas it is considered that the unit set inJsonFormat.pattern()has precedence since it is more specific.See [jackson-modules-java8#184] for more info.
- Since:
- 2.12
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer
class InstantDeserializer extends JSR310DateTimeDeserializerBase<T extends Temporal> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_adjustToContextTZOverride
Boolean _adjustToContextTZOverride
Flag forJsonFormat.Feature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE- Since:
- 2.8
-
_alwaysAllowStringifiedDateTimestamps
boolean _alwaysAllowStringifiedDateTimestamps
Flag set fromJavaTimeFeature.ALWAYS_ALLOW_STRINGIFIED_DATE_TIMESTAMPSto determine whether stringified numbers are interpreted as timestamps (enabled) nor not (disabled) in addition to a custom pattern ({code DateTimeFormatter}).NOTE: stringified timestamps are always allowed with default patterns; this flag only affects handling of custom patterns.
- Since:
- 2.16
-
_normalizeZoneId
boolean _normalizeZoneId
Flag set fromJavaTimeFeature.NORMALIZE_DESERIALIZED_ZONE_IDto determine whetherZoneIdis to be normalized during deserialization.- Since:
- 2.16
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS- Since:
- 2.16
-
adjust
BiFunction<T extends Temporal,
ZoneId, T extends Temporal> adjust -
fromMilliseconds
Function<InstantDeserializer.FromIntegerArguments,
T extends Temporal> fromMilliseconds -
fromNanoseconds
Function<InstantDeserializer.FromDecimalArguments,
T extends Temporal> fromNanoseconds -
parsedToValue
Function<TemporalAccessor,
T extends Temporal> parsedToValue -
replaceZeroOffsetAsZ
boolean replaceZeroOffsetAsZ
In case of vanilla `Instant` we seem to need to translate "+0000 | +00:00 | +00" timezone designator into plain "Z" for some reason; see [jackson-modules-java8#18] for more info- Since:
- 2.9.0
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.JavaTimeDeserializerModifier
class JavaTimeDeserializerModifier extends BeanDeserializerModifier implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_oneBaseMonths
boolean _oneBaseMonths
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.JSR310DateTimeDeserializerBase
class JSR310DateTimeDeserializerBase extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<T> implements Serializable-
Serialized Fields
-
_formatter
DateTimeFormatter _formatter
-
_shape
JsonFormat.Shape _shape
Setting that indicates the specified for this deserializer as aJsonFormat.Shapeannotation on property or class, or due to per-type "config override", or from global settings: If Shape is NUMBER_INT, the input value is considered to be epoch days. If not a NUMBER_INT, and the deserializer was not specified with the leniency setting of true, then an exception will be thrown.- Since:
- 2.11
-
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.JSR310StringParsableDeserializer
class JSR310StringParsableDeserializer extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<Object> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_typeSelector
int _typeSelector
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer
class LocalDateDeserializer extends JSR310DateTimeDeserializerBase<LocalDate> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer
class LocalDateTimeDeserializer extends JSR310DateTimeDeserializerBase<LocalDateTime> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalTimeDeserializer
class LocalTimeDeserializer extends JSR310DateTimeDeserializerBase<LocalTime> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.MonthDayDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.OffsetTimeDeserializer
class OffsetTimeDeserializer extends JSR310DateTimeDeserializerBase<OffsetTime> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.OneBasedMonthDeserializer
class OneBasedMonthDeserializer extends DelegatingDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.YearDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.YearMonthDeserializer
class YearMonthDeserializer extends JSR310DateTimeDeserializerBase<YearMonth> implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.datatype.jsr310.ser
-
Class com.fasterxml.jackson.datatype.jsr310.ser.DurationSerializer
class DurationSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<Duration> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_durationUnitConverter
DurationUnitConverter _durationUnitConverter
When defined (notnull) duration values will be converted into integers with the unit configured for the converter. Only available whenSerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPSis enabled andSerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDSis not enabled since the duration converters do not support fractions- Since:
- 2.12
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase
class InstantSerializerBase extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<T extends Temporal> implements Serializable-
Serialized Fields
-
defaultFormat
DateTimeFormatter defaultFormat
-
getEpochMillis
ToLongFunction<T extends Temporal> getEpochMillis
-
getEpochSeconds
ToLongFunction<T extends Temporal> getEpochSeconds
-
getNanoseconds
ToIntFunction<T extends Temporal> getNanoseconds
-
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.JavaTimeSerializerModifier
class JavaTimeSerializerModifier extends BeanSerializerModifier implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_oneBaseMonths
boolean _oneBaseMonths
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer
class LocalDateSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<LocalDate> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer
class LocalDateTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<LocalDateTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalTimeSerializer
class LocalTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<LocalTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.MonthDaySerializer
class MonthDaySerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<MonthDay> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.OffsetDateTimeSerializer
class OffsetDateTimeSerializer extends InstantSerializerBase<OffsetDateTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.OffsetTimeSerializer
class OffsetTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<OffsetTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.YearMonthSerializer
class YearMonthSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<YearMonth> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.YearSerializer
class YearSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<Year> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_writeZoneId
Boolean _writeZoneId
Flag forJsonFormat.Feature.WRITE_DATES_WITH_ZONE_ID- Since:
- 2.8
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeWithZoneIdSerializer
class ZonedDateTimeWithZoneIdSerializer extends InstantSerializerBase<ZonedDateTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZoneIdSerializer
class ZoneIdSerializer extends ToStringSerializerBase implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.jakarta.rs.base.util
-
Class com.fasterxml.jackson.jakarta.rs.base.util.EndpointAsBeanProperty
class EndpointAsBeanProperty extends BeanProperty.Std implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotations
AnnotationMap _annotations
-
-
Class com.fasterxml.jackson.jakarta.rs.base.util.LRUMap
-
Serialized Fields
-
_maxEntries
int _maxEntries
Deprecated.
-
-
-
-
Package com.fasterxml.jackson.module.jakarta.xmlbind
-
Class com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationIntrospector
class JakartaXmlBindAnnotationIntrospector extends AnnotationIntrospector implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
_dataHandlerDeserializer
JsonDeserializer<?> _dataHandlerDeserializer
-
_dataHandlerSerializer
JsonSerializer<?> _dataHandlerSerializer
-
_ignoreXmlIDREF
boolean _ignoreXmlIDREF
-
_jaxbPackageName
String _jaxbPackageName
-
_nonNillableInclusion
JsonInclude.Include _nonNillableInclusion
Inclusion value to return for properties annotated withXmlElementandXmlElementWrapper, in casenillableproperty is left asfalse. Default setting isnull; this is typically changed to eitherJsonInclude.Include.NON_NULLorJsonInclude.Include.NON_EMPTY.- Since:
- 2.7
-
_typeFactory
TypeFactory _typeFactory
-
_xmlValueName
String _xmlValueName
When usingXmlValueannotation, a placeholder name is assigned to property (unless overridden by explicit name); this configuration value specified what that name is.
-
-
-
Package com.fasterxml.jackson.module.jakarta.xmlbind.deser
-
Class com.fasterxml.jackson.module.jakarta.xmlbind.deser.DataHandlerDeserializer
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.module.jakarta.xmlbind.ser
-
Class com.fasterxml.jackson.module.jakarta.xmlbind.ser.DataHandlerSerializer
- serialVersionUID:
- 1L
-
-
Package com.sun.codemodel
-
Exception com.sun.codemodel.JClassAlreadyExistsException
class JClassAlreadyExistsException extends Exception implements Serializable- serialVersionUID:
- -6200382663753897115L
-
Class com.sun.codemodel.JCommentPart
- serialVersionUID:
- 1L
-
Class com.sun.codemodel.JDocComment
class JDocComment extends JCommentPart implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
atDeprecated
JCommentPart atDeprecated
The @deprecated tag -
atReturn
JCommentPart atReturn
The @return tag part.
-
-
-
Package com.sun.corba.se.impl.activation
-
Class com.sun.corba.se.impl.activation.RepositoryImpl
class RepositoryImpl extends _RepositoryImplBase implements Serializable- serialVersionUID:
- 8458417785209341858L
-
Class com.sun.corba.se.impl.activation.ServerManagerImpl
class ServerManagerImpl extends _ServerManagerImplBase implements Serializable-
Serialized Fields
-
dbDirName
String dbDirName
-
debug
boolean debug
-
initialPort
int initialPort
-
orb
ORB orb
-
repository
Repository repository
-
serverStartupDelay
int serverStartupDelay
-
serverTable
HashMap serverTable
-
transportManager
CorbaTransportManager transportManager
-
wrapper
ActivationSystemException wrapper
-
-
-
-
Package com.sun.corba.se.impl.corba
-
Class com.sun.corba.se.impl.corba.AnyImpl
class AnyImpl extends Any implements Serializable-
Serialized Fields
-
isInitialized
boolean isInitialized
-
object
Object object
-
orb
ORB orb
-
stream
CDRInputStream stream
-
typeCode
TypeCodeImpl typeCode
-
value
long value
-
wrapper
ORBUtilSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.corba.TypeCodeImpl
class TypeCodeImpl extends TypeCode implements Serializable-
Serialized Fields
-
_concrete_base
TypeCodeImpl _concrete_base
-
_contentType
TypeCodeImpl _contentType
-
_defaultIndex
int _defaultIndex
-
_digits
short _digits
-
_discriminator
TypeCodeImpl _discriminator
-
_id
String _id
-
_indirectType
TypeCodeImpl _indirectType
-
_kind
int _kind
-
_length
int _length
-
_memberAccess
short[] _memberAccess
-
_memberCount
int _memberCount
-
_memberNames
String[] _memberNames
-
_memberTypes
TypeCodeImpl[] _memberTypes
-
_name
String _name
-
_orb
ORB _orb
-
_parent
TypeCodeImpl _parent
-
_parentOffset
int _parentOffset
-
_scale
short _scale
-
_type_modifier
short _type_modifier
-
_unionLabels
AnyImpl[] _unionLabels
-
cachingEnabled
boolean cachingEnabled
-
outBuffer
byte[] outBuffer
-
wrapper
ORBUtilSystemException wrapper
-
-
-
-
Package com.sun.corba.se.impl.dynamicany
-
Class com.sun.corba.se.impl.dynamicany.DynAnyBasicImpl
class DynAnyBasicImpl extends com.sun.corba.se.impl.dynamicany.DynAnyImpl implements Serializable -
Class com.sun.corba.se.impl.dynamicany.DynAnyFactoryImpl
class DynAnyFactoryImpl extends LocalObject implements Serializable -
Class com.sun.corba.se.impl.dynamicany.DynArrayImpl
class DynArrayImpl extends com.sun.corba.se.impl.dynamicany.DynAnyCollectionImpl implements Serializable -
Class com.sun.corba.se.impl.dynamicany.DynEnumImpl
class DynEnumImpl extends DynAnyBasicImpl implements Serializable-
Serialized Fields
-
currentEnumeratorIndex
int currentEnumeratorIndex
-
-
-
Class com.sun.corba.se.impl.dynamicany.DynFixedImpl
class DynFixedImpl extends DynAnyBasicImpl implements Serializable -
Class com.sun.corba.se.impl.dynamicany.DynSequenceImpl
class DynSequenceImpl extends com.sun.corba.se.impl.dynamicany.DynAnyCollectionImpl implements Serializable -
Class com.sun.corba.se.impl.dynamicany.DynStructImpl
class DynStructImpl extends com.sun.corba.se.impl.dynamicany.DynAnyComplexImpl implements Serializable -
Class com.sun.corba.se.impl.dynamicany.DynUnionImpl
class DynUnionImpl extends com.sun.corba.se.impl.dynamicany.DynAnyConstructedImpl implements Serializable -
Class com.sun.corba.se.impl.dynamicany.DynValueBoxImpl
class DynValueBoxImpl extends com.sun.corba.se.impl.dynamicany.DynValueCommonImpl implements Serializable -
Class com.sun.corba.se.impl.dynamicany.DynValueImpl
class DynValueImpl extends com.sun.corba.se.impl.dynamicany.DynValueCommonImpl implements Serializable
-
-
Package com.sun.corba.se.impl.encoding
-
Class com.sun.corba.se.impl.encoding.CachedCodeBase
class CachedCodeBase extends _CodeBaseImplBase implements Serializable-
Serialized Fields
-
bases
Hashtable bases
-
conn
CorbaConnection conn
-
delegate
CodeBase delegate
-
fvds
Hashtable fvds
-
implementations
Hashtable implementations
-
-
-
Class com.sun.corba.se.impl.encoding.CDRInputObject
class CDRInputObject extends CDRInputStream implements Serializable-
Serialized Fields
-
corbaConnection
CorbaConnection corbaConnection
-
header
Message header
-
omgWrapper
OMGSystemException omgWrapper
-
orb
ORB orb
-
unmarshaledHeader
boolean unmarshaledHeader
-
wrapper
ORBUtilSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.encoding.CDRInputStream
class CDRInputStream extends InputStream implements Serializable-
Serialized Fields
-
impl
com.sun.corba.se.impl.encoding.CDRInputStreamBase impl
-
messageMediator
CorbaMessageMediator messageMediator
-
-
-
Class com.sun.corba.se.impl.encoding.CDROutputObject
class CDROutputObject extends CorbaOutputObject implements Serializable-
Serialized Fields
-
connection
CorbaConnection connection
-
header
Message header
-
omgWrapper
OMGSystemException omgWrapper
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.encoding.CDROutputStream
class CDROutputStream extends OutputStream implements Serializable-
Serialized Fields
-
corbaMessageMediator
CorbaMessageMediator corbaMessageMediator
-
impl
com.sun.corba.se.impl.encoding.CDROutputStreamBase impl
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.encoding.EncapsInputStream
class EncapsInputStream extends CDRInputStream implements Serializable-
Serialized Fields
-
codeBase
CodeBase codeBase
-
wrapper
ORBUtilSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.encoding.EncapsOutputStream
class EncapsOutputStream extends CDROutputStream implements Serializable -
Class com.sun.corba.se.impl.encoding.TypeCodeInputStream
class TypeCodeInputStream extends EncapsInputStream implements Serializable-
Serialized Fields
-
enclosure
InputStream enclosure
-
isEncapsulation
boolean isEncapsulation
-
typeMap
Map typeMap
-
-
-
Class com.sun.corba.se.impl.encoding.TypeCodeOutputStream
class TypeCodeOutputStream extends EncapsOutputStream implements Serializable-
Serialized Fields
-
enclosure
OutputStream enclosure
-
isEncapsulation
boolean isEncapsulation
-
typeMap
Map typeMap
-
-
-
-
Package com.sun.corba.se.impl.interceptors
-
Class com.sun.corba.se.impl.interceptors.CDREncapsCodec
class CDREncapsCodec extends LocalObject implements Serializable-
Serialized Fields
-
giopVersion
GIOPVersion giopVersion
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.interceptors.ClientRequestInfoImpl
class ClientRequestInfoImpl extends RequestInfoImpl implements Serializable-
Serialized Fields
-
cachedArguments
Parameter[] cachedArguments
-
cachedContexts
String[] cachedContexts
-
cachedEffectiveComponents
HashMap cachedEffectiveComponents
-
cachedEffectiveProfile
TaggedProfile cachedEffectiveProfile
-
cachedEffectiveTargetObject
Object cachedEffectiveTargetObject
-
cachedExceptions
TypeCode[] cachedExceptions
-
cachedOperationContext
String[] cachedOperationContext
-
cachedReceivedException
Any cachedReceivedException
-
cachedReceivedExceptionId
String cachedReceivedExceptionId
-
cachedReplyServiceContexts
HashMap cachedReplyServiceContexts
-
cachedRequestServiceContexts
HashMap cachedRequestServiceContexts
-
cachedResult
Any cachedResult
-
cachedTargetObject
Object cachedTargetObject
-
diiInitiate
boolean diiInitiate
-
entryCount
int entryCount
-
messageMediator
CorbaMessageMediator messageMediator
-
piCurrentPushed
boolean piCurrentPushed
-
request
Request request
-
retryRequest
RetryType retryRequest
-
-
-
Class com.sun.corba.se.impl.interceptors.CodecFactoryImpl
class CodecFactoryImpl extends LocalObject implements Serializable-
Serialized Fields
-
codecs
Codec[] codecs
-
orb
ORB orb
-
wrapper
ORBUtilSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.interceptors.IORInfoImpl
class IORInfoImpl extends LocalObject implements Serializable-
Serialized Fields
-
adapter
ObjectAdapter adapter
-
omgWrapper
OMGSystemException omgWrapper
-
orb
ORB orb
-
orbutilWrapper
ORBUtilSystemException orbutilWrapper
-
state
int state
-
wrapper
InterceptorsSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.interceptors.ORBInitInfoImpl
class ORBInitInfoImpl extends LocalObject implements Serializable-
Serialized Fields
-
args
String[] args
-
codecFactory
CodecFactory codecFactory
-
omgWrapper
OMGSystemException omgWrapper
-
orb
ORB orb
-
orbId
String orbId
-
orbutilWrapper
ORBUtilSystemException orbutilWrapper
-
stage
int stage
-
wrapper
InterceptorsSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.interceptors.PICurrent
class PICurrent extends LocalObject implements Serializable-
Serialized Fields
-
myORB
ORB myORB
-
orbInitializing
boolean orbInitializing
-
slotCounter
int slotCounter
-
threadLocalSlotTable
ThreadLocal threadLocalSlotTable
-
wrapper
OMGSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.interceptors.RequestInfoImpl
class RequestInfoImpl extends LocalObject implements Serializable-
Serialized Fields
-
alreadyExecuted
boolean alreadyExecuted
-
connection
Connection connection
-
currentExecutionPoint
int currentExecutionPoint
-
endingPointCall
int endingPointCall
-
exception
Exception exception
-
flowStackIndex
int flowStackIndex
-
forwardRequest
ForwardRequest forwardRequest
-
forwardRequestIOR
IOR forwardRequestIOR
-
intermediatePointCall
int intermediatePointCall
-
myORB
ORB myORB
-
replyStatus
short replyStatus
-
serviceContexts
ServiceContexts serviceContexts
-
slotTable
SlotTable slotTable
-
startingPointCall
int startingPointCall
-
stdWrapper
OMGSystemException stdWrapper
-
wrapper
InterceptorsSystemException wrapper
-
-
-
Class com.sun.corba.se.impl.interceptors.ServerRequestInfoImpl
class ServerRequestInfoImpl extends RequestInfoImpl implements Serializable-
Serialized Fields
-
adapterId
byte[] adapterId
-
adapterName
String[] adapterName
-
addReplyServiceContextQueue
ArrayList addReplyServiceContextQueue
-
cachedArguments
Parameter[] cachedArguments
-
cachedReplyServiceContexts
HashMap cachedReplyServiceContexts
-
cachedRequestServiceContexts
HashMap cachedRequestServiceContexts
-
cachedSendingException
Any cachedSendingException
-
dsiArguments
NVList dsiArguments
-
dsiException
Any dsiException
-
dsiResult
Any dsiResult
-
forwardRequestRaisedInEnding
boolean forwardRequestRaisedInEnding
-
isDynamic
boolean isDynamic
-
objectAdapter
ObjectAdapter objectAdapter
-
objectId
byte[] objectId
-
oktemp
ObjectKeyTemplate oktemp
-
replyMessage
ReplyMessage replyMessage
-
request
CorbaMessageMediator request
-
servant
Object servant
-
serverRequestId
int serverRequestId
-
targetMostDerivedInterface
String targetMostDerivedInterface
-
-
-
-
Package com.sun.corba.se.impl.io
-
Class com.sun.corba.se.impl.io.FVDCodeBaseImpl
class FVDCodeBaseImpl extends _CodeBaseImplBase implements Serializable -
Class com.sun.corba.se.impl.io.ObjectStreamClass
class ObjectStreamClass extends Object implements Serializable- serialVersionUID:
- -6120832682080437368L
-
Serialization Methods
-
readResolve
-
writeReplace
-
-
Serialized Fields
-
actualSuid
long actualSuid
-
actualSuidStr
String actualSuidStr
-
externalizable
boolean externalizable
-
fields
ObjectStreamField[] fields
-
forProxyClass
boolean forProxyClass
-
hasExternalizableBlockData
boolean hasExternalizableBlockData
-
initialized
boolean initialized
Flag indicating whether or not this instance has successfully completed initialization. This is to try to fix bug 4373844. Working to move to reusing java.io.ObjectStreamClass for JDK 1.5. -
isEnum
boolean isEnum
true if represents enum type -
localClassDesc
ObjectStreamClass localClassDesc
-
lock
Object lock
-
name
String name
-
objFields
int objFields
-
ofClass
Class<?> ofClass
-
primBytes
int primBytes
-
rmiiiopOptionalDataRepId
String rmiiiopOptionalDataRepId
Beginning in Java to IDL ptc/02-01-12, RMI-IIOP has a stream format version 2 which puts a fake valuetype around a Serializable's optional custom data. This valuetype has a special repository ID made from the Serializable's information which we are pre-computing and storing here. -
serializable
boolean serializable
-
suid
long suid
-
suidStr
String suidStr
-
superclass
ObjectStreamClass superclass
-
-
Exception com.sun.corba.se.impl.io.OptionalDataException
class OptionalDataException extends IOException implements Serializable-
Serialized Fields
-
eof
boolean eof
True if there is no more data in the buffered part of the stream. -
length
int length
The number of bytes of primitive data available to be read in the current buffer.
-
-
-
Error com.sun.corba.se.impl.io.TypeMismatchException
class TypeMismatchException extends Error implements Serializable
-
-
Package com.sun.corba.se.impl.ior
-
Class com.sun.corba.se.impl.ior.ObjectReferenceFactoryImpl
class ObjectReferenceFactoryImpl extends ObjectReferenceProducerBase implements Serializable -
Class com.sun.corba.se.impl.ior.ObjectReferenceTemplateImpl
class ObjectReferenceTemplateImpl extends ObjectReferenceProducerBase implements Serializable
-
-
Package com.sun.corba.se.impl.naming.pcosnaming
-
Class com.sun.corba.se.impl.naming.pcosnaming.InternalBindingKey
class InternalBindingKey extends Object implements Serializable- serialVersionUID:
- -5410796631793704055L
-
Class com.sun.corba.se.impl.naming.pcosnaming.InternalBindingValue
class InternalBindingValue extends Object implements Serializable-
Serialized Fields
-
strObjectRef
String strObjectRef
-
theBindingType
BindingType theBindingType
-
-
-
Class com.sun.corba.se.impl.naming.pcosnaming.NamingContextImpl
class NamingContextImpl extends NamingContextExtPOA implements Serializable -
Class com.sun.corba.se.impl.naming.pcosnaming.ServantManagerImpl
class ServantManagerImpl extends LocalObject implements Serializable- serialVersionUID:
- 4028710359865748280L
-
Serialized Fields
-
contexts
Hashtable contexts
-
counter
int counter
-
counterDb
com.sun.corba.se.impl.naming.pcosnaming.CounterDB counterDb
-
logDir
File logDir
-
orb
ORB orb
-
theNameService
NameService theNameService
-
-
-
Package com.sun.corba.se.impl.oa.poa
-
Class com.sun.corba.se.impl.oa.poa.POACurrent
class POACurrent extends ObjectImpl implements Serializable-
Serialized Fields
-
orb
ORB orb
-
wrapper
POASystemException wrapper
-
-
-
Class com.sun.corba.se.impl.oa.poa.POAImpl
class POAImpl extends ObjectAdapterBase implements Serializable-
Serialized Fields
-
activator
AdapterActivator activator
-
adapterActivatorCV
CondVar adapterActivatorCV
-
beingDestroyedCV
CondVar beingDestroyedCV
-
children
Map children
-
debug
boolean debug
-
invocationCount
int invocationCount
-
invokeCV
CondVar invokeCV
-
isDestroying
ThreadLocal isDestroying
-
manager
POAManagerImpl manager
-
mediator
POAPolicyMediator mediator
-
name
String name
-
numLevels
int numLevels
-
parent
POAImpl parent
-
poaId
ObjectAdapterId poaId
-
poaMutex
Sync poaMutex
-
state
int state
-
uniquePOAId
int uniquePOAId
-
-
-
Class com.sun.corba.se.impl.oa.poa.POAManagerImpl
class POAManagerImpl extends LocalObject implements Serializable-
Serialized Fields
-
debug
boolean debug
-
explicitStateChange
boolean explicitStateChange
-
factory
POAFactory factory
-
myId
int myId
-
nInvocations
int nInvocations
-
nWaiters
int nWaiters
-
pihandler
PIHandler pihandler
-
poas
Set poas
-
state
State state
-
-
-
Class com.sun.corba.se.impl.oa.poa.RequestProcessingPolicyImpl
class RequestProcessingPolicyImpl extends LocalObject implements Serializable-
Serialized Fields
-
value
RequestProcessingPolicyValue value
-
-
-
-
Package com.sun.corba.se.impl.orb
-
Class com.sun.corba.se.impl.orb.ParserTable.TestORBInitializer1
class TestORBInitializer1 extends LocalObject implements Serializable -
Class com.sun.corba.se.impl.orb.ParserTable.TestORBInitializer2
class TestORBInitializer2 extends LocalObject implements Serializable
-
-
Package com.sun.corba.se.impl.orbutil
-
Class com.sun.corba.se.impl.orbutil.ObjectStreamClass_1_3_1
class ObjectStreamClass_1_3_1 extends Object implements Serializable- serialVersionUID:
- -6120832682080437368L
-
Serialization Methods
-
readResolve
-
writeReplace
-
-
Serialized Fields
-
actualSuid
long actualSuid
-
actualSuidStr
String actualSuidStr
-
externalizable
boolean externalizable
-
fields
com.sun.corba.se.impl.orbutil.ObjectStreamField[] fields
-
forProxyClass
boolean forProxyClass
-
hasExternalizableBlockData
boolean hasExternalizableBlockData
-
hasWriteObjectMethod
boolean hasWriteObjectMethod
-
localClassDesc
ObjectStreamClass_1_3_1 localClassDesc
-
lock
Object lock
-
name
String name
-
objFields
int objFields
-
ofClass
Class<?> ofClass
-
primBytes
int primBytes
-
readObjectMethod
Method readObjectMethod
-
serializable
boolean serializable
-
suid
long suid
-
suidStr
String suidStr
-
superclass
ObjectStreamClass_1_3_1 superclass
-
writeObjectMethod
Method writeObjectMethod
-
-
-
Package com.sun.corba.se.impl.orbutil.threadpool
-
Exception com.sun.corba.se.impl.orbutil.threadpool.TimeoutException
class TimeoutException extends Exception implements Serializable
-
-
Package com.sun.corba.se.impl.presentation.rmi
-
Class com.sun.corba.se.impl.presentation.rmi.DynamicAccessPermission
class DynamicAccessPermission extends BasicPermission implements Serializable -
Class com.sun.corba.se.impl.presentation.rmi.DynamicStubImpl
class DynamicStubImpl extends ObjectImpl implements Serializable- serialVersionUID:
- 4852612040012087675L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readResolve
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ior
StubIORImpl ior
-
self
DynamicStub self
-
typeIds
String[] typeIds
-
-
Exception com.sun.corba.se.impl.presentation.rmi.IDLTypeException
class IDLTypeException extends Exception implements Serializable
-
-
Package com.sun.corba.se.impl.protocol
-
Exception com.sun.corba.se.impl.protocol.AddressingDispositionException
class AddressingDispositionException extends RuntimeException implements Serializable-
Serialized Fields
-
expectedAddrDisp
short expectedAddrDisp
-
-
-
Exception com.sun.corba.se.impl.protocol.RequestCanceledException
class RequestCanceledException extends RuntimeException implements Serializable-
Serialized Fields
-
requestId
int requestId
-
-
-
-
Package com.sun.corba.se.impl.protocol.giopmsgheaders
-
Class com.sun.corba.se.impl.protocol.giopmsgheaders.IORAddressingInfo
class IORAddressingInfo extends Object implements Serializable-
Serialized Fields
-
ior
IOR ior
-
selected_profile_index
int selected_profile_index
-
-
-
Class com.sun.corba.se.impl.protocol.giopmsgheaders.TargetAddress
class TargetAddress extends Object implements Serializable-
Serialized Fields
-
___ior
IORAddressingInfo ___ior
-
___object_key
byte[] ___object_key
-
___profile
TaggedProfile ___profile
-
__discriminator
short __discriminator
-
__uninitialized
boolean __uninitialized
-
-
-
-
Package com.sun.corba.se.impl.util
-
Class com.sun.corba.se.impl.util.RepositoryIdCache
class RepositoryIdCache extends Hashtable implements Serializable-
Serialized Fields
-
pool
com.sun.corba.se.impl.util.RepositoryIdPool pool
-
-
-
-
Package com.sun.corba.se.spi.activation
-
Class com.sun.corba.se.spi.activation._ActivatorStub
class _ActivatorStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class com.sun.corba.se.spi.activation._InitialNameServiceStub
class _InitialNameServiceStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class com.sun.corba.se.spi.activation._LocatorStub
class _LocatorStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class com.sun.corba.se.spi.activation._RepositoryImplBase
class _RepositoryImplBase extends ObjectImpl implements Serializable -
Class com.sun.corba.se.spi.activation._RepositoryStub
class _RepositoryStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class com.sun.corba.se.spi.activation._ServerImplBase
class _ServerImplBase extends ObjectImpl implements Serializable -
Class com.sun.corba.se.spi.activation._ServerManagerImplBase
class _ServerManagerImplBase extends ObjectImpl implements Serializable -
Class com.sun.corba.se.spi.activation._ServerManagerStub
class _ServerManagerStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class com.sun.corba.se.spi.activation._ServerStub
class _ServerStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Exception com.sun.corba.se.spi.activation.BadServerDefinition
class BadServerDefinition extends UserException implements Serializable-
Serialized Fields
-
reason
String reason
-
-
-
Class com.sun.corba.se.spi.activation.EndPointInfo
class EndPointInfo extends Object implements Serializable-
Serialized Fields
-
endpointType
String endpointType
-
port
int port
-
-
-
Exception com.sun.corba.se.spi.activation.InvalidORBid
class InvalidORBid extends UserException implements Serializable -
Exception com.sun.corba.se.spi.activation.NoSuchEndPoint
class NoSuchEndPoint extends UserException implements Serializable -
Exception com.sun.corba.se.spi.activation.ORBAlreadyRegistered
class ORBAlreadyRegistered extends UserException implements Serializable-
Serialized Fields
-
orbId
String orbId
-
-
-
Class com.sun.corba.se.spi.activation.ORBPortInfo
class ORBPortInfo extends Object implements Serializable-
Serialized Fields
-
orbId
String orbId
-
port
int port
-
-
-
Exception com.sun.corba.se.spi.activation.ServerAlreadyActive
class ServerAlreadyActive extends UserException implements Serializable-
Serialized Fields
-
serverId
int serverId
-
-
-
Exception com.sun.corba.se.spi.activation.ServerAlreadyInstalled
class ServerAlreadyInstalled extends UserException implements Serializable-
Serialized Fields
-
serverId
int serverId
-
-
-
Exception com.sun.corba.se.spi.activation.ServerAlreadyRegistered
class ServerAlreadyRegistered extends UserException implements Serializable-
Serialized Fields
-
serverId
int serverId
-
-
-
Exception com.sun.corba.se.spi.activation.ServerAlreadyUninstalled
class ServerAlreadyUninstalled extends UserException implements Serializable-
Serialized Fields
-
serverId
int serverId
-
-
-
Exception com.sun.corba.se.spi.activation.ServerHeldDown
class ServerHeldDown extends UserException implements Serializable-
Serialized Fields
-
serverId
int serverId
-
-
-
Exception com.sun.corba.se.spi.activation.ServerNotActive
class ServerNotActive extends UserException implements Serializable-
Serialized Fields
-
serverId
int serverId
-
-
-
Exception com.sun.corba.se.spi.activation.ServerNotRegistered
class ServerNotRegistered extends UserException implements Serializable-
Serialized Fields
-
serverId
int serverId
-
-
-
-
Package com.sun.corba.se.spi.activation.InitialNameServicePackage
-
Exception com.sun.corba.se.spi.activation.InitialNameServicePackage.NameAlreadyBound
class NameAlreadyBound extends UserException implements Serializable
-
-
Package com.sun.corba.se.spi.activation.LocatorPackage
-
Class com.sun.corba.se.spi.activation.LocatorPackage.ServerLocation
class ServerLocation extends Object implements Serializable-
Serialized Fields
-
hostname
String hostname
-
ports
ORBPortInfo[] ports
-
-
-
Class com.sun.corba.se.spi.activation.LocatorPackage.ServerLocationPerORB
class ServerLocationPerORB extends Object implements Serializable-
Serialized Fields
-
hostname
String hostname
-
ports
EndPointInfo[] ports
-
-
-
-
Package com.sun.corba.se.spi.activation.RepositoryPackage
-
Class com.sun.corba.se.spi.activation.RepositoryPackage.ServerDef
class ServerDef extends Object implements Serializable
-
-
Package com.sun.corba.se.spi.copyobject
-
Exception com.sun.corba.se.spi.copyobject.ReflectiveCopyException
class ReflectiveCopyException extends Exception implements Serializable
-
-
Package com.sun.corba.se.spi.encoding
-
Class com.sun.corba.se.spi.encoding.CorbaInputObject
class CorbaInputObject extends CDRInputStream implements Serializable -
Class com.sun.corba.se.spi.encoding.CorbaOutputObject
class CorbaOutputObject extends CDROutputStream implements Serializable
-
-
Package com.sun.corba.se.spi.extension
-
Class com.sun.corba.se.spi.extension.CopyObjectPolicy
class CopyObjectPolicy extends LocalObject implements Serializable-
Serialized Fields
-
value
int value
-
-
-
Class com.sun.corba.se.spi.extension.RequestPartitioningPolicy
class RequestPartitioningPolicy extends LocalObject implements Serializable-
Serialized Fields
-
value
int value
-
-
-
Class com.sun.corba.se.spi.extension.ServantCachingPolicy
class ServantCachingPolicy extends LocalObject implements Serializable-
Serialized Fields
-
type
int type
-
-
-
Class com.sun.corba.se.spi.extension.ZeroPortPolicy
class ZeroPortPolicy extends LocalObject implements Serializable-
Serialized Fields
-
flag
boolean flag
-
-
-
-
Package com.sun.corba.se.spi.legacy.connection
-
Exception com.sun.corba.se.spi.legacy.connection.GetEndPointInfoAgainException
class GetEndPointInfoAgainException extends Exception implements Serializable-
Serialized Fields
-
socketInfo
SocketInfo socketInfo
-
-
-
-
Package com.sun.corba.se.spi.legacy.interceptor
-
Exception com.sun.corba.se.spi.legacy.interceptor.UnknownType
class UnknownType extends Exception implements Serializable
-
-
Package com.sun.corba.se.spi.oa
-
Exception com.sun.corba.se.spi.oa.OADestroyed
class OADestroyed extends Exception implements Serializable
-
-
Package com.sun.corba.se.spi.orbutil.proxy
-
Class com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl
class CompositeInvocationHandlerImpl extends Object implements Serializable- serialVersionUID:
- 4571178305984833743L
-
Serialized Fields
-
classToInvocationHandler
Map classToInvocationHandler
-
defaultHandler
InvocationHandler defaultHandler
-
-
-
Package com.sun.corba.se.spi.orbutil.threadpool
-
Exception com.sun.corba.se.spi.orbutil.threadpool.NoSuchThreadPoolException
class NoSuchThreadPoolException extends Exception implements Serializable -
Exception com.sun.corba.se.spi.orbutil.threadpool.NoSuchWorkQueueException
class NoSuchWorkQueueException extends Exception implements Serializable
-
-
Package com.sun.corba.se.spi.protocol
-
Exception com.sun.corba.se.spi.protocol.ForwardException
class ForwardException extends RuntimeException implements Serializable
-
-
Package com.sun.istack
-
Class com.sun.istack.FinalArrayList
- serialVersionUID:
- -540534530037816397L
-
Exception com.sun.istack.SAXException2
class SAXException2 extends SAXException implements Serializable- serialVersionUID:
- -707119042406163844L
-
Exception com.sun.istack.SAXParseException2
class SAXParseException2 extends SAXParseException implements Serializable- serialVersionUID:
- 1304853690034671001L
-
Exception com.sun.istack.XMLStreamException2
class XMLStreamException2 extends XMLStreamException implements Serializable- serialVersionUID:
- 1409033131880742500L
-
-
Package com.sun.org.omg.CORBA
-
Class com.sun.org.omg.CORBA._IDLTypeStub
class _IDLTypeStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
-
writeObject
-
-
-
Class com.sun.org.omg.CORBA.AttributeDescription
class AttributeDescription extends Object implements Serializable -
Class com.sun.org.omg.CORBA.AttributeMode
class AttributeMode extends Object implements Serializable-
Serialized Fields
-
__value
int __value
-
-
-
Class com.sun.org.omg.CORBA.ExceptionDescription
class ExceptionDescription extends Object implements Serializable -
Class com.sun.org.omg.CORBA.Initializer
class Initializer extends Object implements Serializable-
Serialized Fields
-
members
StructMember[] members
-
name
String name
-
-
-
Class com.sun.org.omg.CORBA.OperationDescription
class OperationDescription extends Object implements Serializable-
Serialized Fields
-
contexts
String[] contexts
-
defined_in
String defined_in
-
exceptions
ExceptionDescription[] exceptions
-
id
String id
-
mode
OperationMode mode
-
name
String name
-
parameters
ParameterDescription[] parameters
-
result
TypeCode result
-
version
String version
-
-
-
Class com.sun.org.omg.CORBA.OperationMode
class OperationMode extends Object implements Serializable-
Serialized Fields
-
__value
int __value
-
-
-
Class com.sun.org.omg.CORBA.ParameterDescription
class ParameterDescription extends Object implements Serializable-
Serialized Fields
-
mode
ParameterMode mode
-
name
String name
-
type
TypeCode type
-
type_def
IDLType type_def
-
-
-
Class com.sun.org.omg.CORBA.ParameterMode
class ParameterMode extends Object implements Serializable-
Serialized Fields
-
__value
int __value
-
-
-
-
Package com.sun.org.omg.CORBA.ValueDefPackage
-
Class com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription
class FullValueDescription extends Object implements Serializable-
Serialized Fields
-
abstract_base_values
String[] abstract_base_values
-
attributes
AttributeDescription[] attributes
-
base_value
String base_value
-
defined_in
String defined_in
-
id
String id
-
initializers
Initializer[] initializers
-
is_abstract
boolean is_abstract
-
is_custom
boolean is_custom
-
is_truncatable
boolean is_truncatable
-
members
ValueMember[] members
-
name
String name
-
operations
OperationDescription[] operations
-
supported_interfaces
String[] supported_interfaces
-
type
TypeCode type
-
version
String version
-
-
-
-
Package com.sun.org.omg.SendingContext
-
Class com.sun.org.omg.SendingContext._CodeBaseImplBase
class _CodeBaseImplBase extends ObjectImpl implements Serializable -
Class com.sun.org.omg.SendingContext._CodeBaseStub
class _CodeBaseStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
-
writeObject
-
-
-
-
Package com.sun.tools.corba.se.idl
-
Exception com.sun.tools.corba.se.idl.InvalidArgument
class InvalidArgument extends Exception implements Serializable-
Serialized Fields
-
message
String message
-
-
-
Exception com.sun.tools.corba.se.idl.InvalidCharacter
class InvalidCharacter extends IOException implements Serializable-
Serialized Fields
-
message
String message
-
-
-
-
Package com.sun.tools.corba.se.idl.constExpr
-
Exception com.sun.tools.corba.se.idl.constExpr.EvaluationException
class EvaluationException extends Exception implements Serializable
-
-
Package com.sun.tools.rngdatatype
-
Exception com.sun.tools.rngdatatype.DatatypeException
class DatatypeException extends Exception implements Serializable- serialVersionUID:
- -6036466759898047370L
-
Serialized Fields
-
index
int index
-
-
-
Package com.sun.tools.rngom.ast.builder
-
Exception com.sun.tools.rngom.ast.builder.BuildException
class BuildException extends RuntimeException implements Serializable- serialVersionUID:
- -2335066797269369766L
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Package com.sun.tools.rngom.digested
-
Exception com.sun.tools.rngom.digested.DXMLPrinter.XMLWriterException
class XMLWriterException extends RuntimeException implements Serializable- serialVersionUID:
- -6182580269873640348L
-
-
Package com.sun.tools.rngom.nc
-
Class com.sun.tools.rngom.nc.AnyNameExceptNameClass
class AnyNameExceptNameClass extends NameClass implements Serializable- serialVersionUID:
- 641375958519870109L
-
Serialized Fields
-
nameClass
NameClass nameClass
-
-
Class com.sun.tools.rngom.nc.ChoiceNameClass
class ChoiceNameClass extends NameClass implements Serializable- serialVersionUID:
- 6131402436437748085L
-
Class com.sun.tools.rngom.nc.NameClass
class NameClass extends Object implements Serializable- serialVersionUID:
- -8327594277689361653L
-
Class com.sun.tools.rngom.nc.NsNameClass
class NsNameClass extends NameClass implements Serializable- serialVersionUID:
- -728446798893492026L
-
Serialized Fields
-
namespaceUri
String namespaceUri
-
-
Class com.sun.tools.rngom.nc.NsNameExceptNameClass
class NsNameExceptNameClass extends NameClass implements Serializable- serialVersionUID:
- -5798429257214762521L
-
Class com.sun.tools.rngom.nc.SimpleNameClass
class SimpleNameClass extends NameClass implements Serializable- serialVersionUID:
- -1776408159849453340L
-
Serialized Fields
-
name
QName name
-
-
-
Package com.sun.tools.rngom.parse
-
Exception com.sun.tools.rngom.parse.IllegalSchemaException
class IllegalSchemaException extends Exception implements Serializable- serialVersionUID:
- -848449240388007175L
-
-
Package com.sun.tools.rngom.parse.compact
-
Exception com.sun.tools.rngom.parse.compact.EOFException
class EOFException extends IOException implements Serializable- serialVersionUID:
- -2261064999719670646L
-
Exception com.sun.tools.rngom.parse.compact.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class com.sun.tools.rngom.parse.compact.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error com.sun.tools.rngom.parse.compact.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package com.sun.tools.xjc
-
Exception com.sun.tools.xjc.AbortException
class AbortException extends RuntimeException implements Serializable- serialVersionUID:
- -335027176514421642L
-
Exception com.sun.tools.xjc.BadCommandLineException
class BadCommandLineException extends Exception implements Serializable- serialVersionUID:
- 8088500733830641442L
-
Serialized Fields
-
options
Options options
-
-
-
Package com.sun.tools.xjc.model
-
Class com.sun.tools.xjc.model.CCustomizations
- serialVersionUID:
- 7551826676482019240L
-
Serialized Fields
-
next
CCustomizations next
AllCCustomizationsused by aModelform a single linked list so that we can look for unacknowledged customizations later.- See Also:
-
CPluginCustomization.markAsAcknowledged()CCustomizations.setParent(Model,CCustomizable)
-
owner
CCustomizable owner
The owner model component that carries these customizations.
-
-
-
Package com.sun.xml.messaging.saaj
-
Exception com.sun.xml.messaging.saaj.SOAPExceptionImpl
class SOAPExceptionImpl extends SOAPException implements Serializable- serialVersionUID:
- 449323096527796613L
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Package com.sun.xml.messaging.saaj.packaging.mime
-
Exception com.sun.xml.messaging.saaj.packaging.mime.MessagingException
class MessagingException extends Exception implements Serializable- serialVersionUID:
- 6248253386214122360L
-
Serialized Fields
-
next
Exception next
The next exception in the chain.
-
-
-
Package com.sun.xml.messaging.saaj.packaging.mime.internet
-
Exception com.sun.xml.messaging.saaj.packaging.mime.internet.ParseException
class ParseException extends MessagingException implements Serializable- serialVersionUID:
- -5986507770568208734L
-
-
Package com.sun.xml.messaging.saaj.soap
-
Class com.sun.xml.messaging.saaj.soap.GifDataContentHandler
class GifDataContentHandler extends Component implements Serializable- serialVersionUID:
- -8698473820462938913L
-
Class com.sun.xml.messaging.saaj.soap.ImageDataContentHandler
class ImageDataContentHandler extends Component implements Serializable- serialVersionUID:
- -1032466256223569148L
-
Serialized Fields
-
flavor
ActivationDataFlavor[] flavor
-
-
Class com.sun.xml.messaging.saaj.soap.JpegDataContentHandler
class JpegDataContentHandler extends Component implements Serializable- serialVersionUID:
- 1658381224344887691L
-
Exception com.sun.xml.messaging.saaj.soap.SOAPIOException
class SOAPIOException extends IOException implements Serializable- serialVersionUID:
- -5636159039553977703L
-
Serialized Fields
-
soapException
SOAPExceptionImpl soapException
-
-
Exception com.sun.xml.messaging.saaj.soap.SOAPVersionMismatchException
class SOAPVersionMismatchException extends SOAPExceptionImpl implements Serializable- serialVersionUID:
- -3681495393703865847L
-
-
Package com.sun.xml.messaging.saaj.soap.impl
-
Exception com.sun.xml.messaging.saaj.soap.impl.TreeException
class TreeException extends RuntimeException implements Serializable- serialVersionUID:
- 6266801046219021219L
-
-
Package com.sun.xml.messaging.saaj.util
-
Class com.sun.xml.messaging.saaj.util.FinalArrayList
- serialVersionUID:
- -4515171066879191101L
-
Class com.sun.xml.messaging.saaj.util.JaxmURI
class JaxmURI extends Object implements Serializable- serialVersionUID:
- -4759316425394589529L
-
Serialized Fields
-
m_fragment
String m_fragment
If specified, stores the fragment for this URI; otherwise null -
m_host
String m_host
If specified, stores the host for this URI; otherwise null -
m_path
String m_path
If specified, stores the path for this URI; otherwise null -
m_port
int m_port
If specified, stores the port for this URI; otherwise -1 -
m_queryString
String m_queryString
If specified, stores the query string for this URI; otherwise null. -
m_scheme
String m_scheme
Stores the scheme (usually the protocol) for this URI. -
m_userinfo
String m_userinfo
If specified, stores the userinfo for this URI; otherwise null
-
-
Exception com.sun.xml.messaging.saaj.util.JaxmURI.MalformedURIException
class MalformedURIException extends IOException implements Serializable- serialVersionUID:
- -4328958620562292564L
-
-
Package com.sun.xml.txw2
-
Exception com.sun.xml.txw2.IllegalAnnotationException
class IllegalAnnotationException extends TxwException implements Serializable- serialVersionUID:
- 1L
-
Exception com.sun.xml.txw2.IllegalSignatureException
class IllegalSignatureException extends TxwException implements Serializable- serialVersionUID:
- 1L
-
Exception com.sun.xml.txw2.TxwException
class TxwException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.sun.xml.xsom.impl.scd
-
Exception com.sun.xml.xsom.impl.scd.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- -1892857266151029978L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
List<String> tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Error com.sun.xml.xsom.impl.scd.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- -7661331941187774350L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package com.sun.xml.xsom.impl.util
-
Class com.sun.xml.xsom.impl.util.SchemaTreeTraverser.SchemaRootNode
class SchemaRootNode extends SchemaTreeTraverser.SchemaTreeNode implements Serializable- serialVersionUID:
- -4869737965361647583L
-
Class com.sun.xml.xsom.impl.util.SchemaTreeTraverser.SchemaTreeCellRenderer
class SchemaTreeCellRenderer extends JPanel implements Serializable- serialVersionUID:
- 865538344984392435L
-
Serialized Fields
-
iconLabel
JLabel iconLabel
The icon label. -
isSelected
boolean isSelected
The selection indicator. -
nameFont
Font nameFont
Default font for the text label. -
nameLabel
JLabel nameLabel
The text label -
selectedBackground
Color selectedBackground
Background color for selected cells (light brown). -
selectedForeground
Color selectedForeground
Foreground color for selected cells, both text and border (dark brown).
-
-
Class com.sun.xml.xsom.impl.util.SchemaTreeTraverser.SchemaTreeModel
class SchemaTreeModel extends DefaultTreeModel implements Serializable- serialVersionUID:
- 3202903011416748633L
-
Class com.sun.xml.xsom.impl.util.SchemaTreeTraverser.SchemaTreeNode
class SchemaTreeNode extends DefaultMutableTreeNode implements Serializable- serialVersionUID:
- 5119501381189181864L
-
-
Package de.dentrassi.crypto.pem
-
Class de.dentrassi.crypto.pem.PemKeyStoreProvider
class PemKeyStoreProvider extends Provider implements Serializable- serialVersionUID:
- 1L
-
-
Package io.smallrye.reactive.messaging.annotations
-
Class io.smallrye.reactive.messaging.annotations.EmitterFactoryFor.Literal
-
Serialized Fields
-
value
Class<?> value
-
-
-
-
Package io.undertow
-
Class io.undertow.UndertowLogger_$logger
class UndertowLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class io.undertow.UndertowMessages_$bundle
class UndertowMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package io.undertow.attribute
-
Exception io.undertow.attribute.ReadOnlyAttributeException
class ReadOnlyAttributeException extends Exception implements Serializable
-
-
Package io.undertow.client
-
Class io.undertow.client.UndertowClientMessages_$bundle
class UndertowClientMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package io.undertow.io
-
Exception io.undertow.io.Receiver.RequestToLargeException
class RequestToLargeException extends IOException implements Serializable
-
-
Package io.undertow.protocols.http2
-
Exception io.undertow.protocols.http2.ConnectionErrorException
class ConnectionErrorException extends IOException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception io.undertow.protocols.http2.HpackException
class HpackException extends Exception implements Serializable-
Serialized Fields
-
closeCode
int closeCode
-
-
-
Exception io.undertow.protocols.http2.StreamErrorException
class StreamErrorException extends IOException implements Serializable-
Serialized Fields
-
errorId
int errorId
-
-
-
-
Package io.undertow.security.api
-
Class io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession
class AuthenticatedSession extends Object implements Serializable
-
-
Package io.undertow.security.idm
-
Class io.undertow.security.idm.ExternalCredential
class ExternalCredential extends Object implements Serializable
-
-
Package io.undertow.server
-
Exception io.undertow.server.RenegotiationRequiredException
class RenegotiationRequiredException extends Exception implements Serializable -
Exception io.undertow.server.RequestTooBigException
class RequestTooBigException extends IOException implements Serializable -
Exception io.undertow.server.TruncatedResponseException
class TruncatedResponseException extends IOException implements Serializable
-
-
Package io.undertow.server.handlers.form
-
Exception io.undertow.server.handlers.form.MultiPartParserDefinition.FileTooLargeException
class FileTooLargeException extends IOException implements Serializable
-
-
Package io.undertow.server.protocol.http
-
Class io.undertow.server.protocol.http.CacheMap
- serialVersionUID:
- 1L
-
Serialized Fields
-
capacity
int capacity
-
-
-
Package io.undertow.servlet
-
Class io.undertow.servlet.UndertowServletLogger_$logger
class UndertowServletLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class io.undertow.servlet.UndertowServletMessages_$bundle
class UndertowServletMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package io.undertow.servlet.handlers
-
Class io.undertow.servlet.handlers.DefaultServlet
class DefaultServlet extends HttpServlet implements Serializable-
Serialized Fields
-
allowed
Set<String> allowed
-
allowPost
boolean allowPost
-
defaultAllowed
boolean defaultAllowed
-
deployment
Deployment deployment
-
directoryListingEnabled
boolean directoryListingEnabled
-
disallowed
Set<String> disallowed
-
resolveAgainstContextRoot
boolean resolveAgainstContextRoot
-
resourceSupplier
ResourceSupplier resourceSupplier
-
-
-
-
Package io.undertow.servlet.util
-
Class io.undertow.servlet.util.SavedRequest
class SavedRequest extends Object implements Serializable-
Serialized Fields
-
data
byte[] data
-
dataLength
int dataLength
-
headerMap
HashMap<HttpString,
List<String>> headerMap -
method
HttpString method
-
requestPath
String requestPath
-
-
-
-
Package io.undertow.servlet.websockets
-
Class io.undertow.servlet.websockets.WebSocketServlet
class WebSocketServlet extends HttpServlet implements Serializable-
Serialized Fields
-
callback
WebSocketConnectionCallback callback
-
handshakes
List<Handshake> handshakes
-
peerConnections
Set<WebSocketChannel> peerConnections
-
-
-
-
Package io.undertow.util
-
Exception io.undertow.util.BadRequestException
class BadRequestException extends Exception implements Serializable -
Class io.undertow.util.ConcurrentDirectDeque
-
Class io.undertow.util.FastConcurrentDirectDeque
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
Reconstitutes this deque from a stream (that is, deserializes it).- Parameters:
s- the stream- Throws:
ClassNotFoundException- if the class of a serialized object could not be foundIOException- if an I/O error occurs
-
writeObject
Saves this deque to a stream (that is, serializes it).- Serial Data:
- All of the elements (each an
E) in the proper order, followed by a null - Parameters:
s- the stream- Throws:
IOException- if an I/O error occurs
-
-
Class io.undertow.util.HttpString
class HttpString extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundExceptionIOException
-
-
Serialized Fields
-
bytes
byte[] bytes
-
orderInt
int orderInt
And integer that is only set for well known header to make comparison fast
-
-
Exception io.undertow.util.MalformedMessageException
class MalformedMessageException extends IOException implements Serializable -
Exception io.undertow.util.ParameterLimitException
class ParameterLimitException extends Exception implements Serializable -
Class io.undertow.util.PortableConcurrentDirectDeque
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
Reconstitutes this deque from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves this deque to a stream (that is, serializes it).- Serial Data:
- All of the elements (each an
E) in the proper order, followed by a null - Throws:
IOException
-
-
Exception io.undertow.util.UrlDecodeException
class UrlDecodeException extends IllegalArgumentException implements Serializable
-
-
Package io.undertow.websockets.core
-
Exception io.undertow.websockets.core.InvalidOpCodeException
class InvalidOpCodeException extends WebSocketException implements Serializable -
Exception io.undertow.websockets.core.WebSocketException
class WebSocketException extends IOException implements Serializable- serialVersionUID:
- -6784834646314672530L
-
Exception io.undertow.websockets.core.WebSocketFrameCorruptedException
class WebSocketFrameCorruptedException extends WebSocketException implements Serializable- serialVersionUID:
- -6784834646314476130L
-
Exception io.undertow.websockets.core.WebSocketHandshakeException
class WebSocketHandshakeException extends WebSocketException implements Serializable- serialVersionUID:
- 1L
-
Exception io.undertow.websockets.core.WebSocketInvalidCloseCodeException
class WebSocketInvalidCloseCodeException extends WebSocketException implements Serializable- serialVersionUID:
- -6784834646314476130L
-
Class io.undertow.websockets.core.WebSocketLogger_$logger
class WebSocketLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class io.undertow.websockets.core.WebSocketMessages_$bundle
class WebSocketMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package jakarta.activation
-
Class jakarta.activation.MimeType
class MimeType extends Object implements Externalizable- serialVersionUID:
- 7548163901563814301L
-
Serialization Methods
-
readExternal
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.- Parameters:
in- the ObjectInput object to read from- Throws:
ClassNotFoundException- If the class for an object being restored cannot be found.IOException
-
writeExternal
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.- Parameters:
out- the ObjectOutput object to write to- Throws:
IOException- Includes any I/O exceptions that may occur
-
-
Exception jakarta.activation.MimeTypeParseException
class MimeTypeParseException extends Exception implements Serializable- serialVersionUID:
- 1855296571002626216L
-
Exception jakarta.activation.UnsupportedDataTypeException
class UnsupportedDataTypeException extends IOException implements Serializable- serialVersionUID:
- -3584600599376858820L
-
-
Package jakarta.batch.operations
-
Exception jakarta.batch.operations.BatchRuntimeException
class BatchRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.JobExecutionAlreadyCompleteException
class JobExecutionAlreadyCompleteException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.JobExecutionIsRunningException
class JobExecutionIsRunningException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.JobExecutionNotMostRecentException
class JobExecutionNotMostRecentException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.JobExecutionNotRunningException
class JobExecutionNotRunningException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.JobRestartException
class JobRestartException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.JobSecurityException
class JobSecurityException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.JobStartException
class JobStartException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.NoSuchJobException
class NoSuchJobException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.NoSuchJobExecutionException
class NoSuchJobExecutionException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.batch.operations.NoSuchJobInstanceException
class NoSuchJobInstanceException extends BatchRuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package jakarta.ejb
-
Exception jakarta.ejb.AccessLocalException
class AccessLocalException extends EJBException implements Serializable- serialVersionUID:
- -4089104928924996726L
-
Exception jakarta.ejb.ConcurrentAccessException
class ConcurrentAccessException extends EJBException implements Serializable- serialVersionUID:
- -8980855319866981477L
-
Exception jakarta.ejb.ConcurrentAccessTimeoutException
class ConcurrentAccessTimeoutException extends ConcurrentAccessException implements Serializable- serialVersionUID:
- 7899534274371798660L
-
Exception jakarta.ejb.CreateException
class CreateException extends Exception implements Serializable- serialVersionUID:
- 6295951740865457514L
-
Exception jakarta.ejb.DuplicateKeyException
class DuplicateKeyException extends CreateException implements Serializable- serialVersionUID:
- -7287399994705270076L
-
Exception jakarta.ejb.EJBAccessException
class EJBAccessException extends EJBException implements Serializable- serialVersionUID:
- 4923220329322198628L
-
Exception jakarta.ejb.EJBException
class EJBException extends RuntimeException implements Serializable- serialVersionUID:
- 796770993296843510L
-
Exception jakarta.ejb.EJBTransactionRequiredException
class EJBTransactionRequiredException extends EJBException implements Serializable- serialVersionUID:
- 8880799605373282306L
-
Exception jakarta.ejb.EJBTransactionRolledbackException
class EJBTransactionRolledbackException extends EJBException implements Serializable- serialVersionUID:
- -8301720350425840333L
-
Exception jakarta.ejb.FinderException
class FinderException extends Exception implements Serializable- serialVersionUID:
- 8785983102057433621L
-
Exception jakarta.ejb.IllegalLoopbackException
class IllegalLoopbackException extends ConcurrentAccessException implements Serializable- serialVersionUID:
- -8854624128500916709L
-
Exception jakarta.ejb.NoMoreTimeoutsException
class NoMoreTimeoutsException extends EJBException implements Serializable- serialVersionUID:
- 1373788283844991998L
-
Exception jakarta.ejb.NoSuchEJBException
class NoSuchEJBException extends EJBException implements Serializable- serialVersionUID:
- -4861625171310593950L
-
Exception jakarta.ejb.NoSuchEntityException
class NoSuchEntityException extends EJBException implements Serializable- serialVersionUID:
- -4815730078295420703L
-
Exception jakarta.ejb.NoSuchObjectLocalException
class NoSuchObjectLocalException extends EJBException implements Serializable- serialVersionUID:
- 9151491108833037318L
-
Exception jakarta.ejb.ObjectNotFoundException
class ObjectNotFoundException extends FinderException implements Serializable- serialVersionUID:
- 4624364141026778L
-
Exception jakarta.ejb.RemoveException
class RemoveException extends Exception implements Serializable- serialVersionUID:
- -4581849053220157910L
-
Class jakarta.ejb.ScheduleExpression
class ScheduleExpression extends Object implements Serializable- serialVersionUID:
- -3813254457230997879L
-
Exception jakarta.ejb.TransactionRequiredLocalException
class TransactionRequiredLocalException extends EJBException implements Serializable- serialVersionUID:
- -3884174204131319153L
-
Exception jakarta.ejb.TransactionRolledbackLocalException
class TransactionRolledbackLocalException extends EJBException implements Serializable- serialVersionUID:
- 2897658132751784821L
-
-
Package jakarta.el
-
Class jakarta.el.ELContextEvent
class ELContextEvent extends EventObject implements Serializable- serialVersionUID:
- 1255131906285426769L
-
Exception jakarta.el.ELException
class ELException extends RuntimeException implements Serializable- serialVersionUID:
- -2161386187282690885L
-
Class jakarta.el.Expression
class Expression extends Object implements Serializable- serialVersionUID:
- -6663767980471823812L
-
Class jakarta.el.MethodExpression
class MethodExpression extends Expression implements Serializable- serialVersionUID:
- -1151639017737837708L
-
Exception jakarta.el.MethodNotFoundException
class MethodNotFoundException extends ELException implements Serializable- serialVersionUID:
- 7727548537051164640L
-
Exception jakarta.el.PropertyNotFoundException
class PropertyNotFoundException extends ELException implements Serializable- serialVersionUID:
- 7876728153282609955L
-
Exception jakarta.el.PropertyNotWritableException
class PropertyNotWritableException extends ELException implements Serializable- serialVersionUID:
- 4511862414551151572L
-
Class jakarta.el.ValueExpression
class ValueExpression extends Expression implements Serializable- serialVersionUID:
- -8466802188968516519L
-
Class jakarta.el.ValueReference
class ValueReference extends Object implements Serializable- serialVersionUID:
- -4076659531951367109L
-
-
Package jakarta.enterprise.concurrent
-
Exception jakarta.enterprise.concurrent.AbortedException
class AbortedException extends ExecutionException implements Serializable- serialVersionUID:
- -8248124070283019190L
-
Exception jakarta.enterprise.concurrent.SkippedException
class SkippedException extends ExecutionException implements Serializable- serialVersionUID:
- 6296866815328432550L
-
-
Package jakarta.enterprise.context
-
Class jakarta.enterprise.context.ApplicationScoped.Literal
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.context.BeforeDestroyed.Literal
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Class<? extends Annotation> value
-
-
Exception jakarta.enterprise.context.BusyConversationException
class BusyConversationException extends ContextException implements Serializable- serialVersionUID:
- -3599813072560026919L
-
Exception jakarta.enterprise.context.ContextException
class ContextException extends RuntimeException implements Serializable- serialVersionUID:
- -3599813072560026919L
-
Exception jakarta.enterprise.context.ContextNotActiveException
class ContextNotActiveException extends ContextException implements Serializable- serialVersionUID:
- -3599813072560026919L
-
Class jakarta.enterprise.context.ConversationScoped.Literal
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.context.Dependent.Literal
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.context.Destroyed.Literal
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Class<? extends Annotation> value
-
-
Class jakarta.enterprise.context.Initialized.Literal
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Class<? extends Annotation> value
-
-
Exception jakarta.enterprise.context.NonexistentConversationException
class NonexistentConversationException extends ContextException implements Serializable- serialVersionUID:
- -3599813072560026919L
-
Class jakarta.enterprise.context.RequestScoped.Literal
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.context.SessionScoped.Literal
- serialVersionUID:
- 1L
-
-
Package jakarta.enterprise.event
-
Exception jakarta.enterprise.event.ObserverException
class ObserverException extends RuntimeException implements Serializable- serialVersionUID:
- -801836224808304381L
-
-
Package jakarta.enterprise.inject
-
Class jakarta.enterprise.inject.Alternative.Literal
- serialVersionUID:
- 1L
-
Exception jakarta.enterprise.inject.AmbiguousResolutionException
class AmbiguousResolutionException extends ResolutionException implements Serializable- serialVersionUID:
- -2132733164534544788L
-
Class jakarta.enterprise.inject.Any.Literal
- serialVersionUID:
- 1L
-
Exception jakarta.enterprise.inject.CreationException
class CreationException extends InjectionException implements Serializable- serialVersionUID:
- 1002854668862145298L
-
Class jakarta.enterprise.inject.Default.Literal
- serialVersionUID:
- 1L
-
Exception jakarta.enterprise.inject.IllegalProductException
class IllegalProductException extends InjectionException implements Serializable- serialVersionUID:
- -6280627846071966243L
-
Exception jakarta.enterprise.inject.InjectionException
class InjectionException extends RuntimeException implements Serializable- serialVersionUID:
- -2132733164534544788L
-
Exception jakarta.enterprise.inject.ResolutionException
class ResolutionException extends InjectionException implements Serializable- serialVersionUID:
- -6280627846071966243L
-
Class jakarta.enterprise.inject.Specializes.Literal
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.inject.TransientReference.Literal
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.inject.Typed.Literal
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Class<?>[] value
-
-
Exception jakarta.enterprise.inject.UnproxyableResolutionException
class UnproxyableResolutionException extends ResolutionException implements Serializable- serialVersionUID:
- 1667539354548135465L
-
Exception jakarta.enterprise.inject.UnsatisfiedResolutionException
class UnsatisfiedResolutionException extends ResolutionException implements Serializable- serialVersionUID:
- 5350603312442756709L
-
Class jakarta.enterprise.inject.Vetoed.Literal
- serialVersionUID:
- 1L
-
-
Package jakarta.enterprise.inject.literal
-
Class jakarta.enterprise.inject.literal.InjectLiteral
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.inject.literal.NamedLiteral
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
-
-
Class jakarta.enterprise.inject.literal.QualifierLiteral
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.inject.literal.SingletonLiteral
- serialVersionUID:
- 1L
-
-
Package jakarta.enterprise.inject.spi
-
Exception jakarta.enterprise.inject.spi.DefinitionException
class DefinitionException extends RuntimeException implements Serializable- serialVersionUID:
- -2699170549782567339L
-
Exception jakarta.enterprise.inject.spi.DeploymentException
class DeploymentException extends RuntimeException implements Serializable- serialVersionUID:
- 2604707587772339984L
-
-
Package jakarta.enterprise.util
-
Class jakarta.enterprise.util.AnnotationLiteral
class AnnotationLiteral extends Object implements Serializable- serialVersionUID:
- 1L
-
Class jakarta.enterprise.util.Nonbinding.Literal
- serialVersionUID:
- 1L
-
Class jakarta.enterprise.util.TypeLiteral
class TypeLiteral extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package jakarta.jms
-
Exception jakarta.jms.IllegalStateException
class IllegalStateException extends JMSException implements Serializable- serialVersionUID:
- -6850763061112244487L
-
Exception jakarta.jms.IllegalStateRuntimeException
class IllegalStateRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 6838714637432837899L
-
Exception jakarta.jms.InvalidClientIDException
class InvalidClientIDException extends JMSException implements Serializable- serialVersionUID:
- 2410181719763491702L
-
Exception jakarta.jms.InvalidClientIDRuntimeException
class InvalidClientIDRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- -1997236208457896631L
-
Exception jakarta.jms.InvalidDestinationException
class InvalidDestinationException extends JMSException implements Serializable- serialVersionUID:
- -8588063794606036755L
-
Exception jakarta.jms.InvalidDestinationRuntimeException
class InvalidDestinationRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 2765276997130843763L
-
Exception jakarta.jms.InvalidSelectorException
class InvalidSelectorException extends JMSException implements Serializable- serialVersionUID:
- 6223038613086963841L
-
Exception jakarta.jms.InvalidSelectorRuntimeException
class InvalidSelectorRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 1974783946275023548L
-
Exception jakarta.jms.JMSException
class JMSException extends Exception implements Serializable- serialVersionUID:
- 8951994251593378324L
-
Exception jakarta.jms.JMSRuntimeException
class JMSRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -5204332229969809982L
-
Serialized Fields
-
errorCode
String errorCode
Provider-specific error code.
-
-
Exception jakarta.jms.JMSSecurityException
class JMSSecurityException extends JMSException implements Serializable- serialVersionUID:
- -7512859695190450217L
-
Exception jakarta.jms.JMSSecurityRuntimeException
class JMSSecurityRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 1020149469192845616L
-
Exception jakarta.jms.MessageEOFException
class MessageEOFException extends JMSException implements Serializable- serialVersionUID:
- -4829621000056590895L
-
Exception jakarta.jms.MessageFormatException
class MessageFormatException extends JMSException implements Serializable- serialVersionUID:
- -3642297253594750138L
-
Exception jakarta.jms.MessageFormatRuntimeException
class MessageFormatRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 416918643772467720L
-
Exception jakarta.jms.MessageNotReadableException
class MessageNotReadableException extends JMSException implements Serializable- serialVersionUID:
- 8044835867550650748L
-
Exception jakarta.jms.MessageNotWriteableException
class MessageNotWriteableException extends JMSException implements Serializable- serialVersionUID:
- -4241931174711518830L
-
Exception jakarta.jms.MessageNotWriteableRuntimeException
class MessageNotWriteableRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 6075922984499850209L
-
Exception jakarta.jms.ResourceAllocationException
class ResourceAllocationException extends JMSException implements Serializable- serialVersionUID:
- -1172695755360706776L
-
Exception jakarta.jms.ResourceAllocationRuntimeException
class ResourceAllocationRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- -1306897975610715374L
-
Exception jakarta.jms.TransactionInProgressException
class TransactionInProgressException extends JMSException implements Serializable- serialVersionUID:
- -5611340150426335231L
-
Exception jakarta.jms.TransactionInProgressRuntimeException
class TransactionInProgressRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- -916492460069513065L
-
Exception jakarta.jms.TransactionRolledBackException
class TransactionRolledBackException extends JMSException implements Serializable- serialVersionUID:
- 9157976009672865857L
-
Exception jakarta.jms.TransactionRolledBackRuntimeException
class TransactionRolledBackRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 2157965166257651703L
-
-
Package jakarta.json
-
Exception jakarta.json.JsonException
class JsonException extends RuntimeException implements Serializable- serialVersionUID:
- 359810709545392112L
-
-
Package jakarta.json.bind
-
Exception jakarta.json.bind.JsonbException
class JsonbException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package jakarta.json.stream
-
Exception jakarta.json.stream.JsonGenerationException
class JsonGenerationException extends JsonException implements Serializable- serialVersionUID:
- -207609100806940680L
-
Exception jakarta.json.stream.JsonParsingException
class JsonParsingException extends JsonException implements Serializable- serialVersionUID:
- 9073566598484238797L
-
-
Package jakarta.mail
-
Class jakarta.mail.Address
class Address extends Object implements Serializable- serialVersionUID:
- -5822459626751992278L
-
Exception jakarta.mail.AuthenticationFailedException
class AuthenticationFailedException extends MessagingException implements Serializable- serialVersionUID:
- 492080754054436511L
-
Class jakarta.mail.Flags
class Flags extends Object implements Serializable- serialVersionUID:
- 6243590407214169028L
-
Exception jakarta.mail.FolderClosedException
class FolderClosedException extends MessagingException implements Serializable- serialVersionUID:
- 1687879213433302315L
-
Exception jakarta.mail.FolderNotFoundException
class FolderNotFoundException extends MessagingException implements Serializable- serialVersionUID:
- 472612108891249403L
-
Exception jakarta.mail.IllegalWriteException
class IllegalWriteException extends MessagingException implements Serializable- serialVersionUID:
- 3974370223328268013L
-
Class jakarta.mail.Message.RecipientType
class RecipientType extends Object implements Serializable- serialVersionUID:
- -7479791750606340008L
-
Serialization Methods
-
readResolve
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class. Subclasses must implement their ownreadResolvemethod that checks for their known instances before calling this super method.- Throws:
ObjectStreamException- for object stream errors
-
-
Serialized Fields
-
type
String type
The type of recipient, usually the name of a corresponding Internet standard header.
-
-
Exception jakarta.mail.MessageRemovedException
class MessageRemovedException extends MessagingException implements Serializable- serialVersionUID:
- 1951292550679528690L
-
Exception jakarta.mail.MessagingException
class MessagingException extends Exception implements Serializable- serialVersionUID:
- -7569192289819959253L
-
Serialized Fields
-
next
Exception next
The next exception in the chain.
-
-
Exception jakarta.mail.MethodNotSupportedException
class MethodNotSupportedException extends MessagingException implements Serializable- serialVersionUID:
- -3757386618726131322L
-
Exception jakarta.mail.NoSuchProviderException
class NoSuchProviderException extends MessagingException implements Serializable- serialVersionUID:
- 8058319293154708827L
-
Exception jakarta.mail.ReadOnlyFolderException
class ReadOnlyFolderException extends MessagingException implements Serializable- serialVersionUID:
- 5711829372799039325L
-
Exception jakarta.mail.SendFailedException
class SendFailedException extends MessagingException implements Serializable- serialVersionUID:
- -6457531621682372913L
-
Exception jakarta.mail.StoreClosedException
class StoreClosedException extends MessagingException implements Serializable- serialVersionUID:
- -3145392336120082655L
-
-
Package jakarta.mail.event
-
Class jakarta.mail.event.ConnectionEvent
class ConnectionEvent extends MailEvent implements Serializable- serialVersionUID:
- -1855480171284792957L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class jakarta.mail.event.FolderEvent
class FolderEvent extends MailEvent implements Serializable- serialVersionUID:
- 5278131310563694307L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class jakarta.mail.event.MailEvent
class MailEvent extends EventObject implements Serializable- serialVersionUID:
- 1846275636325456631L
-
Class jakarta.mail.event.MessageChangedEvent
class MessageChangedEvent extends MailEvent implements Serializable- serialVersionUID:
- -4974972972105535108L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class jakarta.mail.event.MessageCountEvent
class MessageCountEvent extends MailEvent implements Serializable- serialVersionUID:
- -7447022340837897369L
-
Serialized Fields
-
removed
boolean removed
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this. If false, this event is the result of an expunge by external sources. -
type
int type
The event type.
-
-
Class jakarta.mail.event.StoreEvent
class StoreEvent extends MailEvent implements Serializable- serialVersionUID:
- 1938704919992515330L
-
Serialized Fields
-
message
String message
The message text to be presented to the user. -
type
int type
The event type.
-
-
Class jakarta.mail.event.TransportEvent
class TransportEvent extends MailEvent implements Serializable- serialVersionUID:
- -4729852364684273073L
-
Serialized Fields
-
type
int type
The event type.
-
-
-
Package jakarta.mail.internet
-
Exception jakarta.mail.internet.AddressException
class AddressException extends ParseException implements Serializable- serialVersionUID:
- 9134583443539323120L
-
Serialized Fields
-
pos
int pos
The index in the string where the error occurred, or -1 if not known. -
ref
String ref
The string being parsed.
-
-
Class jakarta.mail.internet.InternetAddress
class InternetAddress extends Address implements Serializable- serialVersionUID:
- -7507595530758302903L
-
Serialized Fields
-
address
String address
The email address. -
encodedPersonal
String encodedPersonal
The RFC 2047 encoded version of the personal name.This field and the
personalfield track each other, so if a subclass sets one of these fields directly, it should set the other tonull, so that it is suitably recomputed. -
personal
String personal
The personal name.
-
-
Class jakarta.mail.internet.MailDateFormat
class MailDateFormat extends SimpleDateFormat implements Serializable- serialVersionUID:
- -8148227605210628779L
-
Serialization Methods
-
readObject
Allows to deserialize instances that were serialized with the previous implementation.- Parameters:
in- the stream containing the serialized object- Throws:
IOException- on read failuresClassNotFoundException- never
-
writeReplace
Allows to serialize instances such that they are deserializable with the previous implementation.- Throws:
ObjectStreamException- never
-
-
Class jakarta.mail.internet.MimeMessage.RecipientType
class RecipientType extends Message.RecipientType implements Serializable- serialVersionUID:
- -5468290701714395543L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException- for object stream errors
-
-
Class jakarta.mail.internet.NewsAddress
class NewsAddress extends Address implements Serializable- serialVersionUID:
- -4203797299824684143L
-
Exception jakarta.mail.internet.ParseException
class ParseException extends MessagingException implements Serializable- serialVersionUID:
- 7649991205183658089L
-
-
Package jakarta.mail.search
-
Class jakarta.mail.search.AddressStringTerm
class AddressStringTerm extends StringTerm implements Serializable- serialVersionUID:
- 3086821234204980368L
-
Class jakarta.mail.search.AddressTerm
class AddressTerm extends SearchTerm implements Serializable- serialVersionUID:
- 2005405551929769980L
-
Serialized Fields
-
address
Address address
The address.
-
-
Class jakarta.mail.search.AndTerm
class AndTerm extends SearchTerm implements Serializable- serialVersionUID:
- -3583274505380989582L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the AND operator should be applied.
-
-
Class jakarta.mail.search.BodyTerm
class BodyTerm extends StringTerm implements Serializable- serialVersionUID:
- -4888862527916911385L
-
Class jakarta.mail.search.ComparisonTerm
class ComparisonTerm extends SearchTerm implements Serializable- serialVersionUID:
- 1456646953666474308L
-
Serialized Fields
-
comparison
int comparison
The comparison.
-
-
Class jakarta.mail.search.DateTerm
class DateTerm extends ComparisonTerm implements Serializable- serialVersionUID:
- 4818873430063720043L
-
Serialized Fields
-
date
Date date
The date.
-
-
Class jakarta.mail.search.FlagTerm
class FlagTerm extends SearchTerm implements Serializable- serialVersionUID:
- -142991500302030647L
-
Serialized Fields
-
flags
Flags flags
Flags object containing the flags to test. -
set
boolean set
Indicates whether to test for the presence or absence of the specified Flag. Iftrue, then test whether all the specified flags are present, else test whether all the specified flags are absent.
-
-
Class jakarta.mail.search.FromStringTerm
class FromStringTerm extends AddressStringTerm implements Serializable- serialVersionUID:
- 5801127523826772788L
-
Class jakarta.mail.search.FromTerm
class FromTerm extends AddressTerm implements Serializable- serialVersionUID:
- 5214730291502658665L
-
Class jakarta.mail.search.HeaderTerm
class HeaderTerm extends StringTerm implements Serializable- serialVersionUID:
- 8342514650333389122L
-
Serialized Fields
-
headerName
String headerName
The name of the header.
-
-
Class jakarta.mail.search.IntegerComparisonTerm
class IntegerComparisonTerm extends ComparisonTerm implements Serializable- serialVersionUID:
- -6963571240154302484L
-
Serialized Fields
-
number
int number
The number.
-
-
Class jakarta.mail.search.MessageIDTerm
class MessageIDTerm extends StringTerm implements Serializable- serialVersionUID:
- -2121096296454691963L
-
Class jakarta.mail.search.MessageNumberTerm
class MessageNumberTerm extends IntegerComparisonTerm implements Serializable- serialVersionUID:
- -5379625829658623812L
-
Class jakarta.mail.search.NotTerm
class NotTerm extends SearchTerm implements Serializable- serialVersionUID:
- 7152293214217310216L
-
Serialized Fields
-
term
SearchTerm term
The search term to negate.
-
-
Class jakarta.mail.search.OrTerm
class OrTerm extends SearchTerm implements Serializable- serialVersionUID:
- 5380534067523646936L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the OR operator should be applied.
-
-
Class jakarta.mail.search.ReceivedDateTerm
class ReceivedDateTerm extends DateTerm implements Serializable- serialVersionUID:
- -2756695246195503170L
-
Class jakarta.mail.search.RecipientStringTerm
class RecipientStringTerm extends AddressStringTerm implements Serializable- serialVersionUID:
- -8293562089611618849L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
-
Class jakarta.mail.search.RecipientTerm
class RecipientTerm extends AddressTerm implements Serializable- serialVersionUID:
- 6548700653122680468L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
-
Exception jakarta.mail.search.SearchException
class SearchException extends MessagingException implements Serializable- serialVersionUID:
- -7092886778226268686L
-
Class jakarta.mail.search.SearchTerm
class SearchTerm extends Object implements Serializable- serialVersionUID:
- -6652358452205992789L
-
Class jakarta.mail.search.SentDateTerm
class SentDateTerm extends DateTerm implements Serializable- serialVersionUID:
- 5647755030530907263L
-
Class jakarta.mail.search.SizeTerm
class SizeTerm extends IntegerComparisonTerm implements Serializable- serialVersionUID:
- -2556219451005103709L
-
Class jakarta.mail.search.StringTerm
class StringTerm extends SearchTerm implements Serializable- serialVersionUID:
- 1274042129007696269L
-
Serialized Fields
-
ignoreCase
boolean ignoreCase
Ignore case when comparing? -
pattern
String pattern
The pattern.
-
-
Class jakarta.mail.search.SubjectTerm
class SubjectTerm extends StringTerm implements Serializable- serialVersionUID:
- 7481568618055573432L
-
-
Package jakarta.persistence
-
Exception jakarta.persistence.EntityExistsException
class EntityExistsException extends PersistenceException implements Serializable -
Exception jakarta.persistence.EntityNotFoundException
class EntityNotFoundException extends PersistenceException implements Serializable -
Exception jakarta.persistence.LockTimeoutException
class LockTimeoutException extends PersistenceException implements Serializable-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
-
-
Exception jakarta.persistence.NonUniqueResultException
class NonUniqueResultException extends PersistenceException implements Serializable -
Exception jakarta.persistence.NoResultException
class NoResultException extends PersistenceException implements Serializable -
Exception jakarta.persistence.OptimisticLockException
class OptimisticLockException extends PersistenceException implements Serializable-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
-
-
Exception jakarta.persistence.PersistenceException
class PersistenceException extends RuntimeException implements Serializable -
Exception jakarta.persistence.PessimisticLockException
class PessimisticLockException extends PersistenceException implements Serializable-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
-
-
Exception jakarta.persistence.QueryTimeoutException
class QueryTimeoutException extends PersistenceException implements Serializable-
Serialized Fields
-
query
Query query
The query object that caused the exception
-
-
-
Exception jakarta.persistence.RollbackException
class RollbackException extends PersistenceException implements Serializable -
Exception jakarta.persistence.TransactionRequiredException
class TransactionRequiredException extends PersistenceException implements Serializable
-
-
Package jakarta.persistence.spi
-
Exception jakarta.persistence.spi.TransformerException
class TransformerException extends Exception implements Serializable- serialVersionUID:
- 7484555485977030491L
-
-
Package jakarta.resource
-
Exception jakarta.resource.NotSupportedException
class NotSupportedException extends ResourceException implements Serializable -
Exception jakarta.resource.ResourceException
class ResourceException extends Exception implements Serializable
-
-
Package jakarta.resource.cci
-
Exception jakarta.resource.cci.ResourceWarning
class ResourceWarning extends ResourceException implements Serializable
-
-
Package jakarta.resource.spi
-
Exception jakarta.resource.spi.ApplicationServerInternalException
class ApplicationServerInternalException extends ResourceException implements Serializable -
Exception jakarta.resource.spi.CommException
class CommException extends ResourceException implements Serializable -
Class jakarta.resource.spi.ConnectionEvent
class ConnectionEvent extends EventObject implements Serializable -
Exception jakarta.resource.spi.EISSystemException
class EISSystemException extends ResourceException implements Serializable -
Exception jakarta.resource.spi.IllegalStateException
class IllegalStateException extends ResourceException implements Serializable -
Exception jakarta.resource.spi.InvalidPropertyException
class InvalidPropertyException extends ResourceException implements Serializable-
Serialized Fields
-
invalidProperties
PropertyDescriptor[] invalidProperties
-
-
-
Exception jakarta.resource.spi.LocalTransactionException
class LocalTransactionException extends ResourceException implements Serializable -
Exception jakarta.resource.spi.ResourceAdapterInternalException
class ResourceAdapterInternalException extends ResourceException implements Serializable -
Exception jakarta.resource.spi.ResourceAllocationException
class ResourceAllocationException extends ResourceException implements Serializable -
Exception jakarta.resource.spi.SecurityException
class SecurityException extends ResourceException implements Serializable -
Exception jakarta.resource.spi.SharingViolationException
class SharingViolationException extends ResourceException implements Serializable
-
-
Package jakarta.resource.spi.security
-
Class jakarta.resource.spi.security.PasswordCredential
class PasswordCredential extends Object implements Serializable-
Serialized Fields
-
mcf
ManagedConnectionFactory mcf
-
password
char[] password
-
userName
String userName
-
-
-
-
Package jakarta.resource.spi.work
-
Class jakarta.resource.spi.work.HintsContext
class HintsContext extends Object implements Serializable- serialVersionUID:
- 7956353628297167255L
-
Serialized Fields
-
description
String description
-
hints
Map<String,
Serializable> hints -
name
String name
-
-
Exception jakarta.resource.spi.work.RetryableWorkRejectedException
class RetryableWorkRejectedException extends WorkRejectedException implements Serializable- serialVersionUID:
- 8198870267352154108L
-
Class jakarta.resource.spi.work.SecurityContext
class SecurityContext extends Object implements Serializable- serialVersionUID:
- 7730296651802712658L
-
Class jakarta.resource.spi.work.TransactionContext
class TransactionContext extends ExecutionContext implements Serializable- serialVersionUID:
- 6205067498708597824L
-
Exception jakarta.resource.spi.work.WorkCompletedException
class WorkCompletedException extends WorkException implements Serializable -
Class jakarta.resource.spi.work.WorkEvent
class WorkEvent extends EventObject implements Serializable-
Serialized Fields
-
exc
WorkException exc
The exception that occured duringWorkprocessing. -
startDuration
long startDuration
The start delay duration (in milliseconds). -
type
int type
The event type. -
work
Work work
TheWorkobject on which the event occured.
-
-
-
Exception jakarta.resource.spi.work.WorkException
class WorkException extends ResourceException implements Serializable -
Exception jakarta.resource.spi.work.WorkRejectedException
class WorkRejectedException extends WorkException implements Serializable
-
-
Package jakarta.security.auth.message
-
Exception jakarta.security.auth.message.AuthException
class AuthException extends LoginException implements Serializable- serialVersionUID:
- -1156951780670243758L
-
-
Package jakarta.security.enterprise
-
Exception jakarta.security.enterprise.AuthenticationException
class AuthenticationException extends GeneralSecurityException implements Serializable- serialVersionUID:
- 1L
-
Class jakarta.security.enterprise.CallerPrincipal
class CallerPrincipal extends Object implements Serializable- serialVersionUID:
- -6951555039431667786L
-
Serialized Fields
-
name
String name
-
-
-
Package jakarta.security.enterprise.authentication.mechanism.http
-
Class jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession.Literal
- serialVersionUID:
- 1L
-
Class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
-
Class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- serialVersionUID:
- 1L
-
Serialized Fields
-
cookieHttpOnly
boolean cookieHttpOnly
-
cookieHttpOnlyExpression
String cookieHttpOnlyExpression
-
cookieMaxAgeSeconds
int cookieMaxAgeSeconds
-
cookieMaxAgeSecondsExpression
String cookieMaxAgeSecondsExpression
-
cookieName
String cookieName
-
cookieSecureOnly
boolean cookieSecureOnly
-
cookieSecureOnlyExpression
String cookieSecureOnlyExpression
-
isRememberMe
boolean isRememberMe
-
isRememberMeExpression
String isRememberMeExpression
-
-
-
Package jakarta.security.enterprise.identitystore
-
Class jakarta.security.enterprise.identitystore.IdentityStorePermission
class IdentityStorePermission extends BasicPermission implements Serializable- serialVersionUID:
- 1254057022829640365L
-
-
Package jakarta.security.enterprise.identitystore.openid
-
Class jakarta.security.enterprise.identitystore.openid.Scope
- serialVersionUID:
- 1L
-
-
Package jakarta.security.jacc
-
Class jakarta.security.jacc.EJBMethodPermission
class EJBMethodPermission extends Permission implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.- Parameters:
inputStream- The stream from which the fields are read- Throws:
ClassNotFoundException- If the class of an object couldn't be foundIOException- If an I/O error occurs
-
writeObject
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.- Parameters:
outputStream- The stream to which the serialized fields are written- Throws:
IOException- If an I/O error occurs while writing to the underlying stream
-
-
Serialization Overview
-
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
-
-
Serialized Fields
-
actions
String actions
the canonicalized actions string (as returned by getActions).
-
-
Class jakarta.security.jacc.EJBRoleRefPermission
class EJBRoleRefPermission extends Permission implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.- Parameters:
inputStream- The stream from which the fields are read- Throws:
ClassNotFoundException- If the class of an object couldn't be foundIOException- If an I/O error occurs
-
writeObject
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.- Parameters:
outputStream- The stream to which the serialized fields are written- Throws:
IOException- If an I/O error occurs while writing to the underlying stream
-
-
Serialization Overview
-
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
-
-
Serialized Fields
-
actions
String actions
the canonicalized actions string (as returned by getActions).
-
-
Exception jakarta.security.jacc.PolicyContextException
class PolicyContextException extends Exception implements Serializable- serialVersionUID:
- 3925692572777572935L
-
Class jakarta.security.jacc.WebResourcePermission
class WebResourcePermission extends Permission implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.- Parameters:
inputStream- The stream from which the fields are read- Throws:
ClassNotFoundException- If the class of an object couldn't be foundIOException- If an I/O error occurs
-
writeObject
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.- Parameters:
outputStream- The stream to which the serialized fields are written- Throws:
IOException- If an I/O error occurs while writing to the underlying stream
-
-
Serialization Overview
-
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
-
-
Serialized Fields
-
actions
String actions
the canonicalized actions string (as returned by getActions).
-
-
Class jakarta.security.jacc.WebRoleRefPermission
class WebRoleRefPermission extends Permission implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.- Parameters:
inputStream- The stream from which the fields are read- Throws:
ClassNotFoundException- If the class of an object couldn't be foundIOException- If an I/O error occurs
-
writeObject
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.- Parameters:
outputStream- The stream to which the serialized fields are written- Throws:
IOException- If an I/O error occurs while writing to the underlying stream
-
-
Serialization Overview
-
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
-
-
Serialized Fields
-
actions
String actions
the canonicalized actions string (as returned by getActions).
-
-
Class jakarta.security.jacc.WebUserDataPermission
class WebUserDataPermission extends Permission implements Serializable- serialVersionUID:
- -970193775626385011L
-
Serialization Methods
-
readObject
readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.- Parameters:
inputStream- The stream from which the fields are read- Throws:
ClassNotFoundException- If the class of an object couldn't be foundIOException- If an I/O error occurs
-
writeObject
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.- Parameters:
outputStream- The stream to which the serialized fields are written- Throws:
IOException- If an I/O error occurs while writing to the underlying stream
-
-
Serialization Overview
-
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
-
-
Serialized Fields
-
actions
String actions
the canonicalized actions string (as returned by getActions).
-
-
-
Package jakarta.servlet
-
Class jakarta.servlet.GenericFilter
class GenericFilter extends Object implements Serializable- serialVersionUID:
- 4060116231031076581L
-
Class jakarta.servlet.GenericServlet
class GenericServlet extends Object implements Serializable- serialVersionUID:
- -8592279577370996712L
-
Class jakarta.servlet.ServletContextAttributeEvent
class ServletContextAttributeEvent extends ServletContextEvent implements Serializable- serialVersionUID:
- -5804680734245618303L
-
Class jakarta.servlet.ServletContextEvent
class ServletContextEvent extends EventObject implements Serializable- serialVersionUID:
- -7501701636134222423L
-
Exception jakarta.servlet.ServletException
class ServletException extends Exception implements Serializable- serialVersionUID:
- 4221302886851315160L
-
Serialized Fields
-
rootCause
Throwable rootCause
-
-
Class jakarta.servlet.ServletRequestAttributeEvent
class ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable- serialVersionUID:
- -1466635426192317793L
-
Class jakarta.servlet.ServletRequestEvent
class ServletRequestEvent extends EventObject implements Serializable- serialVersionUID:
- -7467864054698729101L
-
-
Package jakarta.servlet.http
-
Class jakarta.servlet.http.Cookie
class Cookie extends Object implements Serializable- serialVersionUID:
- -5433071011125749022L
-
Class jakarta.servlet.http.HttpFilter
class HttpFilter extends GenericFilter implements Serializable- serialVersionUID:
- 7478463438252262094L
-
Class jakarta.servlet.http.HttpServlet
class HttpServlet extends GenericServlet implements Serializable- serialVersionUID:
- 8466325577512134784L
-
Serialized Fields
-
legacyHeadHandling
boolean legacyHeadHandling
-
-
Class jakarta.servlet.http.HttpSessionBindingEvent
class HttpSessionBindingEvent extends HttpSessionEvent implements Serializable- serialVersionUID:
- 7308000419984825907L
-
Class jakarta.servlet.http.HttpSessionEvent
class HttpSessionEvent extends EventObject implements Serializable- serialVersionUID:
- -7622791603672342895L
-
-
Package jakarta.servlet.jsp
-
Exception jakarta.servlet.jsp.JspException
class JspException extends Exception implements Serializable- serialVersionUID:
- -724329986255528641L
-
Exception jakarta.servlet.jsp.JspTagException
class JspTagException extends JspException implements Serializable- serialVersionUID:
- 1546743964929435607L
-
Exception jakarta.servlet.jsp.SkipPageException
class SkipPageException extends JspException implements Serializable- serialVersionUID:
- -7223157500637139188L
-
-
Package jakarta.servlet.jsp.el
-
Exception jakarta.servlet.jsp.el.ELException
class ELException extends Exception implements Serializable- serialVersionUID:
- -3920470039225321534L
-
Serialized Fields
-
mRootCause
Throwable mRootCause
Deprecated.
-
-
Exception jakarta.servlet.jsp.el.ELParseException
class ELParseException extends ELException implements Serializable- serialVersionUID:
- 3521581805886060118L
-
-
Package jakarta.servlet.jsp.jstl.core
-
Class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
class ConditionalTagSupport extends TagSupport implements Serializable-
Serialized Fields
-
result
boolean result
-
scope
int scope
-
var
String var
-
-
-
Class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
class IndexedValueExpression extends ValueExpression implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
i
Integer i
-
orig
ValueExpression orig
-
-
Class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
class IteratedValueExpression extends ValueExpression implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
i
int i
-
iteratedExpression
IteratedExpression iteratedExpression
-
-
Class jakarta.servlet.jsp.jstl.core.LoopTagSupport
class LoopTagSupport extends TagSupport implements Serializable-
Serialized Fields
-
begin
int begin
Starting index ('begin' attribute) -
beginSpecified
boolean beginSpecified
Boolean flag indicating whether 'begin' was specified. -
count
int count
-
deferredExpression
ValueExpression deferredExpression
The deferred expression if any -
end
int end
Ending index of the iteration ('end' attribute). A value of -1 internally indicates 'no end specified', although accessors for the core Jakarta Standard Tag Library tags do not allow this value to be supplied directly by the user. -
endSpecified
boolean endSpecified
Boolean flag indicating whether 'end' was specified. -
index
int index
-
item
Object item
-
itemId
String itemId
Attribute-exposing control -
iteratedExpression
IteratedExpression iteratedExpression
-
last
boolean last
-
oldMappedValue
ValueExpression oldMappedValue
A temporary used to hold the previous value (from the enclosing iteration tag) for the EL variable. -
status
LoopTagStatus status
-
statusId
String statusId
Attribute-exposing control -
step
int step
Iteration step ('step' attribute) -
stepSpecified
boolean stepSpecified
Boolean flag indicating whether 'step' was specified.
-
-
-
-
Package jakarta.servlet.jsp.tagext
-
Class jakarta.servlet.jsp.tagext.BodyTagSupport
class BodyTagSupport extends TagSupport implements Serializable- serialVersionUID:
- -7235752615580319833L
-
Serialized Fields
-
bodyContent
BodyContent bodyContent
The current BodyContent for this BodyTag.
-
-
Class jakarta.servlet.jsp.tagext.TagSupport
class TagSupport extends Object implements Serializable- serialVersionUID:
- 3749116330508327592L
-
-
Package jakarta.transaction
-
Exception jakarta.transaction.HeuristicCommitException
class HeuristicCommitException extends Exception implements Serializable- serialVersionUID:
- -3977609782149921760L
-
Exception jakarta.transaction.HeuristicMixedException
class HeuristicMixedException extends Exception implements Serializable- serialVersionUID:
- 2345014349685956666L
-
Exception jakarta.transaction.HeuristicRollbackException
class HeuristicRollbackException extends Exception implements Serializable- serialVersionUID:
- -3483618944556408897L
-
Exception jakarta.transaction.InvalidTransactionException
class InvalidTransactionException extends RemoteException implements Serializable- serialVersionUID:
- 3597320220337691496L
-
Exception jakarta.transaction.NotSupportedException
class NotSupportedException extends Exception implements Serializable- serialVersionUID:
- 56870312332816390L
-
Exception jakarta.transaction.RollbackException
class RollbackException extends Exception implements Serializable- serialVersionUID:
- 4151607774785285395L
-
Exception jakarta.transaction.SystemException
class SystemException extends Exception implements Serializable- serialVersionUID:
- 839699079412719325L
-
Serialized Fields
-
errorCode
int errorCode
The error code with which to create the SystemException.The error code for the exception
-
-
Exception jakarta.transaction.TransactionalException
class TransactionalException extends RuntimeException implements Serializable- serialVersionUID:
- -8196645329560986417L
-
Exception jakarta.transaction.TransactionRequiredException
class TransactionRequiredException extends RemoteException implements Serializable- serialVersionUID:
- -1898806419937446439L
-
Exception jakarta.transaction.TransactionRolledbackException
class TransactionRolledbackException extends RemoteException implements Serializable- serialVersionUID:
- -3142798139623020577L
-
-
Package jakarta.validation
-
Exception jakarta.validation.ConstraintDeclarationException
class ConstraintDeclarationException extends ValidationException implements Serializable -
Exception jakarta.validation.ConstraintDefinitionException
class ConstraintDefinitionException extends ValidationException implements Serializable -
Exception jakarta.validation.ConstraintViolationException
class ConstraintViolationException extends ValidationException implements Serializable-
Serialized Fields
-
constraintViolations
Set<ConstraintViolation<?>> constraintViolations
-
-
-
Exception jakarta.validation.GroupDefinitionException
class GroupDefinitionException extends ValidationException implements Serializable -
Exception jakarta.validation.NoProviderFoundException
class NoProviderFoundException extends ValidationException implements Serializable -
Exception jakarta.validation.UnexpectedTypeException
class UnexpectedTypeException extends ConstraintDeclarationException implements Serializable -
Exception jakarta.validation.ValidationException
class ValidationException extends RuntimeException implements Serializable
-
-
Package jakarta.validation.valueextraction
-
Exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
class ValueExtractorDeclarationException extends ValidationException implements Serializable -
Exception jakarta.validation.valueextraction.ValueExtractorDefinitionException
class ValueExtractorDefinitionException extends ValidationException implements Serializable
-
-
Package jakarta.websocket
-
Exception jakarta.websocket.DecodeException
class DecodeException extends Exception implements Serializable- serialVersionUID:
- 6L
-
Serialized Fields
-
bb
ByteBuffer bb
-
encodedString
String encodedString
-
-
Exception jakarta.websocket.DeploymentException
class DeploymentException extends Exception implements Serializable- serialVersionUID:
- 7576860738144220015L
-
Exception jakarta.websocket.EncodeException
class EncodeException extends Exception implements Serializable- serialVersionUID:
- 6L
-
Serialized Fields
-
object
Object object
-
-
Exception jakarta.websocket.SessionException
class SessionException extends Exception implements Serializable- serialVersionUID:
- 12L
-
Serialized Fields
-
session
Session session
-
-
-
Package jakarta.ws.rs
-
Exception jakarta.ws.rs.BadRequestException
class BadRequestException extends ClientErrorException implements Serializable- serialVersionUID:
- 7264647684649480265L
-
Exception jakarta.ws.rs.ClientErrorException
class ClientErrorException extends WebApplicationException implements Serializable- serialVersionUID:
- -4101970664444907990L
-
Exception jakarta.ws.rs.ForbiddenException
class ForbiddenException extends ClientErrorException implements Serializable- serialVersionUID:
- -2740045367479165061L
-
Exception jakarta.ws.rs.InternalServerErrorException
class InternalServerErrorException extends ServerErrorException implements Serializable- serialVersionUID:
- -6515710697540553309L
-
Exception jakarta.ws.rs.NotAcceptableException
class NotAcceptableException extends ClientErrorException implements Serializable- serialVersionUID:
- -1476163816796529078L
-
Exception jakarta.ws.rs.NotAllowedException
class NotAllowedException extends ClientErrorException implements Serializable- serialVersionUID:
- -586776054369626119L
-
Exception jakarta.ws.rs.NotAuthorizedException
class NotAuthorizedException extends ClientErrorException implements Serializable- serialVersionUID:
- -3156040750581929702L
-
Exception jakarta.ws.rs.NotFoundException
class NotFoundException extends ClientErrorException implements Serializable- serialVersionUID:
- -6820866117511628388L
-
Exception jakarta.ws.rs.NotSupportedException
class NotSupportedException extends ClientErrorException implements Serializable- serialVersionUID:
- -8286622745725405656L
-
Exception jakarta.ws.rs.ProcessingException
class ProcessingException extends RuntimeException implements Serializable- serialVersionUID:
- -4232431597816056514L
-
Exception jakarta.ws.rs.RedirectionException
class RedirectionException extends WebApplicationException implements Serializable- serialVersionUID:
- -2584325408291098012L
-
Exception jakarta.ws.rs.ServerErrorException
class ServerErrorException extends WebApplicationException implements Serializable- serialVersionUID:
- 4730895276505569556L
-
Exception jakarta.ws.rs.WebApplicationException
class WebApplicationException extends RuntimeException implements Serializable- serialVersionUID:
- 8273970399584007146L
-
-
Package jakarta.ws.rs.client
-
Exception jakarta.ws.rs.client.ResponseProcessingException
class ResponseProcessingException extends ProcessingException implements Serializable- serialVersionUID:
- -4923161617935731839L
-
Serialized Fields
-
response
Response response
The response instance for which the processing failed.
-
-
-
Package jakarta.ws.rs.core
-
Class jakarta.ws.rs.core.AbstractMultivaluedMap
class AbstractMultivaluedMap extends Object implements Serializable -
Class jakarta.ws.rs.core.MultivaluedHashMap
- serialVersionUID:
- -6052320403766368902L
-
Exception jakarta.ws.rs.core.NoContentException
class NoContentException extends IOException implements Serializable- serialVersionUID:
- -3082577759787473245L
-
Exception jakarta.ws.rs.core.UriBuilderException
class UriBuilderException extends RuntimeException implements Serializable- serialVersionUID:
- 956255913370721193L
-
-
Package jakarta.xml.bind
-
Exception jakarta.xml.bind.DataBindingException
class DataBindingException extends RuntimeException implements Serializable- serialVersionUID:
- 4743686626270704879L
-
Class jakarta.xml.bind.JAXBElement
class JAXBElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
declaredType
Class<T> declaredType
Java datatype binding for xml element declaration's type. -
name
QName name
xml element tag name -
nil
boolean nil
true iff the xml element instance has xsi:nil="true". -
scope
Class<?> scope
Scope of xml element declaration representing this xml element instance. Can be one of the following values: -JAXBElement.GlobalScopefor global xml element declaration. - local element declaration has a scope set to the Java class representation of complex type definition containing xml element declaration. -
value
T value
xml element value. Represents content model and attributes of an xml element instance.
-
-
Exception jakarta.xml.bind.JAXBException
class JAXBException extends Exception implements Serializable- serialVersionUID:
- -5621384651494307979L
-
Class jakarta.xml.bind.JAXBPermission
class JAXBPermission extends BasicPermission implements Serializable- serialVersionUID:
- 1L
-
Exception jakarta.xml.bind.MarshalException
class MarshalException extends JAXBException implements Serializable- serialVersionUID:
- 1570397297836071517L
-
Exception jakarta.xml.bind.PropertyException
class PropertyException extends JAXBException implements Serializable- serialVersionUID:
- 3159963351607157477L
-
Exception jakarta.xml.bind.TypeConstraintException
class TypeConstraintException extends RuntimeException implements Serializable- serialVersionUID:
- -3059799699420143848L
-
Exception jakarta.xml.bind.UnmarshalException
class UnmarshalException extends JAXBException implements Serializable- serialVersionUID:
- 6121932693435295453L
-
Exception jakarta.xml.bind.ValidationException
class ValidationException extends JAXBException implements Serializable- serialVersionUID:
- 2206436657505193108L
-
-
Package jakarta.xml.soap
-
Exception jakarta.xml.soap.SOAPException
class SOAPException extends Exception implements Serializable- serialVersionUID:
- -2347183911432431333L
-
Serialized Fields
-
cause
Throwable cause
The cause.
-
-
-
Package jakarta.xml.ws
-
Class jakarta.xml.ws.Holder
class Holder extends Object implements Serializable- serialVersionUID:
- 2623699057546497185L
-
Serialized Fields
-
value
T value
The value contained in the holder.
-
-
Exception jakarta.xml.ws.ProtocolException
class ProtocolException extends WebServiceException implements Serializable- serialVersionUID:
- -5162391758599890377L
-
Exception jakarta.xml.ws.WebServiceException
class WebServiceException extends RuntimeException implements Serializable- serialVersionUID:
- 6923454787998151997L
-
Class jakarta.xml.ws.WebServicePermission
class WebServicePermission extends BasicPermission implements Serializable- serialVersionUID:
- -146474640053770988L
-
-
Package jakarta.xml.ws.http
-
Exception jakarta.xml.ws.http.HTTPException
class HTTPException extends ProtocolException implements Serializable- serialVersionUID:
- 508892871321531629L
-
Serialized Fields
-
statusCode
int statusCode
-
-
-
Package jakarta.xml.ws.soap
-
Exception jakarta.xml.ws.soap.SOAPFaultException
class SOAPFaultException extends ProtocolException implements Serializable- serialVersionUID:
- -5717334416389757052L
-
Serialized Fields
-
fault
SOAPFault fault
-
-
-
Package javax.activity
-
Exception javax.activity.ActivityCompletedException
class ActivityCompletedException extends RemoteException implements Serializable -
Exception javax.activity.ActivityRequiredException
class ActivityRequiredException extends RemoteException implements Serializable -
Exception javax.activity.InvalidActivityException
class InvalidActivityException extends RemoteException implements Serializable
-
-
Package javax.rmi.CORBA
-
Class javax.rmi.CORBA.ClassDesc
class ClassDesc extends Object implements Serializable -
Class javax.rmi.CORBA.Stub
class Stub extends ObjectImpl implements Serializable- serialVersionUID:
- 1087775603798577179L
-
Serialization Methods
-
readObject
Serialization method to restore the IOR state.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Serialization method to save the IOR state.- Serial Data:
- The length of the IOR type ID (int), followed by the IOR type ID (byte array encoded using ISO8859-1), followed by the number of IOR profiles (int), followed by the IOR profiles. Each IOR profile is written as a profile tag (int), followed by the length of the profile data (int), followed by the profile data (byte array).
- Throws:
IOException
-
-
-
Package org.apache.activemq.artemis.api.core
-
Exception org.apache.activemq.artemis.api.core.ActiveMQAddressDoesNotExistException
class ActiveMQAddressDoesNotExistException extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQAddressExistsException
class ActiveMQAddressExistsException extends ActiveMQException implements Serializable- serialVersionUID:
- 3032730450033992367L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQAddressFullException
class ActiveMQAddressFullException extends ActiveMQException implements Serializable- serialVersionUID:
- 0L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQAlreadyReplicatingException
class ActiveMQAlreadyReplicatingException extends ActiveMQException implements Serializable- serialVersionUID:
- -7352538521961996152L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQClusterSecurityException
class ActiveMQClusterSecurityException extends ActiveMQException implements Serializable- serialVersionUID:
- -5890578849781297933L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQConnectionTimedOutException
class ActiveMQConnectionTimedOutException extends ActiveMQException implements Serializable- serialVersionUID:
- 3244233758084830372L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQDeleteAddressException
class ActiveMQDeleteAddressException extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQDisconnectedException
class ActiveMQDisconnectedException extends ActiveMQException implements Serializable- serialVersionUID:
- 7414966383933311627L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQDivertDoesNotExistException
class ActiveMQDivertDoesNotExistException extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQDuplicateIdException
class ActiveMQDuplicateIdException extends ActiveMQException implements Serializable- serialVersionUID:
- -4302979339865777119L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQDuplicateMetaDataException
class ActiveMQDuplicateMetaDataException extends ActiveMQException implements Serializable- serialVersionUID:
- 7877182872143004058L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQException
class ActiveMQException extends Exception implements Serializable- serialVersionUID:
- -4802014152804997417L
-
Serialized Fields
-
type
ActiveMQExceptionType type
-
-
Exception org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException
class ActiveMQIllegalStateException extends ActiveMQException implements Serializable- serialVersionUID:
- -4480125401057788511L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQIncompatibleClientServerException
class ActiveMQIncompatibleClientServerException extends ActiveMQException implements Serializable- serialVersionUID:
- -1662999230291452298L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQInterceptorRejectedPacketException
class ActiveMQInterceptorRejectedPacketException extends ActiveMQException implements Serializable- serialVersionUID:
- -5798841227645281815L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQInternalErrorException
class ActiveMQInternalErrorException extends ActiveMQException implements Serializable- serialVersionUID:
- -5987814047521530695L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQInterruptedException
class ActiveMQInterruptedException extends RuntimeException implements Serializable- serialVersionUID:
- -5744690023549671221L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQInvalidBufferException
class ActiveMQInvalidBufferException extends RuntimeException implements Serializable- serialVersionUID:
- 7048111433271717514L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQInvalidFilterExpressionException
class ActiveMQInvalidFilterExpressionException extends ActiveMQException implements Serializable- serialVersionUID:
- 7188625553939665128L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQInvalidQueueConfiguration
class ActiveMQInvalidQueueConfiguration extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQInvalidTransientQueueUseException
class ActiveMQInvalidTransientQueueUseException extends ActiveMQException implements Serializable- serialVersionUID:
- -405552292451883063L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQIOErrorException
class ActiveMQIOErrorException extends ActiveMQException implements Serializable- serialVersionUID:
- 797277117077787396L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQLargeMessageException
class ActiveMQLargeMessageException extends ActiveMQException implements Serializable- serialVersionUID:
- 1087867463974768491L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQLargeMessageInterruptedException
class ActiveMQLargeMessageInterruptedException extends ActiveMQException implements Serializable- serialVersionUID:
- 0L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQNativeIOError
class ActiveMQNativeIOError extends ActiveMQException implements Serializable- serialVersionUID:
- 2355120980683293085L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException
class ActiveMQNonExistentQueueException extends ActiveMQException implements Serializable- serialVersionUID:
- -8199298881947523607L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException
class ActiveMQNotConnectedException extends ActiveMQException implements Serializable- serialVersionUID:
- -3489189971813613325L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQNullRefException
class ActiveMQNullRefException extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQObjectClosedException
class ActiveMQObjectClosedException extends ActiveMQException implements Serializable- serialVersionUID:
- 809024052184914812L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQPropertyConversionException
class ActiveMQPropertyConversionException extends RuntimeException implements Serializable- serialVersionUID:
- -3010008708334904332L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQQueueExistsException
class ActiveMQQueueExistsException extends ActiveMQException implements Serializable- serialVersionUID:
- -405552292451883063L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQQueueMaxConsumerLimitReached
class ActiveMQQueueMaxConsumerLimitReached extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQRemoteDisconnectException
class ActiveMQRemoteDisconnectException extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQReplicationTimeooutException
class ActiveMQReplicationTimeooutException extends ActiveMQException implements Serializable- serialVersionUID:
- -4486139158452585899L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQRoutingException
class ActiveMQRoutingException extends ActiveMQException implements Serializable- serialVersionUID:
- 7414966383933311627L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQSecurityException
class ActiveMQSecurityException extends ActiveMQException implements Serializable- serialVersionUID:
- 3291210307590756881L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQSessionCreationException
class ActiveMQSessionCreationException extends ActiveMQException implements Serializable- serialVersionUID:
- -4486139158452585895L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQShutdownException
class ActiveMQShutdownException extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQTimeoutException
class ActiveMQTimeoutException extends ActiveMQException implements Serializable- serialVersionUID:
- 0L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQTransactionOutcomeUnknownException
class ActiveMQTransactionOutcomeUnknownException extends ActiveMQException implements Serializable- serialVersionUID:
- 7940794286427650558L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQTransactionRolledBackException
class ActiveMQTransactionRolledBackException extends ActiveMQException implements Serializable- serialVersionUID:
- 5823412198677126300L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQTransactionTimeoutException
class ActiveMQTransactionTimeoutException extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQUnBlockedException
class ActiveMQUnBlockedException extends ActiveMQException implements Serializable- serialVersionUID:
- -4507889261891160608L
-
Exception org.apache.activemq.artemis.api.core.ActiveMQUnexpectedRoutingTypeForAddress
class ActiveMQUnexpectedRoutingTypeForAddress extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.api.core.ActiveMQUnsupportedPacketException
class ActiveMQUnsupportedPacketException extends ActiveMQException implements Serializable- serialVersionUID:
- -7074681529482463675L
-
Class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
class BroadcastGroupConfiguration extends Object implements Serializable- serialVersionUID:
- 2335634694112319124L
-
Serialized Fields
-
broadcastPeriod
long broadcastPeriod
-
connectorInfos
List<String> connectorInfos
-
endpointFactory
BroadcastEndpointFactory endpointFactory
-
name
String name
-
-
Class org.apache.activemq.artemis.api.core.ChannelBroadcastEndpointFactory
class ChannelBroadcastEndpointFactory extends Object implements Serializable-
Serialized Fields
-
channel
org.jgroups.JChannel channel
-
channelName
String channelName
-
manager
JChannelManager manager
-
-
-
Class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
class DiscoveryGroupConfiguration extends Object implements Serializable- serialVersionUID:
- 8657206421727863400L
-
Serialized Fields
-
discoveryInitialWaitTimeout
long discoveryInitialWaitTimeout
-
endpointFactory
BroadcastEndpointFactory endpointFactory
-
name
String name
-
refreshTimeout
long refreshTimeout
-
stoppingTimeout
long stoppingTimeout
-
-
Class org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpointFactory
class JGroupsFileBroadcastEndpointFactory extends Object implements Serializable-
Serialized Fields
-
channelName
String channelName
-
file
String file
-
manager
JChannelManager manager
-
-
-
Class org.apache.activemq.artemis.api.core.ObjLongPair
class ObjLongPair extends Object implements Serializable- serialVersionUID:
- 7749478219139339853L
-
Serialized Fields
-
a
A a
-
b
long b
-
-
Class org.apache.activemq.artemis.api.core.Pair
class Pair extends Object implements Serializable- serialVersionUID:
- -2496357457812368127L
-
Class org.apache.activemq.artemis.api.core.QueueAttributes
class QueueAttributes extends Object implements Serializable-
Serialized Fields
-
autoDelete
Boolean autoDelete
Deprecated. -
autoDeleteDelay
Long autoDeleteDelay
Deprecated. -
autoDeleteMessageCount
Long autoDeleteMessageCount
Deprecated. -
consumerPriority
Integer consumerPriority
Deprecated. -
consumersBeforeDispatch
Integer consumersBeforeDispatch
Deprecated. -
delayBeforeDispatch
Long delayBeforeDispatch
Deprecated. -
durable
Boolean durable
Deprecated. -
enabled
Boolean enabled
Deprecated. -
exclusive
Boolean exclusive
Deprecated. -
filterString
SimpleString filterString
Deprecated. -
groupBuckets
Integer groupBuckets
Deprecated. -
groupFirstKey
SimpleString groupFirstKey
Deprecated. -
groupRebalance
Boolean groupRebalance
Deprecated. -
groupRebalancePauseDispatch
Boolean groupRebalancePauseDispatch
Deprecated. -
lastValue
Boolean lastValue
Deprecated. -
lastValueKey
SimpleString lastValueKey
Deprecated. -
maxConsumers
Integer maxConsumers
Deprecated. -
nonDestructive
Boolean nonDestructive
Deprecated. -
purgeOnNoConsumers
Boolean purgeOnNoConsumers
Deprecated. -
ringSize
Long ringSize
Deprecated. -
routingType
RoutingType routingType
Deprecated.
-
-
-
Class org.apache.activemq.artemis.api.core.QueueConfiguration
class QueueConfiguration extends Object implements Serializable- serialVersionUID:
- 2601016432150225938L
-
Serialized Fields
-
_transient
Boolean _transient
-
address
SimpleString address
-
autoCreateAddress
Boolean autoCreateAddress
-
autoCreated
Boolean autoCreated
-
autoDelete
Boolean autoDelete
-
autoDeleteDelay
Long autoDeleteDelay
-
autoDeleteMessageCount
Long autoDeleteMessageCount
-
configurationManaged
Boolean configurationManaged
-
consumerPriority
Integer consumerPriority
-
consumersBeforeDispatch
Integer consumersBeforeDispatch
-
delayBeforeDispatch
Long delayBeforeDispatch
-
durable
Boolean durable
-
enabled
Boolean enabled
-
exclusive
Boolean exclusive
-
filterString
SimpleString filterString
-
fqqn
Boolean fqqn
-
groupBuckets
Integer groupBuckets
-
groupFirstKey
SimpleString groupFirstKey
-
groupRebalance
Boolean groupRebalance
-
groupRebalancePauseDispatch
Boolean groupRebalancePauseDispatch
-
id
Long id
-
internal
Boolean internal
-
lastValue
Boolean lastValue
-
lastValueKey
SimpleString lastValueKey
-
maxConsumers
Integer maxConsumers
-
name
SimpleString name
-
nonDestructive
Boolean nonDestructive
-
purgeOnNoConsumers
Boolean purgeOnNoConsumers
-
ringSize
Long ringSize
-
routingType
RoutingType routingType
-
temporary
Boolean temporary
-
user
SimpleString user
-
-
Class org.apache.activemq.artemis.api.core.SimpleString
class SimpleString extends Object implements Serializable- serialVersionUID:
- 4204223851422244307L
-
Serialized Fields
-
data
byte[] data
-
-
Class org.apache.activemq.artemis.api.core.TransportConfiguration
class TransportConfiguration extends Object implements Serializable- serialVersionUID:
- -3994528421527392679L
-
Class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
class UDPBroadcastEndpointFactory extends Object implements Serializable-
Serialized Fields
-
groupAddress
String groupAddress
-
groupPort
int groupPort
-
-
-
-
Package org.apache.activemq.artemis.api.core.client.loadbalance
-
Class org.apache.activemq.artemis.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy
class RoundRobinConnectionLoadBalancingPolicy extends Object implements Serializable- serialVersionUID:
- 7511196010141439559L
-
Serialized Fields
-
pos
int pos
-
-
-
Package org.apache.activemq.artemis.cli
-
Exception org.apache.activemq.artemis.cli.CLIException
class CLIException extends Exception implements Serializable -
Exception org.apache.activemq.artemis.cli.ConfigurationException
class ConfigurationException extends Exception implements Serializable
-
-
Package org.apache.activemq.artemis.cli.commands
-
Exception org.apache.activemq.artemis.cli.commands.InvalidOptionsError
class InvalidOptionsError extends Exception implements Serializable
-
-
Package org.apache.activemq.artemis.cli.commands.check
-
Exception org.apache.activemq.artemis.cli.commands.check.CheckException
class CheckException extends Exception implements Serializable
-
-
Package org.apache.activemq.artemis.cli.commands.messages.perf
-
Class org.apache.activemq.artemis.cli.commands.messages.perf.PaddingDecimalFormat
class PaddingDecimalFormat extends DecimalFormat implements Serializable-
Serialized Fields
-
minimumLength
int minimumLength
-
pad
StringBuilder pad
-
-
-
-
Package org.apache.activemq.artemis.core.config
-
Class org.apache.activemq.artemis.core.config.BridgeConfiguration
class BridgeConfiguration extends Object implements Serializable- serialVersionUID:
- -1057244274380572226L
-
Serialized Fields
-
callTimeout
long callTimeout
-
clientFailureCheckPeriod
long clientFailureCheckPeriod
-
clientId
String clientId
-
concurrency
int concurrency
-
configurationManaged
boolean configurationManaged
-
confirmationWindowSize
int confirmationWindowSize
-
connectionTTL
long connectionTTL
-
discoveryGroupName
String discoveryGroupName
-
filterString
String filterString
-
forwardingAddress
String forwardingAddress
-
ha
boolean ha
-
initialConnectAttempts
int initialConnectAttempts
-
maxRetryInterval
long maxRetryInterval
-
minLargeMessageSize
int minLargeMessageSize
-
name
String name
-
parentName
String parentName
-
password
String password
-
pendingAckTimeout
long pendingAckTimeout
-
producerWindowSize
int producerWindowSize
-
queueName
String queueName
-
reconnectAttempts
int reconnectAttempts
-
reconnectAttemptsOnSameNode
int reconnectAttemptsOnSameNode
-
retryInterval
long retryInterval
-
retryIntervalMultiplier
double retryIntervalMultiplier
-
routingType
ComponentConfigurationRoutingType routingType
-
staticConnectors
List<String> staticConnectors
-
transformerConfiguration
TransformerConfiguration transformerConfiguration
-
useDuplicateDetection
boolean useDuplicateDetection
-
user
String user
-
-
Class org.apache.activemq.artemis.core.config.ClusterConnectionConfiguration
class ClusterConnectionConfiguration extends Object implements Serializable- serialVersionUID:
- 8948303813427795935L
-
Serialized Fields
-
address
String address
-
allowDirectConnectionsOnly
boolean allowDirectConnectionsOnly
-
callFailoverTimeout
long callFailoverTimeout
-
callTimeout
long callTimeout
-
clientFailureCheckPeriod
long clientFailureCheckPeriod
-
clientId
String clientId
-
clusterNotificationAttempts
int clusterNotificationAttempts
-
clusterNotificationInterval
long clusterNotificationInterval
-
compositeMembers
URISupport.CompositeData compositeMembers
-
confirmationWindowSize
int confirmationWindowSize
-
connectionTTL
long connectionTTL
-
connectorName
String connectorName
-
discoveryGroupName
String discoveryGroupName
-
duplicateDetection
boolean duplicateDetection
-
initialConnectAttempts
int initialConnectAttempts
-
maxHops
int maxHops
-
maxRetryInterval
long maxRetryInterval
-
messageLoadBalancingType
MessageLoadBalancingType messageLoadBalancingType
-
minLargeMessageSize
int minLargeMessageSize
-
name
String name
-
producerWindowSize
int producerWindowSize
-
reconnectAttempts
int reconnectAttempts
-
retryInterval
long retryInterval
-
retryIntervalMultiplier
double retryIntervalMultiplier
-
staticConnectors
List<String> staticConnectors
-
topologyScannerAttempts
int topologyScannerAttempts
-
-
Class org.apache.activemq.artemis.core.config.ConnectorServiceConfiguration
class ConnectorServiceConfiguration extends Object implements Serializable- serialVersionUID:
- -641207073030767325L
-
Class org.apache.activemq.artemis.core.config.CoreAddressConfiguration
class CoreAddressConfiguration extends Object implements Serializable-
Serialized Fields
-
name
String name
-
queueConfigurations
List<QueueConfiguration> queueConfigurations
-
routingTypes
EnumSet<RoutingType> routingTypes
-
-
-
Class org.apache.activemq.artemis.core.config.CoreQueueConfiguration
class CoreQueueConfiguration extends Object implements Serializable- serialVersionUID:
- 650404974977490254L
-
Serialized Fields
-
address
String address
Deprecated. -
consumersBeforeDispatch
Integer consumersBeforeDispatch
Deprecated. -
delayBeforeDispatch
Long delayBeforeDispatch
Deprecated. -
durable
boolean durable
Deprecated. -
enabled
Boolean enabled
Deprecated. -
exclusive
Boolean exclusive
Deprecated. -
filterString
String filterString
Deprecated. -
groupBuckets
Integer groupBuckets
Deprecated. -
groupFirstKey
String groupFirstKey
Deprecated. -
groupRebalance
Boolean groupRebalance
Deprecated. -
lastValue
Boolean lastValue
Deprecated. -
lastValueKey
String lastValueKey
Deprecated. -
maxConsumers
Integer maxConsumers
Deprecated. -
name
String name
Deprecated. -
nonDestructive
Boolean nonDestructive
Deprecated. -
purgeOnNoConsumers
Boolean purgeOnNoConsumers
Deprecated. -
ringSize
Long ringSize
Deprecated. -
routingType
RoutingType routingType
Deprecated. -
user
String user
Deprecated.
-
-
Class org.apache.activemq.artemis.core.config.DivertConfiguration
class DivertConfiguration extends Object implements Serializable- serialVersionUID:
- 6910543740464269629L
-
Serialized Fields
-
address
String address
-
exclusive
boolean exclusive
-
filterString
String filterString
-
forwardingAddress
String forwardingAddress
-
name
String name
-
routingName
String routingName
-
routingType
ComponentConfigurationRoutingType routingType
-
transformerConfiguration
TransformerConfiguration transformerConfiguration
-
-
Class org.apache.activemq.artemis.core.config.FederationConfiguration
class FederationConfiguration extends Object implements Serializable-
Serialized Fields
-
credentials
FederationConfiguration.Credentials credentials
-
downstreamConfigurations
List<FederationDownstreamConfiguration> downstreamConfigurations
-
federationPolicyMap
Map<String,
FederationPolicy> federationPolicyMap -
name
String name
-
transformerConfigurationMap
Map<String,
FederationTransformerConfiguration> transformerConfigurationMap -
upstreamConfigurations
List<FederationUpstreamConfiguration> upstreamConfigurations
-
-
-
Class org.apache.activemq.artemis.core.config.FederationConfiguration.Credentials
class Credentials extends Object implements Serializable -
Class org.apache.activemq.artemis.core.config.MetricsConfiguration
class MetricsConfiguration extends Object implements Serializable-
Serialized Fields
-
fileDescriptors
boolean fileDescriptors
-
jvmGc
boolean jvmGc
-
jvmMemory
boolean jvmMemory
-
jvmThread
boolean jvmThread
-
logging
boolean logging
-
nettyPool
boolean nettyPool
-
plugin
ActiveMQMetricsPlugin plugin
-
processor
boolean processor
-
securityCaches
boolean securityCaches
-
uptime
boolean uptime
-
-
-
Class org.apache.activemq.artemis.core.config.ScaleDownConfiguration
class ScaleDownConfiguration extends Object implements Serializable -
Class org.apache.activemq.artemis.core.config.TransformerConfiguration
class TransformerConfiguration extends Object implements Serializable- serialVersionUID:
- -1057244274380572226L
-
Class org.apache.activemq.artemis.core.config.WildcardConfiguration
class WildcardConfiguration extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.activemq.artemis.core.config.amqpBrokerConnectivity
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBrokerConnectConfiguration
class AMQPBrokerConnectConfiguration extends BrokerConnectConfiguration implements Serializable- serialVersionUID:
- 8827214279279810938L
-
Serialized Fields
-
connectionElements
List<AMQPBrokerConnectionElement> connectionElements
-
transportConfigurations
List<TransportConfiguration> transportConfigurations
-
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBrokerConnectionElement
class AMQPBrokerConnectionElement extends Object implements Serializable- serialVersionUID:
- 3653295602796835937L
-
Serialized Fields
-
matchAddress
SimpleString matchAddress
-
name
String name
-
parent
AMQPBrokerConnectConfiguration parent
-
queueName
SimpleString queueName
-
type
AMQPBrokerConnectionAddressType type
-
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPFederatedBrokerConnectionElement
class AMQPFederatedBrokerConnectionElement extends AMQPBrokerConnectionElement implements Serializable- serialVersionUID:
- -6701394020085679414L
-
Serialized Fields
-
localAddressPolicies
Set<AMQPFederationAddressPolicyElement> localAddressPolicies
-
localQueuePolicies
Set<AMQPFederationQueuePolicyElement> localQueuePolicies
-
properties
Map<String,
Object> properties -
remoteAddressPolicies
Set<AMQPFederationAddressPolicyElement> remoteAddressPolicies
-
remoteQueuePolicies
Set<AMQPFederationQueuePolicyElement> remoteQueuePolicies
-
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPFederationAddressPolicyElement
class AMQPFederationAddressPolicyElement extends Object implements Serializable- serialVersionUID:
- -5205164803216061323L
-
Serialized Fields
-
autoDelete
Boolean autoDelete
-
autoDeleteDelay
Long autoDeleteDelay
-
autoDeleteMessageCount
Long autoDeleteMessageCount
-
enableDivertBindings
Boolean enableDivertBindings
-
excludes
Set<AMQPFederationAddressPolicyElement.AddressMatch> excludes
-
includes
Set<AMQPFederationAddressPolicyElement.AddressMatch> includes
-
maxHops
int maxHops
-
name
String name
-
properties
Map<String,
Object> properties -
transformerConfig
TransformerConfiguration transformerConfig
-
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPFederationAddressPolicyElement.AddressMatch
class AddressMatch extends Object implements Serializable- serialVersionUID:
- 8517154638045698017L
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPFederationQueuePolicyElement
class AMQPFederationQueuePolicyElement extends Object implements Serializable- serialVersionUID:
- 7519912064917015520L
-
Serialized Fields
-
excludes
Set<AMQPFederationQueuePolicyElement.QueueMatch> excludes
-
includeFederated
boolean includeFederated
-
includes
Set<AMQPFederationQueuePolicyElement.QueueMatch> includes
-
name
String name
-
priorityAdjustment
Integer priorityAdjustment
-
properties
Map<String,
Object> properties -
transformerConfig
TransformerConfiguration transformerConfig
-
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPFederationQueuePolicyElement.QueueMatch
class QueueMatch extends Object implements Serializable- serialVersionUID:
- -1641189627591828008L
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPMirrorBrokerConnectionElement
class AMQPMirrorBrokerConnectionElement extends AMQPBrokerConnectionElement implements Serializable- serialVersionUID:
- -6171198691682381614L
-
Serialized Fields
-
addressFilter
String addressFilter
-
durable
boolean durable
-
messageAcknowledgements
boolean messageAcknowledgements
-
mirrorSNF
SimpleString mirrorSNF
-
properties
Map<String,
Object> properties -
queueCreation
boolean queueCreation
-
queueRemoval
boolean queueRemoval
-
sync
boolean sync
-
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPPeerBrokerConnectionElement
class AMQPPeerBrokerConnectionElement extends AMQPBrokerConnectionElement implements Serializable- serialVersionUID:
- -5021968319469459695L
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPReceiverBrokerConnectionElement
class AMQPReceiverBrokerConnectionElement extends AMQPBrokerConnectionElement implements Serializable- serialVersionUID:
- 5257427388207911228L
-
Class org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPSenderBrokerConnectionElement
class AMQPSenderBrokerConnectionElement extends AMQPBrokerConnectionElement implements Serializable- serialVersionUID:
- -7213161391886866563L
-
-
Package org.apache.activemq.artemis.core.config.brokerConnectivity
-
Class org.apache.activemq.artemis.core.config.brokerConnectivity.BrokerConnectConfiguration
class BrokerConnectConfiguration extends Object implements Serializable- serialVersionUID:
- 8026604526022462048L
-
-
Package org.apache.activemq.artemis.core.config.federation
-
Class org.apache.activemq.artemis.core.config.federation.FederationAddressPolicyConfiguration
class FederationAddressPolicyConfiguration extends Object implements Serializable-
Serialized Fields
-
autoDelete
Boolean autoDelete
-
autoDeleteDelay
Long autoDeleteDelay
-
autoDeleteMessageCount
Long autoDeleteMessageCount
-
enableDivertBindings
boolean enableDivertBindings
-
excludes
Set<FederationAddressPolicyConfiguration.Matcher> excludes
-
includes
Set<FederationAddressPolicyConfiguration.Matcher> includes
-
maxHops
int maxHops
-
name
String name
-
transformerRef
String transformerRef
-
-
-
Class org.apache.activemq.artemis.core.config.federation.FederationAddressPolicyConfiguration.Matcher
class Matcher extends Object implements Serializable -
Class org.apache.activemq.artemis.core.config.federation.FederationConnectionConfiguration
class FederationConnectionConfiguration extends Object implements Serializable-
Serialized Fields
-
callFailoverTimeout
long callFailoverTimeout
-
callTimeout
long callTimeout
-
circuitBreakerTimeout
long circuitBreakerTimeout
-
clientFailureCheckPeriod
long clientFailureCheckPeriod
-
connectionTTL
long connectionTTL
-
discoveryGroupName
String discoveryGroupName
-
initialConnectAttempts
int initialConnectAttempts
-
isHA
boolean isHA
-
maxRetryInterval
long maxRetryInterval
-
password
String password
-
priorityAdjustment
int priorityAdjustment
-
reconnectAttempts
int reconnectAttempts
-
retryInterval
long retryInterval
-
retryIntervalMultiplier
double retryIntervalMultiplier
-
shareConnection
boolean shareConnection
-
staticConnectors
List<String> staticConnectors
-
username
String username
-
-
-
Class org.apache.activemq.artemis.core.config.federation.FederationDownstreamConfiguration
class FederationDownstreamConfiguration extends FederationStreamConfiguration<FederationDownstreamConfiguration> implements Serializable-
Serialized Fields
-
upstreamConfiguration
TransportConfiguration upstreamConfiguration
-
upstreamConfigurationRef
String upstreamConfigurationRef
-
-
-
Class org.apache.activemq.artemis.core.config.federation.FederationPolicySet
class FederationPolicySet extends Object implements Serializable -
Class org.apache.activemq.artemis.core.config.federation.FederationQueuePolicyConfiguration
class FederationQueuePolicyConfiguration extends Object implements Serializable-
Serialized Fields
-
excludes
Set<FederationQueuePolicyConfiguration.Matcher> excludes
-
includeFederated
boolean includeFederated
-
includes
Set<FederationQueuePolicyConfiguration.Matcher> includes
-
name
String name
-
priorityAdjustment
Integer priorityAdjustment
-
transformerRef
String transformerRef
-
-
-
Class org.apache.activemq.artemis.core.config.federation.FederationQueuePolicyConfiguration.Matcher
class Matcher extends Object implements Serializable -
Class org.apache.activemq.artemis.core.config.federation.FederationStreamConfiguration
class FederationStreamConfiguration extends Object implements Serializable-
Serialized Fields
-
connectionConfiguration
FederationConnectionConfiguration connectionConfiguration
-
name
String name
-
policyRefs
Set<String> policyRefs
-
-
-
Class org.apache.activemq.artemis.core.config.federation.FederationTransformerConfiguration
class FederationTransformerConfiguration extends Object implements Serializable-
Serialized Fields
-
name
String name
-
transformerConfiguration
TransformerConfiguration transformerConfiguration
-
-
-
Class org.apache.activemq.artemis.core.config.federation.FederationUpstreamConfiguration
class FederationUpstreamConfiguration extends FederationStreamConfiguration<FederationUpstreamConfiguration> implements Serializable
-
-
Package org.apache.activemq.artemis.core.config.ha
-
Class org.apache.activemq.artemis.core.config.ha.ColocatedPolicyConfiguration
class ColocatedPolicyConfiguration extends Object implements Serializable-
Serialized Fields
-
backupConfig
HAPolicyConfiguration backupConfig
-
backupPortOffset
int backupPortOffset
-
backupRequestRetries
int backupRequestRetries
-
backupRequestRetryInterval
long backupRequestRetryInterval
-
excludedConnectors
List<String> excludedConnectors
-
maxBackups
int maxBackups
-
portOffset
int portOffset
-
primaryConfig
HAPolicyConfiguration primaryConfig
-
requestBackup
boolean requestBackup
-
-
-
Class org.apache.activemq.artemis.core.config.ha.DistributedLockManagerConfiguration
class DistributedLockManagerConfiguration extends Object implements Serializable -
Class org.apache.activemq.artemis.core.config.ha.LiveOnlyPolicyConfiguration
class LiveOnlyPolicyConfiguration extends PrimaryOnlyPolicyConfiguration implements Serializable -
Class org.apache.activemq.artemis.core.config.ha.PrimaryOnlyPolicyConfiguration
class PrimaryOnlyPolicyConfiguration extends Object implements Serializable-
Serialized Fields
-
scaleDownConfiguration
ScaleDownConfiguration scaleDownConfiguration
-
-
-
Class org.apache.activemq.artemis.core.config.ha.ReplicaPolicyConfiguration
class ReplicaPolicyConfiguration extends Object implements Serializable-
Serialized Fields
-
allowFailBack
boolean allowFailBack
-
clusterName
String clusterName
-
groupName
String groupName
-
initialReplicationSyncTimeout
long initialReplicationSyncTimeout
-
maxSavedReplicatedJournalsSize
int maxSavedReplicatedJournalsSize
-
quorumSize
int quorumSize
-
quorumVoteWait
int quorumVoteWait
-
restartBackup
boolean restartBackup
-
retryReplicationWait
long retryReplicationWait
-
scaleDownConfiguration
ScaleDownConfiguration scaleDownConfiguration
-
voteOnReplicationFailure
boolean voteOnReplicationFailure
-
voteRetries
int voteRetries
-
voteRetryWait
long voteRetryWait
-
-
-
Class org.apache.activemq.artemis.core.config.ha.ReplicatedPolicyConfiguration
class ReplicatedPolicyConfiguration extends Object implements Serializable-
Serialized Fields
-
checkForPrimaryServer
boolean checkForPrimaryServer
-
clusterName
String clusterName
-
groupName
String groupName
-
initialReplicationSyncTimeout
long initialReplicationSyncTimeout
-
maxSavedReplicatedJournalsSize
int maxSavedReplicatedJournalsSize
-
quorumSize
int quorumSize
-
quorumVoteWait
int quorumVoteWait
-
retryReplicationWait
Long retryReplicationWait
-
voteOnReplicationFailure
boolean voteOnReplicationFailure
-
voteRetries
int voteRetries
-
voteRetryWait
long voteRetryWait
-
-
-
Class org.apache.activemq.artemis.core.config.ha.ReplicationBackupPolicyConfiguration
class ReplicationBackupPolicyConfiguration extends Object implements Serializable-
Serialized Fields
-
allowFailBack
boolean allowFailBack
-
clusterName
String clusterName
-
distributedManagerConfiguration
DistributedLockManagerConfiguration distributedManagerConfiguration
-
groupName
String groupName
-
initialReplicationSyncTimeout
long initialReplicationSyncTimeout
-
maxSavedReplicatedJournalsSize
int maxSavedReplicatedJournalsSize
-
retryReplicationWait
long retryReplicationWait
-
-
-
Class org.apache.activemq.artemis.core.config.ha.ReplicationPrimaryPolicyConfiguration
class ReplicationPrimaryPolicyConfiguration extends Object implements Serializable-
Serialized Fields
-
clusterName
String clusterName
-
coordinationId
String coordinationId
-
distributedManagerConfiguration
DistributedLockManagerConfiguration distributedManagerConfiguration
-
groupName
String groupName
-
initialReplicationSyncTimeout
long initialReplicationSyncTimeout
-
maxSavedReplicatedJournalsSize
int maxSavedReplicatedJournalsSize
-
retryReplicationWait
Long retryReplicationWait
-
-
-
-
Package org.apache.activemq.artemis.core.config.impl
-
Class org.apache.activemq.artemis.core.config.impl.ConfigurationImpl
class ConfigurationImpl extends Object implements Serializable- serialVersionUID:
- 4077088945050267843L
-
Serialized Fields
-
acceptorConfigs
Set<TransportConfiguration> acceptorConfigs
-
addressConfigurations
List<CoreAddressConfiguration> addressConfigurations
-
addressQueueScanPeriod
long addressQueueScanPeriod
-
addressSettings
Map<String,
AddressSettings> addressSettings -
amqpBrokerConnectConfigurations
List<AMQPBrokerConnectConfiguration> amqpBrokerConnectConfigurations
-
amqpUseCoreSubscriptionNaming
boolean amqpUseCoreSubscriptionNaming
-
artemisInstance
File artemisInstance
Parent folder for all data folders. -
asyncConnectionExecutionEnabled
boolean asyncConnectionExecutionEnabled
-
authenticationCacheSize
long authenticationCacheSize
-
authorizationCacheSize
long authorizationCacheSize
-
bindingsDirectory
String bindingsDirectory
-
bridgeConfigurations
List<BridgeConfiguration> bridgeConfigurations
-
brokerAddressPlugins
List<ActiveMQServerAddressPlugin> brokerAddressPlugins
-
brokerAMQPFederationPlugins
List<AMQPFederationBrokerPlugin> brokerAMQPFederationPlugins
-
brokerBindingPlugins
List<ActiveMQServerBindingPlugin> brokerBindingPlugins
-
brokerBridgePlugins
List<ActiveMQServerBridgePlugin> brokerBridgePlugins
-
brokerConnectionPlugins
List<ActiveMQServerConnectionPlugin> brokerConnectionPlugins
-
brokerConsumerPlugins
List<ActiveMQServerConsumerPlugin> brokerConsumerPlugins
-
brokerCriticalPlugins
List<ActiveMQServerCriticalPlugin> brokerCriticalPlugins
-
brokerFederationPlugins
List<ActiveMQServerFederationPlugin> brokerFederationPlugins
-
brokerMessagePlugins
List<ActiveMQServerMessagePlugin> brokerMessagePlugins
-
brokerPlugins
List<ActiveMQServerBasePlugin> brokerPlugins
-
brokerPropertiesKeySurround
String brokerPropertiesKeySurround
-
brokerPropertiesRemoveValue
String brokerPropertiesRemoveValue
-
brokerQueuePlugins
List<ActiveMQServerQueuePlugin> brokerQueuePlugins
-
brokerResourcePlugins
List<ActiveMQServerResourcePlugin> brokerResourcePlugins
-
brokerSessionPlugins
List<ActiveMQServerSessionPlugin> brokerSessionPlugins
-
clusterConfigurations
List<ClusterConnectionConfiguration> clusterConfigurations
-
clusterPassword
String clusterPassword
-
clusterUser
String clusterUser
-
configurationFileRefreshPeriod
long configurationFileRefreshPeriod
-
configurationUrl
URL configurationUrl
-
connectionRouters
List<ConnectionRouterConfiguration> connectionRouters
-
connectionTtlCheckInterval
long connectionTtlCheckInterval
-
connectionTTLOverride
long connectionTTLOverride
-
connectorConfigs
Map<String,
TransportConfiguration> connectorConfigs -
connectorServiceConfigurations
List<ConnectorServiceConfiguration> connectorServiceConfigurations
-
coreQueueConfigurations
List<CoreQueueConfiguration> coreQueueConfigurations
Deprecated. -
createBindingsDir
boolean createBindingsDir
-
createJournalDir
boolean createJournalDir
-
criticalAnalyzer
boolean criticalAnalyzer
-
criticalAnalyzerCheckPeriod
long criticalAnalyzerCheckPeriod
-
criticalAnalyzerPolicy
CriticalAnalyzerPolicy criticalAnalyzerPolicy
-
criticalAnalyzerTimeout
long criticalAnalyzerTimeout
-
deviceBlockSize
Integer deviceBlockSize
-
diskScanPeriod
int diskScanPeriod
-
divertConfigurations
List<DivertConfiguration> divertConfigurations
-
failoverOnServerShutdown
boolean failoverOnServerShutdown
-
federationConfigurations
List<FederationConfiguration> federationConfigurations
-
fileDeploymentScanPeriod
long fileDeploymentScanPeriod
-
globalMaxMessages
Long globalMaxMessages
-
globalMaxSize
Long globalMaxSize
-
globalMaxSizePercentOfJvmMaxMemory
int globalMaxSizePercentOfJvmMaxMemory
-
gracefulShutdownEnabled
boolean gracefulShutdownEnabled
-
gracefulShutdownTimeout
long gracefulShutdownTimeout
-
groupingHandlerConfiguration
GroupingHandlerConfiguration groupingHandlerConfiguration
-
haPolicyConfiguration
HAPolicyConfiguration haPolicyConfiguration
-
idCacheSize
int idCacheSize
-
ignored
Set<String> ignored
-
incomingInterceptorClassNames
List<String> incomingInterceptorClassNames
-
internalNamingPrefix
String internalNamingPrefix
-
jmxDomain
String jmxDomain
-
jmxManagementEnabled
boolean jmxManagementEnabled
-
jmxUseBrokerName
boolean jmxUseBrokerName
-
journalBufferSize_AIO
int journalBufferSize_AIO
-
journalBufferSize_NIO
int journalBufferSize_NIO
-
journalBufferTimeout_AIO
int journalBufferTimeout_AIO
-
journalBufferTimeout_NIO
int journalBufferTimeout_NIO
-
journalCompactMinFiles
int journalCompactMinFiles
-
journalCompactPercentage
int journalCompactPercentage
-
journalDatasync
boolean journalDatasync
-
journalDirectory
String journalDirectory
-
journalFileOpenTimeout
int journalFileOpenTimeout
-
journalFileSize
int journalFileSize
-
journalLockAcquisitionTimeout
long journalLockAcquisitionTimeout
-
journalMaxAtticFilesFiles
int journalMaxAtticFilesFiles
-
journalMaxIO_AIO
int journalMaxIO_AIO
-
journalMaxIO_NIO
int journalMaxIO_NIO
-
journalMinFiles
int journalMinFiles
-
journalPoolFiles
int journalPoolFiles
-
journalRetentionDirectory
String journalRetentionDirectory
-
journalRetentionMaxBytes
long journalRetentionMaxBytes
-
journalRetentionPeriod
long journalRetentionPeriod
-
journalSyncNonTransactional
boolean journalSyncNonTransactional
-
journalSyncTransactional
boolean journalSyncTransactional
-
journalType
JournalType journalType
-
keysToRedact
Set<String> keysToRedact
-
largeMessagesDirectory
String largeMessagesDirectory
-
largeMessageSync
boolean largeMessageSync
-
literalMatchMarkers
String literalMatchMarkers
-
logJournalWriteRate
boolean logJournalWriteRate
-
managementAddress
SimpleString managementAddress
-
managementMessagesRbac
boolean managementMessagesRbac
-
managementNotificationAddress
SimpleString managementNotificationAddress
-
managementRbacPrefix
String managementRbacPrefix
-
maskPassword
Boolean maskPassword
-
maxConcurrentPageIO
int maxConcurrentPageIO
-
maxDiskUsage
int maxDiskUsage
-
maxRedeliveryRecords
int maxRedeliveryRecords
-
memoryMeasureInterval
long memoryMeasureInterval
-
memoryWarningThreshold
int memoryWarningThreshold
-
messageCounterEnabled
boolean messageCounterEnabled
-
messageCounterMaxDayHistory
int messageCounterMaxDayHistory
-
messageCounterSamplePeriod
long messageCounterSamplePeriod
-
messageExpiryScanPeriod
long messageExpiryScanPeriod
-
messageExpiryThreadPriority
int messageExpiryThreadPriority
-
metricsConfiguration
MetricsConfiguration metricsConfiguration
-
minDiskFree
long minDiskFree
-
mirrorAckManagerPageAttempts
int mirrorAckManagerPageAttempts
-
mirrorAckManagerQueueAttempts
int mirrorAckManagerQueueAttempts
-
mirrorAckManagerRetryDelay
int mirrorAckManagerRetryDelay
-
mirrorAckManagerWarnUnacked
boolean mirrorAckManagerWarnUnacked
-
mirrorPageTransaction
boolean mirrorPageTransaction
-
mqttSessionScanInterval
long mqttSessionScanInterval
-
mqttSessionStatePersistenceEnabled
boolean mqttSessionStatePersistenceEnabled
-
mqttSessionStatePersistenceTimeout
long mqttSessionStatePersistenceTimeout
-
name
String name
-
networkCheckList
String networkCheckList
-
networkCheckNIC
String networkCheckNIC
-
networkCheckPeriod
long networkCheckPeriod
-
networkCheckPing6Command
String networkCheckPing6Command
-
networkCheckPingCommand
String networkCheckPingCommand
-
networkCheckTimeout
int networkCheckTimeout
-
networkURLList
String networkURLList
-
nodeManagerLockDirectory
String nodeManagerLockDirectory
-
outgoingInterceptorClassNames
List<String> outgoingInterceptorClassNames
-
pageSyncTimeout
int pageSyncTimeout
-
pagingDirectory
String pagingDirectory
-
persistDeliveryCountBeforeDelivery
boolean persistDeliveryCountBeforeDelivery
-
persistenceEnabled
boolean persistenceEnabled
-
persistIDCache
boolean persistIDCache
-
populateValidatedUser
boolean populateValidatedUser
-
readWholePage
boolean readWholePage
-
rejectEmptyValidatedUser
boolean rejectEmptyValidatedUser
-
resolveProtocols
boolean resolveProtocols
-
resourceLimitSettings
Map<String,
ResourceLimitSettings> resourceLimitSettings -
scheduledThreadPoolMaxSize
int scheduledThreadPoolMaxSize
-
securityEnabled
boolean securityEnabled
-
securityInvalidationInterval
long securityInvalidationInterval
-
securityRoleNameMappings
Map<String,
Set<String>> securityRoleNameMappings -
securitySettingPlugins
List<SecuritySettingPlugin> securitySettingPlugins
-
securitySettings
Map<String,
Set<Role>> securitySettings -
serverDumpInterval
long serverDumpInterval
-
storeConfiguration
StoreConfiguration storeConfiguration
-
suppressSessionNotifications
boolean suppressSessionNotifications
-
systemPropertyPrefix
String systemPropertyPrefix
-
temporaryQueueNamespace
String temporaryQueueNamespace
-
threadPoolMaxSize
int threadPoolMaxSize
-
transactionTimeout
long transactionTimeout
-
transactionTimeoutScanPeriod
long transactionTimeoutScanPeriod
-
viewPermissionMethodMatchPattern
String viewPermissionMethodMatchPattern
-
wildcardConfiguration
WildcardConfiguration wildcardConfiguration
-
-
Class org.apache.activemq.artemis.core.config.impl.ConfigurationImpl.InsertionOrderedProperties
class InsertionOrderedProperties extends Properties implements Serializable-
Serialized Fields
-
fileChecksum
long fileChecksum
-
orderedMap
LinkedHashMap<Object,
Object> orderedMap
-
-
-
Class org.apache.activemq.artemis.core.config.impl.FileConfiguration
class FileConfiguration extends ConfigurationImpl implements Serializable- serialVersionUID:
- -4766689627675039596L
-
Serialized Fields
-
parsed
boolean parsed
-
-
Class org.apache.activemq.artemis.core.config.impl.RoleSet
-
Serialized Fields
-
name
String name
-
-
-
-
Package org.apache.activemq.artemis.core.config.routing
-
Class org.apache.activemq.artemis.core.config.routing.CacheConfiguration
class CacheConfiguration extends Object implements Serializable-
Serialized Fields
-
persisted
boolean persisted
-
timeout
int timeout
-
-
-
Class org.apache.activemq.artemis.core.config.routing.ConnectionRouterConfiguration
class ConnectionRouterConfiguration extends Object implements Serializable-
Serialized Fields
-
cacheConfiguration
CacheConfiguration cacheConfiguration
-
keyFilter
String keyFilter
-
keyType
KeyType keyType
-
localTargetFilter
String localTargetFilter
-
name
String name
-
policyConfiguration
NamedPropertyConfiguration policyConfiguration
-
poolConfiguration
PoolConfiguration poolConfiguration
-
-
-
Class org.apache.activemq.artemis.core.config.routing.NamedPropertyConfiguration
class NamedPropertyConfiguration extends Object implements Serializable -
Class org.apache.activemq.artemis.core.config.routing.PoolConfiguration
class PoolConfiguration extends Object implements Serializable-
Serialized Fields
-
checkPeriod
int checkPeriod
-
clusterConnection
String clusterConnection
-
discoveryGroupName
String discoveryGroupName
-
localTargetEnabled
boolean localTargetEnabled
-
password
String password
-
quorumSize
int quorumSize
-
quorumTimeout
int quorumTimeout
-
staticConnectors
List<String> staticConnectors
-
username
String username
-
-
-
-
Package org.apache.activemq.artemis.core.config.storage
-
Class org.apache.activemq.artemis.core.config.storage.DatabaseStorageConfiguration
class DatabaseStorageConfiguration extends Object implements Serializable-
Serialized Fields
-
bindingsTableName
String bindingsTableName
-
connectionProvider
JDBCConnectionProvider connectionProvider
-
dataSource
DataSource dataSource
-
dataSourceClassName
String dataSourceClassName
-
dataSourceProperties
Map<String,
Object> dataSourceProperties -
jdbcAllowedTimeDiff
long jdbcAllowedTimeDiff
-
jdbcConnectionUrl
String jdbcConnectionUrl
-
jdbcDriverClassName
String jdbcDriverClassName
-
jdbcJournalSyncPeriodMillis
long jdbcJournalSyncPeriodMillis
-
jdbcLockAcquisitionTimeoutMillis
long jdbcLockAcquisitionTimeoutMillis
-
jdbcLockExpirationMillis
long jdbcLockExpirationMillis
-
jdbcLockRenewPeriodMillis
long jdbcLockRenewPeriodMillis
-
jdbcNetworkTimeout
int jdbcNetworkTimeout
-
jdbcPassword
String jdbcPassword
-
jdbcUser
String jdbcUser
-
largeMessagesTableName
String largeMessagesTableName
-
maxPageSizeBytes
int maxPageSizeBytes
-
messageTableName
String messageTableName
-
nodeManagerStoreTableName
String nodeManagerStoreTableName
-
pageStoreTableName
String pageStoreTableName
-
sqlProviderFactory
SQLProvider.Factory sqlProviderFactory
-
-
-
Class org.apache.activemq.artemis.core.config.storage.FileStorageConfiguration
class FileStorageConfiguration extends Object implements Serializable
-
-
Package org.apache.activemq.artemis.core.exception
-
Exception org.apache.activemq.artemis.core.exception.ActiveMQXAException
class ActiveMQXAException extends XAException implements Serializable- serialVersionUID:
- 6535914602965015803L
-
-
Package org.apache.activemq.artemis.core.paging.cursor
-
Exception org.apache.activemq.artemis.core.paging.cursor.NonExistentPage
class NonExistentPage extends RuntimeException implements Serializable
-
-
Package org.apache.activemq.artemis.core.postoffice
-
Class org.apache.activemq.artemis.core.postoffice.QueueInfo
class QueueInfo extends Object implements Serializable- serialVersionUID:
- 3451892849198803182L
-
Serialized Fields
-
address
SimpleString address
-
clusterName
SimpleString clusterName
-
consumersCount
int consumersCount
-
distance
int distance
-
filterString
SimpleString filterString
-
filterStrings
List<SimpleString> filterStrings
-
id
long id
-
routingName
SimpleString routingName
-
-
-
Package org.apache.activemq.artemis.core.protocol
-
Class org.apache.activemq.artemis.core.protocol.ClientPacketDecoder
class ClientPacketDecoder extends PacketDecoder implements Serializable- serialVersionUID:
- 6952614096979334582L
-
Serialized Fields
-
coreMessageObjectPools
CoreMessageObjectPools coreMessageObjectPools
-
-
Class org.apache.activemq.artemis.core.protocol.ServerPacketDecoder
class ServerPacketDecoder extends ClientPacketDecoder implements Serializable- serialVersionUID:
- 3348673114388400766L
-
Serialized Fields
-
storageManager
StorageManager storageManager
-
-
-
Package org.apache.activemq.artemis.core.protocol.core.impl
-
Class org.apache.activemq.artemis.core.protocol.core.impl.PacketDecoder
class PacketDecoder extends Object implements Serializable
-
-
Package org.apache.activemq.artemis.core.security
-
Class org.apache.activemq.artemis.core.security.Role
class Role extends Object implements Serializable- serialVersionUID:
- 3560097227776448872L
-
Serialized Fields
-
browse
boolean browse
-
consume
boolean consume
-
createAddress
boolean createAddress
-
createDurableQueue
boolean createDurableQueue
-
createNonDurableQueue
boolean createNonDurableQueue
-
deleteAddress
boolean deleteAddress
-
deleteDurableQueue
boolean deleteDurableQueue
-
deleteNonDurableQueue
boolean deleteNonDurableQueue
-
edit
boolean edit
-
manage
boolean manage
-
name
String name
-
send
boolean send
-
view
boolean view
-
-
-
Package org.apache.activemq.artemis.core.server
-
Exception org.apache.activemq.artemis.core.server.ActiveMQLockAcquisitionTimeoutException
class ActiveMQLockAcquisitionTimeoutException extends ActiveMQException implements Serializable -
Exception org.apache.activemq.artemis.core.server.NodeManager.NodeManagerException
class NodeManagerException extends RuntimeException implements Serializable
-
-
Package org.apache.activemq.artemis.core.server.federation.address
-
Class org.apache.activemq.artemis.core.server.federation.address.FederatedAddress
class FederatedAddress extends FederatedAbstract implements Serializable-
Serialized Fields
-
config
FederationAddressPolicyConfiguration config
-
excludes
Set<FederatedAddress.Matcher> excludes
-
filterString
SimpleString filterString
-
hasPullConnectionConfig
boolean hasPullConnectionConfig
-
includes
Set<FederatedAddress.Matcher> includes
-
matchingDiverts
Map<DivertBinding,
Set<SimpleString>> matchingDiverts -
queueNameFormat
SimpleString queueNameFormat
-
-
-
-
Package org.apache.activemq.artemis.core.server.federation.queue
-
Class org.apache.activemq.artemis.core.server.federation.queue.FederatedQueue
class FederatedQueue extends FederatedAbstract implements Serializable-
Serialized Fields
-
config
FederationQueuePolicyConfiguration config
-
excludes
Set<FederatedQueue.Matcher> excludes
-
includes
Set<FederatedQueue.Matcher> includes
-
metaDataFilter
Filter metaDataFilter
-
priorityAdjustment
int priorityAdjustment
-
-
-
-
Package org.apache.activemq.artemis.core.server.group.impl
-
Class org.apache.activemq.artemis.core.server.group.impl.GroupingHandlerConfiguration
class GroupingHandlerConfiguration extends Object implements Serializable- serialVersionUID:
- -4600283023652477326L
-
Serialized Fields
-
address
SimpleString address
-
groupTimeout
long groupTimeout
-
name
SimpleString name
-
reaperPeriod
long reaperPeriod
-
timeout
long timeout
-
type
GroupingHandlerConfiguration.TYPE type
-
-
-
Package org.apache.activemq.artemis.core.server.impl
-
Class org.apache.activemq.artemis.core.server.impl.LegacyLDAPSecuritySettingPlugin
class LegacyLDAPSecuritySettingPlugin extends Object implements Serializable- serialVersionUID:
- 4793109879399750045L
-
Serialized Fields
-
adminPermissionValue
String adminPermissionValue
-
allowQueueAdminOnRead
boolean allowQueueAdminOnRead
-
authentication
String authentication
-
connectionPassword
String connectionPassword
-
connectionProtocol
String connectionProtocol
-
connectionURL
String connectionURL
-
connectionUsername
String connectionUsername
-
context
DirContext context
-
destinationBase
String destinationBase
-
enableListener
boolean enableListener
-
eventContext
EventDirContext eventContext
-
filter
String filter
-
initialContextFactory
String initialContextFactory
-
mapAdminToManage
boolean mapAdminToManage
-
readPermissionValue
String readPermissionValue
-
refreshInterval
int refreshInterval
-
roleAttribute
String roleAttribute
-
scheduledFuture
ScheduledFuture<?> scheduledFuture
-
scheduler
ScheduledExecutorService scheduler
-
securityRepository
HierarchicalRepository<Set<Role>> securityRepository
-
securityRoles
Map<String,
Set<Role>> securityRoles -
writePermissionValue
String writePermissionValue
-
-
-
Package org.apache.activemq.artemis.core.server.metrics
-
Package org.apache.activemq.artemis.core.server.metrics.plugins
-
Class org.apache.activemq.artemis.core.server.metrics.plugins.LoggingMetricsPlugin
class LoggingMetricsPlugin extends Object implements Serializable -
Class org.apache.activemq.artemis.core.server.metrics.plugins.SimpleMetricsPlugin
class SimpleMetricsPlugin extends Object implements Serializable-
Serialized Fields
-
options
Map<String,
String> options -
server
ActiveMQServer server
-
-
-
-
Package org.apache.activemq.artemis.core.server.plugin.impl
-
Class org.apache.activemq.artemis.core.server.plugin.impl.LoggingActiveMQServerPlugin
class LoggingActiveMQServerPlugin extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logAll
boolean logAll
-
logConnectionEvents
boolean logConnectionEvents
-
logConsumerEvents
boolean logConsumerEvents
-
logDeliveringEvents
boolean logDeliveringEvents
-
logInternalEvents
boolean logInternalEvents
-
logSendingEvents
boolean logSendingEvents
-
logSessionEvents
boolean logSessionEvents
-
-
-
Package org.apache.activemq.artemis.core.settings.impl
-
Class org.apache.activemq.artemis.core.settings.impl.AddressSettings
class AddressSettings extends Object implements Serializable- serialVersionUID:
- 1607502280582336366L
-
Serialized Fields
-
addressFullMessagePolicy
AddressFullMessagePolicy addressFullMessagePolicy
-
autoCreateAddresses
Boolean autoCreateAddresses
-
autoCreateDeadLetterResources
Boolean autoCreateDeadLetterResources
-
autoCreateExpiryResources
Boolean autoCreateExpiryResources
-
autoCreateJmsQueues
Boolean autoCreateJmsQueues
Deprecated. -
autoCreateJmsTopics
Boolean autoCreateJmsTopics
Deprecated. -
autoCreateQueues
Boolean autoCreateQueues
-
autoDeleteAddresses
Boolean autoDeleteAddresses
-
autoDeleteAddressesDelay
Long autoDeleteAddressesDelay
-
autoDeleteAddressesSkipUsageCheck
Boolean autoDeleteAddressesSkipUsageCheck
-
autoDeleteCreatedQueues
Boolean autoDeleteCreatedQueues
-
autoDeleteJmsQueues
Boolean autoDeleteJmsQueues
Deprecated. -
autoDeleteJmsTopics
Boolean autoDeleteJmsTopics
Deprecated. -
autoDeleteQueues
Boolean autoDeleteQueues
-
autoDeleteQueuesDelay
Long autoDeleteQueuesDelay
-
autoDeleteQueuesMessageCount
Long autoDeleteQueuesMessageCount
-
autoDeleteQueuesSkipUsageCheck
Boolean autoDeleteQueuesSkipUsageCheck
-
configDeleteAddresses
DeletionPolicy configDeleteAddresses
-
configDeleteDiverts
DeletionPolicy configDeleteDiverts
-
configDeleteQueues
DeletionPolicy configDeleteQueues
-
deadLetterAddress
SimpleString deadLetterAddress
-
deadLetterQueuePrefix
SimpleString deadLetterQueuePrefix
-
deadLetterQueueSuffix
SimpleString deadLetterQueueSuffix
-
defaultAddressRoutingType
RoutingType defaultAddressRoutingType
-
defaultConsumersBeforeDispatch
Integer defaultConsumersBeforeDispatch
-
defaultConsumerWindowSize
Integer defaultConsumerWindowSize
-
defaultDelayBeforeDispatch
Long defaultDelayBeforeDispatch
-
defaultExclusiveQueue
Boolean defaultExclusiveQueue
-
defaultGroupBuckets
Integer defaultGroupBuckets
-
defaultGroupFirstKey
SimpleString defaultGroupFirstKey
-
defaultGroupRebalance
Boolean defaultGroupRebalance
-
defaultGroupRebalancePauseDispatch
Boolean defaultGroupRebalancePauseDispatch
-
defaultLastValueKey
SimpleString defaultLastValueKey
-
defaultLastValueQueue
Boolean defaultLastValueQueue
-
defaultMaxConsumers
Integer defaultMaxConsumers
-
defaultNonDestructive
Boolean defaultNonDestructive
-
defaultPurgeOnNoConsumers
Boolean defaultPurgeOnNoConsumers
-
defaultQueueRoutingType
RoutingType defaultQueueRoutingType
-
defaultRingSize
Long defaultRingSize
-
dropMessagesWhenFull
Boolean dropMessagesWhenFull
-
enableIngressTimestamp
Boolean enableIngressTimestamp
-
enableMetrics
Boolean enableMetrics
-
expiryAddress
SimpleString expiryAddress
-
expiryDelay
Long expiryDelay
-
expiryQueuePrefix
SimpleString expiryQueuePrefix
-
expiryQueueSuffix
SimpleString expiryQueueSuffix
-
idCacheSize
Integer idCacheSize
-
initialQueueBufferSize
Integer initialQueueBufferSize
-
managementBrowsePageSize
Integer managementBrowsePageSize
-
managementMessageAttributeSizeLimit
Integer managementMessageAttributeSizeLimit
-
maxDeliveryAttempts
Integer maxDeliveryAttempts
-
maxExpiryDelay
Long maxExpiryDelay
-
maxReadPageBytes
Integer maxReadPageBytes
-
maxReadPageMessages
Integer maxReadPageMessages
-
maxRedeliveryDelay
Long maxRedeliveryDelay
-
maxSizeBytes
Long maxSizeBytes
-
maxSizeBytesRejectThreshold
Long maxSizeBytesRejectThreshold
-
maxSizeMessages
Long maxSizeMessages
-
messageCounterHistoryDayLimit
Integer messageCounterHistoryDayLimit
-
minExpiryDelay
Long minExpiryDelay
-
noExpiry
Boolean noExpiry
-
pageCacheMaxSize
Integer pageCacheMaxSize
-
pageFullMessagePolicy
PageFullMessagePolicy pageFullMessagePolicy
-
pageLimitBytes
Long pageLimitBytes
-
pageLimitMessages
Long pageLimitMessages
-
pageSizeBytes
Integer pageSizeBytes
-
prefetchPageBytes
Integer prefetchPageBytes
-
prefetchPageMessages
Integer prefetchPageMessages
-
redeliveryCollisionAvoidanceFactor
Double redeliveryCollisionAvoidanceFactor
-
redeliveryDelay
Long redeliveryDelay
-
redeliveryMultiplier
Double redeliveryMultiplier
-
redistributionDelay
Long redistributionDelay
-
retroactiveMessageCount
Long retroactiveMessageCount
-
sendToDLAOnNoRoute
Boolean sendToDLAOnNoRoute
-
slowConsumerCheckPeriod
Long slowConsumerCheckPeriod
-
slowConsumerPolicy
SlowConsumerPolicy slowConsumerPolicy
-
slowConsumerThreshold
Long slowConsumerThreshold
-
slowConsumerThresholdMeasurementUnit
SlowConsumerThresholdMeasurementUnit slowConsumerThresholdMeasurementUnit
-
-
Class org.apache.activemq.artemis.core.settings.impl.ResourceLimitSettings
class ResourceLimitSettings extends Object implements Serializable- serialVersionUID:
- -110638321333856932L
-
Serialized Fields
-
match
SimpleString match
-
maxQueues
Integer maxQueues
-
maxSessions
Integer maxSessions
-
-
-
Package org.apache.activemq.artemis.core.transaction.impl
-
Class org.apache.activemq.artemis.core.transaction.impl.XidImpl
class XidImpl extends Object implements Serializable- serialVersionUID:
- 407053232840068514L
-
Serialized Fields
-
branchQualifier
byte[] branchQualifier
-
formatId
int formatId
-
globalTransactionId
byte[] globalTransactionId
-
hash
int hash
-
hashCalculated
boolean hashCalculated
-
-
-
Package org.apache.activemq.artemis.core.version.impl
-
Class org.apache.activemq.artemis.core.version.impl.VersionImpl
class VersionImpl extends Object implements Serializable- serialVersionUID:
- -5271227256591080403L
-
Serialized Fields
-
compatibleVersionList
int[] compatibleVersionList
-
incrementingVersion
int incrementingVersion
-
majorVersion
int majorVersion
-
microVersion
int microVersion
-
minorVersion
int minorVersion
-
versionName
String versionName
-
-
-
Package org.apache.activemq.artemis.jms.client
-
Class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
class ActiveMQConnectionFactory extends JNDIStorable implements Externalizable- serialVersionUID:
- 6730844785641767519L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class org.apache.activemq.artemis.jms.client.ActiveMQDestination
class ActiveMQDestination extends JNDIStorable implements Serializable- serialVersionUID:
- 5027962425462382883L
-
Serialized Fields
-
address
String address
Deprecated.Needed for serialization backwards compatibility. -
name
String name
-
queue
boolean queue
-
queueConfiguration
QueueConfiguration queueConfiguration
-
simpleAddress
SimpleString simpleAddress
The core address -
temporary
boolean temporary
-
-
Class org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory
class ActiveMQJMSConnectionFactory extends ActiveMQConnectionFactory implements Externalizable- serialVersionUID:
- -2810634789345348326L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class org.apache.activemq.artemis.jms.client.ActiveMQQueue
class ActiveMQQueue extends ActiveMQDestination implements Serializable- serialVersionUID:
- -1106092883162295462L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
class ActiveMQQueueConnectionFactory extends ActiveMQConnectionFactory implements Externalizable- serialVersionUID:
- 5312455021322463546L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryQueue
class ActiveMQTemporaryQueue extends ActiveMQQueue implements Serializable- serialVersionUID:
- -4624930377557954624L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryTopic
class ActiveMQTemporaryTopic extends ActiveMQTopic implements Serializable- serialVersionUID:
- 845450764835635266L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQTopic
class ActiveMQTopic extends ActiveMQDestination implements Serializable- serialVersionUID:
- 7873614001276404156L
-
Class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
class ActiveMQTopicConnectionFactory extends ActiveMQConnectionFactory implements Externalizable- serialVersionUID:
- 7317051989866548455L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
class ActiveMQXAConnectionFactory extends ActiveMQConnectionFactory implements Externalizable- serialVersionUID:
- 743611571839154115L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
class ActiveMQXAQueueConnectionFactory extends ActiveMQConnectionFactory implements Externalizable- serialVersionUID:
- 8612457847251087454L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory
class ActiveMQXATopicConnectionFactory extends ActiveMQConnectionFactory implements Externalizable- serialVersionUID:
- -7018290426884419693L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package org.apache.activemq.artemis.jms.referenceable
-
Class org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr
class SerializableObjectRefAddr extends SerializableObjectRefAddr implements Serializable
-
-
Package org.apache.activemq.artemis.jndi
-
Class org.apache.activemq.artemis.jndi.LazyCreateContext
class LazyCreateContext extends ReadOnlyContext implements Serializable -
Class org.apache.activemq.artemis.jndi.ReadOnlyContext
class ReadOnlyContext extends Object implements Serializable- serialVersionUID:
- -5754338187296859149L
-
-
Package org.apache.activemq.artemis.ra
-
Class org.apache.activemq.artemis.ra.ActiveMQRAConnectionFactoryImpl
class ActiveMQRAConnectionFactoryImpl extends Object implements Serializable- serialVersionUID:
- 7981708919479859360L
-
Serialized Fields
-
cm
ConnectionManager cm
-
mcf
ActiveMQRAManagedConnectionFactory mcf
-
reference
Reference reference
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRAConnectionManager
class ActiveMQRAConnectionManager extends Object implements Serializable- serialVersionUID:
- 4409118162975011014L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRACredential
class ActiveMQRACredential extends Object implements Serializable- serialVersionUID:
- 210476602237497193L
-
Class org.apache.activemq.artemis.ra.ActiveMQRAManagedConnectionFactory
class ActiveMQRAManagedConnectionFactory extends Object implements Serializable- serialVersionUID:
- -1452379518562456741L
-
Serialized Fields
-
cm
ConnectionManager cm
-
mcfProperties
ActiveMQRAMCFProperties mcfProperties
-
ra
ActiveMQResourceAdapter ra
-
recoveryConnectionFactory
ActiveMQConnectionFactory recoveryConnectionFactory
-
resourceRecovery
XARecoveryConfig resourceRecovery
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRAMCFProperties
class ActiveMQRAMCFProperties extends ConnectionFactoryProperties implements Serializable- serialVersionUID:
- -5951352236582886862L
-
Serialized Fields
-
allowLocalTransactions
boolean allowLocalTransactions
-
inJtaTransaction
boolean inJtaTransaction
Iftruethen for outbound connections will always assume that they are part of a transaction. This is helpful when running in containers where access to the Transaction manager can't be configured -
strConnectionParameters
String strConnectionParameters
-
strConnectorClassName
String strConnectorClassName
-
type
int type
-
useTryLock
Integer useTryLock
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRAProperties
class ActiveMQRAProperties extends ConnectionFactoryProperties implements Serializable- serialVersionUID:
- -2772367477755473248L
-
Serialized Fields
-
allowLocalTransactions
boolean allowLocalTransactions
-
initialized
boolean initialized
-
jgroupsChannelLocatorClass
String jgroupsChannelLocatorClass
Class used to get a JChannel -
jgroupsChannelRefName
String jgroupsChannelRefName
Name used to locate a JChannel -
jndiParams
Hashtable<?,
?> jndiParams -
localTx
Boolean localTx
Use Local TX instead of XA -
password
String password
-
passwordCodec
String passwordCodec
-
setupAttempts
int setupAttempts
-
setupInterval
long setupInterval
-
useJNDI
boolean useJNDI
-
useMaskedPassword
Boolean useMaskedPassword
-
userName
String userName
-
useTopologyForLoadBalancing
boolean useTopologyForLoadBalancing
-
-
Class org.apache.activemq.artemis.ra.ActiveMQResourceAdapter
class ActiveMQResourceAdapter extends Object implements Serializable- serialVersionUID:
- 4756893709825838770L
-
Serialized Fields
-
activations
Map<ActivationSpec,
ActiveMQActivation> activations -
configured
AtomicBoolean configured
-
defaultActiveMQConnectionFactory
ActiveMQConnectionFactory defaultActiveMQConnectionFactory
-
entries
String entries
-
ignoreJTA
boolean ignoreJTA
-
knownConnectionFactories
Map<ConnectionFactoryProperties,
Pair<ActiveMQConnectionFactory, AtomicInteger>> knownConnectionFactories Keep track of the connection factories that we create so we don't create a bunch of instances of factories configured the exact same way. Using the same connection factory instance also makes connection load-balancing behave as expected for outbound connections. -
managedConnectionFactories
List<ActiveMQRAManagedConnectionFactory> managedConnectionFactories
-
raProperties
ActiveMQRAProperties raProperties
-
recoveryActiveMQConnectionFactory
ActiveMQConnectionFactory recoveryActiveMQConnectionFactory
-
recoveryManager
RecoveryManager recoveryManager
-
tsr
TransactionSynchronizationRegistry tsr
-
unparsedConnectors
String unparsedConnectors
The resource adapter connector classnames before parsing -
unparsedJndiParams
String unparsedJndiParams
-
unparsedProperties
String unparsedProperties
The resource adapter properties before parsing -
useAutoRecovery
boolean useAutoRecovery
-
-
-
Package org.apache.activemq.artemis.ra.inflow
-
Class org.apache.activemq.artemis.ra.inflow.ActiveMQActivationSpec
class ActiveMQActivationSpec extends ConnectionFactoryProperties implements Serializable- serialVersionUID:
- -7997041053897964654L
-
Serialized Fields
-
acknowledgeMode
Integer acknowledgeMode
-
allowLocalTransactions
Boolean allowLocalTransactions
-
connectionFactoryLookup
String connectionFactoryLookup
-
destination
String destination
-
destinationType
String destinationType
-
jndiParams
String jndiParams
-
localTx
Boolean localTx
use local tx instead of XA -
maxSession
Integer maxSession
-
messageSelector
String messageSelector
-
parsedJndiParams
Hashtable<String,
String> parsedJndiParams -
password
String password
-
queuePrefix
String queuePrefix
-
ra
ActiveMQResourceAdapter ra
-
rebalanceConnections
Boolean rebalanceConnections
-
setupAttempts
Integer setupAttempts
undefined by default, default is specified at the RA level in ActiveMQRAProperties -
setupInterval
Long setupInterval
undefined by default, default is specified at the RA level in ActiveMQRAProperties -
shareSubscriptions
Boolean shareSubscriptions
If this is true, a durable subscription could be shared by multiple MDB instances -
singleConnection
Boolean singleConnection
-
strConnectionParameters
String strConnectionParameters
-
strConnectorClassName
String strConnectorClassName
-
subscriptionDurability
Boolean subscriptionDurability
-
subscriptionName
String subscriptionName
-
topicPrefix
String topicPrefix
Enables backwards compatibility of the pre 2.x addressing model -
transactionTimeout
Integer transactionTimeout
Deprecated, for removal: This API element is subject to removal in a future version. -
useJNDI
Boolean useJNDI
-
user
String user
-
-
-
Package org.apache.activemq.artemis.ra.recovery
-
Class org.apache.activemq.artemis.ra.recovery.RecoveryManager
class RecoveryManager extends Object implements Serializable- serialVersionUID:
- 8959429342056727955L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
registry
ActiveMQRegistry registry
-
-
-
Package org.apache.activemq.artemis.ra.referenceable
-
Class org.apache.activemq.artemis.ra.referenceable.SerializableObjectRefAddr
class SerializableObjectRefAddr extends RefAddr implements Serializable- serialVersionUID:
- 9158134548376171898L
-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
Package org.apache.activemq.artemis.selector.filter
-
Exception org.apache.activemq.artemis.selector.filter.FilterException
class FilterException extends Exception implements Serializable- serialVersionUID:
- -6892363158919485507L
-
-
Package org.apache.activemq.artemis.selector.hyphenated
-
Exception org.apache.activemq.artemis.selector.hyphenated.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.apache.activemq.artemis.selector.hyphenated.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.activemq.artemis.selector.hyphenated.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.activemq.artemis.selector.impl
-
Class org.apache.activemq.artemis.selector.impl.LRUCache
- serialVersionUID:
- -342098639681884413L
-
Serialized Fields
-
maxCacheSize
int maxCacheSize
-
-
-
Package org.apache.activemq.artemis.selector.strict
-
Exception org.apache.activemq.artemis.selector.strict.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.apache.activemq.artemis.selector.strict.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.apache.activemq.artemis.selector.strict.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.activemq.artemis.service.extensions.xa.recovery
-
Class org.apache.activemq.artemis.service.extensions.xa.recovery.ActiveMQRegistryImpl
class ActiveMQRegistryImpl extends Object implements Serializable- serialVersionUID:
- 1287755577474193967L
-
-
Package org.apache.activemq.artemis.spi.core.security.jaas
-
Exception org.apache.activemq.artemis.spi.core.security.jaas.NoCacheLoginException
class NoCacheLoginException extends LoginException implements Serializable
-
-
Package org.apache.activemq.artemis.spi.core.security.scram
-
Exception org.apache.activemq.artemis.spi.core.security.scram.ScramException
class ScramException extends Exception implements Serializable -
Exception org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepError
class StringPrepError extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepProhibitedCharacter
class StringPrepProhibitedCharacter extends StringPrep.StringPrepError implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepRTLError
class StringPrepRTLError extends StringPrep.StringPrepError implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepRTLErrorBothRALandL
class StringPrepRTLErrorBothRALandL extends StringPrep.StringPrepRTLError implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepRTLErrorRALWithoutPrefix
class StringPrepRTLErrorRALWithoutPrefix extends StringPrep.StringPrepRTLError implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepRTLErrorRALWithoutSuffix
class StringPrepRTLErrorRALWithoutSuffix extends StringPrep.StringPrepRTLError implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepUnassignedCodepoint
class StringPrepUnassignedCodepoint extends StringPrep.StringPrepProhibitedCharacter implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.activemq.artemis.utils
-
Class org.apache.activemq.artemis.utils.AbstractLatch.CountSync
class CountSync extends AbstractQueuedSynchronizer implements Serializable
-
-
Package org.apache.activemq.artemis.utils.collections
-
Class org.apache.activemq.artemis.utils.collections.LongHashSet
-
Serialized Fields
-
containsMissingValue
boolean containsMissingValue
-
loadFactor
float loadFactor
-
resizeThreshold
int resizeThreshold
-
sizeOfArrayValues
int sizeOfArrayValues
-
values
long[] values
-
-
-
Class org.apache.activemq.artemis.utils.collections.LongHashSet.LongIterator
class LongIterator extends Object implements Serializable-
Serialized Fields
-
isPositionValid
boolean isPositionValid
-
positionCounter
int positionCounter
-
remaining
int remaining
-
stopCounter
int stopCounter
-
-
-
Class org.apache.activemq.artemis.utils.collections.MaxSizeMap
-
Serialized Fields
-
maxSize
int maxSize
-
-
-
-
Package org.apache.commons.logging
-
Exception org.apache.commons.logging.LogConfigurationException
class LogConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- 8486587136871052495L
-
Serialized Fields
-
cause
Throwable cause
The underlying cause of this exception.
-
-
-
Package org.apache.commons.logging.impl
-
Class org.apache.commons.logging.impl.Jdk13LumberjackLogger
class Jdk13LumberjackLogger extends Object implements Serializable- serialVersionUID:
- -8649807923527610591L
-
Class org.apache.commons.logging.impl.Jdk14Logger
class Jdk14Logger extends Object implements Serializable- serialVersionUID:
- 4784713551416303804L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.Log4JLogger
class Log4JLogger extends Object implements Serializable- serialVersionUID:
- 5160705895411730424L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.LogKitLogger
class LogKitLogger extends Object implements Serializable- serialVersionUID:
- 3768538055836059519L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.NoOpLog
class NoOpLog extends Object implements Serializable- serialVersionUID:
- 561423906191706148L
-
Class org.apache.commons.logging.impl.SimpleLog
class SimpleLog extends Object implements Serializable- serialVersionUID:
- 136942970684951178L
-
Class org.apache.commons.logging.impl.SLF4JLocationAwareLog
class SLF4JLocationAwareLog extends Object implements Serializable- serialVersionUID:
- -2379157579039314822L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.SLF4JLog
class SLF4JLog extends Object implements Serializable- serialVersionUID:
- 680728617011167209L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.WeakHashtable
class WeakHashtable extends Hashtable implements Serializable- serialVersionUID:
- -1546036869799732453L
-
Serialized Fields
-
changeCount
int changeCount
-
queue
ReferenceQueue queue
-
-
-
Package org.apache.cxf
-
Exception org.apache.cxf.BusException
class BusException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.cxf.attachment
-
Exception org.apache.cxf.attachment.HeaderSizeExceededException
class HeaderSizeExceededException extends RuntimeException implements Serializable- serialVersionUID:
- -8976580055837650080L
-
-
Package org.apache.cxf.bus.extension
-
Exception org.apache.cxf.bus.extension.ExtensionException
class ExtensionException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.cxf.common.i18n
-
Exception org.apache.cxf.common.i18n.Exception
class Exception extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
message
Message message
-
-
Class org.apache.cxf.common.i18n.Message
class Message extends Object implements Serializable- serialVersionUID:
- 42L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.apache.cxf.common.i18n.UncheckedException
class UncheckedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
message
Message message
-
-
-
Package org.apache.cxf.common.security
-
Class org.apache.cxf.common.security.SimpleGroup
class SimpleGroup extends SimplePrincipal implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.cxf.common.security.SimplePrincipal
class SimplePrincipal extends Object implements Serializable- serialVersionUID:
- -5171549568204891853L
-
Serialized Fields
-
name
String name
-
-
-
Package org.apache.cxf.common.util
-
Exception org.apache.cxf.common.util.Base64Exception
class Base64Exception extends Exception implements Serializable- serialVersionUID:
- -4692237798562339250L
-
Class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
- serialVersionUID:
- 1783937035760941219L
-
Serialized Fields
-
modCount
AtomicInteger modCount
-
-
-
Package org.apache.cxf.common.xmlschema
-
Exception org.apache.cxf.common.xmlschema.InvalidXmlSchemaReferenceException
class InvalidXmlSchemaReferenceException extends RuntimeException implements Serializable- serialVersionUID:
- -2053958361555768873L
-
Exception org.apache.cxf.common.xmlschema.XmlSchemaInvalidOperation
class XmlSchemaInvalidOperation extends RuntimeException implements Serializable- serialVersionUID:
- 7007258111909011558L
-
-
Package org.apache.cxf.configuration
-
Exception org.apache.cxf.configuration.ConfigurationException
class ConfigurationException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.cxf.continuations
-
Exception org.apache.cxf.continuations.SuspendedInvocationException
class SuspendedInvocationException extends RuntimeException implements Serializable- serialVersionUID:
- 6889545463301144757L
-
-
Package org.apache.cxf.endpoint
-
Class org.apache.cxf.endpoint.ClientImpl.EchoContext
- serialVersionUID:
- 1L
-
Exception org.apache.cxf.endpoint.ClientImpl.IllegalEmptyResponseException
class IllegalEmptyResponseException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.cxf.endpoint.EndpointException
class EndpointException extends Exception implements Serializable- serialVersionUID:
- 2718396758999944442L
-
Class org.apache.cxf.endpoint.EndpointImpl
class EndpointImpl extends AbstractAttributedInterceptorProvider implements Serializable- serialVersionUID:
- -7660560719050162091L
-
Serialized Fields
-
activeFeatures
List<Feature> activeFeatures
-
binding
Binding binding
-
bus
Bus bus
-
cleanupHooks
List<Closeable> cleanupHooks
-
endpointInfo
EndpointInfo endpointInfo
-
executor
Executor executor
-
inFaultObserver
MessageObserver inFaultObserver
-
outFaultObserver
MessageObserver outFaultObserver
-
service
Service service
-
-
Exception org.apache.cxf.endpoint.ListenerRegistrationException
class ListenerRegistrationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.cxf.interceptor
-
Class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
class AbstractAttributedInterceptorProvider extends ConcurrentHashMap<String,Object> implements Serializable - serialVersionUID:
- -1915876045710441978L
-
Serialized Fields
-
in
List<Interceptor<? extends Message>> in
-
inFault
List<Interceptor<? extends Message>> inFault
-
out
List<Interceptor<? extends Message>> out
-
outFault
List<Interceptor<? extends Message>> outFault
-
-
Exception org.apache.cxf.interceptor.Fault
class Fault extends UncheckedException implements Serializable- serialVersionUID:
- -1583932965031558864L
-
-
Package org.apache.cxf.interceptor.security
-
Exception org.apache.cxf.interceptor.security.AccessDeniedException
class AccessDeniedException extends SecurityException implements Serializable- serialVersionUID:
- 9169091575394965388L
-
Exception org.apache.cxf.interceptor.security.AuthenticationException
class AuthenticationException extends SecurityException implements Serializable- serialVersionUID:
- -823479120896894071L
-
-
Package org.apache.cxf.io
-
Exception org.apache.cxf.io.CacheSizeExceededException
class CacheSizeExceededException extends RuntimeException implements Serializable- serialVersionUID:
- -8976580055837650080L
-
-
Package org.apache.cxf.message
-
Class org.apache.cxf.message.ExchangeImpl
- serialVersionUID:
- -3112077559217623594L
-
Serialized Fields
-
binding
Binding binding
-
bindingOp
BindingOperationInfo bindingOp
-
bus
Bus bus
-
destination
Destination destination
-
endpoint
Endpoint endpoint
-
inFaultMessage
Message inFaultMessage
-
inMessage
Message inMessage
-
oneWay
boolean oneWay
-
outFaultMessage
Message outFaultMessage
-
outMessage
Message outMessage
-
service
Service service
-
session
Session session
-
synchronous
boolean synchronous
-
-
Class org.apache.cxf.message.MessageContentsList
- serialVersionUID:
- -5780720048950696258L
-
Class org.apache.cxf.message.MessageImpl
class MessageImpl extends StringMapImpl implements Serializable- serialVersionUID:
- -3020763696429459865L
-
Class org.apache.cxf.message.StringMapImpl
- serialVersionUID:
- -4590903451121887L
-
-
Package org.apache.cxf.service
-
Class org.apache.cxf.service.ServiceImpl
class ServiceImpl extends AbstractAttributedInterceptorProvider implements Serializable- serialVersionUID:
- -3920605127948701230L
-
Serialized Fields
-
dataBinding
DataBinding dataBinding
-
endpoints
Map<QName,
Endpoint> endpoints -
executor
Executor executor
-
invoker
Invoker invoker
-
serviceInfos
List<ServiceInfo> serviceInfos
-
-
-
Package org.apache.cxf.service.factory
-
Exception org.apache.cxf.service.factory.ServiceConstructionException
class ServiceConstructionException extends UncheckedException implements Serializable- serialVersionUID:
- -4242545895784708313L
-
-
Package org.apache.cxf.staxutils
-
Exception org.apache.cxf.staxutils.DepthExceededStaxException
class DepthExceededStaxException extends RuntimeException implements Serializable- serialVersionUID:
- 4750070687283463619L
-
Class org.apache.cxf.staxutils.FastStack
- serialVersionUID:
- -6459503295618120689L
-
-
Package org.apache.cxf.sts.cache
-
Class org.apache.cxf.sts.cache.EHCacheIdentityValue
class EHCacheIdentityValue extends Object implements Serializable
-
-
Package org.apache.cxf.sts.claims
-
Class org.apache.cxf.sts.claims.ProcessedClaim
class ProcessedClaim extends org.apache.cxf.rt.security.claims.Claim implements Serializable- serialVersionUID:
- -336574019841442184L
-
Class org.apache.cxf.sts.claims.ProcessedClaimCollection
- serialVersionUID:
- -4630183900697336428L
-
-
Package org.apache.cxf.validation
-
Exception org.apache.cxf.validation.ResponseConstraintViolationException
class ResponseConstraintViolationException extends ConstraintViolationException implements Serializable
-
-
Package org.apache.cxf.ws.addressing
-
Exception org.apache.cxf.ws.addressing.EndpointUtilsException
class EndpointUtilsException extends Exception implements Serializable- serialVersionUID:
- -7816054333019642525L
-
-
Package org.apache.cxf.ws.security.policy.interceptors
-
Class org.apache.cxf.ws.security.policy.interceptors.HttpsTokenInterceptorProvider
class HttpsTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -13951002554477036L
-
Class org.apache.cxf.ws.security.policy.interceptors.IssuedTokenInterceptorProvider
class IssuedTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -6936475570762840527L
-
Class org.apache.cxf.ws.security.policy.interceptors.KerberosTokenInterceptorProvider
class KerberosTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- 5922028830873137490L
-
Class org.apache.cxf.ws.security.policy.interceptors.SamlTokenInterceptorProvider
class SamlTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -2270910622513357794L
-
Class org.apache.cxf.ws.security.policy.interceptors.SecureConversationTokenInterceptorProvider
class SecureConversationTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- 8739057200687855383L
-
Class org.apache.cxf.ws.security.policy.interceptors.SpnegoTokenInterceptorProvider
class SpnegoTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -3412111025613191505L
-
Class org.apache.cxf.ws.security.policy.interceptors.UsernameTokenInterceptorProvider
class UsernameTokenInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -1507727324874727254L
-
Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityInterceptorProvider
class WSSecurityInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- -6222118542914666817L
-
Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityPolicyInterceptorProvider
class WSSecurityPolicyInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider implements Serializable- serialVersionUID:
- 2092269997296804632L
-
-
Package org.apache.cxf.ws.security.sts.provider
-
Exception org.apache.cxf.ws.security.sts.provider.STSException
class STSException extends RuntimeException implements Serializable- serialVersionUID:
- 2186924985128534490L
-
Serialized Fields
-
faultCode
QName faultCode
-
-
-
Package org.apache.cxf.ws.security.tokenstore
-
Class org.apache.cxf.ws.security.tokenstore.SecurityToken
class SecurityToken extends Object implements Serializable- serialVersionUID:
- -8220267049304000696L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException, XMLStreamException -
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
created
Instant created
Created time -
encrKeySha1Value
String encrKeySha1Value
If an encrypted key, this contains the sha1 for the key -
expires
Instant expires
Expiration time -
id
String id
Token identifier -
issuerAddress
String issuerAddress
Issuer end point address -
principal
Principal principal
The principal of this SecurityToken -
properties
Map<String,
Object> properties A bag to hold any other properties -
tokenHash
int tokenHash
A hash code associated with this token. -
tokenStr
String tokenStr
The String representation of the token (The token can't be serialized as it's a DOM Element) -
tokenType
String tokenType
The tokenType -
transformedTokenIdentifier
String transformedTokenIdentifier
This holds the identifier of another SecurityToken which represents a transformed version of this token. -
wsuId
String wsuId
WSU Identifier of the token -
x509cert
X509Certificate x509cert
-
-
Exception org.apache.cxf.ws.security.tokenstore.TokenStoreException
class TokenStoreException extends Exception implements Serializable
-
-
Package org.apache.cxf.ws.security.trust
-
Exception org.apache.cxf.ws.security.trust.TrustException
class TrustException extends UncheckedException implements Serializable- serialVersionUID:
- -2957463932630164766L
-
-
Package org.apache.logging.log4j
-
Class org.apache.logging.log4j.Level
class Level extends Object implements Serializable- serialVersionUID:
- 1581082L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
intLevel
int intLevel
-
name
String name
-
standardLevel
StandardLevel standardLevel
-
-
Exception org.apache.logging.log4j.LoggingException
class LoggingException extends RuntimeException implements Serializable- serialVersionUID:
- 6366395965071580537L
-
Class org.apache.logging.log4j.MarkerManager.Log4jMarker
class Log4jMarker extends Object implements Serializable- serialVersionUID:
- 100L
-
-
Package org.apache.logging.log4j.message
-
Class org.apache.logging.log4j.message.AbstractMessageFactory
class AbstractMessageFactory extends Object implements Serializable- serialVersionUID:
- -1307891137684031187L
-
Class org.apache.logging.log4j.message.DefaultFlowMessageFactory
class DefaultFlowMessageFactory extends Object implements Serializable- serialVersionUID:
- 8578655591131397576L
-
Serialized Fields
-
entryText
String entryText
-
exitText
String exitText
-
messageFactory
MessageFactory messageFactory
-
-
Class org.apache.logging.log4j.message.FormattedMessage
class FormattedMessage extends Object implements Serializable- serialVersionUID:
- -665975803997290697L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.FormattedMessageFactory
class FormattedMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.message.LocalizedMessage
class LocalizedMessage extends Object implements Serializable- serialVersionUID:
- 3893703791567290742L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.LocalizedMessageFactory
class LocalizedMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- -1996295808703146741L
-
Serialized Fields
-
baseName
String baseName
-
-
Class org.apache.logging.log4j.message.MapMessage
class MapMessage extends Object implements Serializable- serialVersionUID:
- -5031471831131487120L
-
Serialized Fields
-
data
IndexedStringMap data
-
-
Class org.apache.logging.log4j.message.MessageFormatMessage
class MessageFormatMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.MessageFormatMessageFactory
class MessageFormatMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- 3584821740584192453L
-
Class org.apache.logging.log4j.message.ObjectArrayMessage
class ObjectArrayMessage extends Object implements Serializable- serialVersionUID:
- -5903272448334166185L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.logging.log4j.message.ObjectMessage
class ObjectMessage extends Object implements Serializable- serialVersionUID:
- -5732356316298601755L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.logging.log4j.message.ParameterizedMessage
class ParameterizedMessage extends Object implements Serializable- serialVersionUID:
- -665975803997290697L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.ParameterizedMessageFactory
class ParameterizedMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- -8970940216592525651L
-
Class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
class ParameterizedNoReferenceMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- 5027639245636870500L
-
Class org.apache.logging.log4j.message.ReusableMessageFactory
class ReusableMessageFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.logging.log4j.message.ReusableObjectMessage
class ReusableObjectMessage extends Object implements Serializable- serialVersionUID:
- 6922476812535519960L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.logging.log4j.message.ReusableParameterizedMessage
class ReusableParameterizedMessage extends Object implements Serializable- serialVersionUID:
- 7800075879295123856L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
argCount
int argCount
-
formatBuffer
StringBuilder formatBuffer
-
messagePattern
String messagePattern
-
patternAnalysis
org.apache.logging.log4j.message.ParameterFormatter.MessagePatternAnalysis patternAnalysis
-
-
Class org.apache.logging.log4j.message.ReusableSimpleMessage
class ReusableSimpleMessage extends Object implements Serializable- serialVersionUID:
- -9199974506498249809L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
charSequence
CharSequence charSequence
-
-
Class org.apache.logging.log4j.message.SimpleMessage
class SimpleMessage extends Object implements Serializable- serialVersionUID:
- -8398002534962715992L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
message
String message
-
-
Class org.apache.logging.log4j.message.SimpleMessageFactory
class SimpleMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- 4418995198790088516L
-
Class org.apache.logging.log4j.message.StringFormattedMessage
class StringFormattedMessage extends Object implements Serializable- serialVersionUID:
- -665975803997290697L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.StringFormatterMessageFactory
class StringFormatterMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- -1626332412176965642L
-
Class org.apache.logging.log4j.message.StringMapMessage
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.message.StructuredDataCollectionMessage
class StructuredDataCollectionMessage extends Object implements Serializable- serialVersionUID:
- 5725337076388822924L
-
Serialized Fields
-
structuredDataMessageList
List<StructuredDataMessage> structuredDataMessageList
-
-
Class org.apache.logging.log4j.message.StructuredDataId
class StructuredDataId extends Object implements Serializable- serialVersionUID:
- -8252896346202183738L
-
Class org.apache.logging.log4j.message.StructuredDataMessage
class StructuredDataMessage extends MapMessage<StructuredDataMessage,String> implements Serializable - serialVersionUID:
- 1703221292892071920L
-
Serialized Fields
-
id
StructuredDataId id
-
maxLength
int maxLength
-
message
String message
-
type
String type
-
-
Class org.apache.logging.log4j.message.ThreadDumpMessage
class ThreadDumpMessage extends Object implements Serializable- serialVersionUID:
- -1103400781608841088L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
Creates a ThreadDumpMessageProxy that can be serialized.
-
-
Serialized Fields
-
formattedMessage
String formattedMessage
-
threads
Map<ThreadInformation,
StackTraceElement[]> threads -
title
String title
-
-
-
Package org.apache.logging.log4j.simple
-
Class org.apache.logging.log4j.simple.SimpleLogger
class SimpleLogger extends AbstractLogger implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dateFormatter
DateFormat dateFormatter
Used to format times.Note that DateFormat is not Thread-safe.
-
level
Level level
-
logName
String logName
-
showContextMap
boolean showContextMap
-
showDateTime
boolean showDateTime
-
stream
PrintStream stream
-
-
-
Package org.apache.logging.log4j.spi
-
Class org.apache.logging.log4j.spi.AbstractLogger
class AbstractLogger extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
flowMessageFactory
FlowMessageFactory flowMessageFactory
-
messageFactory
MessageFactory2 messageFactory
-
name
String name
-
-
Class org.apache.logging.log4j.spi.DefaultThreadContextMap
class DefaultThreadContextMap extends Object implements Serializable- serialVersionUID:
- 8218007901108944053L
-
Serialized Fields
-
localMap
ThreadLocal<Map<String,
String>> localMap -
useMap
boolean useMap
-
-
Class org.apache.logging.log4j.spi.DefaultThreadContextStack
class DefaultThreadContextStack extends Object implements Serializable- serialVersionUID:
- 5050501L
-
Serialized Fields
-
useStack
boolean useStack
-
-
Class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
class ExtendedLoggerWrapper extends AbstractLogger implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
ExtendedLogger logger
The wrapped Logger.
-
-
Class org.apache.logging.log4j.spi.MutableThreadContextStack
class MutableThreadContextStack extends Object implements Serializable- serialVersionUID:
- 50505011L
-
-
Package org.apache.logging.log4j.status
-
Class org.apache.logging.log4j.status.StatusData
class StatusData extends Object implements Serializable- serialVersionUID:
- -4341916115118014017L
-
Serialized Fields
-
caller
StackTraceElement caller
-
instant
Instant instant
-
instantFormatter
DateTimeFormatter instantFormatter
-
level
Level level
-
message
Message message
-
threadName
String threadName
-
throwable
Throwable throwable
-
-
Class org.apache.logging.log4j.status.StatusLogger
class StatusLogger extends AbstractLogger implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
buffer
Queue<StatusData> buffer
-
config
StatusLogger.Config config
-
fallbackListener
StatusConsoleListener fallbackListener
-
listeners
List<StatusListener> listeners
-
-
-
Package org.apache.logging.log4j.util
-
Exception org.apache.logging.log4j.util.InternalException
class InternalException extends RuntimeException implements Serializable- serialVersionUID:
- 6366395965071580537L
-
Class org.apache.logging.log4j.util.PropertySource.Comparator
class Comparator extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.util.SortedArrayStringMap
class SortedArrayStringMap extends Object implements Serializable- serialVersionUID:
- -5748905872274478116L
-
Serialization Methods
-
readObject
Reconstitute theSortedArrayStringMapinstance from a stream (i.e., deserialize it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Save the state of theSortedArrayStringMapinstance to a stream (i.e., serialize it).- Serial Data:
- The capacity of the SortedArrayStringMap (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
- Throws:
IOException
-
-
Serialized Fields
-
immutable
boolean immutable
-
threshold
int threshold
The next size value at which to resize (capacity * load factor).
-
-
Class org.apache.logging.log4j.util.Timer
class Timer extends Object implements Serializable- serialVersionUID:
- 9175191792439630013L
-
Serialized Fields
-
elapsedTime
long elapsedTime
-
iterations
int iterations
-
name
String name
-
startTime
ThreadLocal<Long> startTime
-
status
Timer.Status status
-
-
-
Package org.apache.qpid.proton
-
Exception org.apache.qpid.proton.InterruptException
class InterruptException extends ProtonException implements Serializable -
Exception org.apache.qpid.proton.ProtonException
class ProtonException extends RuntimeException implements Serializable -
Exception org.apache.qpid.proton.ProtonUnsupportedOperationException
class ProtonUnsupportedOperationException extends UnsupportedOperationException implements Serializable -
Exception org.apache.qpid.proton.TimeoutException
class TimeoutException extends ProtonException implements Serializable
-
-
Package org.apache.qpid.proton.amqp
-
Class org.apache.qpid.proton.amqp.Decimal128
class Decimal128 extends Number implements Serializable-
Serialized Fields
-
_lsb
long _lsb
-
_msb
long _msb
-
_underlying
BigDecimal _underlying
-
-
-
Class org.apache.qpid.proton.amqp.Decimal32
class Decimal32 extends Number implements Serializable-
Serialized Fields
-
_bits
int _bits
-
_underlying
BigDecimal _underlying
-
-
-
Class org.apache.qpid.proton.amqp.Decimal64
class Decimal64 extends Number implements Serializable-
Serialized Fields
-
_bits
long _bits
-
_underlying
BigDecimal _underlying
-
-
-
Class org.apache.qpid.proton.amqp.UnsignedByte
class UnsignedByte extends Number implements Serializable-
Serialized Fields
-
_underlying
byte _underlying
-
-
-
Class org.apache.qpid.proton.amqp.UnsignedInteger
class UnsignedInteger extends Number implements Serializable-
Serialized Fields
-
_underlying
int _underlying
-
-
-
Class org.apache.qpid.proton.amqp.UnsignedLong
class UnsignedLong extends Number implements Serializable-
Serialized Fields
-
_underlying
long _underlying
-
-
-
Class org.apache.qpid.proton.amqp.UnsignedShort
class UnsignedShort extends Number implements Serializable-
Serialized Fields
-
_underlying
short _underlying
-
-
-
-
Package org.apache.qpid.proton.codec
-
Exception org.apache.qpid.proton.codec.DecodeException
class DecodeException extends RuntimeException implements Serializable -
Exception org.apache.qpid.proton.codec.EncodeException
class EncodeException extends RuntimeException implements Serializable
-
-
Package org.apache.qpid.proton.engine
-
Exception org.apache.qpid.proton.engine.HandlerException
class HandlerException extends RuntimeException implements Serializable- serialVersionUID:
- 5300211824119834005L
-
Serialized Fields
-
handler
Handler handler
-
-
Exception org.apache.qpid.proton.engine.TransportDecodeException
class TransportDecodeException extends TransportException implements Serializable -
Exception org.apache.qpid.proton.engine.TransportException
class TransportException extends ProtonException implements Serializable
-
-
Package org.apache.qpid.proton.engine.impl
-
Exception org.apache.qpid.proton.engine.impl.AmqpErrorException
class AmqpErrorException extends Exception implements Serializable
-
-
Package org.apache.taglibs.standard.extra.spath
-
Exception org.apache.taglibs.standard.extra.spath.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Class org.apache.taglibs.standard.extra.spath.SPathTag
class SPathTag extends TagSupport implements Serializable -
Error org.apache.taglibs.standard.extra.spath.TokenMgrError
class TokenMgrError extends Error implements Serializable-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
-
Package org.apache.taglibs.standard.lang.jstl
-
Exception org.apache.taglibs.standard.lang.jstl.ELException
class ELException extends Exception implements Serializable-
Serialized Fields
-
mRootCause
Throwable mRootCause
-
-
-
-
Package org.apache.taglibs.standard.lang.jstl.parser
-
Exception org.apache.taglibs.standard.lang.jstl.parser.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Error org.apache.taglibs.standard.lang.jstl.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
-
Package org.apache.taglibs.standard.tag.common.core
-
Class org.apache.taglibs.standard.tag.common.core.CatchTag
class CatchTag extends TagSupport implements Serializable-
Serialized Fields
-
caught
boolean caught
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ChooseTag
class ChooseTag extends TagSupport implements Serializable-
Serialized Fields
-
subtagGateClosed
boolean subtagGateClosed
-
-
-
Class org.apache.taglibs.standard.tag.common.core.DeclareTag
class DeclareTag extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.ForEachSupport
class ForEachSupport extends LoopTagSupport implements Serializable-
Serialized Fields
-
items
ForEachSupport.ForEachIterator items
-
rawItems
Object rawItems
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
class ForTokensSupport extends LoopTagSupport implements Serializable-
Serialized Fields
-
delims
String delims
-
items
Object items
-
st
StringTokenizer st
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ImportSupport
class ImportSupport extends BodyTagSupport implements Serializable -
Exception org.apache.taglibs.standard.tag.common.core.NullAttributeException
class NullAttributeException extends JspTagException implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.OtherwiseTag
class OtherwiseTag extends WhenTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.OutSupport
class OutSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.ParamSupport
class ParamSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.RedirectSupport
class RedirectSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
context
String context
-
params
ParamSupport.ParamManager params
-
scope
int scope
-
url
String url
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.RemoveTag
class RemoveTag extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.SetSupport
class SetSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.UrlSupport
class UrlSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
context
String context
-
params
ParamSupport.ParamManager params
-
scope
int scope
-
value
String value
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.WhenTagSupport
class WhenTagSupport extends ConditionalTagSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.common.fmt
-
Class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
class BundleSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
basename
String basename
-
locCtxt
LocalizationContext locCtxt
-
prefix
String prefix
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
class FormatDateSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
class FormatNumberSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
currencyCode
String currencyCode
-
currencySymbol
String currencySymbol
-
groupingUsedSpecified
boolean groupingUsedSpecified
-
isGroupingUsed
boolean isGroupingUsed
-
maxFractionDigits
int maxFractionDigits
-
maxFractionDigitsSpecified
boolean maxFractionDigitsSpecified
-
maxIntegerDigits
int maxIntegerDigits
-
maxIntegerDigitsSpecified
boolean maxIntegerDigitsSpecified
-
minFractionDigits
int minFractionDigits
-
minFractionDigitsSpecified
boolean minFractionDigitsSpecified
-
minIntegerDigits
int minIntegerDigits
-
minIntegerDigitsSpecified
boolean minIntegerDigitsSpecified
-
pattern
String pattern
-
scope
int scope
-
type
String type
-
value
Object value
-
valueSpecified
boolean valueSpecified
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
class MessageSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
bundleAttrValue
LocalizationContext bundleAttrValue
-
bundleSpecified
boolean bundleSpecified
-
keyAttrValue
String keyAttrValue
-
keySpecified
boolean keySpecified
-
params
List<Object> params
-
scope
int scope
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.ParamSupport
class ParamSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
value
Object value
-
valueSpecified
boolean valueSpecified
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
class ParseDateSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
class ParseNumberSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
class RequestEncodingSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
class SetBundleSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
class SetLocaleSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
class SetTimeZoneSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
class TimeZoneSupport extends BodyTagSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.common.sql
-
Class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport
class DateParamTagSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.sql.DriverTag
class DriverTag extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.sql.ParamTagSupport
class ParamTagSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
value
Object value
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
class QueryTagSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
conn
Connection conn
-
dataSourceSpecified
boolean dataSourceSpecified
-
isPartOfTransaction
boolean isPartOfTransaction
-
maxRows
int maxRows
-
maxRowsSpecified
boolean maxRowsSpecified
-
parameters
List<Object> parameters
-
rawDataSource
Object rawDataSource
-
scope
int scope
-
sql
String sql
-
startRow
int startRow
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
class SetDataSourceTagSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
class TransactionTagSupport extends TagSupport implements Serializable-
Serialized Fields
-
conn
Connection conn
-
dataSourceSpecified
boolean dataSourceSpecified
-
isolation
int isolation
-
origIsolation
int origIsolation
-
rawDataSource
Object rawDataSource
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
class UpdateTagSupport extends BodyTagSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.common.xml
-
Class org.apache.taglibs.standard.tag.common.xml.ExprSupport
class ExprSupport extends TagSupport implements Serializable-
Serialized Fields
-
escapeXml
boolean escapeXml
-
select
String select
-
-
-
Class org.apache.taglibs.standard.tag.common.xml.ForEachTag
class ForEachTag extends LoopTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.xml.IfTag
class IfTag extends ConditionalTagSupport implements Serializable-
Serialized Fields
-
select
String select
-
-
-
Class org.apache.taglibs.standard.tag.common.xml.ParamSupport
class ParamSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.xml.ParseSupport
class ParseSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
db
DocumentBuilder db
-
filter
XMLFilter filter
-
scope
int scope
-
scopeDom
int scopeDom
-
systemId
String systemId
-
tf
TransformerFactory tf
-
th
TransformerHandler th
-
var
String var
-
varDom
String varDom
-
xml
Object xml
-
-
-
Class org.apache.taglibs.standard.tag.common.xml.SetTag
class SetTag extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.xml.TransformSupport
class TransformSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
db
DocumentBuilder db
-
result
Result result
-
scope
int scope
-
t
Transformer t
-
tf
TransformerFactory tf
-
var
String var
-
xml
Object xml
-
xmlSystemId
String xmlSystemId
-
xslt
Object xslt
-
xsltSystemId
String xsltSystemId
-
-
-
Exception org.apache.taglibs.standard.tag.common.xml.UnresolvableException
class UnresolvableException extends XPathException implements Serializable -
Class org.apache.taglibs.standard.tag.common.xml.WhenTag
class WhenTag extends WhenTagSupport implements Serializable-
Serialized Fields
-
select
String select
-
-
-
-
Package org.apache.taglibs.standard.tag.el.core
-
Class org.apache.taglibs.standard.tag.el.core.ForEachTag
class ForEachTag extends ForEachSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.core.ForTokensTag
class ForTokensTag extends ForTokensSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.core.IfTag
class IfTag extends ConditionalTagSupport implements Serializable-
Serialized Fields
-
test
String test
-
-
-
Class org.apache.taglibs.standard.tag.el.core.ImportTag
class ImportTag extends ImportSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.core.OutTag
class OutTag extends OutSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.core.ParamTag
class ParamTag extends ParamSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.core.RedirectTag
class RedirectTag extends RedirectSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.core.SetTag
class SetTag extends SetSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.core.UrlTag
class UrlTag extends UrlSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.core.WhenTag
class WhenTag extends WhenTagSupport implements Serializable-
Serialized Fields
-
test
String test
-
-
-
-
Package org.apache.taglibs.standard.tag.el.fmt
-
Class org.apache.taglibs.standard.tag.el.fmt.BundleTag
class BundleTag extends BundleSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
class FormatDateTag extends FormatDateSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
class FormatNumberTag extends FormatNumberSupport implements Serializable-
Serialized Fields
-
currencyCode_
String currencyCode_
-
currencySymbol_
String currencySymbol_
-
groupingUsed_
String groupingUsed_
-
maxFractionDigits_
String maxFractionDigits_
-
maxIntegerDigits_
String maxIntegerDigits_
-
minFractionDigits_
String minFractionDigits_
-
minIntegerDigits_
String minIntegerDigits_
-
pattern_
String pattern_
-
type_
String type_
-
value_
String value_
-
-
-
Class org.apache.taglibs.standard.tag.el.fmt.MessageTag
class MessageTag extends MessageSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.fmt.ParamTag
class ParamTag extends ParamSupport implements Serializable-
Serialized Fields
-
value_
String value_
-
-
-
Class org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
class ParseDateTag extends ParseDateSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
class ParseNumberTag extends ParseNumberSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag
class RequestEncodingTag extends RequestEncodingSupport implements Serializable-
Serialized Fields
-
value_
String value_
-
-
-
Class org.apache.taglibs.standard.tag.el.fmt.SetBundleTag
class SetBundleTag extends SetBundleSupport implements Serializable-
Serialized Fields
-
basename_
String basename_
-
-
-
Class org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag
class SetLocaleTag extends SetLocaleSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag
class SetTimeZoneTag extends SetTimeZoneSupport implements Serializable-
Serialized Fields
-
value_
String value_
-
-
-
Class org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag
class TimeZoneTag extends TimeZoneSupport implements Serializable-
Serialized Fields
-
value_
String value_
-
-
-
-
Package org.apache.taglibs.standard.tag.el.sql
-
Class org.apache.taglibs.standard.tag.el.sql.DateParamTag
class DateParamTag extends DateParamTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.sql.ParamTag
class ParamTag extends ParamTagSupport implements Serializable-
Serialized Fields
-
valueEL
String valueEL
-
-
-
Class org.apache.taglibs.standard.tag.el.sql.QueryTag
class QueryTag extends QueryTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag
class SetDataSourceTag extends SetDataSourceTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.sql.TransactionTag
class TransactionTag extends TransactionTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.sql.UpdateTag
class UpdateTag extends UpdateTagSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.el.xml
-
Class org.apache.taglibs.standard.tag.el.xml.ExprTag
class ExprTag extends ExprSupport implements Serializable-
Serialized Fields
-
escapeXml_
String escapeXml_
-
-
-
Class org.apache.taglibs.standard.tag.el.xml.ParamTag
class ParamTag extends ParamSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.xml.ParseTag
class ParseTag extends ParseSupport implements Serializable -
Class org.apache.taglibs.standard.tag.el.xml.TransformTag
class TransformTag extends TransformSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.rt.core
-
Class org.apache.taglibs.standard.tag.rt.core.ForEachTag
class ForEachTag extends ForEachSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.ForTokensTag
class ForTokensTag extends ForTokensSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.IfTag
class IfTag extends ConditionalTagSupport implements Serializable-
Serialized Fields
-
test
boolean test
-
-
-
Class org.apache.taglibs.standard.tag.rt.core.ImportTag
class ImportTag extends ImportSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.OutTag
class OutTag extends OutSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.ParamTag
class ParamTag extends ParamSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.RedirectTag
class RedirectTag extends RedirectSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.SetTag
class SetTag extends SetSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.UrlTag
class UrlTag extends UrlSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.WhenTag
class WhenTag extends WhenTagSupport implements Serializable-
Serialized Fields
-
test
boolean test
-
-
-
-
Package org.apache.taglibs.standard.tag.rt.fmt
-
Class org.apache.taglibs.standard.tag.rt.fmt.BundleTag
class BundleTag extends BundleSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
class FormatDateTag extends FormatDateSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
class FormatNumberTag extends FormatNumberSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.MessageTag
class MessageTag extends MessageSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.ParamTag
class ParamTag extends ParamSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
class ParseDateTag extends ParseDateSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
class ParseNumberTag extends ParseNumberSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag
class RequestEncodingTag extends RequestEncodingSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag
class SetBundleTag extends SetBundleSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
class SetLocaleTag extends SetLocaleSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
class SetTimeZoneTag extends SetTimeZoneSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag
class TimeZoneTag extends TimeZoneSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.rt.sql
-
Class org.apache.taglibs.standard.tag.rt.sql.DateParamTag
class DateParamTag extends DateParamTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.sql.ParamTag
class ParamTag extends ParamTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.sql.QueryTag
class QueryTag extends QueryTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
class SetDataSourceTag extends SetDataSourceTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.sql.TransactionTag
class TransactionTag extends TransactionTagSupport implements Serializable-
Serialized Fields
-
isolationRT
String isolationRT
-
-
-
Class org.apache.taglibs.standard.tag.rt.sql.UpdateTag
class UpdateTag extends UpdateTagSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.rt.xml
-
Class org.apache.taglibs.standard.tag.rt.xml.ExprTag
class ExprTag extends ExprSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.xml.ParamTag
class ParamTag extends ParamSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.xml.ParseTag
class ParseTag extends ParseSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.xml.TransformTag
class TransformTag extends TransformSupport implements Serializable
-
-
Package org.apache.wss4j.common
-
Exception org.apache.wss4j.common.WSSPolicyException
class WSSPolicyException extends Exception implements Serializable- serialVersionUID:
- 5904800255533588133L
-
-
Package org.apache.wss4j.common.cache
-
Class org.apache.wss4j.common.cache.EHCacheValue
class EHCacheValue extends Object implements Serializable
-
-
Package org.apache.wss4j.common.crypto
-
Class org.apache.wss4j.common.crypto.ThreadLocalSecurityProvider
class ThreadLocalSecurityProvider extends Provider implements Serializable- serialVersionUID:
- 3556396671069994931L
-
-
Package org.apache.wss4j.common.ext
-
Exception org.apache.wss4j.common.ext.WSSecurityException
class WSSecurityException extends org.apache.xml.security.exceptions.XMLSecurityException implements Serializable- serialVersionUID:
- 4703352039717763655L
-
Serialized Fields
-
errorCode
WSSecurityException.ErrorCode errorCode
-
-
-
Package org.apache.wss4j.common.kerberos
-
Exception org.apache.wss4j.common.kerberos.KerberosTokenDecoderException
class KerberosTokenDecoderException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.wss4j.common.principal
-
Class org.apache.wss4j.common.principal.CustomTokenPrincipal
class CustomTokenPrincipal extends Object implements Serializable- serialVersionUID:
- -7439821246832337774L
-
Class org.apache.wss4j.common.principal.PublicKeyPrincipalImpl
class PublicKeyPrincipalImpl extends Object implements Serializable- serialVersionUID:
- -7662669773454821344L
-
Serialized Fields
-
publicKey
PublicKey publicKey
-
-
Class org.apache.wss4j.common.principal.SAMLTokenPrincipalImpl
class SAMLTokenPrincipalImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
samlAssertion
SamlAssertionWrapper samlAssertion
-
-
Class org.apache.wss4j.common.principal.WSDerivedKeyTokenPrincipal
class WSDerivedKeyTokenPrincipal extends Object implements Serializable- serialVersionUID:
- -8576876885462234466L
-
Class org.apache.wss4j.common.principal.WSUsernameTokenPrincipalImpl
class WSUsernameTokenPrincipalImpl extends Object implements Serializable- serialVersionUID:
- 5608648208455259722L
-
-
Package org.apache.wss4j.common.util
-
Class org.apache.wss4j.common.util.Mapping
class Mapping extends Object implements Serializable- serialVersionUID:
- 4598721541118599293L
-
-
Package org.apache.wss4j.dom
-
Class org.apache.wss4j.dom.SOAP11Constants
class SOAP11Constants extends Object implements Serializable- serialVersionUID:
- 3809268485386395322L
-
Class org.apache.wss4j.dom.SOAP12Constants
class SOAP12Constants extends Object implements Serializable- serialVersionUID:
- 3784866613259361834L
-
-
Package org.apache.wss4j.dom.engine
-
Class org.apache.wss4j.dom.engine.WSSecurityEngineResult
- serialVersionUID:
- 8877354445092724300L
-
-
Package org.apache.wss4j.dom.transform
-
Class org.apache.wss4j.dom.transform.AttachmentCompleteSignatureTransformProvider
class AttachmentCompleteSignatureTransformProvider extends Provider implements Serializable- serialVersionUID:
- -9148982936620100249L
-
Class org.apache.wss4j.dom.transform.AttachmentContentSignatureTransformProvider
class AttachmentContentSignatureTransformProvider extends Provider implements Serializable- serialVersionUID:
- -9148982936620100249L
-
Class org.apache.wss4j.dom.transform.STRTransformProvider
class STRTransformProvider extends Provider implements Serializable- serialVersionUID:
- -9148982936620100249L
-
-
Package org.apache.wss4j.policy.stax
-
Exception org.apache.wss4j.policy.stax.PolicyViolationException
class PolicyViolationException extends WSSPolicyException implements Serializable- serialVersionUID:
- 4162351775688661849L
-
-
Package org.apache.wss4j.stax.ext
-
Exception org.apache.wss4j.stax.ext.WSSConfigurationException
class WSSConfigurationException extends WSSecurityException implements Serializable- serialVersionUID:
- 689628294822027113L
-
-
Package org.bouncycastle.asn1
-
Exception org.bouncycastle.asn1.ASN1Exception
class ASN1Exception extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.asn1.ASN1ParsingException
class ASN1ParsingException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.asn1.x509
-
Exception org.bouncycastle.asn1.x509.NameConstraintValidatorException
class NameConstraintValidatorException extends Exception implements Serializable
-
-
Package org.bouncycastle.cert
-
Exception org.bouncycastle.cert.CertException
class CertException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.cert.CertIOException
class CertIOException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.cert.CertRuntimeException
class CertRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.cert.X509AttributeCertificateHolder
class X509AttributeCertificateHolder extends Object implements Serializable- serialVersionUID:
- 20170722001L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.cert.X509CertificateHolder
class X509CertificateHolder extends Object implements Serializable- serialVersionUID:
- 20170722001L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.cert.X509CRLHolder
class X509CRLHolder extends Object implements Serializable- serialVersionUID:
- 20170722001L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.cert.cmp
-
Exception org.bouncycastle.cert.cmp.CMPException
class CMPException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.cert.cmp.CMPRuntimeException
class CMPRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.cert.crmf
-
Exception org.bouncycastle.cert.crmf.CRMFException
class CRMFException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.cert.crmf.CRMFRuntimeException
class CRMFRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.cert.dane
-
Exception org.bouncycastle.cert.dane.DANEException
class DANEException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.cert.jcajce
-
Class org.bouncycastle.cert.jcajce.JcaX509CertificateHolder
class JcaX509CertificateHolder extends X509CertificateHolder implements Serializable -
Class org.bouncycastle.cert.jcajce.JcaX509CRLHolder
class JcaX509CRLHolder extends X509CRLHolder implements Serializable
-
-
Package org.bouncycastle.cert.ocsp
-
Exception org.bouncycastle.cert.ocsp.OCSPException
class OCSPException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.cert.path
-
Exception org.bouncycastle.cert.path.CertPathValidationException
class CertPathValidationException extends Exception implements Serializable-
Serialized Fields
-
cause
Exception cause
-
-
-
-
Package org.bouncycastle.cmc
-
Exception org.bouncycastle.cmc.CMCException
class CMCException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.cms
-
Exception org.bouncycastle.cms.CMSAttributeTableGenerationException
class CMSAttributeTableGenerationException extends CMSRuntimeException implements Serializable-
Serialized Fields
-
e
Exception e
-
-
-
Exception org.bouncycastle.cms.CMSException
class CMSException extends Exception implements Serializable-
Serialized Fields
-
e
Exception e
-
-
-
Exception org.bouncycastle.cms.CMSRuntimeException
class CMSRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
e
Exception e
-
-
-
Exception org.bouncycastle.cms.CMSSignerDigestMismatchException
class CMSSignerDigestMismatchException extends CMSException implements Serializable -
Exception org.bouncycastle.cms.CMSStreamException
class CMSStreamException extends IOException implements Serializable-
Serialized Fields
-
underlying
Throwable underlying
-
-
-
Exception org.bouncycastle.cms.CMSVerifierCertificateNotValidException
class CMSVerifierCertificateNotValidException extends CMSException implements Serializable
-
-
Package org.bouncycastle.crypto
-
Exception org.bouncycastle.crypto.CryptoException
class CryptoException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.crypto.CryptoServiceConstraintsException
class CryptoServiceConstraintsException extends RuntimeException implements Serializable -
Class org.bouncycastle.crypto.CryptoServicesPermission
class CryptoServicesPermission extends Permission implements Serializable -
Exception org.bouncycastle.crypto.DataLengthException
class DataLengthException extends RuntimeCryptoException implements Serializable -
Exception org.bouncycastle.crypto.InvalidCipherTextException
class InvalidCipherTextException extends CryptoException implements Serializable -
Exception org.bouncycastle.crypto.MaxBytesExceededException
class MaxBytesExceededException extends RuntimeCryptoException implements Serializable -
Exception org.bouncycastle.crypto.OutputLengthException
class OutputLengthException extends DataLengthException implements Serializable -
Exception org.bouncycastle.crypto.RuntimeCryptoException
class RuntimeCryptoException extends RuntimeException implements Serializable
-
-
Package org.bouncycastle.crypto.engines
-
Exception org.bouncycastle.crypto.engines.CramerShoupCoreEngine.CramerShoupCiphertextException
class CramerShoupCiphertextException extends Exception implements Serializable- serialVersionUID:
- -6360977166495345076L
-
-
Package org.bouncycastle.crypto.io
-
Exception org.bouncycastle.crypto.io.CipherIOException
class CipherIOException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
Throwable cause
-
-
Exception org.bouncycastle.crypto.io.InvalidCipherTextIOException
class InvalidCipherTextIOException extends CipherIOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.bouncycastle.crypto.prng
-
Class org.bouncycastle.crypto.prng.FixedSecureRandom
class FixedSecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
_data
byte[] _data
-
_index
int _index
-
_intPad
int _intPad
-
-
-
Class org.bouncycastle.crypto.prng.SP800SecureRandom
class SP800SecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
drbg
SP80090DRBG drbg
-
drbgProvider
org.bouncycastle.crypto.prng.DRBGProvider drbgProvider
-
entropySource
EntropySource entropySource
-
predictionResistant
boolean predictionResistant
-
randomSource
SecureRandom randomSource
-
-
-
Class org.bouncycastle.crypto.prng.X931SecureRandom
class X931SecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
drbg
X931RNG drbg
-
predictionResistant
boolean predictionResistant
-
randomSource
SecureRandom randomSource
-
-
-
-
Package org.bouncycastle.crypto.util
-
Class org.bouncycastle.crypto.util.JournaledAlgorithm
class JournaledAlgorithm extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.bouncycastle.crypto.util.JournalingSecureRandom
class JournalingSecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
base
SecureRandom base
-
index
int index
-
tOut
org.bouncycastle.crypto.util.JournalingSecureRandom.TranscriptStream tOut
-
transcript
byte[] transcript
-
-
-
-
Package org.bouncycastle.dvcs
-
Exception org.bouncycastle.dvcs.DVCSConstructionException
class DVCSConstructionException extends DVCSException implements Serializable- serialVersionUID:
- 660035299653583980L
-
Exception org.bouncycastle.dvcs.DVCSException
class DVCSException extends Exception implements Serializable- serialVersionUID:
- 389345256020131488L
-
Serialized Fields
-
cause
Throwable cause
-
-
Exception org.bouncycastle.dvcs.DVCSParsingException
class DVCSParsingException extends DVCSException implements Serializable- serialVersionUID:
- -7895880961377691266L
-
-
Package org.bouncycastle.eac
-
Exception org.bouncycastle.eac.EACException
class EACException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.eac.EACIOException
class EACIOException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.est
-
Exception org.bouncycastle.est.ESTException
class ESTException extends IOException implements Serializable-
Serialized Fields
-
body
InputStream body
-
cause
Throwable cause
-
statusCode
int statusCode
-
-
-
-
Package org.bouncycastle.i18n
-
Exception org.bouncycastle.i18n.LocalizedException
class LocalizedException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
message
ErrorBundle message
-
-
-
Exception org.bouncycastle.i18n.MissingEntryException
class MissingEntryException extends RuntimeException implements Serializable-
Serialized Fields
-
debugMsg
String debugMsg
-
key
String key
-
loader
ClassLoader loader
-
locale
Locale locale
-
resource
String resource
-
-
-
-
Package org.bouncycastle.jcajce
-
Class org.bouncycastle.jcajce.CompositePrivateKey
class CompositePrivateKey extends Object implements Serializable-
Serialized Fields
-
algorithmIdentifier
ASN1ObjectIdentifier algorithmIdentifier
-
keys
List<PrivateKey> keys
-
-
-
Class org.bouncycastle.jcajce.CompositePublicKey
class CompositePublicKey extends Object implements Serializable-
Serialized Fields
-
algorithmIdentifier
ASN1ObjectIdentifier algorithmIdentifier
-
keys
List<PublicKey> keys
-
-
-
Class org.bouncycastle.jcajce.ExternalPublicKey
class ExternalPublicKey extends Object implements Serializable-
Serialized Fields
-
digest
byte[] digest
-
digestAlg
AlgorithmIdentifier digestAlg
-
location
GeneralName location
-
-
-
Class org.bouncycastle.jcajce.PBKDF1Key
class PBKDF1Key extends Object implements Serializable-
Serialized Fields
-
converter
CharToByteConverter converter
-
password
char[] password
-
-
-
Class org.bouncycastle.jcajce.PBKDF1KeyWithParameters
class PBKDF1KeyWithParameters extends PBKDF1Key implements Serializable-
Serialized Fields
-
iterationCount
int iterationCount
-
salt
byte[] salt
-
-
-
Class org.bouncycastle.jcajce.PBKDF2Key
class PBKDF2Key extends Object implements Serializable-
Serialized Fields
-
converter
CharToByteConverter converter
-
password
char[] password
-
-
-
Class org.bouncycastle.jcajce.PBKDF2KeyWithParameters
class PBKDF2KeyWithParameters extends PBKDF2Key implements Serializable-
Serialized Fields
-
iterationCount
int iterationCount
-
salt
byte[] salt
-
-
-
Class org.bouncycastle.jcajce.PKCS12Key
class PKCS12Key extends Object implements Serializable-
Serialized Fields
-
password
char[] password
-
useWrongZeroLengthConversion
boolean useWrongZeroLengthConversion
-
-
-
Class org.bouncycastle.jcajce.PKCS12KeyWithParameters
class PKCS12KeyWithParameters extends PKCS12Key implements Serializable-
Serialized Fields
-
iterationCount
int iterationCount
-
salt
byte[] salt
-
-
-
Class org.bouncycastle.jcajce.SecretKeyWithEncapsulation
class SecretKeyWithEncapsulation extends Object implements Serializable-
Serialized Fields
-
encapsulation
byte[] encapsulation
-
secretKey
SecretKey secretKey
-
-
-
-
Package org.bouncycastle.jcajce.interfaces
-
Package org.bouncycastle.jcajce.provider.asymmetric.dh
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPrivateKey
class BCDHPrivateKey extends Object implements Serializable- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPublicKey
class BCDHPublicKey extends Object implements Serializable- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPrivateKey
class BCDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey
class BCDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dstu
-
Class org.bouncycastle.jcajce.provider.asymmetric.dstu.BCDSTU4145PrivateKey
class BCDSTU4145PrivateKey extends Object implements Serializable- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dstu.BCDSTU4145PublicKey
class BCDSTU4145PublicKey extends Object implements Serializable- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.ec
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPrivateKey
class BCECPrivateKey extends Object implements Serializable- serialVersionUID:
- 994553197664784084L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey
class BCECPublicKey extends Object implements Serializable- serialVersionUID:
- 2422789860422731812L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.ecgost
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost.BCECGOST3410PrivateKey
class BCECGOST3410PrivateKey extends Object implements Serializable- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost.BCECGOST3410PublicKey
class BCECGOST3410PublicKey extends Object implements Serializable- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.ecgost12
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost12.BCECGOST3410_2012PrivateKey
class BCECGOST3410_2012PrivateKey extends Object implements Serializable- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost12.BCECGOST3410_2012PublicKey
class BCECGOST3410_2012PublicKey extends Object implements Serializable- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.edec
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCEdDSAPrivateKey
class BCEdDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attributes
byte[] attributes
-
hasPublicKey
boolean hasPublicKey
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCEdDSAPublicKey
class BCEdDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPrivateKey
class BCXDHPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attributes
byte[] attributes
-
hasPublicKey
boolean hasPublicKey
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey
class BCXDHPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.elgamal
-
Class org.bouncycastle.jcajce.provider.asymmetric.elgamal.BCElGamalPrivateKey
class BCElGamalPrivateKey extends Object implements Serializable- serialVersionUID:
- 4819350091141529678L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.elgamal.BCElGamalPublicKey
class BCElGamalPublicKey extends Object implements Serializable- serialVersionUID:
- 8712728417091216948L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.gost
-
Class org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PrivateKey
class BCGOST3410PrivateKey extends Object implements Serializable- serialVersionUID:
- 8581661527592305464L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PublicKey
class BCGOST3410PublicKey extends Object implements Serializable- serialVersionUID:
- -6251023343619275990L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.mldsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.mldsa.BCMLDSAPrivateKey
class BCMLDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.mldsa.BCMLDSAPublicKey
class BCMLDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.mlkem
-
Class org.bouncycastle.jcajce.provider.asymmetric.mlkem.BCMLKEMPrivateKey
class BCMLKEMPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.mlkem.BCMLKEMPublicKey
class BCMLKEMPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.rsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey
class BCRSAPrivateCrtKey extends BCRSAPrivateKey implements Serializable- serialVersionUID:
- 7834723820638524718L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateKey
class BCRSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithmIdentifierEnc
byte[] algorithmIdentifierEnc
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey
class BCRSAPublicKey extends Object implements Serializable- serialVersionUID:
- 2675817738516720772L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.slhdsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.slhdsa.BCSLHDSAPrivateKey
class BCSLHDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.slhdsa.BCSLHDSAPublicKey
class BCSLHDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.util
-
Exception org.bouncycastle.jcajce.provider.asymmetric.util.ExtendedInvalidKeySpecException
class ExtendedInvalidKeySpecException extends InvalidKeySpecException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.x509
-
Class org.bouncycastle.jcajce.provider.asymmetric.x509.PKIXCertPath
class PKIXCertPath extends CertPath implements Serializable-
Serialized Fields
-
certificates
List certificates
-
helper
JcaJceHelper helper
-
-
-
-
Package org.bouncycastle.jcajce.provider.config
-
Class org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission
class ProviderConfigurationPermission extends BasicPermission implements Serializable-
Serialized Fields
-
actions
String actions
-
permissionMask
int permissionMask
-
-
-
-
Package org.bouncycastle.jcajce.provider.drbg
-
Class org.bouncycastle.jcajce.provider.drbg.DRBG.Default
class Default extends SecureRandomSpi implements Serializable -
Class org.bouncycastle.jcajce.provider.drbg.DRBG.NonceAndIV
class NonceAndIV extends SecureRandomSpi implements Serializable
-
-
Package org.bouncycastle.jcajce.provider.symmetric.util
-
Exception org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher.InvalidKeyOrParametersException
class InvalidKeyOrParametersException extends InvalidKeyException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey
class BCPBEKey extends Object implements Serializable-
Serialized Fields
-
algorithm
String algorithm
-
digest
int digest
-
hasBeenDestroyed
AtomicBoolean hasBeenDestroyed
-
iterationCount
int iterationCount
-
ivSize
int ivSize
-
keySize
int keySize
-
oid
ASN1ObjectIdentifier oid
-
param
CipherParameters param
-
password
char[] password
-
salt
byte[] salt
-
tryWrong
boolean tryWrong
-
type
int type
-
-
-
-
Package org.bouncycastle.jcajce.provider.util
-
Exception org.bouncycastle.jcajce.provider.util.BadBlockException
class BadBlockException extends BadPaddingException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jcajce.spec
-
Class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec
class RepeatedSecretKeySpec extends Object implements Serializable-
Serialized Fields
-
algorithm
String algorithm
-
-
-
-
Package org.bouncycastle.jcajce.util
-
Class org.bouncycastle.jcajce.util.AnnotatedPrivateKey
class AnnotatedPrivateKey extends Object implements Serializable-
Serialized Fields
-
annotations
Map<String,
Object> annotations -
key
PrivateKey key
-
-
-
-
Package org.bouncycastle.jce.exception
-
Exception org.bouncycastle.jce.exception.ExtCertificateEncodingException
class ExtCertificateEncodingException extends CertificateEncodingException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.jce.exception.ExtCertPathBuilderException
class ExtCertPathBuilderException extends CertPathBuilderException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.jce.exception.ExtCertPathValidatorException
class ExtCertPathValidatorException extends CertPathValidatorException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.jce.exception.ExtIOException
class ExtIOException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jce.interfaces
-
Package org.bouncycastle.jce.provider
-
Exception org.bouncycastle.jce.provider.AnnotatedException
class AnnotatedException extends Exception implements Serializable-
Serialized Fields
-
_underlyingException
Throwable _underlyingException
-
-
-
Class org.bouncycastle.jce.provider.BouncyCastleProvider
class BouncyCastleProvider extends Provider implements Serializable-
Serialized Fields
-
serviceMap
Map<String,
Provider.Service> serviceMap
-
-
-
Class org.bouncycastle.jce.provider.JCEDHPrivateKey
class JCEDHPrivateKey extends Object implements Serializable- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
-
dhSpec
DHParameterSpec dhSpec
-
info
PrivateKeyInfo info
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JCEDHPublicKey
class JCEDHPublicKey extends Object implements Serializable- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dhSpec
DHParameterSpec dhSpec
-
info
SubjectPublicKeyInfo info
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.JCEECPrivateKey
class JCEECPrivateKey extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
d
BigInteger d
-
ecSpec
ECParameterSpec ecSpec
-
publicKey
ASN1BitString publicKey
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCEECPublicKey
class JCEECPublicKey extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
ecSpec
ECParameterSpec ecSpec
-
gostParams
GOST3410PublicKeyAlgParameters gostParams
-
q
ECPoint q
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
class JCEElGamalPrivateKey extends Object implements Serializable- serialVersionUID:
- 4819350091141529678L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
elSpec
ElGamalParameterSpec elSpec
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JCEElGamalPublicKey
class JCEElGamalPublicKey extends Object implements Serializable- serialVersionUID:
- 8712728417091216948L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
elSpec
ElGamalParameterSpec elSpec
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
class JCERSAPrivateCrtKey extends JCERSAPrivateKey implements Serializable- serialVersionUID:
- 7834723820638524718L
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPrivateKey
class JCERSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPublicKey
class JCERSAPublicKey extends Object implements Serializable- serialVersionUID:
- 2675817738516720772L
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JDKDSAPrivateKey
class JDKDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
dsaSpec
DSAParams dsaSpec
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JDKDSAPublicKey
class JDKDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dsaSpec
DSAParams dsaSpec
-
y
BigInteger y
-
-
Exception org.bouncycastle.jce.provider.PKIXNameConstraintValidatorException
class PKIXNameConstraintValidatorException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jce.provider.X509CertificateObject
class X509CertificateObject extends X509Certificate implements Serializable-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
Deprecated. -
basicConstraints
BasicConstraints basicConstraints
Deprecated. -
c
Certificate c
Deprecated. -
hashValue
int hashValue
Deprecated. -
hashValueSet
boolean hashValueSet
Deprecated. -
keyUsage
boolean[] keyUsage
Deprecated.
-
-
-
-
Package org.bouncycastle.jce.spec
-
Class org.bouncycastle.jce.spec.IEKeySpec
class IEKeySpec extends Object implements Serializable-
Serialized Fields
-
privKey
PrivateKey privKey
-
pubKey
PublicKey pubKey
-
-
-
Class org.bouncycastle.jce.spec.RepeatedSecretKeySpec
class RepeatedSecretKeySpec extends RepeatedSecretKeySpec implements Serializable-
Serialized Fields
-
algorithm
String algorithm
Deprecated.
-
-
-
-
Package org.bouncycastle.mime
-
Exception org.bouncycastle.mime.MimeIOException
class MimeIOException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.openssl
-
Exception org.bouncycastle.openssl.EncryptionException
class EncryptionException extends PEMException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.openssl.PasswordException
class PasswordException extends PEMException implements Serializable -
Exception org.bouncycastle.openssl.PEMException
class PEMException extends IOException implements Serializable-
Serialized Fields
-
underlying
Exception underlying
-
-
-
-
Package org.bouncycastle.operator
-
Exception org.bouncycastle.operator.OperatorCreationException
class OperatorCreationException extends OperatorException implements Serializable -
Exception org.bouncycastle.operator.OperatorException
class OperatorException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.operator.OperatorStreamException
class OperatorStreamException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.operator.RuntimeOperatorException
class RuntimeOperatorException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.pkcs
-
Exception org.bouncycastle.pkcs.PKCSException
class PKCSException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.pkcs.PKCSIOException
class PKCSIOException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.pkix
-
Exception org.bouncycastle.pkix.PKIXNameConstraintValidatorException
class PKIXNameConstraintValidatorException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.pkix.jcajce
-
Exception org.bouncycastle.pkix.jcajce.CertPathReviewerException
class CertPathReviewerException extends LocalizedException implements Serializable-
Serialized Fields
-
certPath
CertPath certPath
-
index
int index
-
-
-
-
Package org.bouncycastle.pkix.util
-
Exception org.bouncycastle.pkix.util.LocalizedException
class LocalizedException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
message
ErrorBundle message
-
-
-
Exception org.bouncycastle.pkix.util.MissingEntryException
class MissingEntryException extends RuntimeException implements Serializable-
Serialized Fields
-
debugMsg
String debugMsg
-
key
String key
-
loader
ClassLoader loader
-
locale
Locale locale
-
resource
String resource
-
-
-
-
Package org.bouncycastle.pqc.crypto
-
Exception org.bouncycastle.pqc.crypto.ExhaustedPrivateKeyException
class ExhaustedPrivateKeyException extends IllegalStateException implements Serializable
-
-
Package org.bouncycastle.pqc.crypto.xmss
-
Class org.bouncycastle.pqc.crypto.xmss.BDS
class BDS extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
authenticationPath
List<XMSSNode> authenticationPath
-
index
int index
-
k
int k
-
keep
Map<Integer,
XMSSNode> keep -
retain
Map<Integer,
LinkedList<XMSSNode>> retain -
root
XMSSNode root
-
stack
Stack<XMSSNode> stack
-
treeHashInstances
List<org.bouncycastle.pqc.crypto.xmss.BDSTreeHash> treeHashInstances
-
treeHeight
int treeHeight
-
used
boolean used
-
-
Class org.bouncycastle.pqc.crypto.xmss.BDSStateMap
class BDSStateMap extends Object implements Serializable- serialVersionUID:
- -3464451825208522308L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.bouncycastle.pqc.crypto.xmss.XMSSNode
class XMSSNode extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
height
int height
-
value
byte[] value
-
-
-
Package org.bouncycastle.pqc.jcajce.interfaces
-
Package org.bouncycastle.pqc.jcajce.provider
-
Class org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider
class BouncyCastlePQCProvider extends Provider implements Serializable
-
-
Package org.bouncycastle.pqc.jcajce.provider.bike
-
Class org.bouncycastle.pqc.jcajce.provider.bike.BCBIKEPrivateKey
class BCBIKEPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.bike.BCBIKEPublicKey
class BCBIKEPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.cmce
-
Class org.bouncycastle.pqc.jcajce.provider.cmce.BCCMCEPrivateKey
class BCCMCEPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.cmce.BCCMCEPublicKey
class BCCMCEPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.dilithium
-
Class org.bouncycastle.pqc.jcajce.provider.dilithium.BCDilithiumPrivateKey
class BCDilithiumPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.dilithium.BCDilithiumPublicKey
class BCDilithiumPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.falcon
-
Class org.bouncycastle.pqc.jcajce.provider.falcon.BCFalconPrivateKey
class BCFalconPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.falcon.BCFalconPublicKey
class BCFalconPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.frodo
-
Class org.bouncycastle.pqc.jcajce.provider.frodo.BCFrodoPrivateKey
class BCFrodoPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.frodo.BCFrodoPublicKey
class BCFrodoPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.gmss
-
Class org.bouncycastle.pqc.jcajce.provider.gmss.BCGMSSPublicKey
class BCGMSSPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
gmssParameterSet
GMSSParameters gmssParameterSet
The GMSSParameterSet -
gmssParams
GMSSParameters gmssParams
-
publicKeyBytes
byte[] publicKeyBytes
The GMSS public key
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.hqc
-
Class org.bouncycastle.pqc.jcajce.provider.hqc.BCHQCPrivateKey
class BCHQCPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.hqc.BCHQCPublicKey
class BCHQCPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.kyber
-
Class org.bouncycastle.pqc.jcajce.provider.kyber.BCKyberPrivateKey
class BCKyberPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.kyber.BCKyberPublicKey
class BCKyberPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.lms
-
Class org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPrivateKey
class BCLMSPrivateKey extends Object implements Serializable- serialVersionUID:
- 8568701712864512338L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPublicKey
class BCLMSPublicKey extends Object implements Serializable- serialVersionUID:
- -5617456225328969766L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.mceliece
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PrivateKey
class BCMcElieceCCA2PrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PublicKey
class BCMcElieceCCA2PublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePrivateKey
class BCMcEliecePrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
params
McEliecePrivateKeyParameters params
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePublicKey
class BCMcEliecePublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
params
McEliecePublicKeyParameters params
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.newhope
-
Class org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPrivateKey
class BCNHPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPublicKey
class BCNHPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.ntru
-
Class org.bouncycastle.pqc.jcajce.provider.ntru.BCNTRUPrivateKey
class BCNTRUPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.ntru.BCNTRUPublicKey
class BCNTRUPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.ntruprime
-
Class org.bouncycastle.pqc.jcajce.provider.ntruprime.BCNTRULPRimePrivateKey
class BCNTRULPRimePrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.ntruprime.BCNTRULPRimePublicKey
class BCNTRULPRimePublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.ntruprime.BCSNTRUPrimePrivateKey
class BCSNTRUPrimePrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.ntruprime.BCSNTRUPrimePublicKey
class BCSNTRUPrimePublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.picnic
-
Class org.bouncycastle.pqc.jcajce.provider.picnic.BCPicnicPrivateKey
class BCPicnicPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.picnic.BCPicnicPublicKey
class BCPicnicPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.rainbow
-
Class org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPrivateKey
class BCRainbowPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPublicKey
class BCRainbowPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.saber
-
Class org.bouncycastle.pqc.jcajce.provider.saber.BCSABERPrivateKey
class BCSABERPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.saber.BCSABERPublicKey
class BCSABERPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.sphincs
-
Class org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PrivateKey
class BCSphincs256PrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PublicKey
class BCSphincs256PublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.sphincsplus
-
Class org.bouncycastle.pqc.jcajce.provider.sphincsplus.BCSPHINCSPlusPrivateKey
class BCSPHINCSPlusPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.sphincsplus.BCSPHINCSPlusPublicKey
class BCSPHINCSPlusPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.xmss
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPrivateKey
class BCXMSSMTPrivateKey extends Object implements Serializable- serialVersionUID:
- 7682140473044521395L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPublicKey
class BCXMSSMTPublicKey extends Object implements Serializable- serialVersionUID:
- 3230324130542413475L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPrivateKey
class BCXMSSPrivateKey extends Object implements Serializable- serialVersionUID:
- 8568701712864512338L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPublicKey
class BCXMSSPublicKey extends Object implements Serializable- serialVersionUID:
- -5617456225328969766L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.tsp
-
Exception org.bouncycastle.tsp.TSPException
class TSPException extends Exception implements Serializable-
Serialized Fields
-
underlyingException
Throwable underlyingException
-
-
-
Exception org.bouncycastle.tsp.TSPIOException
class TSPIOException extends IOException implements Serializable-
Serialized Fields
-
underlyingException
Throwable underlyingException
-
-
-
Exception org.bouncycastle.tsp.TSPValidationException
class TSPValidationException extends TSPException implements Serializable-
Serialized Fields
-
failureCode
int failureCode
-
-
-
-
Package org.bouncycastle.tsp.cms
-
Exception org.bouncycastle.tsp.cms.ImprintDigestInvalidException
class ImprintDigestInvalidException extends Exception implements Serializable-
Serialized Fields
-
token
TimeStampToken token
-
-
-
-
Package org.bouncycastle.tsp.ers
-
Exception org.bouncycastle.tsp.ers.ArchiveTimeStampValidationException
class ArchiveTimeStampValidationException extends ERSException implements Serializable -
Exception org.bouncycastle.tsp.ers.ERSException
class ERSException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.tsp.ers.PartialHashTreeVerificationException
class PartialHashTreeVerificationException extends ERSException implements Serializable
-
-
Package org.bouncycastle.util
-
Exception org.bouncycastle.util.MemoableResetException
class MemoableResetException extends ClassCastException implements Serializable -
Exception org.bouncycastle.util.StoreException
class StoreException extends RuntimeException implements Serializable-
Serialized Fields
-
_e
Throwable _e
-
-
-
Exception org.bouncycastle.util.StreamParsingException
class StreamParsingException extends Exception implements Serializable-
Serialized Fields
-
_e
Throwable _e
-
-
-
-
Package org.bouncycastle.util.encoders
-
Exception org.bouncycastle.util.encoders.DecoderException
class DecoderException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.util.encoders.EncoderException
class EncoderException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.io
-
Exception org.bouncycastle.util.io.StreamOverflowException
class StreamOverflowException extends IOException implements Serializable
-
-
Package org.bouncycastle.util.io.pem
-
Exception org.bouncycastle.util.io.pem.PemGenerationException
class PemGenerationException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.test
-
Class org.bouncycastle.util.test.FixedSecureRandom
class FixedSecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
_data
byte[] _data
-
_index
int _index
-
-
-
Exception org.bouncycastle.util.test.TestFailedException
class TestFailedException extends RuntimeException implements Serializable-
Serialized Fields
-
_result
TestResult _result
-
-
-
Class org.bouncycastle.util.test.TestRandomBigInteger
class TestRandomBigInteger extends FixedSecureRandom implements Serializable -
Class org.bouncycastle.util.test.TestRandomData
class TestRandomData extends FixedSecureRandom implements Serializable
-
-
Package org.bouncycastle.x509
-
Exception org.bouncycastle.x509.CertPathReviewerException
class CertPathReviewerException extends LocalizedException implements Serializable-
Serialized Fields
-
certPath
CertPath certPath
-
index
int index
-
-
-
Exception org.bouncycastle.x509.NoSuchParserException
class NoSuchParserException extends Exception implements Serializable -
Exception org.bouncycastle.x509.NoSuchStoreException
class NoSuchStoreException extends Exception implements Serializable
-
-
Package org.bouncycastle.x509.util
-
Exception org.bouncycastle.x509.util.StreamParsingException
class StreamParsingException extends Exception implements Serializable-
Serialized Fields
-
_e
Throwable _e
-
-
-
-
Package org.eclipse.angus.activation
-
Exception org.eclipse.angus.activation.MailcapParseException
class MailcapParseException extends Exception implements Serializable- serialVersionUID:
- -1445946122972156790L
-
-
Package org.eclipse.microprofile.config.inject
-
Class org.eclipse.microprofile.config.inject.ConfigProperties.Literal
- serialVersionUID:
- 1L
-
Serialized Fields
-
prefix
String prefix
-
-
-
Package org.eclipse.microprofile.config.spi
-
Package org.eclipse.microprofile.faulttolerance.exceptions
-
Exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
class BulkheadException extends FaultToleranceException implements Serializable- serialVersionUID:
- 3569768756115160625L
-
Exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
class CircuitBreakerOpenException extends FaultToleranceException implements Serializable- serialVersionUID:
- 958116453839967874L
-
Exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
class FaultToleranceDefinitionException extends FaultToleranceException implements Serializable- serialVersionUID:
- -6393002015459515418L
-
Exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
class FaultToleranceException extends RuntimeException implements Serializable- serialVersionUID:
- 958116453839967874L
-
Exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
class TimeoutException extends FaultToleranceException implements Serializable- serialVersionUID:
- 958116453839967874L
-
-
Package org.eclipse.microprofile.health
-
Class org.eclipse.microprofile.health.Liveness.Literal
- serialVersionUID:
- 1L
-
Class org.eclipse.microprofile.health.Readiness.Literal
- serialVersionUID:
- 1L
-
Class org.eclipse.microprofile.health.Startup.Literal
- serialVersionUID:
- 1L
-
-
Package org.eclipse.microprofile.jwt
-
Class org.eclipse.microprofile.jwt.ClaimLiteral
- serialVersionUID:
- 1L
-
-
Package org.eclipse.microprofile.reactive.messaging.spi
-
Class org.eclipse.microprofile.reactive.messaging.spi.ConnectorLiteral
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
-
-
-
Package org.eclipse.microprofile.reactive.streams.operators.spi
-
Exception org.eclipse.microprofile.reactive.streams.operators.spi.UnsupportedStageException
class UnsupportedStageException extends RuntimeException implements Serializable
-
-
Package org.eclipse.parsson
-
Class org.eclipse.parsson.JsonPointerImpl
class JsonPointerImpl extends Object implements Serializable- serialVersionUID:
- -8123110179640843141L
-
-
Package org.glassfish.expressly
-
Class org.glassfish.expressly.MethodExpressionImpl
class MethodExpressionImpl extends MethodExpression implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.glassfish.expressly.MethodExpressionLiteral
class MethodExpressionLiteral extends MethodExpression implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.glassfish.expressly.ValueExpressionImpl
class ValueExpressionImpl extends ValueExpression implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.glassfish.expressly.ValueExpressionLiteral
class ValueExpressionLiteral extends ValueExpression implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package org.glassfish.expressly.lang
-
Class org.glassfish.expressly.lang.FunctionMapperImpl
class FunctionMapperImpl extends FunctionMapper implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class org.glassfish.expressly.lang.FunctionMapperImpl.Function
class Function extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.glassfish.expressly.lang.VariableMapperImpl
class VariableMapperImpl extends VariableMapper implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package org.glassfish.expressly.parser
-
Exception org.glassfish.expressly.parser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.glassfish.expressly.parser.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token. -
beginLine
int beginLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token. -
endColumn
int endColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token. -
endLine
int endLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.glassfish.expressly.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.glassfish.jaxb.core.v2.runtime
-
Exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
class IllegalAnnotationException extends JAXBException implements Serializable- serialVersionUID:
- 407680563506515709L
-
-
Package org.glassfish.jaxb.runtime.api
-
Exception org.glassfish.jaxb.runtime.api.AccessorException
class AccessorException extends Exception implements Serializable- serialVersionUID:
- 3825830567556994999L
-
-
Package org.glassfish.jaxb.runtime.v2.runtime
-
Exception org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException
class IllegalAnnotationsException extends JAXBException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.Pack
- serialVersionUID:
- 8543908122652908717L
-
-
Package org.glassfish.jaxb.runtime.v2.util
-
Class org.glassfish.jaxb.runtime.v2.util.StackRecorder
class StackRecorder extends Throwable implements Serializable- serialVersionUID:
- 1296878485146023581L
-
-
Package org.hibernate
-
Exception org.hibernate.AnnotationException
class AnnotationException extends MappingException implements Serializable -
Exception org.hibernate.AssertionFailure
class AssertionFailure extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.BaseSessionEventListener
class BaseSessionEventListener extends Object implements Serializable -
Exception org.hibernate.CallbackException
class CallbackException extends HibernateException implements Serializable -
Exception org.hibernate.DuplicateMappingException
class DuplicateMappingException extends MappingException implements Serializable -
Class org.hibernate.EmptyInterceptor
class EmptyInterceptor extends Object implements Serializable -
Exception org.hibernate.EntityFilterException
class EntityFilterException extends EntityNotFoundException implements Serializable -
Exception org.hibernate.FetchNotFoundException
class FetchNotFoundException extends EntityNotFoundException implements Serializable -
Exception org.hibernate.HibernateError
class HibernateError extends HibernateException implements Serializable -
Exception org.hibernate.HibernateException
class HibernateException extends PersistenceException implements Serializable -
Exception org.hibernate.InstantiationException
class InstantiationException extends HibernateException implements Serializable-
Serialized Fields
-
clazz
Class<?> clazz
-
-
-
Exception org.hibernate.InvalidMappingException
class InvalidMappingException extends MappingException implements Serializable -
Exception org.hibernate.JDBCException
class JDBCException extends HibernateException implements Serializable-
Serialized Fields
-
message
String message
-
sql
String sql
-
sqlException
SQLException sqlException
-
-
-
Exception org.hibernate.LazyInitializationException
class LazyInitializationException extends HibernateException implements Serializable -
Class org.hibernate.LockOptions
class LockOptions extends Object implements Serializable -
Exception org.hibernate.MappingException
class MappingException extends HibernateException implements Serializable -
Exception org.hibernate.NonUniqueObjectException
class NonUniqueObjectException extends HibernateException implements Serializable -
Exception org.hibernate.NonUniqueResultException
class NonUniqueResultException extends HibernateException implements Serializable -
Exception org.hibernate.ObjectDeletedException
class ObjectDeletedException extends UnresolvableObjectException implements Serializable -
Exception org.hibernate.ObjectNotFoundException
class ObjectNotFoundException extends UnresolvableObjectException implements Serializable -
Exception org.hibernate.PersistentObjectException
class PersistentObjectException extends HibernateException implements Serializable -
Exception org.hibernate.PessimisticLockException
class PessimisticLockException extends JDBCException implements Serializable -
Exception org.hibernate.PropertyAccessException
class PropertyAccessException extends HibernateException implements Serializable -
Exception org.hibernate.PropertyNotFoundException
class PropertyNotFoundException extends MappingException implements Serializable -
Exception org.hibernate.PropertySetterAccessException
class PropertySetterAccessException extends PropertyAccessException implements Serializable -
Exception org.hibernate.PropertyValueException
class PropertyValueException extends HibernateException implements Serializable -
Exception org.hibernate.QueryException
class QueryException extends HibernateException implements Serializable-
Serialized Fields
-
queryString
String queryString
-
-
-
Exception org.hibernate.QueryParameterException
class QueryParameterException extends QueryException implements Serializable -
Exception org.hibernate.QueryTimeoutException
class QueryTimeoutException extends JDBCException implements Serializable -
Exception org.hibernate.ResourceClosedException
class ResourceClosedException extends HibernateException implements Serializable -
Exception org.hibernate.SessionException
class SessionException extends HibernateException implements Serializable -
Exception org.hibernate.StaleObjectStateException
class StaleObjectStateException extends StaleStateException implements Serializable -
Exception org.hibernate.StaleStateException
class StaleStateException extends HibernateException implements Serializable -
Exception org.hibernate.TransactionException
class TransactionException extends HibernateException implements Serializable -
Exception org.hibernate.TransactionManagementException
class TransactionManagementException extends RuntimeException implements Serializable -
Exception org.hibernate.TransientObjectException
class TransientObjectException extends HibernateException implements Serializable -
Exception org.hibernate.TransientPropertyValueException
class TransientPropertyValueException extends TransientObjectException implements Serializable -
Exception org.hibernate.TypeMismatchException
class TypeMismatchException extends HibernateException implements Serializable -
Exception org.hibernate.UnknownEntityTypeException
class UnknownEntityTypeException extends MappingException implements Serializable -
Exception org.hibernate.UnknownFilterException
class UnknownFilterException extends HibernateException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception org.hibernate.UnknownProfileException
class UnknownProfileException extends HibernateException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception org.hibernate.UnresolvableObjectException
class UnresolvableObjectException extends HibernateException implements Serializable -
Exception org.hibernate.UnsupportedLockAttemptException
class UnsupportedLockAttemptException extends HibernateException implements Serializable -
Exception org.hibernate.WrongClassException
class WrongClassException extends HibernateException implements Serializable
-
-
Package org.hibernate.action.internal
-
Class org.hibernate.action.internal.AbstractEntityInsertAction
class AbstractEntityInsertAction extends EntityAction implements Serializable-
Serialized Fields
-
areTransientReferencesNullified
boolean areTransientReferencesNullified
-
isExecuted
boolean isExecuted
-
isVersionIncrementDisabled
boolean isVersionIncrementDisabled
-
-
-
Class org.hibernate.action.internal.BulkOperationCleanupAction
class BulkOperationCleanupAction extends Object implements Serializable-
Serialized Fields
-
affectedTableSpaces
String[] affectedTableSpaces
-
collectionCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.CollectionCleanup> collectionCleanups
-
entityCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.EntityCleanup> entityCleanups
-
naturalIdCleanups
Set<org.hibernate.action.internal.BulkOperationCleanupAction.NaturalIdCleanup> naturalIdCleanups
-
-
-
Class org.hibernate.action.internal.CollectionAction
class CollectionAction extends Object implements Serializable-
Serialized Fields
-
afterTransactionProcess
AfterTransactionCompletionProcess afterTransactionProcess
-
collection
PersistentCollection<?> collection
-
collectionRole
String collectionRole
-
key
Object key
-
-
-
Class org.hibernate.action.internal.CollectionRecreateAction
class CollectionRecreateAction extends CollectionAction implements Serializable -
Class org.hibernate.action.internal.CollectionRemoveAction
class CollectionRemoveAction extends CollectionAction implements Serializable-
Serialized Fields
-
affectedOwner
Object affectedOwner
-
emptySnapshot
boolean emptySnapshot
-
-
-
Class org.hibernate.action.internal.CollectionUpdateAction
class CollectionUpdateAction extends CollectionAction implements Serializable-
Serialized Fields
-
emptySnapshot
boolean emptySnapshot
-
-
-
Class org.hibernate.action.internal.DelayedPostInsertIdentifier
class DelayedPostInsertIdentifier extends Object implements Serializable-
Serialized Fields
-
identifier
long identifier
-
-
-
Class org.hibernate.action.internal.EntityAction
class EntityAction extends Object implements Serializable -
Exception org.hibernate.action.internal.EntityActionVetoException
class EntityActionVetoException extends HibernateException implements Serializable-
Serialized Fields
-
entityAction
EntityAction entityAction
-
-
-
Class org.hibernate.action.internal.EntityDeleteAction
class EntityDeleteAction extends EntityAction implements Serializable -
Class org.hibernate.action.internal.EntityIdentityInsertAction
class EntityIdentityInsertAction extends AbstractEntityInsertAction implements Serializable -
Class org.hibernate.action.internal.EntityInsertAction
class EntityInsertAction extends AbstractEntityInsertAction implements Serializable -
Class org.hibernate.action.internal.EntityUpdateAction
class EntityUpdateAction extends EntityAction implements Serializable-
Serialized Fields
-
cacheEntry
Object cacheEntry
-
dirtyFields
int[] dirtyFields
-
hasDirtyCollection
boolean hasDirtyCollection
-
lock
SoftLock lock
-
naturalIdMapping
NaturalIdMapping naturalIdMapping
-
nextVersion
Object nextVersion
-
previousNaturalIdValues
Object previousNaturalIdValues
-
previousState
Object[] previousState
-
previousVersion
Object previousVersion
-
rowId
Object rowId
-
state
Object[] state
-
-
-
Class org.hibernate.action.internal.OrphanRemovalAction
class OrphanRemovalAction extends EntityDeleteAction implements Serializable -
Class org.hibernate.action.internal.QueuedOperationCollectionAction
class QueuedOperationCollectionAction extends CollectionAction implements Serializable
-
-
Package org.hibernate.boot
-
Exception org.hibernate.boot.InvalidMappingException
class InvalidMappingException extends InvalidMappingException implements Serializable-
Serialized Fields
-
origin
Origin origin
-
-
-
Exception org.hibernate.boot.MappingException
class MappingException extends MappingException implements Serializable-
Serialized Fields
-
origin
Origin origin
-
-
-
Exception org.hibernate.boot.MappingNotFoundException
class MappingNotFoundException extends MappingException implements Serializable -
Class org.hibernate.boot.MetadataSources
class MetadataSources extends Object implements Serializable-
Serialized Fields
-
annotatedClasses
LinkedHashSet<Class<?>> annotatedClasses
-
annotatedClassNames
LinkedHashSet<String> annotatedClassNames
-
annotatedPackages
LinkedHashSet<String> annotatedPackages
-
classLoaderService
ClassLoaderService classLoaderService
-
extraQueryImports
Map<String,
Class<?>> extraQueryImports -
serviceRegistry
ServiceRegistry serviceRegistry
-
xmlBindings
List<Binding<BindableMappingDescriptor>> xmlBindings
-
xmlMappingBinderAccess
XmlMappingBinderAccess xmlMappingBinderAccess
-
-
-
Exception org.hibernate.boot.UnsupportedOrmXsdVersionException
class UnsupportedOrmXsdVersionException extends MappingException implements Serializable-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
-
Package org.hibernate.boot.archive.internal
-
Class org.hibernate.boot.archive.internal.ByteArrayInputStreamAccess
class ByteArrayInputStreamAccess extends Object implements Serializable-
Serialized Fields
-
bytes
byte[] bytes
-
name
String name
-
-
-
Class org.hibernate.boot.archive.internal.FileInputStreamAccess
class FileInputStreamAccess extends Object implements Serializable -
Class org.hibernate.boot.archive.internal.UrlInputStreamAccess
class UrlInputStreamAccess extends Object implements Serializable-
Serialized Fields
-
url
URL url
-
-
-
-
Package org.hibernate.boot.archive.scan.internal
-
Class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
class ClassDescriptorImpl extends Object implements Serializable-
Serialized Fields
-
categorization
ClassDescriptor.Categorization categorization
-
name
String name
-
streamAccess
InputStreamAccess streamAccess
-
-
-
Class org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
class MappingFileDescriptorImpl extends Object implements Serializable-
Serialized Fields
-
name
String name
-
streamAccess
InputStreamAccess streamAccess
-
-
-
Class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
class PackageDescriptorImpl extends Object implements Serializable-
Serialized Fields
-
name
String name
-
streamAccess
InputStreamAccess streamAccess
-
-
-
Class org.hibernate.boot.archive.scan.internal.ScanResultImpl
class ScanResultImpl extends Object implements Serializable-
Serialized Fields
-
classDescriptorSet
Set<ClassDescriptor> classDescriptorSet
-
mappingFileSet
Set<MappingFileDescriptor> mappingFileSet
-
packageDescriptorSet
Set<PackageDescriptor> packageDescriptorSet
-
-
-
-
Package org.hibernate.boot.archive.spi
-
Exception org.hibernate.boot.archive.spi.ArchiveException
class ArchiveException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.beanvalidation
-
Exception org.hibernate.boot.beanvalidation.IntegrationException
class IntegrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.cfgxml.internal
-
Class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceImpl
class CfgXmlAccessServiceImpl extends Object implements Serializable-
Serialized Fields
-
aggregatedCfgXml
LoadedConfig aggregatedCfgXml
-
-
-
-
Package org.hibernate.boot.cfgxml.spi
-
Package org.hibernate.boot.internal
-
Class org.hibernate.boot.internal.DefaultSessionFactoryBuilderService
class DefaultSessionFactoryBuilderService extends Object implements Serializable -
Class org.hibernate.boot.internal.MetadataImpl
class MetadataImpl extends Object implements Serializable-
Serialized Fields
-
bootstrapContext
BootstrapContext bootstrapContext
-
collectionBindingMap
Map<String,
Collection> collectionBindingMap -
composites
List<Component> composites
-
database
Database database
-
embeddableDiscriminatorTypesMap
Map<Class<?>,
DiscriminatorType<?>> embeddableDiscriminatorTypesMap -
entityBindingMap
Map<String,
PersistentClass> entityBindingMap -
fetchProfileMap
Map<String,
FetchProfile> fetchProfileMap -
filterDefinitionMap
Map<String,
FilterDefinition> filterDefinitionMap -
genericComponentsMap
Map<Class<?>,
Component> genericComponentsMap -
idGeneratorDefinitionMap
Map<String,
IdentifierGeneratorDefinition> idGeneratorDefinitionMap -
imports
Map<String,
String> imports -
mappedSuperclassMap
Map<Class<?>,
MappedSuperclass> mappedSuperclassMap -
metadataBuildingOptions
MetadataBuildingOptions metadataBuildingOptions
-
namedEntityGraphMap
Map<String,
NamedEntityGraphDefinition> namedEntityGraphMap -
namedNativeQueryMap
Map<String,
NamedNativeQueryDefinition> namedNativeQueryMap -
namedProcedureCallMap
Map<String,
NamedProcedureCallDefinition> namedProcedureCallMap -
namedQueryMap
Map<String,
NamedHqlQueryDefinition> namedQueryMap -
sqlFunctionMap
Map<String,
SqmFunctionDescriptor> sqlFunctionMap -
sqlResultSetMappingMap
Map<String,
NamedResultSetMappingDescriptor> sqlResultSetMappingMap -
typeDefinitionMap
Map<String,
TypeDefinition> typeDefinitionMap -
uuid
UUID uuid
-
-
-
-
Package org.hibernate.boot.jaxb
-
Class org.hibernate.boot.jaxb.JaxbLogger_$logger
class JaxbLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.boot.jaxb.Origin
class Origin extends Object implements Serializable-
Serialized Fields
-
name
String name
-
type
SourceType type
-
-
-
-
Package org.hibernate.boot.jaxb.hbm.spi
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
class JaxbHbmAnyAssociationType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
index
String index
-
insert
Boolean insert
-
lazy
Boolean lazy
-
metaType
String metaType
-
metaValue
List<JaxbHbmAnyValueMappingType> metaValue
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
class JaxbHbmAnyValueMappingType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
class JaxbHbmArrayType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
elementClass
String elementClass
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
class JaxbHbmAuxiliaryDatabaseObjectType extends Object implements Serializable-
Serialized Fields
-
create
String create
-
definition
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition definition
-
dialectScope
List<JaxbHbmDialectScopeType> dialectScope
-
drop
String drop
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
class JaxbHbmDefinition extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
class JaxbHbmBagCollectionType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
class JaxbHbmBaseVersionAttributeType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
columnAttribute
String columnAttribute
-
generated
GenerationTiming generated
-
name
String name
-
node
String node
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
class JaxbHbmBasicAttributeType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
generated
GenerationTiming generated
-
index
String index
-
insert
Boolean insert
-
lazy
Boolean lazy
-
length
Integer length
-
name
String name
-
node
String node
-
notNull
Boolean notNull
-
optimisticLock
Boolean optimisticLock
-
precision
String precision
-
scale
String scale
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
class JaxbHbmBasicCollectionElementType extends Object implements Serializable-
Serialized Fields
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
length
Integer length
-
node
String node
-
notNull
Boolean notNull
-
precision
Integer precision
-
scale
Integer scale
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unique
Boolean unique
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
class JaxbHbmCacheType extends Object implements Serializable-
Serialized Fields
-
include
JaxbHbmCacheInclusionEnum include
-
region
String region
-
usage
AccessType usage
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
class JaxbHbmClassRenameType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
class JaxbHbmCollectionIdType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
generator
JaxbHbmGeneratorSpecificationType generator
-
length
Integer length
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
class JaxbHbmColumnType extends Object implements Serializable-
Serialized Fields
-
_default
String _default
-
check
String check
-
comment
String comment
-
index
String index
-
length
Integer length
-
name
String name
-
notNull
Boolean notNull
-
precision
Integer precision
-
read
String read
-
scale
Integer scale
-
sqlType
String sqlType
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
write
String write
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
class JaxbHbmCompositeAttributeType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
insert
Boolean insert
-
lazy
Boolean lazy
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unique
Boolean unique
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
class JaxbHbmCompositeCollectionElementType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
node
String node
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
class JaxbHbmCompositeIdType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
clazz
String clazz
-
generator
JaxbHbmGeneratorSpecificationType generator
-
keyPropertyOrKeyManyToOne
List<JaxbHbmToolingHintContainer> keyPropertyOrKeyManyToOne
-
mapped
Boolean mapped
-
name
String name
-
node
String node
-
unsavedValue
JaxbHbmUnsavedValueCompositeIdEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
class JaxbHbmCompositeIndexType extends Object implements Serializable-
Serialized Fields
-
attributes
List<JaxbHbmToolingHintContainer> attributes
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
class JaxbHbmCompositeKeyBasicAttributeType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
length
Integer length
-
name
String name
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
class JaxbHbmCompositeKeyManyToOneType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
clazz
String clazz
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
entityName
String entityName
-
foreignKey
String foreignKey
-
lazy
JaxbHbmLazyEnum lazy
-
name
String name
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
class JaxbHbmConfigParameterContainer extends Object implements Serializable-
Serialized Fields
-
configParameters
List<JaxbHbmConfigParameterType> configParameters
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
class JaxbHbmConfigParameterType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
class JaxbHbmCustomSqlDmlType extends Object implements Serializable-
Serialized Fields
-
callable
Boolean callable
-
check
ExecuteUpdateResultCheckStyle check
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
class JaxbHbmDialectScopeType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
class JaxbHbmDiscriminatorSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
join
List<JaxbHbmSecondaryTableType> join
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
class JaxbHbmDynamicComponentType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
class JaxbHbmEntityBaseDefinition extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
_abstract
Boolean _abstract
-
batchSize
Integer batchSize
-
dynamicInsert
Boolean dynamicInsert
-
dynamicUpdate
Boolean dynamicUpdate
-
entityName
String entityName
-
lazy
Boolean lazy
-
name
String name
-
node
String node
-
persister
String persister
-
proxy
String proxy
-
selectBeforeUpdate
Boolean selectBeforeUpdate
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
class JaxbHbmEntityDiscriminatorType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
class JaxbHbmFetchProfileType extends Object implements Serializable-
Serialized Fields
-
fetch
List<JaxbHbmFetchProfileType.JaxbHbmFetch> fetch
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
class JaxbHbmFetch extends Object implements Serializable-
Serialized Fields
-
association
String association
-
entity
String entity
-
style
JaxbHbmFetchStyleEnum style
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
class JaxbHbmFilterAliasMappingType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
class JaxbHbmFilterDefinitionType extends Object implements Serializable-
Serialized Fields
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
class JaxbHbmFilterParameterType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
class JaxbHbmFilterType extends Object implements Serializable-
Serialized Fields
-
autoAliasInjection
String autoAliasInjection
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
class JaxbHbmGeneratorSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
class JaxbHbmHibernateMapping extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
_import
List<JaxbHbmClassRenameType> _import
-
_package
String _package
-
autoImport
Boolean autoImport
-
catalog
String catalog
-
clazz
List<JaxbHbmRootEntityType> clazz
-
databaseObject
List<JaxbHbmAuxiliaryDatabaseObjectType> databaseObject
-
defaultAccess
String defaultAccess
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
filterDef
List<JaxbHbmFilterDefinitionType> filterDef
-
identifierGenerator
List<JaxbHbmIdentifierGeneratorDefinitionType> identifierGenerator
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
typedef
List<JaxbHbmTypeDefinitionType> typedef
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
class JaxbHbmIdBagCollectionType extends PluralAttributeInfoIdBagAdapter implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionId
JaxbHbmCollectionIdType collectionId
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
class JaxbHbmIdentifierGeneratorDefinitionType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
class JaxbHbmIndexManyToAnyType extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
metaType
String metaType
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
class JaxbHbmIndexManyToManyType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
class JaxbHbmIndexType extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
length
Integer length
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
class JaxbHbmJoinedSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
key
JaxbHbmKeyType key
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
class JaxbHbmKeyType extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
foreignKey
String foreignKey
-
notNull
Boolean notNull
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
class JaxbHbmListIndexType extends Object implements Serializable-
Serialized Fields
-
base
String base
-
column
JaxbHbmColumnType column
-
columnAttribute
String columnAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
class JaxbHbmListType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
class JaxbHbmLoaderType extends Object implements Serializable-
Serialized Fields
-
queryRef
String queryRef
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
class JaxbHbmManyToAnyCollectionElementType extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
idType
String idType
-
metaType
String metaType
-
metaValue
List<JaxbHbmAnyValueMappingType> metaValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
class JaxbHbmManyToManyCollectionElementType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
lazy
JaxbHbmLazyEnum lazy
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
class JaxbHbmManyToOneType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
clazz
String clazz
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formulaAttribute
String formulaAttribute
-
index
String index
-
insert
Boolean insert
-
lazy
JaxbHbmLazyWithNoProxyEnum lazy
-
name
String name
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
notNull
Boolean notNull
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
unique
Boolean unique
-
uniqueKey
String uniqueKey
-
update
Boolean update
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
class JaxbHbmMapKeyBasicType extends Object implements Serializable-
Serialized Fields
-
columnAttribute
String columnAttribute
-
columnOrFormula
List<Serializable> columnOrFormula
-
formulaAttribute
String formulaAttribute
-
length
Integer length
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
class JaxbHbmMapKeyCompositeType extends Object implements Serializable-
Serialized Fields
-
attributes
List<JaxbHbmToolingHintContainer> attributes
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
class JaxbHbmMapKeyManyToManyType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
class JaxbHbmMapType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
compositeIndex
JaxbHbmCompositeIndexType compositeIndex
-
compositeMapKey
JaxbHbmMapKeyCompositeType compositeMapKey
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
index
JaxbHbmIndexType index
-
indexManyToAny
JaxbHbmIndexManyToAnyType indexManyToAny
-
indexManyToMany
JaxbHbmIndexManyToManyType indexManyToMany
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mapKey
JaxbHbmMapKeyBasicType mapKey
-
mapKeyManyToMany
JaxbHbmMapKeyManyToManyType mapKeyManyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sort
String sort
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
class JaxbHbmMultiTenancyType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
class JaxbHbmNamedNativeQueryType extends Object implements Serializable-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
callable
Boolean callable
-
comment
String comment
-
content
List<Serializable> content
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
name
String name
-
readOnly
Boolean readOnly
-
resultsetRef
String resultsetRef
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
class JaxbHbmNamedQueryType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
class JaxbHbmNativeQueryCollectionLoadReturnType extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
lockMode
LockMode lockMode
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
role
String role
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
class JaxbHbmNativeQueryJoinReturnType extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
lockMode
LockMode lockMode
-
property
String property
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
class JaxbHbmNativeQueryPropertyReturnType extends Object implements Serializable-
Serialized Fields
-
column
String column
-
name
String name
-
returnColumn
List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn> returnColumn
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
class JaxbHbmReturnColumn extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
class JaxbHbmNativeQueryReturnType extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
clazz
String clazz
-
entityName
String entityName
-
lockMode
LockMode lockMode
-
returnDiscriminator
JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator returnDiscriminator
-
returnProperty
List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
class JaxbHbmReturnDiscriminator extends Object implements Serializable-
Serialized Fields
-
column
String column
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
class JaxbHbmNativeQueryScalarReturnType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
class JaxbHbmNaturalIdCacheType extends Object implements Serializable-
Serialized Fields
-
region
String region
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
class JaxbHbmNaturalIdType extends Object implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
mutable
Boolean mutable
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
class JaxbHbmNestedCompositeElementType extends Object implements Serializable-
Serialized Fields
-
access
String access
-
attributes
List<Serializable> attributes
-
clazz
String clazz
-
name
String name
-
node
String node
-
parent
JaxbHbmParentType parent
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
class JaxbHbmOneToManyCollectionElementType extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
node
String node
-
notFound
JaxbHbmNotFoundEnum notFound
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
class JaxbHbmOneToOneType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
cascade
String cascade
-
clazz
String clazz
-
constrained
Boolean constrained
-
embedXml
Boolean embedXml
-
entityName
String entityName
-
fetch
JaxbHbmFetchStyleEnum fetch
-
foreignKey
String foreignKey
-
formula
List<String> formula
-
formulaAttribute
String formulaAttribute
-
lazy
JaxbHbmLazyWithNoProxyEnum lazy
-
name
String name
-
node
String node
-
onDelete
JaxbHbmOnDeleteEnum onDelete
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
propertyRef
String propertyRef
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
class JaxbHbmParentType extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
class JaxbHbmPrimitiveArrayType extends PluralAttributeInfoPrimitiveArrayAdapter implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
index
JaxbHbmIndexType index
-
key
JaxbHbmKeyType key
-
listIndex
JaxbHbmListIndexType listIndex
-
loader
JaxbHbmLoaderType loader
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
optimisticLock
Boolean optimisticLock
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
class JaxbHbmPropertiesType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
class JaxbHbmQueryParamType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
class JaxbHbmResultSetMappingType extends Object implements Serializable-
Serialized Fields
-
name
String name
-
valueMappingSources
List<Serializable> valueMappingSources
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
class JaxbHbmRootEntityType extends JaxbHbmEntityBaseDefinition implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
cache
JaxbHbmCacheType cache
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
compositeId
JaxbHbmCompositeIdType compositeId
-
discriminator
JaxbHbmEntityDiscriminatorType discriminator
-
discriminatorValue
String discriminatorValue
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
filter
List<JaxbHbmFilterType> filter
-
id
JaxbHbmSimpleIdType id
-
join
List<JaxbHbmSecondaryTableType> join
-
joinedSubclass
List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
-
loader
JaxbHbmLoaderType loader
-
multiTenancy
JaxbHbmMultiTenancyType multiTenancy
-
mutable
Boolean mutable
-
naturalId
JaxbHbmNaturalIdType naturalId
-
naturalIdCache
JaxbHbmNaturalIdCacheType naturalIdCache
-
optimisticLock
OptimisticLockStyle optimisticLock
-
polymorphism
JaxbHbmPolymorphismEnum polymorphism
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
rowid
String rowid
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subclass
List<JaxbHbmDiscriminatorSubclassEntityType> subclass
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
timestamp
JaxbHbmTimestampAttributeType timestamp
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
version
JaxbHbmVersionAttributeType version
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
class JaxbHbmSecondaryTableType extends Object implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
comment
String comment
-
fetch
JaxbHbmFetchStyleEnum fetch
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
optional
Boolean optional
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
class JaxbHbmSetType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
batchSize
Integer batchSize
-
cache
JaxbHbmCacheType cache
-
cascade
String cascade
-
catalog
String catalog
-
check
String check
-
collectionType
String collectionType
-
comment
String comment
-
compositeElement
JaxbHbmCompositeCollectionElementType compositeElement
-
element
JaxbHbmBasicCollectionElementType element
-
embedXml
Boolean embedXml
-
fetch
JaxbHbmFetchStyleWithSubselectEnum fetch
-
filter
List<JaxbHbmFilterType> filter
-
inverse
Boolean inverse
-
key
JaxbHbmKeyType key
-
lazy
JaxbHbmLazyWithExtraEnum lazy
-
loader
JaxbHbmLoaderType loader
-
manyToAny
JaxbHbmManyToAnyCollectionElementType manyToAny
-
manyToMany
JaxbHbmManyToManyCollectionElementType manyToMany
-
mutable
Boolean mutable
-
name
String name
-
node
String node
-
oneToMany
JaxbHbmOneToManyCollectionElementType oneToMany
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
outerJoin
JaxbHbmOuterJoinEnum outerJoin
-
persister
String persister
-
schema
String schema
-
sort
String sort
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
JaxbHbmCustomSqlDmlType sqlDeleteAll
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
class JaxbHbmSimpleIdType extends JaxbHbmToolingHintContainer implements Serializable-
Serialized Fields
-
access
String access
-
column
List<JaxbHbmColumnType> column
-
columnAttribute
String columnAttribute
-
generator
JaxbHbmGeneratorSpecificationType generator
-
length
Integer length
-
name
String name
-
node
String node
-
type
JaxbHbmTypeSpecificationType type
-
typeAttribute
String typeAttribute
-
unsavedValue
String unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
class JaxbHbmSubclassEntityBaseDefinition extends JaxbHbmEntityBaseDefinition implements Serializable-
Serialized Fields
-
_extends
String _extends
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
class JaxbHbmSynchronizeType extends Object implements Serializable-
Serialized Fields
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
class JaxbHbmTimestampAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable-
Serialized Fields
-
source
JaxbHbmTimestampSourceEnum source
-
unsavedValue
JaxbHbmUnsavedValueTimestampEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
class JaxbHbmToolingHintContainer extends Object implements Serializable-
Serialized Fields
-
toolingHints
List<JaxbHbmToolingHintType> toolingHints
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
class JaxbHbmToolingHintType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
class JaxbHbmTuplizerType extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
entityMode
RepresentationMode entityMode
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
class JaxbHbmTypeDefinitionType extends JaxbHbmConfigParameterContainer implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
class JaxbHbmTypeSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
class JaxbHbmUnionSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable-
Serialized Fields
-
attributes
List<Serializable> attributes
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
fetchProfile
List<JaxbHbmFetchProfileType> fetchProfile
-
loader
JaxbHbmLoaderType loader
-
query
List<JaxbHbmNamedQueryType> query
-
resultset
List<JaxbHbmResultSetMappingType> resultset
-
schema
String schema
-
sqlDelete
JaxbHbmCustomSqlDmlType sqlDelete
-
sqlInsert
JaxbHbmCustomSqlDmlType sqlInsert
-
sqlQuery
List<JaxbHbmNamedNativeQueryType> sqlQuery
-
sqlUpdate
JaxbHbmCustomSqlDmlType sqlUpdate
-
subselect
String subselect
-
subselectAttribute
String subselectAttribute
-
synchronize
List<JaxbHbmSynchronizeType> synchronize
-
table
String table
-
tuplizer
List<JaxbHbmTuplizerType> tuplizer
-
unionSubclass
List<JaxbHbmUnionSubclassEntityType> unionSubclass
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
class JaxbHbmVersionAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable-
Serialized Fields
-
column
List<JaxbHbmColumnType> column
-
insert
Boolean insert
-
type
String type
-
unsavedValue
JaxbHbmUnsavedValueVersionEnum unsavedValue
-
-
-
Class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
class PluralAttributeInfoIdBagAdapter extends JaxbHbmToolingHintContainer implements Serializable -
Class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
class PluralAttributeInfoPrimitiveArrayAdapter extends JaxbHbmToolingHintContainer implements Serializable
-
-
Package org.hibernate.boot.jaxb.internal.stax
-
Exception org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader.BadVersionException
class BadVersionException extends RuntimeException implements Serializable-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
Exception org.hibernate.boot.jaxb.internal.stax.MappingEventReader.BadVersionException
class BadVersionException extends RuntimeException implements Serializable-
Serialized Fields
-
requestedVersion
String requestedVersion
-
-
-
Exception org.hibernate.boot.jaxb.internal.stax.XmlInfrastructureException
class XmlInfrastructureException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.jaxb.mapping
-
Class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
class JaxbAssociationOverride extends Object implements Serializable-
Serialized Fields
-
description
String description
-
foreignKey
JaxbForeignKey foreignKey
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
class JaxbAttributeOverride extends Object implements Serializable-
Serialized Fields
-
column
JaxbColumn column
-
description
String description
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbAttributes
class JaxbAttributes extends Object implements Serializable-
Serialized Fields
-
basicAttributes
List<JaxbBasic> basicAttributes
-
description
String description
-
discriminatedAssociations
List<JaxbHbmAnyMapping> discriminatedAssociations
-
elementCollectionAttributes
List<JaxbElementCollection> elementCollectionAttributes
-
embeddedAttributes
List<JaxbEmbedded> embeddedAttributes
-
embeddedId
JaxbEmbeddedId embeddedId
-
id
List<JaxbId> id
-
manyToManyAttributes
List<JaxbManyToMany> manyToManyAttributes
-
manyToOneAttributes
List<JaxbManyToOne> manyToOneAttributes
-
naturalId
JaxbNaturalId naturalId
-
oneToManyAttributes
List<JaxbOneToMany> oneToManyAttributes
-
oneToOneAttributes
List<JaxbOneToOne> oneToOneAttributes
-
pluralDiscriminatedAssociations
List<JaxbHbmManyToAny> pluralDiscriminatedAssociations
-
transients
List<JaxbTransient> transients
-
version
List<JaxbVersion> version
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbBasic
class JaxbBasic extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
convert
JaxbConvert convert
-
enumerated
EnumType enumerated
-
fetch
FetchType fetch
-
formula
String formula
-
generated
GenerationTiming generated
-
jdbcTypeCode
Integer jdbcTypeCode
-
lob
JaxbLob lob
-
name
String name
-
nationalized
JaxbNationalized nationalized
-
optimisticLock
Boolean optimisticLock
-
optional
Boolean optional
-
temporal
TemporalType temporal
-
type
JaxbColumnType type
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCaching
class JaxbCaching extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
include
JaxbCacheInclusionType include
-
region
String region
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
class JaxbCascadeType extends Object implements Serializable-
Serialized Fields
-
cascadeAll
JaxbEmptyType cascadeAll
-
cascadeDelete
JaxbEmptyType cascadeDelete
-
cascadeDetach
JaxbEmptyType cascadeDetach
-
cascadeLock
JaxbEmptyType cascadeLock
-
cascadeMerge
JaxbEmptyType cascadeMerge
-
cascadePersist
JaxbEmptyType cascadePersist
-
cascadeRefresh
JaxbEmptyType cascadeRefresh
-
cascadeRemove
JaxbEmptyType cascadeRemove
-
cascadeReplicate
JaxbEmptyType cascadeReplicate
-
cascadeSaveUpdate
JaxbEmptyType cascadeSaveUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
class JaxbCollectionTable extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
foreignKey
JaxbForeignKey foreignKey
-
index
List<JaxbIndex> index
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
name
String name
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
class JaxbCollectionUserTypeRegistration extends Object implements Serializable-
Serialized Fields
-
classification
CollectionClassification classification
-
descriptor
String descriptor
-
parameters
List<JaxbConfigurationParameter> parameters
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbColumn
class JaxbColumn extends Object implements Serializable-
Serialized Fields
-
_default
String _default
-
check
String check
-
columnDefinition
String columnDefinition
-
comment
String comment
-
insertable
Boolean insertable
-
length
Integer length
-
name
String name
-
nullable
Boolean nullable
-
precision
Integer precision
-
read
String read
-
scale
Integer scale
-
table
String table
-
unique
Boolean unique
-
updatable
Boolean updatable
-
write
String write
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
class JaxbColumnResult extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbColumnType
class JaxbColumnType extends Object implements Serializable-
Serialized Fields
-
parameters
List<JaxbConfigurationParameter> parameters
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
class JaxbCompositeUserTypeRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
class JaxbConfigurationParameter extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
class JaxbConstructorResult extends Object implements Serializable-
Serialized Fields
-
column
List<JaxbColumnResult> column
-
targetClass
String targetClass
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbConvert
class JaxbConvert extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbConverter
class JaxbConverter extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
class JaxbConverterRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
class JaxbCustomLoader extends Object implements Serializable-
Serialized Fields
-
queryRef
String queryRef
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
class JaxbCustomSql extends Object implements Serializable-
Serialized Fields
-
callable
Boolean callable
-
check
ExecuteUpdateResultCheckStyle check
-
value
String value
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
class JaxbDatabaseObject extends Object implements Serializable-
Serialized Fields
-
create
String create
-
definition
JaxbDatabaseObject.JaxbDefinition definition
-
dialectScopes
List<JaxbDatabaseObjectScope> dialectScopes
-
drop
String drop
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject.JaxbDefinition
class JaxbDefinition extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
class JaxbDatabaseObjectScope extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
class JaxbDiscriminatorColumn extends Object implements Serializable-
Serialized Fields
-
columnDefinition
String columnDefinition
-
discriminatorType
DiscriminatorType discriminatorType
-
forceSelection
Boolean forceSelection
-
length
Integer length
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
class JaxbElementCollection extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
collectionTable
JaxbCollectionTable collectionTable
-
column
JaxbColumn column
-
convert
List<JaxbConvert> convert
-
enumerated
EnumType enumerated
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
formula
String formula
-
lob
JaxbLob lob
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyFormula
String mapKeyFormula
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
name
String name
-
nationalized
JaxbNationalized nationalized
-
optimisticLock
Boolean optimisticLock
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
sort
String sort
-
targetClass
String targetClass
-
temporal
TemporalType temporal
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
class JaxbEmbeddable extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributes
JaxbEmbeddableAttributes attributes
-
clazz
String clazz
-
description
String description
-
instantiator
String instantiator
-
metadataComplete
Boolean metadataComplete
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
class JaxbEmbeddableAttributes extends Object implements Serializable-
Serialized Fields
-
basicAttributes
List<JaxbBasic> basicAttributes
-
discriminatedAssociations
List<JaxbHbmAnyMapping> discriminatedAssociations
-
elementCollectionAttributes
List<JaxbElementCollection> elementCollectionAttributes
-
embeddedAttributes
List<JaxbEmbedded> embeddedAttributes
-
manyToManyAttributes
List<JaxbManyToMany> manyToManyAttributes
-
manyToOneAttributes
List<JaxbManyToOne> manyToOneAttributes
-
oneToManyAttributes
List<JaxbOneToMany> oneToManyAttributes
-
oneToOneAttributes
List<JaxbOneToOne> oneToOneAttributes
-
pluralDiscriminatedAssociations
List<JaxbHbmManyToAny> pluralDiscriminatedAssociations
-
transients
List<JaxbTransient> transients
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
class JaxbEmbeddableInstantiatorRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
class JaxbEmbedded extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
convert
List<JaxbConvert> convert
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
class JaxbEmbeddedId extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEmptyType
class JaxbEmptyType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbEntity
class JaxbEntity extends Object implements Serializable-
Serialized Fields
-
_extends
String _extends
-
access
AccessType access
-
associationOverride
List<JaxbAssociationOverride> associationOverride
-
attributeAccessor
String attributeAccessor
-
attributeOverride
List<JaxbAttributeOverride> attributeOverride
-
attributes
JaxbAttributes attributes
-
batchSize
Integer batchSize
-
cacheable
Boolean cacheable
-
caching
JaxbCaching caching
-
clazz
String clazz
-
convert
List<JaxbConvert> convert
-
description
String description
-
discriminatorColumn
JaxbDiscriminatorColumn discriminatorColumn
-
discriminatorFormula
String discriminatorFormula
-
discriminatorValue
String discriminatorValue
-
dynamicInsert
Boolean dynamicInsert
-
dynamicUpdate
Boolean dynamicUpdate
-
entityListeners
JaxbEntityListeners entityListeners
-
excludeDefaultListeners
JaxbEmptyType excludeDefaultListeners
-
excludeSuperclassListeners
JaxbEmptyType excludeSuperclassListeners
-
fetchProfile
List<JaxbFetchProfile> fetchProfile
-
filter
List<JaxbHbmFilter> filter
-
idClass
JaxbIdClass idClass
-
identifierGenerator
List<JaxbGenericIdGenerator> identifierGenerator
-
inheritance
JaxbInheritance inheritance
-
lazy
Boolean lazy
-
loader
JaxbCustomLoader loader
-
metadataComplete
Boolean metadataComplete
-
mutable
Boolean mutable
-
name
String name
-
namedEntityGraph
List<JaxbNamedEntityGraph> namedEntityGraph
-
namedNativeQuery
List<JaxbNamedNativeQuery> namedNativeQuery
-
namedQuery
List<JaxbNamedQuery> namedQuery
-
namedStoredProcedureQuery
List<JaxbNamedStoredProcedureQuery> namedStoredProcedureQuery
-
optimisticLock
OptimisticLockStyle optimisticLock
-
polymorphism
PolymorphismType polymorphism
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
proxy
String proxy
-
rowid
String rowid
-
secondaryTable
List<JaxbSecondaryTable> secondaryTable
-
selectBeforeUpdate
Boolean selectBeforeUpdate
-
sequenceGenerator
JaxbSequenceGenerator sequenceGenerator
-
sqlDelete
JaxbCustomSql sqlDelete
-
sqlInsert
JaxbCustomSql sqlInsert
-
sqlResultSetMapping
List<JaxbSqlResultSetMapping> sqlResultSetMapping
-
sqlUpdate
JaxbCustomSql sqlUpdate
-
synchronize
List<JaxbSynchronizedTable> synchronize
-
table
JaxbTable table
-
tableExpression
String tableExpression
-
tableGenerator
JaxbTableGenerator tableGenerator
-
tenantId
JaxbTenantId tenantId
-
where
String where
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
class JaxbEntityListener extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
description
String description
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityListeners
class JaxbEntityListeners extends Object implements Serializable-
Serialized Fields
-
entityListener
List<JaxbEntityListener> entityListener
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
class JaxbEntityMappings extends Object implements Serializable-
Serialized Fields
-
_package
String _package
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
autoImport
Boolean autoImport
-
catalog
String catalog
-
collectionUserTypeRegistrations
List<JaxbCollectionUserTypeRegistration> collectionUserTypeRegistrations
-
compositeUserTypeRegistrations
List<JaxbCompositeUserTypeRegistration> compositeUserTypeRegistrations
-
converterRegistrations
List<JaxbConverterRegistration> converterRegistrations
-
converters
List<JaxbConverter> converters
-
databaseObjects
List<JaxbDatabaseObject> databaseObjects
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
description
String description
-
embeddableInstantiatorRegistrations
List<JaxbEmbeddableInstantiatorRegistration> embeddableInstantiatorRegistrations
-
embeddables
List<JaxbEmbeddable> embeddables
-
entities
List<JaxbEntity> entities
-
fetchProfiles
List<JaxbFetchProfile> fetchProfiles
-
filterDefinitions
List<JaxbFilterDef> filterDefinitions
-
genericGenerators
List<JaxbGenericIdGenerator> genericGenerators
-
hqlImports
List<JaxbHqlImport> hqlImports
-
javaTypeRegistrations
List<JaxbJavaTypeRegistration> javaTypeRegistrations
-
jdbcTypeRegistrations
List<JaxbJdbcTypeRegistration> jdbcTypeRegistrations
-
mappedSuperclasses
List<JaxbMappedSuperclass> mappedSuperclasses
-
namedNativeQueries
List<JaxbNamedNativeQuery> namedNativeQueries
-
namedProcedureQueries
List<JaxbNamedStoredProcedureQuery> namedProcedureQueries
-
namedQueries
List<JaxbNamedQuery> namedQueries
-
persistenceUnitMetadata
JaxbPersistenceUnitMetadata persistenceUnitMetadata
-
schema
String schema
-
sequenceGenerators
List<JaxbSequenceGenerator> sequenceGenerators
-
sqlResultSetMappings
List<JaxbSqlResultSetMapping> sqlResultSetMappings
-
tableGenerators
List<JaxbTableGenerator> tableGenerators
-
userTypeRegistrations
List<JaxbUserTypeRegistration> userTypeRegistrations
-
version
String version
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
class JaxbEntityResult extends Object implements Serializable-
Serialized Fields
-
discriminatorColumn
String discriminatorColumn
-
entityClass
String entityClass
-
fieldResult
List<JaxbFieldResult> fieldResult
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
class JaxbFetchProfile extends Object implements Serializable-
Serialized Fields
-
fetch
List<JaxbFetchProfile.JaxbFetch> fetch
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
class JaxbFetch extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
class JaxbFieldResult extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
class JaxbFilterDef extends Object implements Serializable-
Serialized Fields
-
applyToLoadByKey
boolean applyToLoadByKey
-
condition
String condition
-
filterParam
List<JaxbFilterDef.JaxbFilterParam> filterParam
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
class JaxbFilterParam extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
class JaxbForeignKey extends Object implements Serializable-
Serialized Fields
-
constraintMode
ConstraintMode constraintMode
-
description
String description
-
foreignKeyDefinition
String foreignKeyDefinition
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
class JaxbGeneratedValue extends Object implements Serializable-
Serialized Fields
-
generator
String generator
-
strategy
GenerationType strategy
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
class JaxbGenericIdGenerator extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
class JaxbHbmAnyDiscriminator extends Object implements Serializable-
Serialized Fields
-
column
JaxbColumn column
-
type
String type
-
valueMappings
List<JaxbHbmAnyDiscriminatorValueMapping> valueMappings
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
class JaxbHbmAnyDiscriminatorValueMapping extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
class JaxbHbmAnyKey extends Object implements Serializable-
Serialized Fields
-
columns
List<JaxbColumn> columns
-
type
String type
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
class JaxbHbmAnyMapping extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
discriminator
JaxbHbmAnyDiscriminator discriminator
-
key
JaxbHbmAnyKey key
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
class JaxbHbmFilter extends Object implements Serializable-
Serialized Fields
-
autoAliasInjection
Boolean autoAliasInjection
-
condition
String condition
-
content
List<Serializable> content
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
class JaxbAliases extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
class JaxbHbmManyToAny extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
discriminator
JaxbHbmAnyDiscriminator discriminator
-
key
JaxbHbmAnyKey key
-
name
String name
-
optimisticLock
Boolean optimisticLock
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
class JaxbHqlImport extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbId
class JaxbId extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
generatedValue
JaxbGeneratedValue generatedValue
-
jdbcTypeCode
Integer jdbcTypeCode
-
name
String name
-
sequenceGenerator
JaxbSequenceGenerator sequenceGenerator
-
tableGenerator
JaxbTableGenerator tableGenerator
-
temporal
TemporalType temporal
-
type
JaxbColumnType type
-
unsavedValue
String unsavedValue
-
uuidGenerator
JaxbUuidGenerator uuidGenerator
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbIdClass
class JaxbIdClass extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbIndex
class JaxbIndex extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbInheritance
class JaxbInheritance extends Object implements Serializable-
Serialized Fields
-
strategy
InheritanceType strategy
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
class JaxbJavaTypeRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
class JaxbJdbcTypeRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
class JaxbJoinColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
class JaxbJoinTable extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
foreignKey
JaxbForeignKey foreignKey
-
index
List<JaxbIndex> index
-
inverseForeignKey
JaxbForeignKey inverseForeignKey
-
inverseJoinColumn
List<JaxbJoinColumn> inverseJoinColumn
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
name
String name
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbLob
class JaxbLob extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
class JaxbManyToMany extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
joinTable
JaxbJoinTable joinTable
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mappedBy
String mappedBy
-
name
String name
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
orphanRemoval
Boolean orphanRemoval
-
sort
String sort
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
class JaxbManyToOne extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
id
Boolean id
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mapsId
String mapsId
-
name
String name
-
onDelete
OnDeleteAction onDelete
-
optional
Boolean optional
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKey
class JaxbMapKey extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
class JaxbMapKeyClass extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
class JaxbMapKeyColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
class JaxbMapKeyJoinColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
class JaxbMappedSuperclass extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
attributes
JaxbAttributes attributes
-
clazz
String clazz
-
description
String description
-
entityListeners
JaxbEntityListeners entityListeners
-
excludeDefaultListeners
JaxbEmptyType excludeDefaultListeners
-
excludeSuperclassListeners
JaxbEmptyType excludeSuperclassListeners
-
idClass
JaxbIdClass idClass
-
metadataComplete
Boolean metadataComplete
-
postLoad
JaxbPostLoad postLoad
-
postPersist
JaxbPostPersist postPersist
-
postRemove
JaxbPostRemove postRemove
-
postUpdate
JaxbPostUpdate postUpdate
-
prePersist
JaxbPrePersist prePersist
-
preRemove
JaxbPreRemove preRemove
-
preUpdate
JaxbPreUpdate preUpdate
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
class JaxbMultiTenancy extends Object implements Serializable-
Serialized Fields
-
bindAsParam
Boolean bindAsParam
-
column
JaxbColumn column
-
formula
String formula
-
shared
Boolean shared
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
class JaxbNamedAttributeNode extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
class JaxbNamedEntityGraph extends Object implements Serializable-
Serialized Fields
-
includeAllAttributes
Boolean includeAllAttributes
-
name
String name
-
namedAttributeNode
List<JaxbNamedAttributeNode> namedAttributeNode
-
subclassSubgraph
List<JaxbNamedSubgraph> subclassSubgraph
-
subgraph
List<JaxbNamedSubgraph> subgraph
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
class JaxbNamedNativeQuery extends Object implements Serializable-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
comment
String comment
-
description
String description
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
hint
List<JaxbQueryHint> hint
-
name
String name
-
query
String query
-
queryParam
List<JaxbQueryParamType> queryParam
-
readOnly
Boolean readOnly
-
resultClass
String resultClass
-
resultSetMapping
String resultSetMapping
-
synchronizations
List<JaxbSynchronizedTable> synchronizations
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
class JaxbNamedQuery extends Object implements Serializable-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheMode
CacheMode cacheMode
-
cacheRegion
String cacheRegion
-
comment
String comment
-
description
String description
-
fetchSize
Integer fetchSize
-
flushMode
FlushMode flushMode
-
hint
List<JaxbQueryHint> hint
-
lockMode
LockModeType lockMode
-
name
String name
-
query
String query
-
queryParam
List<JaxbQueryParamType> queryParam
-
readOnly
Boolean readOnly
-
timeout
Integer timeout
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
class JaxbNamedStoredProcedureQuery extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
class JaxbNamedSubgraph extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
name
String name
-
namedAttributeNode
List<JaxbNamedAttributeNode> namedAttributeNode
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbNationalized
class JaxbNationalized extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
class JaxbNaturalId extends Object implements Serializable-
Serialized Fields
-
any
List<JaxbHbmAnyMapping> any
-
basic
List<JaxbBasic> basic
-
cache
JaxbCaching cache
-
embedded
List<JaxbEmbedded> embedded
-
manyToOne
List<JaxbManyToOne> manyToOne
-
mutable
Boolean mutable
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
class JaxbOneToMany extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbPluralFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mapKey
JaxbMapKey mapKey
-
mapKeyAttributeOverride
List<JaxbAttributeOverride> mapKeyAttributeOverride
-
mapKeyClass
JaxbMapKeyClass mapKeyClass
-
mapKeyColumn
JaxbMapKeyColumn mapKeyColumn
-
mapKeyConvert
List<JaxbConvert> mapKeyConvert
-
mapKeyEnumerated
EnumType mapKeyEnumerated
-
mapKeyForeignKey
JaxbForeignKey mapKeyForeignKey
-
mapKeyJoinColumn
List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
-
mapKeyTemporal
TemporalType mapKeyTemporal
-
mappedBy
String mappedBy
-
name
String name
-
onDelete
OnDeleteAction onDelete
-
orderBy
String orderBy
-
orderColumn
JaxbOrderColumn orderColumn
-
orphanRemoval
Boolean orphanRemoval
-
sort
String sort
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
class JaxbOneToOne extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
cascade
JaxbCascadeType cascade
-
fetch
FetchType fetch
-
fetchMode
JaxbSingularFetchMode fetchMode
-
foreignKey
JaxbForeignKey foreignKey
-
id
Boolean id
-
joinColumn
List<JaxbJoinColumn> joinColumn
-
joinTable
JaxbJoinTable joinTable
-
mappedBy
String mappedBy
-
mapsId
String mapsId
-
name
String name
-
optional
Boolean optional
-
orphanRemoval
Boolean orphanRemoval
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
targetEntity
String targetEntity
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
class JaxbOrderColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
class JaxbPersistenceUnitDefaults extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
autoImport
Boolean autoImport
-
cascadePersist
JaxbEmptyType cascadePersist
-
catalog
String catalog
-
defaultAccess
String defaultAccess
-
defaultCascade
String defaultCascade
-
defaultLazy
Boolean defaultLazy
-
delimitedIdentifiers
JaxbEmptyType delimitedIdentifiers
-
description
String description
-
entityListeners
JaxbEntityListeners entityListeners
-
schema
String schema
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
class JaxbPersistenceUnitMetadata extends Object implements Serializable-
Serialized Fields
-
description
String description
-
persistenceUnitDefaults
JaxbPersistenceUnitDefaults persistenceUnitDefaults
-
xmlMappingMetadataComplete
JaxbEmptyType xmlMappingMetadataComplete
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
class JaxbPostLoad extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
class JaxbPostPersist extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
class JaxbPostRemove extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
class JaxbPostUpdate extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
class JaxbPrePersist extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
class JaxbPreRemove extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
class JaxbPreUpdate extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
class JaxbPrimaryKeyJoinColumn extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
class JaxbQueryHint extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
class JaxbQueryParamType extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
class JaxbSecondaryTable extends Object implements Serializable-
Serialized Fields
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
index
List<JaxbIndex> index
-
name
String name
-
optional
Boolean optional
-
primaryKeyForeignKey
JaxbForeignKey primaryKeyForeignKey
-
primaryKeyJoinColumn
List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
schema
String schema
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
class JaxbSequenceGenerator extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
class JaxbSqlResultSetMapping extends Object implements Serializable-
Serialized Fields
-
columnResult
List<JaxbColumnResult> columnResult
-
constructorResult
List<JaxbConstructorResult> constructorResult
-
description
String description
-
entityResult
List<JaxbEntityResult> entityResult
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
class JaxbStoredProcedureParameter extends Object implements Serializable-
Serialized Fields
-
clazz
String clazz
-
description
String description
-
mode
ParameterMode mode
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
class JaxbSynchronizedTable extends Object implements Serializable-
Serialized Fields
-
table
String table
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTable
class JaxbTable extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
class JaxbTableGenerator extends Object implements Serializable-
Serialized Fields
-
allocationSize
Integer allocationSize
-
catalog
String catalog
-
check
String check
-
comment
String comment
-
description
String description
-
index
List<JaxbIndex> index
-
initialValue
Integer initialValue
-
name
String name
-
pkColumnName
String pkColumnName
-
pkColumnValue
String pkColumnValue
-
schema
String schema
-
table
String table
-
uniqueConstraint
List<JaxbUniqueConstraint> uniqueConstraint
-
valueColumnName
String valueColumnName
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTenantId
class JaxbTenantId extends JaxbBasic implements Serializable-
Serialized Fields
-
bindAsParam
Boolean bindAsParam
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbTransient
class JaxbTransient extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
class JaxbUniqueConstraint extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
class JaxbUserTypeRegistration extends Object implements Serializable -
Class org.hibernate.boot.jaxb.mapping.JaxbUuidGenerator
class JaxbUuidGenerator extends Object implements Serializable-
Serialized Fields
-
style
UuidGenerator.Style style
-
-
-
Class org.hibernate.boot.jaxb.mapping.JaxbVersion
class JaxbVersion extends Object implements Serializable-
Serialized Fields
-
access
AccessType access
-
attributeAccessor
String attributeAccessor
-
column
JaxbColumn column
-
name
String name
-
temporal
TemporalType temporal
-
-
-
-
Package org.hibernate.boot.jaxb.spi
-
Class org.hibernate.boot.jaxb.spi.Binding
class Binding extends Object implements Serializable
-
-
Package org.hibernate.boot.model
-
Class org.hibernate.boot.model.IdentifierGeneratorDefinition
class IdentifierGeneratorDefinition extends Object implements Serializable -
Class org.hibernate.boot.model.TypeDefinition
class TypeDefinition extends Object implements Serializable
-
-
Package org.hibernate.boot.model.internal
-
Class org.hibernate.boot.model.internal.AggregateComponentSecondPass
class AggregateComponentSecondPass extends Object implements Serializable-
Serialized Fields
-
component
Component component
-
componentXClass
XClass componentXClass
-
context
MetadataBuildingContext context
-
propertyHolder
PropertyHolder propertyHolder
-
propertyName
String propertyName
-
-
-
Exception org.hibernate.boot.model.internal.CannotForceNonNullableException
class CannotForceNonNullableException extends AnnotationException implements Serializable -
Class org.hibernate.boot.model.internal.CollectionSecondPass
class CollectionSecondPass extends Object implements Serializable-
Serialized Fields
-
collection
Collection collection
-
-
-
Class org.hibernate.boot.model.internal.CopyIdentifierComponentSecondPass
class CopyIdentifierComponentSecondPass extends FkSecondPass implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
component
Component component
-
joinColumns
AnnotatedJoinColumns joinColumns
-
propertyName
String propertyName
-
referencedEntityName
String referencedEntityName
-
-
-
Class org.hibernate.boot.model.internal.CreateKeySecondPass
class CreateKeySecondPass extends Object implements Serializable-
Serialized Fields
-
joinedSubClass
JoinedSubclass joinedSubClass
-
rootClass
RootClass rootClass
-
-
-
Class org.hibernate.boot.model.internal.FetchOverrideSecondPass
class FetchOverrideSecondPass extends Object implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
fetch
FetchProfile.FetchOverride fetch
-
fetchProfileName
String fetchProfileName
-
-
-
Class org.hibernate.boot.model.internal.FetchSecondPass
class FetchSecondPass extends Object implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
fetch
FetchProfileOverride fetch
-
propertyHolder
PropertyHolder propertyHolder
-
propertyName
String propertyName
-
-
-
Class org.hibernate.boot.model.internal.FkSecondPass
class FkSecondPass extends Object implements Serializable-
Serialized Fields
-
columns
AnnotatedJoinColumns columns
-
uniqueCounter
int uniqueCounter
unique counter is needed to differentiate 2 instances of FKSecondPass as they are compared. Fairly hacky but IBM VM sometimes returns the same hashCode for 2 different objects TODO is it doable to rely on the Ejb3JoinColumn names? Not sure as they could be inferred -
value
SimpleValue value
-
-
-
Class org.hibernate.boot.model.internal.IdGeneratorResolverSecondPass
class IdGeneratorResolverSecondPass extends Object implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
generatorName
String generatorName
-
generatorType
String generatorType
-
id
SimpleValue id
-
idXProperty
XProperty idXProperty
-
localIdentifierGeneratorDefinition
IdentifierGeneratorDefinition localIdentifierGeneratorDefinition
-
-
-
Class org.hibernate.boot.model.internal.ImplicitToOneJoinTableSecondPass
class ImplicitToOneJoinTableSecondPass extends Object implements Serializable-
Serialized Fields
-
context
MetadataBuildingContext context
-
inferredData
PropertyData inferredData
-
joinColumns
AnnotatedJoinColumns joinColumns
-
joinTable
JoinTable joinTable
-
notFoundAction
NotFoundAction notFoundAction
-
propertyHolder
PropertyHolder propertyHolder
-
value
ManyToOne value
-
-
-
Class org.hibernate.boot.model.internal.IndexOrUniqueKeySecondPass
class IndexOrUniqueKeySecondPass extends Object implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
column
AnnotatedColumn column
-
columns
String[] columns
-
indexName
String indexName
-
table
Table table
-
unique
boolean unique
-
-
-
Class org.hibernate.boot.model.internal.JoinedSubclassFkSecondPass
class JoinedSubclassFkSecondPass extends FkSecondPass implements Serializable-
Serialized Fields
-
buildingContext
MetadataBuildingContext buildingContext
-
entity
JoinedSubclass entity
-
-
-
Class org.hibernate.boot.model.internal.NullableDiscriminatorColumnSecondPass
class NullableDiscriminatorColumnSecondPass extends Object implements Serializable-
Serialized Fields
-
rootEntityName
String rootEntityName
-
-
-
Class org.hibernate.boot.model.internal.OneToOneSecondPass
class OneToOneSecondPass extends Object implements Serializable-
Serialized Fields
-
annotatedEntity
boolean annotatedEntity
-
buildingContext
MetadataBuildingContext buildingContext
-
cascadeStrategy
String cascadeStrategy
-
inferredData
PropertyData inferredData
-
joinColumns
AnnotatedJoinColumns joinColumns
-
mappedBy
String mappedBy
-
notFoundAction
NotFoundAction notFoundAction
-
onDeleteAction
OnDeleteAction onDeleteAction
-
optional
boolean optional
-
ownerEntity
String ownerEntity
-
propertyHolder
PropertyHolder propertyHolder
-
referencedEntityName
String referencedEntityName
-
-
-
Class org.hibernate.boot.model.internal.PkDrivenByDefaultMapsIdSecondPass
class PkDrivenByDefaultMapsIdSecondPass extends FkSecondPass implements Serializable-
Serialized Fields
-
columns
AnnotatedJoinColumns columns
-
referencedEntityName
String referencedEntityName
-
value
SimpleValue value
-
-
-
Class org.hibernate.boot.model.internal.ResultSetMappingSecondPass
class ResultSetMappingSecondPass extends Object implements Serializable-
Serialized Fields
-
annotation
SqlResultSetMapping annotation
-
context
MetadataBuildingContext context
-
isDefault
boolean isDefault
-
-
-
Class org.hibernate.boot.model.internal.SecondaryTableFromAnnotationSecondPass
class SecondaryTableFromAnnotationSecondPass extends Object implements Serializable-
Serialized Fields
-
annotatedClass
XAnnotatedElement annotatedClass
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.boot.model.internal.SecondaryTableSecondPass
class SecondaryTableSecondPass extends Object implements Serializable-
Serialized Fields
-
annotatedClass
XAnnotatedElement annotatedClass
-
entityBinder
EntityBinder entityBinder
-
propertyHolder
PropertyHolder propertyHolder
-
-
-
Class org.hibernate.boot.model.internal.SetBasicValueTypeSecondPass
class SetBasicValueTypeSecondPass extends Object implements Serializable-
Serialized Fields
-
binder
BasicValueBinder binder
-
-
-
Class org.hibernate.boot.model.internal.SimpleToOneFkSecondPass
class SimpleToOneFkSecondPass extends FkSecondPass implements Serializable -
Class org.hibernate.boot.model.internal.ToOneFkSecondPass
class ToOneFkSecondPass extends FkSecondPass implements Serializable-
Serialized Fields
-
annotatedEntity
boolean annotatedEntity
-
buildingContext
MetadataBuildingContext buildingContext
-
entityClassName
String entityClassName
-
path
String path
-
persistentClass
PersistentClass persistentClass
-
unique
boolean unique
-
-
-
Class org.hibernate.boot.model.internal.XMLContext
class XMLContext extends Object implements Serializable-
Serialized Fields
-
classLoaderAccess
ClassLoaderAccess classLoaderAccess
-
classmateContext
ClassmateContext classmateContext
-
converterDescriptors
List<ConverterDescriptor> converterDescriptors
-
defaultElements
List<JaxbEntityMappings> defaultElements
-
defaultEntityListeners
List<String> defaultEntityListeners
-
defaultsOverride
Map<String,
XMLContext.Default> defaultsOverride -
entityListenerOverride
Map<String,
JaxbEntityListener> entityListenerOverride -
globalDefaults
XMLContext.Default globalDefaults
-
hasContext
boolean hasContext
-
managedTypeOverride
Map<String,
ManagedType> managedTypeOverride
-
-
-
Class org.hibernate.boot.model.internal.XMLContext.Default
class Default extends Object implements Serializable
-
-
Package org.hibernate.boot.model.naming
-
Exception org.hibernate.boot.model.naming.IllegalIdentifierException
class IllegalIdentifierException extends HibernateException implements Serializable -
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
class ImplicitNamingStrategyComponentPathImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable -
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
class ImplicitNamingStrategyJpaCompliantImpl extends Object implements Serializable -
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
class ImplicitNamingStrategyLegacyHbmImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable -
Class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
class ImplicitNamingStrategyLegacyJpaImpl extends ImplicitNamingStrategyJpaCompliantImpl implements Serializable -
Class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
class PhysicalNamingStrategyStandardImpl extends Object implements Serializable
-
-
Package org.hibernate.boot.model.process.internal
-
Class org.hibernate.boot.model.process.internal.UserTypeMutabilityPlanAdapter
class UserTypeMutabilityPlanAdapter extends Object implements Serializable
-
-
Package org.hibernate.boot.model.relational
-
Class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
class AbstractAuxiliaryDatabaseObject extends Object implements Serializable -
Class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
class NamedAuxiliaryDatabaseObject extends SimpleAuxiliaryDatabaseObject implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
class SimpleAuxiliaryDatabaseObject extends AbstractAuxiliaryDatabaseObject implements Serializable
-
-
Package org.hibernate.boot.model.source.internal
-
Package org.hibernate.boot.model.source.internal.hbm
-
Class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
class DelayedPropertyReferenceHandlerImpl extends Object implements Serializable
-
-
Package org.hibernate.boot.registry.classloading.internal
-
Class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
class ClassLoaderServiceImpl extends Object implements Serializable-
Serialized Fields
-
aggregatedClassLoader
AggregatedClassLoader aggregatedClassLoader
-
serviceLoaders
ConcurrentMap<Class<?>,
org.hibernate.boot.registry.classloading.internal.AggregatedServiceLoader<?>> serviceLoaders
-
-
-
-
Package org.hibernate.boot.registry.classloading.spi
-
Exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
class ClassLoadingException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.registry.selector.internal
-
Class org.hibernate.boot.registry.selector.internal.AggregatedDialectSelector
class AggregatedDialectSelector extends Object implements Serializable-
Serialized Fields
-
dialectSelectors
List<DialectSelector> dialectSelectors
-
-
-
Class org.hibernate.boot.registry.selector.internal.DefaultDialectSelector
class DefaultDialectSelector extends Object implements Serializable -
Class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
class StrategySelectorImpl extends Object implements Serializable-
Serialized Fields
-
classLoaderService
ClassLoaderService classLoaderService
-
lazyStrategyImplementorByStrategyMap
Map<Class,
LazyServiceResolver> lazyStrategyImplementorByStrategyMap -
namedStrategyImplementorByStrategyMap
Map<Class,
Map<String, Class>> namedStrategyImplementorByStrategyMap
-
-
-
-
Package org.hibernate.boot.registry.selector.spi
-
Exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
class StrategySelectionException extends HibernateException implements Serializable
-
-
Package org.hibernate.boot.spi
-
Exception org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
class DuplicateSecondaryTableException extends HibernateException implements Serializable-
Serialized Fields
-
tableName
Identifier tableName
-
-
-
-
Package org.hibernate.bytecode.enhance
-
Exception org.hibernate.bytecode.enhance.VersionMismatchException
class VersionMismatchException extends EnhancementException implements Serializable
-
-
Package org.hibernate.bytecode.enhance.spi
-
Exception org.hibernate.bytecode.enhance.spi.EnhancementException
class EnhancementException extends HibernateException implements Serializable
-
-
Package org.hibernate.bytecode.enhance.spi.interceptor
-
Class org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging_$logger
class BytecodeInterceptorLogging_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
class LazyAttributesMetadata extends Object implements Serializable-
Serialized Fields
-
-
-
Package org.hibernate.bytecode.internal
-
Class org.hibernate.bytecode.internal.SessionFactoryObserverForBytecodeEnhancer
class SessionFactoryObserverForBytecodeEnhancer extends Object implements Serializable-
Serialized Fields
-
bytecodeProvider
BytecodeProvider bytecodeProvider
-
-
-
-
Package org.hibernate.bytecode.internal.bytebuddy
-
Class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
class BytecodeProviderImpl extends Object implements Serializable-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
byteBuddyState
ByteBuddyState byteBuddyState
-
-
-
Exception org.hibernate.bytecode.internal.bytebuddy.InvalidPropertyAccessorException
class InvalidPropertyAccessorException extends HibernateException implements Serializable -
Exception org.hibernate.bytecode.internal.bytebuddy.PrivateAccessorException
class PrivateAccessorException extends InvalidPropertyAccessorException implements Serializable -
Class org.hibernate.bytecode.internal.bytebuddy.ProxyFactoryFactoryImpl
class ProxyFactoryFactoryImpl extends Object implements Serializable-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
byteBuddyState
ByteBuddyState byteBuddyState
-
-
-
Class org.hibernate.bytecode.internal.bytebuddy.ReflectionOptimizerImpl
class ReflectionOptimizerImpl extends Object implements Serializable-
Serialized Fields
-
accessOptimizer
ReflectionOptimizer.AccessOptimizer accessOptimizer
-
instantiationOptimizer
ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer
-
-
-
-
Package org.hibernate.bytecode.internal.none
-
Class org.hibernate.bytecode.internal.none.BytecodeProviderImpl
class BytecodeProviderImpl extends Object implements Serializable
-
-
Package org.hibernate.bytecode.spi
-
Exception org.hibernate.bytecode.spi.NotInstrumentedException
class NotInstrumentedException extends HibernateException implements Serializable
-
-
Package org.hibernate.cache
-
Exception org.hibernate.cache.CacheException
class CacheException extends HibernateException implements Serializable -
Exception org.hibernate.cache.NoCacheRegionFactoryAvailableException
class NoCacheRegionFactoryAvailableException extends CacheException implements Serializable
-
-
Package org.hibernate.cache.internal
-
Class org.hibernate.cache.internal.BasicCacheKeyImplementation
class BasicCacheKeyImplementation extends Object implements Serializable-
Serialized Fields
-
entityOrRoleName
String entityOrRoleName
-
hashCode
int hashCode
-
id
Serializable id
-
-
-
Class org.hibernate.cache.internal.CacheKeyImplementation
class CacheKeyImplementation extends Object implements Serializable -
Class org.hibernate.cache.internal.DisabledCaching
class DisabledCaching extends Object implements Serializable-
Serialized Fields
-
regionFactory
RegionFactory regionFactory
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
Class org.hibernate.cache.internal.EnabledCaching
class EnabledCaching extends Object implements Serializable-
Serialized Fields
-
collectionAccessMap
Map<NavigableRole,
CollectionDataAccess> collectionAccessMap -
defaultQueryResultsCache
QueryResultsCache defaultQueryResultsCache
-
entityAccessMap
Map<NavigableRole,
EntityDataAccess> entityAccessMap -
legacyNaturalIdAccessesForRegion
Map<String,
Set<NaturalIdDataAccess>> legacyNaturalIdAccessesForRegion -
legacySecondLevelCacheNames
Set<String> legacySecondLevelCacheNames
-
namedQueryResultsCacheMap
Map<String,
QueryResultsCache> namedQueryResultsCacheMap -
naturalIdAccessMap
Map<NavigableRole,
NaturalIdDataAccess> naturalIdAccessMap -
queryResultsRegionsByDuplicateName
Map<String,
QueryResultsRegion> queryResultsRegionsByDuplicateName -
regionFactory
RegionFactory regionFactory
-
regionsByName
Map<String,
Region> regionsByName -
sessionFactory
SessionFactoryImplementor sessionFactory
-
timestampsCache
TimestampsCache timestampsCache
-
-
-
Class org.hibernate.cache.internal.NaturalIdCacheKey
class NaturalIdCacheKey extends Object implements Serializable -
Class org.hibernate.cache.internal.NoCachingRegionFactory
class NoCachingRegionFactory extends Object implements Serializable -
Class org.hibernate.cache.internal.QueryResultsCacheImpl.CacheItem
class CacheItem extends Object implements Serializable
-
-
Package org.hibernate.cache.spi
-
Class org.hibernate.cache.spi.AbstractRegionFactory
class AbstractRegionFactory extends Object implements Serializable-
Serialized Fields
-
options
SessionFactoryOptions options
-
started
AtomicBoolean started
-
startingException
Exception startingException
-
-
-
Class org.hibernate.cache.spi.FilterKey
class FilterKey extends Object implements Serializable-
Serialized Fields
-
filterName
String filterName
Deprecated. -
filterParameters
Map<String,
TypedValue> filterParameters Deprecated.
-
-
-
Class org.hibernate.cache.spi.QueryKey
class QueryKey extends Object implements Serializable-
Serialization Methods
-
readObject
Deserialization hook used to re-init the cached hashcode which is needed for proper clustering support.- Parameters:
in- The object input stream.- Throws:
IOException- Thrown by normal deserializationClassNotFoundException- Thrown by normal deserialization
-
-
Serialized Fields
-
enabledFilterNames
String[] enabledFilterNames
-
firstRow
Integer firstRow
-
maxRows
Integer maxRows
-
parameterBindingsMemento
QueryKey.ParameterBindingsMemento parameterBindingsMemento
-
sqlQueryString
String sqlQueryString
-
-
-
Class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
class SecondLevelCacheLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.cache.spi.access
-
Exception org.hibernate.cache.spi.access.UnknownAccessTypeException
class UnknownAccessTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.cache.spi.entry
-
Class org.hibernate.cache.spi.entry.CollectionCacheEntry
class CollectionCacheEntry extends Object implements Serializable-
Serialized Fields
-
state
Object state
-
-
-
Class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
class ReferenceCacheEntryImpl extends Object implements Serializable-
Serialized Fields
-
reference
Object reference
-
subclassPersister
EntityPersister subclassPersister
-
-
-
Class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
class StandardCacheEntryImpl extends Object implements Serializable-
Serialized Fields
-
disassembledState
Serializable[] disassembledState
-
subclass
String subclass
-
version
Object version
-
-
-
-
Package org.hibernate.cache.spi.support
-
Class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
class Item extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
class SoftLockImpl extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.hibernate.cache.spi.support.RegionFactoryTemplate
class RegionFactoryTemplate extends AbstractRegionFactory implements Serializable
-
-
Package org.hibernate.cfg
-
Class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
class DefaultComponentSafeNamingStrategy extends PersistenceStandardNamingStrategy implements Serializable -
Class org.hibernate.cfg.DefaultNamingStrategy
class DefaultNamingStrategy extends Object implements Serializable -
Class org.hibernate.cfg.ImprovedNamingStrategy
class ImprovedNamingStrategy extends Object implements Serializable -
Class org.hibernate.cfg.PersistenceStandardNamingStrategy
class PersistenceStandardNamingStrategy extends Object implements Serializable -
Exception org.hibernate.cfg.RecoverableException
class RecoverableException extends AnnotationException implements Serializable
-
-
Package org.hibernate.collection.spi
-
Class org.hibernate.collection.spi.AbstractPersistentCollection
class AbstractPersistentCollection extends Object implements Serializable-
Serialized Fields
-
allowLoadOutsideTransaction
boolean allowLoadOutsideTransaction
-
cachedSize
int cachedSize
-
dirty
boolean dirty
-
elementRemoved
boolean elementRemoved
-
initialized
boolean initialized
-
isTempSession
boolean isTempSession
-
key
@Nullable Object key
-
owner
@Nullable Object owner
-
role
@Nullable String role
-
sessionFactoryUuid
String sessionFactoryUuid
-
storedSnapshot
@Nullable Serializable storedSnapshot
-
-
-
Class org.hibernate.collection.spi.PersistentArrayHolder
-
Serialized Fields
-
array
Object array
-
-
-
Class org.hibernate.collection.spi.PersistentBag
-
Serialized Fields
-
bag
List<E> bag
-
providedCollection
Collection<E> providedCollection
The Collection provided to a PersistentBag constructor
-
-
-
Class org.hibernate.collection.spi.PersistentIdentifierBag
-
Class org.hibernate.collection.spi.PersistentList
-
Class org.hibernate.collection.spi.PersistentMap
-
Class org.hibernate.collection.spi.PersistentSet
-
Class org.hibernate.collection.spi.PersistentSortedMap
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
-
-
-
Class org.hibernate.collection.spi.PersistentSortedSet
-
Serialized Fields
-
comparator
Comparator<? super E> comparator
-
-
-
-
Package org.hibernate.context
-
Exception org.hibernate.context.TenantIdentifierMismatchException
class TenantIdentifierMismatchException extends HibernateException implements Serializable
-
-
Package org.hibernate.context.internal
-
Class org.hibernate.context.internal.JTASessionContext
class JTASessionContext extends AbstractCurrentSessionContext implements Serializable -
Class org.hibernate.context.internal.ManagedSessionContext
class ManagedSessionContext extends AbstractCurrentSessionContext implements Serializable -
Class org.hibernate.context.internal.ThreadLocalSessionContext
class ThreadLocalSessionContext extends AbstractCurrentSessionContext implements Serializable -
Class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
class CleanupSync extends Object implements Serializable-
Serialized Fields
-
factory
SessionFactory factory
-
-
-
-
Package org.hibernate.context.spi
-
Class org.hibernate.context.spi.AbstractCurrentSessionContext
class AbstractCurrentSessionContext extends Object implements Serializable-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
-
-
-
Package org.hibernate.dialect
-
Class org.hibernate.dialect.AbstractHANADialect.HANABlobType
class HANABlobType extends Object implements Serializable- serialVersionUID:
- 5874441715643764323L
-
Serialized Fields
-
hanaStreamBlobTypeDescriptor
org.hibernate.dialect.AbstractHANADialect.HANAStreamBlobType hanaStreamBlobTypeDescriptor
-
maxLobPrefetchSize
int maxLobPrefetchSize
-
-
Class org.hibernate.dialect.AbstractPostgreSQLJsonPGObjectType
class AbstractPostgreSQLJsonPGObjectType extends JsonJdbcType implements Serializable-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
class AbstractPostgreSQLStructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
inverseOrderMapping
int[] inverseOrderMapping
-
orderMapping
int[] orderMapping
-
typeName
String typeName
-
-
-
Class org.hibernate.dialect.DB2GetObjectExtractor
-
Class org.hibernate.dialect.DB2StructJdbcType
class DB2StructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
structTypeName
String structTypeName
-
-
-
Class org.hibernate.dialect.DialectLogging_$logger
class DialectLogging_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
-
Class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
class OrdinalParameterMarkerStrategy extends Object implements Serializable -
Class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
class H2DurationIntervalSecondJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.H2JsonJdbcType
class H2JsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.dialect.MySQLCastingJsonJdbcType
class MySQLCastingJsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.dialect.MySQLEnumJdbcType
class MySQLEnumJdbcType extends EnumJdbcType implements Serializable -
Class org.hibernate.dialect.OracleArrayJdbcType
class OracleArrayJdbcType extends ArrayJdbcType implements Serializable -
Class org.hibernate.dialect.OracleBaseStructJdbcType
class OracleBaseStructJdbcType extends StructJdbcType implements Serializable -
Class org.hibernate.dialect.OracleBooleanJdbcType
class OracleBooleanJdbcType extends BooleanJdbcType implements Serializable -
Class org.hibernate.dialect.OracleEnumJdbcType
class OracleEnumJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.OracleJsonJdbcType
class OracleJsonJdbcType extends OracleJsonBlobJdbcType implements Serializable -
Class org.hibernate.dialect.OracleNestedTableJdbcType
class OracleNestedTableJdbcType extends OracleArrayJdbcType implements Serializable -
Class org.hibernate.dialect.OracleOrdinalEnumJdbcType
class OracleOrdinalEnumJdbcType extends OracleEnumJdbcType implements Serializable -
Class org.hibernate.dialect.OracleReflectionStructJdbcType
class OracleReflectionStructJdbcType extends OracleBaseStructJdbcType implements Serializable -
Class org.hibernate.dialect.OracleStructJdbcType
class OracleStructJdbcType extends OracleBaseStructJdbcType implements Serializable -
Class org.hibernate.dialect.OracleXmlJdbcType
class OracleXmlJdbcType extends XmlJdbcType implements Serializable -
Class org.hibernate.dialect.PostgreSQLArrayJdbcType
class PostgreSQLArrayJdbcType extends ArrayJdbcType implements Serializable -
Class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
class PostgreSQLCastingInetJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
class PostgreSQLCastingIntervalSecondJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
class PostgreSQLCastingJsonJdbcType extends JsonJdbcType implements Serializable-
Serialized Fields
-
jsonb
boolean jsonb
-
-
-
Class org.hibernate.dialect.PostgreSQLEnumJdbcType
class PostgreSQLEnumJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLInetJdbcType
class PostgreSQLInetJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
class PostgreSQLIntervalSecondJdbcType extends Object implements Serializable -
Class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonbType
class PostgreSQLJsonPGObjectJsonbType extends AbstractPostgreSQLJsonPGObjectType implements Serializable -
Class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonType
class PostgreSQLJsonPGObjectJsonType extends AbstractPostgreSQLJsonPGObjectType implements Serializable -
Class org.hibernate.dialect.PostgreSQLOrdinalEnumJdbcType
class PostgreSQLOrdinalEnumJdbcType extends PostgreSQLEnumJdbcType implements Serializable -
Class org.hibernate.dialect.PostgreSQLStructCastingJdbcType
class PostgreSQLStructCastingJdbcType extends AbstractPostgreSQLStructJdbcType implements Serializable -
Class org.hibernate.dialect.PostgreSQLStructPGObjectJdbcType
class PostgreSQLStructPGObjectJdbcType extends AbstractPostgreSQLStructJdbcType implements Serializable-
Serialized Fields
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
-
-
Class org.hibernate.dialect.PostgreSQLUUIDJdbcType
class PostgreSQLUUIDJdbcType extends UUIDJdbcType implements Serializable -
Class org.hibernate.dialect.StructJdbcType
class StructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
inverseOrderMapping
int[] inverseOrderMapping
-
objectArrayExtractor
ValueExtractor<Object[]> objectArrayExtractor
-
orderMapping
int[] orderMapping
-
typeName
String typeName
-
-
-
Class org.hibernate.dialect.VarcharUUIDJdbcType
class VarcharUUIDJdbcType extends Object implements Serializable
-
-
Package org.hibernate.dialect.function
-
Class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
-
Serialized Fields
-
supportsPatternLiterals
boolean supportsPatternLiterals
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
class SelfRenderingInverseDistributionFunction extends SelfRenderingSqmOrderedSetAggregateFunction<T> implements Serializable
-
-
Package org.hibernate.dialect.lock
-
Exception org.hibernate.dialect.lock.LockingStrategyException
class LockingStrategyException extends HibernateException implements Serializable-
Serialized Fields
-
entity
Object entity
-
-
-
Exception org.hibernate.dialect.lock.OptimisticEntityLockException
class OptimisticEntityLockException extends LockingStrategyException implements Serializable -
Exception org.hibernate.dialect.lock.PessimisticEntityLockException
class PessimisticEntityLockException extends LockingStrategyException implements Serializable
-
-
Package org.hibernate.engine.config.internal
-
Class org.hibernate.engine.config.internal.ConfigurationServiceImpl
class ConfigurationServiceImpl extends Object implements Serializable-
Serialized Fields
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
settings
Map<String,
Object> settings
-
-
-
-
Package org.hibernate.engine.config.spi
-
Package org.hibernate.engine.internal
-
Class org.hibernate.engine.internal.AbstractEntityEntry
class AbstractEntityEntry extends Object implements Serializable-
Serialized Fields
-
id
Object id
-
loadedState
Object[] loadedState
-
next
EntityEntryExtraState next
-
persister
EntityPersister persister
-
version
Object version
-
-
-
Class org.hibernate.engine.internal.ImmutableEntityEntry
class ImmutableEntityEntry extends AbstractEntityEntry implements Serializable -
Class org.hibernate.engine.internal.ImmutableEntityEntryFactory
class ImmutableEntityEntryFactory extends Object implements Serializable -
Class org.hibernate.engine.internal.MutableEntityEntry
class MutableEntityEntry extends AbstractEntityEntry implements Serializable -
Class org.hibernate.engine.internal.MutableEntityEntryFactory
class MutableEntityEntryFactory extends Object implements Serializable -
Class org.hibernate.engine.internal.NaturalIdResolutionsImpl
class NaturalIdResolutionsImpl extends Object implements Serializable-
Serialized Fields
-
persistenceContext
StatefulPersistenceContext persistenceContext
-
resolutionsByEntity
ConcurrentHashMap<EntityMappingType,
org.hibernate.engine.internal.NaturalIdResolutionsImpl.EntityResolutions> resolutionsByEntity
-
-
-
Class org.hibernate.engine.internal.SessionEventListenerManagerImpl
class SessionEventListenerManagerImpl extends Object implements Serializable-
Serialized Fields
-
listeners
SessionEventListener[] listeners
-
-
-
Class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
class StatisticalLoggingSessionEventListener extends BaseSessionEventListener implements Serializable-
Serialized Fields
-
cacheGetStart
long cacheGetStart
-
cacheHitCount
int cacheHitCount
-
cacheHitTime
long cacheHitTime
-
cacheMissCount
int cacheMissCount
-
cacheMissTime
long cacheMissTime
-
cachePutCount
int cachePutCount
-
cachePutStart
long cachePutStart
-
cachePutTime
long cachePutTime
-
flushCollectionCount
long flushCollectionCount
-
flushCount
int flushCount
-
flushEntityCount
long flushEntityCount
-
flushStart
long flushStart
-
flushTime
long flushTime
-
jdbcBatchExecutionStart
long jdbcBatchExecutionStart
-
jdbcConnectionAcquisitionCount
int jdbcConnectionAcquisitionCount
-
jdbcConnectionAcquisitionStart
long jdbcConnectionAcquisitionStart
-
jdbcConnectionAcquisitionTime
long jdbcConnectionAcquisitionTime
-
jdbcConnectionReleaseCount
int jdbcConnectionReleaseCount
-
jdbcConnectionReleaseStart
long jdbcConnectionReleaseStart
-
jdbcConnectionReleaseTime
long jdbcConnectionReleaseTime
-
jdbcExecuteBatchCount
int jdbcExecuteBatchCount
-
jdbcExecuteBatchTime
long jdbcExecuteBatchTime
-
jdbcExecuteStatementCount
int jdbcExecuteStatementCount
-
jdbcExecuteStatementTime
long jdbcExecuteStatementTime
-
jdbcExecutionStart
long jdbcExecutionStart
-
jdbcPrepareStatementCount
int jdbcPrepareStatementCount
-
jdbcPrepareStatementTime
long jdbcPrepareStatementTime
-
jdbcPrepStart
long jdbcPrepStart
-
partialFlushCollectionCount
long partialFlushCollectionCount
-
partialFlushCount
int partialFlushCount
-
partialFlushEntityCount
long partialFlushEntityCount
-
partialFlushStart
long partialFlushStart
-
partialFlushTime
long partialFlushTime
-
prePartialFlushCount
int prePartialFlushCount
-
prePartialFlushStart
long prePartialFlushStart
-
prePartialFlushTime
long prePartialFlushTime
-
-
-
-
Package org.hibernate.engine.jdbc
-
Class org.hibernate.engine.jdbc.JdbcLogging_$logger
class JdbcLogging_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.engine.jdbc.SerializableBlobProxy
class SerializableBlobProxy extends Object implements Serializable -
Class org.hibernate.engine.jdbc.SerializableClobProxy
class SerializableClobProxy extends Object implements Serializable -
Class org.hibernate.engine.jdbc.SerializableNClobProxy
class SerializableNClobProxy extends SerializableClobProxy implements Serializable -
Class org.hibernate.engine.jdbc.Size
class Size extends Object implements Serializable-
Serialized Fields
-
arrayLength
Integer arrayLength
-
length
Long length
-
lobMultiplier
Size.LobMultiplier lobMultiplier
-
precision
Integer precision
-
scale
Integer scale
-
-
-
-
Package org.hibernate.engine.jdbc.batch
-
Class org.hibernate.engine.jdbc.batch.JdbcBatchLogging_$logger
class JdbcBatchLogging_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.engine.jdbc.batch.internal
-
Class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
class BatchBuilderImpl extends Object implements Serializable-
Serialized Fields
-
globalBatchSize
int globalBatchSize
-
-
-
-
Package org.hibernate.engine.jdbc.batch.spi
-
Package org.hibernate.engine.jdbc.connections.internal
-
Class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
class DatasourceConnectionProviderImpl extends Object implements Serializable-
Serialized Fields
-
available
boolean available
-
dataSource
DataSource dataSource
-
dataSourceJndiName
String dataSourceJndiName
-
jndiService
JndiService jndiService
-
pass
String pass
-
useCredentials
boolean useCredentials
-
user
String user
-
-
-
Class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
class DriverManagerConnectionProviderImpl extends Object implements Serializable-
Serialized Fields
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
state
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PoolState state
-
-
-
Class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
class UserSuppliedConnectionProviderImpl extends Object implements Serializable
-
-
Package org.hibernate.engine.jdbc.connections.spi
-
Class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
class AbstractDataSourceBasedMultiTenantConnectionProviderImpl extends Object implements Serializable -
Class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
class AbstractMultiTenantConnectionProvider extends Object implements Serializable -
Class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
class DataSourceBasedMultiTenantConnectionProviderImpl extends AbstractDataSourceBasedMultiTenantConnectionProviderImpl<T> implements Serializable-
Serialized Fields
-
baseJndiNamespace
String baseJndiNamespace
-
dataSourceMap
Map<T,
DataSource> dataSourceMap -
jndiService
JndiService jndiService
-
tenantIdentifierForAny
T tenantIdentifierForAny
-
-
-
-
Package org.hibernate.engine.jdbc.cursor.internal
-
Class org.hibernate.engine.jdbc.cursor.internal.FallbackRefCursorSupport
class FallbackRefCursorSupport extends Object implements Serializable-
Serialized Fields
-
jdbcServices
JdbcServices jdbcServices
-
-
-
Class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
class StandardRefCursorSupport extends Object implements Serializable-
Serialized Fields
-
jdbcServices
JdbcServices jdbcServices
-
-
-
-
Package org.hibernate.engine.jdbc.cursor.spi
-
Package org.hibernate.engine.jdbc.dialect.internal
-
Class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
class DialectFactoryImpl extends Object implements Serializable-
Serialized Fields
-
dialectResolver
DialectResolver dialectResolver
-
strategySelector
StrategySelector strategySelector
-
-
-
Class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
class DialectResolverSet extends Object implements Serializable-
Serialized Fields
-
resolvers
List<DialectResolver> resolvers
-
-
-
Class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
class StandardDialectResolver extends Object implements Serializable
-
-
Package org.hibernate.engine.jdbc.dialect.spi
-
Class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
class BasicDialectResolver extends Object implements Serializable
-
-
Package org.hibernate.engine.jdbc.env.internal
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
class JdbcEnvironmentImpl extends Object implements Serializable-
Serialized Fields
-
currentCatalog
Identifier currentCatalog
-
currentSchema
Identifier currentSchema
-
dialect
Dialect dialect
-
extractedMetaDataSupport
ExtractedDatabaseMetaData extractedMetaDataSupport
-
identifierHelper
IdentifierHelper identifierHelper
-
lobCreatorBuilder
LobCreatorBuilderImpl lobCreatorBuilder
-
nameQualifierSupport
NameQualifierSupport nameQualifierSupport
-
qualifiedObjectNameFormatter
QualifiedObjectNameFormatter qualifiedObjectNameFormatter
-
sqlAstTranslatorFactory
SqlAstTranslatorFactory sqlAstTranslatorFactory
-
sqlExceptionHelper
SqlExceptionHelper sqlExceptionHelper
-
-
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
class ConnectionProviderJdbcConnectionAccess extends Object implements Serializable-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
-
-
Class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
class MultiTenantConnectionProviderJdbcConnectionAccess extends Object implements Serializable-
Serialized Fields
-
connectionProvider
MultiTenantConnectionProvider<?> connectionProvider
-
-
-
Class org.hibernate.engine.jdbc.env.internal.LobCreationLogging_$logger
class LobCreationLogging_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.engine.jdbc.env.spi
-
Package org.hibernate.engine.jdbc.internal
-
Class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
class JdbcCoordinatorImpl extends Object implements Serializable-
Serialized Fields
-
flushDepth
int flushDepth
-
isUserSuppliedConnection
boolean isUserSuppliedConnection
-
lastQuery
Statement lastQuery
-
releasesEnabled
boolean releasesEnabled
If true, manually (and temporarily) circumvent aggressive release processing.
-
-
-
Class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
class JdbcServicesImpl extends Object implements Serializable-
Serialized Fields
-
jdbcEnvironment
JdbcEnvironment jdbcEnvironment
-
parameterMarkerStrategy
ParameterMarkerStrategy parameterMarkerStrategy
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
sqlStatementLogger
SqlStatementLogger sqlStatementLogger
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.group
-
Exception org.hibernate.engine.jdbc.mutation.group.UnknownParameterException
class UnknownParameterException extends HibernateException implements Serializable-
Serialized Fields
-
columnName
String columnName
-
mutationTarget
MutationTarget<?> mutationTarget
-
mutationType
MutationType mutationType
-
tableName
String tableName
-
usage
ParameterUsage usage
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.internal
-
Class org.hibernate.engine.jdbc.mutation.internal.StandardMutationExecutorService
class StandardMutationExecutorService extends Object implements Serializable-
Serialized Fields
-
globalBatchSize
int globalBatchSize
-
-
-
-
Package org.hibernate.engine.jdbc.mutation.spi
-
Package org.hibernate.engine.jdbc.spi
-
Class org.hibernate.engine.jdbc.spi.SqlStatementLogger
class SqlStatementLogger extends Object implements Serializable-
Serialized Fields
-
format
boolean format
-
highlight
boolean highlight
-
logSlowQuery
long logSlowQuery
Configuration value that indicates slow query. (In milliseconds) 0 - disabled. -
logToStdout
boolean logToStdout
-
-
-
-
Package org.hibernate.engine.jndi
-
Exception org.hibernate.engine.jndi.JndiException
class JndiException extends HibernateException implements Serializable -
Exception org.hibernate.engine.jndi.JndiNameException
class JndiNameException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.jndi.spi
-
Package org.hibernate.engine.query
-
Exception org.hibernate.engine.query.ParameterRecognitionException
class ParameterRecognitionException extends HibernateException implements Serializable
-
-
Package org.hibernate.engine.query.internal
-
Class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
class NativeQueryInterpreterStandardImpl extends Object implements Serializable-
Serialized Fields
-
nativeJdbcParametersIgnored
boolean nativeJdbcParametersIgnored
-
-
-
-
Package org.hibernate.engine.query.spi
-
Package org.hibernate.engine.spi
-
Class org.hibernate.engine.spi.AssociationKey
class AssociationKey extends Object implements Serializable -
Class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
class BaseCascadeStyle extends Object implements Serializable -
Class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
class MultipleCascadeStyle extends CascadeStyles.BaseCascadeStyle implements Serializable-
Serialized Fields
-
styles
CascadeStyle[] styles
-
-
-
Class org.hibernate.engine.spi.CollectionEntry
class CollectionEntry extends Object implements Serializable-
Serialized Fields
-
fromMerge
boolean fromMerge
-
loadedKey
@Nullable Object loadedKey
-
role
@Nullable String role
-
snapshot
@Nullable Serializable snapshot
-
-
-
Class org.hibernate.engine.spi.CollectionKey
class CollectionKey extends Object implements Serializable-
Serialized Fields
-
factory
SessionFactoryImplementor factory
-
hashCode
int hashCode
-
key
Object key
-
keyType
@Nullable Type keyType
-
role
String role
-
-
-
Class org.hibernate.engine.spi.EffectiveEntityGraph
class EffectiveEntityGraph extends Object implements Serializable-
Serialized Fields
-
allowOverwrite
boolean allowOverwrite
-
graph
@Nullable RootGraphImplementor<?> graph
-
semantic
@Nullable GraphSemantic semantic
-
-
-
Class org.hibernate.engine.spi.EntityKey
class EntityKey extends Object implements Serializable-
Serialized Fields
-
hashCode
int hashCode
-
identifier
Object identifier
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.engine.spi.EntityUniqueKey
class EntityUniqueKey extends Object implements Serializable-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.hibernate.engine.spi.ExecutableList
class ExecutableList extends Object implements Externalizable-
Serialization Methods
-
readExternal
Read this object state back in from the given stream as part of the deserialization process.- Parameters:
in- The stream from which to read our serial state- Throws:
IOExceptionClassNotFoundException
-
writeExternal
Write this list out to the given stream as part of serialization- Parameters:
oos- The stream to which to serialize our state- Throws:
IOException
-
-
-
Class org.hibernate.engine.spi.FilterDefinition
class FilterDefinition extends Object implements Serializable-
Serialized Fields
-
applyToLoadByKey
boolean applyToLoadByKey
-
autoEnabled
boolean autoEnabled
-
defaultFilterCondition
String defaultFilterCondition
-
explicitParamJaMappings
Map<String,
JdbcMapping> explicitParamJaMappings -
filterName
String filterName
-
parameterResolverMap
Map<String,
ManagedBean<? extends Supplier<?>>> parameterResolverMap
-
-
-
Class org.hibernate.engine.spi.LoadQueryInfluencers
class LoadQueryInfluencers extends Object implements Serializable-
Serialized Fields
-
batchSize
int batchSize
-
effectiveEntityGraph
EffectiveEntityGraph effectiveEntityGraph
-
enabledCascadingFetchProfile
CascadingFetchProfile enabledCascadingFetchProfile
-
enabledFetchProfileNames
@Nullable HashSet<String> enabledFetchProfileNames
-
enabledFilters
@Nullable TreeMap<String,
Filter> enabledFilters -
readOnly
Boolean readOnly
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
subselectFetchEnabled
boolean subselectFetchEnabled
-
-
-
Class org.hibernate.engine.spi.SessionDelegatorBaseImpl
class SessionDelegatorBaseImpl extends Object implements Serializable-
Serialized Fields
-
delegate
SessionImplementor delegate
-
-
-
Class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
class SessionFactoryDelegatingImpl extends Object implements Serializable-
Serialized Fields
-
delegate
SessionFactoryImplementor delegate
-
-
-
Class org.hibernate.engine.spi.SessionLazyDelegator
class SessionLazyDelegator extends Object implements Serializable -
Class org.hibernate.engine.spi.TypedValue
class TypedValue extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundExceptionIOException
-
-
Serialized Fields
-
-
-
Package org.hibernate.engine.transaction.jta.platform.internal
-
Class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
class AbstractJtaPlatform extends Object implements Serializable-
Serialized Fields
-
cacheTransactionManager
boolean cacheTransactionManager
-
cacheUserTransaction
boolean cacheUserTransaction
-
serviceRegistry
ServiceRegistryImplementor serviceRegistry
-
tmSynchronizationStrategy
JtaSynchronizationStrategy tmSynchronizationStrategy
-
transactionManager
TransactionManager transactionManager
-
userTransaction
UserTransaction userTransaction
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.AtomikosJtaPlatform
class AtomikosJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
class BitronixJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
class BorlandEnterpriseServerJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
class JBossAppServerJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
class JBossStandAloneJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
class JOnASJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
class JOTMJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
class JRun4JtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
class NoJtaPlatform extends Object implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
class OC4JJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
class OrionJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
class ResinJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform
class SapNetWeaverJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
class StandardJtaPlatformResolver extends Object implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
class SunOneJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
class SynchronizationRegistryBasedSynchronizationStrategy extends Object implements Serializable-
Serialized Fields
-
synchronizationRegistryAccess
SynchronizationRegistryAccess synchronizationRegistryAccess
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
class WeblogicJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
class WebSphereExtendedJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
class WebSphereJtaPlatform extends AbstractJtaPlatform implements Serializable-
Serialized Fields
-
transactionManagerAccessClass
Class transactionManagerAccessClass
-
webSphereEnvironment
WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment
-
-
-
Class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
class WebSphereLibertyJtaPlatform extends AbstractJtaPlatform implements Serializable -
Class org.hibernate.engine.transaction.jta.platform.internal.WildFlyStandAloneJtaPlatform
class WildFlyStandAloneJtaPlatform extends AbstractJtaPlatform implements Serializable
-
-
Package org.hibernate.engine.transaction.jta.platform.spi
-
Exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
class JtaPlatformException extends HibernateException implements Serializable
-
-
Package org.hibernate.envers
-
Class org.hibernate.envers.DefaultRevisionEntity
class DefaultRevisionEntity extends Object implements Serializable- serialVersionUID:
- 8530213963961662300L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
-
Class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
class DefaultTrackingModifiedEntitiesRevisionEntity extends DefaultRevisionEntity implements Serializable
-
-
Package org.hibernate.envers.boot
-
Class org.hibernate.envers.boot.EnversBootLogger_$logger
class EnversBootLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Exception org.hibernate.envers.boot.EnversMappingException
class EnversMappingException extends MappingException implements Serializable
-
-
Package org.hibernate.envers.boot.internal
-
Class org.hibernate.envers.boot.internal.EnversServiceImpl
class EnversServiceImpl extends Object implements Serializable-
Serialized Fields
-
auditProcessManager
AuditProcessManager auditProcessManager
-
classLoaderService
ClassLoaderService classLoaderService
-
configuration
Configuration configuration
-
entitiesConfigurations
EntitiesConfigurations entitiesConfigurations
-
initialized
boolean initialized
-
integrationEnabled
boolean integrationEnabled
-
serviceRegistry
ServiceRegistry serviceRegistry
-
-
-
-
Package org.hibernate.envers.configuration.internal.metadata
-
Exception org.hibernate.envers.configuration.internal.metadata.FormulaNotSupportedException
class FormulaNotSupportedException extends HibernateException implements Serializable
-
-
Package org.hibernate.envers.enhanced
-
Class org.hibernate.envers.enhanced.OrderedSequenceGenerator
class OrderedSequenceGenerator extends SequenceStyleGenerator implements Serializable -
Class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
class SequenceIdRevisionEntity extends Object implements Serializable- serialVersionUID:
- 4159156677698841902L
-
Serialized Fields
-
id
int id
-
timestamp
long timestamp
-
-
Class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
class SequenceIdTrackingModifiedEntitiesRevisionEntity extends SequenceIdRevisionEntity implements Serializable
-
-
Package org.hibernate.envers.exception
-
Exception org.hibernate.envers.exception.AuditException
class AuditException extends HibernateException implements Serializable- serialVersionUID:
- 4306480965630972168L
-
Exception org.hibernate.envers.exception.NotAuditedException
class NotAuditedException extends AuditException implements Serializable- serialVersionUID:
- 4809674577449455510L
-
Serialized Fields
-
entityName
String entityName
-
-
Exception org.hibernate.envers.exception.RevisionDoesNotExistException
class RevisionDoesNotExistException extends AuditException implements Serializable- serialVersionUID:
- -6417768274074962282L
-
Serialized Fields
-
date
Date date
-
instant
Instant instant
-
localDateTime
LocalDateTime localDateTime
-
revision
Number revision
-
-
-
Package org.hibernate.envers.internal
-
Class org.hibernate.envers.internal.EnversMessageLogger_$logger
class EnversMessageLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.envers.internal.entities
-
Class org.hibernate.envers.internal.entities.RevisionTypeType
class RevisionTypeType extends Object implements Serializable- serialVersionUID:
- -1053201518229282688L
-
-
Package org.hibernate.envers.internal.entities.mapper.relation.lazy
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
class AbstractDelegateSessionImplementor extends SessionDelegatorBaseImpl implements Serializable -
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
class ToOneDelegateSessionImplementor extends AbstractDelegateSessionImplementor implements Serializable- serialVersionUID:
- 4770438372940785488L
-
Serialized Fields
-
entityClass
Class<?> entityClass
-
entityId
Object entityId
-
enversService
EnversService enversService
-
removed
boolean removed
-
revision
Number revision
-
versionsReader
AuditReaderImplementor versionsReader
-
-
-
Package org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
class CollectionProxy extends Object implements Serializable- serialVersionUID:
- 8698249863871832402L
-
Serialized Fields
-
delegate
T extends Collection<U> delegate
-
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
- serialVersionUID:
- -5479232938279790987L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
class MapProxy extends Object implements Serializable- serialVersionUID:
- 8418037541773074646L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy
- serialVersionUID:
- 131464133074137701L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
class SortedMapProxy extends Object implements Serializable- serialVersionUID:
- 2645817952901452375L
-
Class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
- serialVersionUID:
- 2092884107178125905L
-
-
Package org.hibernate.envers.internal.synchronization.work
-
Class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
class PersistentCollectionChangeWorkUnitId extends Object implements Serializable- serialVersionUID:
- -8007831518629167537L
-
-
Package org.hibernate.event.service.internal
-
Class org.hibernate.event.service.internal.EventListenerRegistryImpl
class EventListenerRegistryImpl extends Object implements Serializable-
Serialized Fields
-
eventListeners
EventListenerGroup[] eventListeners
-
listenerClassToInstanceMap
Map<Class<?>,
Object> listenerClassToInstanceMap
-
-
-
-
Package org.hibernate.event.service.spi
-
Exception org.hibernate.event.service.spi.EventListenerRegistrationException
class EventListenerRegistrationException extends HibernateException implements Serializable
-
-
Package org.hibernate.event.spi
-
Class org.hibernate.event.spi.AbstractCollectionEvent
class AbstractCollectionEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
affectedOwner
Object affectedOwner
-
affectedOwnerEntityName
String affectedOwnerEntityName
-
affectedOwnerId
Object affectedOwnerId
-
collection
PersistentCollection<?> collection
-
-
-
Class org.hibernate.event.spi.AbstractEvent
class AbstractEvent extends Object implements Serializable-
Serialized Fields
-
session
EventSource session
-
-
-
Class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
class AbstractPreDatabaseOperationEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.AutoFlushEvent
class AutoFlushEvent extends FlushEvent implements Serializable -
Class org.hibernate.event.spi.ClearEvent
class ClearEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.DeleteEvent
class DeleteEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.DirtyCheckEvent
class DirtyCheckEvent extends FlushEvent implements Serializable-
Serialized Fields
-
dirty
boolean dirty
-
-
-
Class org.hibernate.event.spi.EvictEvent
class EvictEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
object
Object object
-
-
-
Class org.hibernate.event.spi.FlushEntityEvent
class FlushEntityEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
allowedToReuse
boolean allowedToReuse
-
databaseSnapshot
Object[] databaseSnapshot
-
dirtyCheckHandledByInterceptor
boolean dirtyCheckHandledByInterceptor
-
dirtyCheckPossible
boolean dirtyCheckPossible
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
entityEntry
EntityEntry entityEntry
-
hasDirtyCollection
boolean hasDirtyCollection
-
instanceGenerationId
int instanceGenerationId
-
propertyValues
Object[] propertyValues
-
-
-
Class org.hibernate.event.spi.FlushEvent
class FlushEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
numberOfCollectionsProcessed
int numberOfCollectionsProcessed
-
numberOfEntitiesProcessed
int numberOfEntitiesProcessed
-
-
-
Class org.hibernate.event.spi.InitializeCollectionEvent
class InitializeCollectionEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.LoadEvent
class LoadEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityClassName
String entityClassName
-
entityId
Object entityId
-
instanceToLoad
Object instanceToLoad
-
isAssociationFetch
boolean isAssociationFetch
-
lockOptions
LockOptions lockOptions
-
postLoadEvent
PostLoadEvent postLoadEvent
-
readOnly
Boolean readOnly
-
result
Object result
-
-
-
Class org.hibernate.event.spi.LockEvent
class LockEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityName
String entityName
-
lockOptions
LockOptions lockOptions
-
object
Object object
-
-
-
Class org.hibernate.event.spi.MergeEvent
class MergeEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.PersistEvent
class PersistEvent extends AbstractEvent implements Serializable -
Class org.hibernate.event.spi.PostCollectionRecreateEvent
class PostCollectionRecreateEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PostCollectionRemoveEvent
class PostCollectionRemoveEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PostCollectionUpdateEvent
class PostCollectionUpdateEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PostDeleteEvent
class PostDeleteEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
deletedState
Object[] deletedState
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.PostInsertEvent
class PostInsertEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PostLoadEvent
class PostLoadEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
-
-
Class org.hibernate.event.spi.PostUpdateEvent
class PostUpdateEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
id
Object id
-
oldState
Object[] oldState
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PostUpsertEvent
class PostUpsertEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
dirtyProperties
int[] dirtyProperties
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreCollectionRecreateEvent
class PreCollectionRecreateEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PreCollectionRemoveEvent
class PreCollectionRemoveEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PreCollectionUpdateEvent
class PreCollectionUpdateEvent extends AbstractCollectionEvent implements Serializable -
Class org.hibernate.event.spi.PreDeleteEvent
class PreDeleteEvent extends AbstractPreDatabaseOperationEvent implements Serializable-
Serialized Fields
-
deletedState
Object[] deletedState
-
-
-
Class org.hibernate.event.spi.PreInsertEvent
class PreInsertEvent extends AbstractPreDatabaseOperationEvent implements Serializable-
Serialized Fields
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreLoadEvent
class PreLoadEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entity
Object entity
-
id
Object id
-
persister
EntityPersister persister
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.PreUpdateEvent
class PreUpdateEvent extends AbstractPreDatabaseOperationEvent implements Serializable -
Class org.hibernate.event.spi.PreUpsertEvent
class PreUpsertEvent extends AbstractPreDatabaseOperationEvent implements Serializable-
Serialized Fields
-
state
Object[] state
-
-
-
Class org.hibernate.event.spi.RefreshEvent
class RefreshEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityName
String entityName
-
lockOptions
LockOptions lockOptions
-
object
Object object
-
-
-
Class org.hibernate.event.spi.ReplicateEvent
class ReplicateEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityName
String entityName
-
object
Object object
-
replicationMode
ReplicationMode replicationMode
-
-
-
Class org.hibernate.event.spi.ResolveNaturalIdEvent
class ResolveNaturalIdEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
entityId
Object entityId
-
entityPersister
EntityPersister entityPersister
-
lockOptions
LockOptions lockOptions
-
naturalIdValues
Map<String,
Object> naturalIdValues -
orderedNaturalIdValues
Object[] orderedNaturalIdValues
-
-
-
Class org.hibernate.event.spi.SaveOrUpdateEvent
class SaveOrUpdateEvent extends AbstractEvent implements Serializable
-
-
Package org.hibernate.exception
-
Exception org.hibernate.exception.ConstraintViolationException
class ConstraintViolationException extends JDBCException implements Serializable-
Serialized Fields
-
constraintName
@Nullable String constraintName
-
kind
ConstraintViolationException.ConstraintKind kind
-
-
-
Exception org.hibernate.exception.DataException
class DataException extends JDBCException implements Serializable -
Exception org.hibernate.exception.GenericJDBCException
class GenericJDBCException extends JDBCException implements Serializable -
Exception org.hibernate.exception.JDBCConnectionException
class JDBCConnectionException extends JDBCException implements Serializable -
Exception org.hibernate.exception.LockAcquisitionException
class LockAcquisitionException extends JDBCException implements Serializable -
Exception org.hibernate.exception.LockTimeoutException
class LockTimeoutException extends LockAcquisitionException implements Serializable -
Exception org.hibernate.exception.SQLGrammarException
class SQLGrammarException extends JDBCException implements Serializable
-
-
Package org.hibernate.exception.internal
-
Class org.hibernate.exception.internal.StandardSQLExceptionConverter
class StandardSQLExceptionConverter extends Object implements Serializable-
Serialized Fields
-
delegates
List<SQLExceptionConversionDelegate> delegates
-
-
-
-
Package org.hibernate.exception.spi
-
Package org.hibernate.generator
-
Package org.hibernate.generator.internal
-
Class org.hibernate.generator.internal.CurrentTimestampGeneration
class CurrentTimestampGeneration extends Object implements Serializable -
Class org.hibernate.generator.internal.GeneratedAlwaysGeneration
class GeneratedAlwaysGeneration extends Object implements Serializable -
Class org.hibernate.generator.internal.GeneratedGeneration
class GeneratedGeneration extends Object implements Serializable -
Class org.hibernate.generator.internal.SourceGeneration
class SourceGeneration extends Object implements Serializable-
Serialized Fields
-
propertyType
JavaType<?> propertyType
Deprecated. -
valueGenerator
org.hibernate.generator.internal.CurrentTimestampGeneration.CurrentTimestampGeneratorDelegate valueGenerator
Deprecated.
-
-
-
Class org.hibernate.generator.internal.TenantIdGeneration
class TenantIdGeneration extends Object implements Serializable -
Class org.hibernate.generator.internal.VersionGeneration
class VersionGeneration extends Object implements Serializable-
Serialized Fields
-
versionMapping
EntityVersionMapping versionMapping
-
-
-
-
Package org.hibernate.graph
-
Exception org.hibernate.graph.CannotBecomeEntityGraphException
class CannotBecomeEntityGraphException extends HibernateException implements Serializable -
Exception org.hibernate.graph.CannotContainSubGraphException
class CannotContainSubGraphException extends HibernateException implements Serializable -
Exception org.hibernate.graph.InvalidGraphException
class InvalidGraphException extends HibernateException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.id
-
Class org.hibernate.id.AbstractPostInsertGenerator
class AbstractPostInsertGenerator extends Object implements Serializable -
Class org.hibernate.id.AbstractUUIDGenerator
class AbstractUUIDGenerator extends Object implements Serializable -
Class org.hibernate.id.Assigned
class Assigned extends Object implements Serializable-
Serialized Fields
-
entityName
String entityName
-
-
-
Class org.hibernate.id.CompositeNestedGeneratedValueGenerator
class CompositeNestedGeneratedValueGenerator extends Object implements Serializable-
Serialized Fields
-
compositeType
CompositeType compositeType
-
generationContextLocator
CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator
-
generationPlans
List<CompositeNestedGeneratedValueGenerator.GenerationPlan> generationPlans
-
-
-
Class org.hibernate.id.ExportableColumn
class ExportableColumn extends Column implements Serializable -
Class org.hibernate.id.ExportableColumn.ValueImpl
class ValueImpl extends Object implements Serializable-
Serialized Fields
-
column
ExportableColumn column
-
database
Database database
-
table
Table table
-
type
BasicType<?> type
-
-
-
Class org.hibernate.id.ForeignGenerator
class ForeignGenerator extends Object implements Serializable -
Class org.hibernate.id.GUIDGenerator
class GUIDGenerator extends Object implements Serializable -
Exception org.hibernate.id.IdentifierGenerationException
class IdentifierGenerationException extends HibernateException implements Serializable -
Class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
class BasicHolder extends Object implements Serializable-
Serialized Fields
-
exactType
Class<?> exactType
-
value
long value
-
-
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
class BigDecimalHolder extends Object implements Serializable-
Serialized Fields
-
value
BigDecimal value
-
-
-
Class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
class BigIntegerHolder extends Object implements Serializable-
Serialized Fields
-
value
BigInteger value
-
-
-
Class org.hibernate.id.IdentityGenerator
class IdentityGenerator extends Object implements Serializable -
Class org.hibernate.id.IncrementGenerator
class IncrementGenerator extends Object implements Serializable-
Serialized Fields
-
column
String column
-
physicalTableNames
List<QualifiedTableName> physicalTableNames
-
previousValueHolder
IntegralDataTypeHolder previousValueHolder
-
returnClass
Class<?> returnClass
-
sql
String sql
-
-
-
Class org.hibernate.id.SelectGenerator
class SelectGenerator extends Object implements Serializable-
Serialized Fields
-
uniqueKeyPropertyName
String uniqueKeyPropertyName
-
-
-
Class org.hibernate.id.UUIDGenerator
class UUIDGenerator extends Object implements Serializable-
Serialized Fields
-
strategy
UUIDGenerationStrategy strategy
Deprecated. -
valueTransformer
UUIDJavaType.ValueTransformer valueTransformer
Deprecated.
-
-
-
Class org.hibernate.id.UUIDHexGenerator
class UUIDHexGenerator extends AbstractUUIDGenerator implements Serializable-
Serialized Fields
-
sep
String sep
Deprecated.
-
-
-
-
Package org.hibernate.id.enhanced
-
Class org.hibernate.id.enhanced.SequenceStyleGenerator
class SequenceStyleGenerator extends Object implements Serializable-
Serialized Fields
-
databaseStructure
DatabaseStructure databaseStructure
-
identifierType
Type identifierType
-
optimizer
Optimizer optimizer
-
physicalNamingStrategy
PhysicalNamingStrategy physicalNamingStrategy
-
-
-
Class org.hibernate.id.enhanced.TableGenerator
class TableGenerator extends Object implements Serializable-
Serialized Fields
-
accessCount
long accessCount
-
contributor
String contributor
-
identifierType
Type identifierType
-
incrementSize
int incrementSize
-
initialValue
int initialValue
-
insertQuery
String insertQuery
-
optimizer
Optimizer optimizer
-
physicalTableName
QualifiedName physicalTableName
-
qualifiedTableName
QualifiedName qualifiedTableName
-
segmentColumnName
String segmentColumnName
-
segmentValue
String segmentValue
-
segmentValueLength
int segmentValueLength
-
selectQuery
String selectQuery
-
storeLastUsedValue
boolean storeLastUsedValue
-
updateQuery
String updateQuery
-
valueColumnName
String valueColumnName
-
-
-
-
Package org.hibernate.id.factory
-
Package org.hibernate.id.factory.internal
-
Class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
class StandardIdentifierGeneratorFactory extends Object implements Serializable-
Serialized Fields
-
beanContainer
BeanContainer beanContainer
-
dialect
Dialect dialect
-
generatorTypeStrategyMap
ConcurrentHashMap<GenerationType,
GenerationTypeStrategy> generatorTypeStrategyMap -
legacyGeneratorClassNameMap
ConcurrentHashMap<String,
Class<? extends Generator>> legacyGeneratorClassNameMap -
serviceRegistry
ServiceRegistry serviceRegistry
-
-
-
-
Package org.hibernate.id.uuid
-
Class org.hibernate.id.uuid.CustomVersionOneStrategy
class CustomVersionOneStrategy extends Object implements Serializable-
Serialized Fields
-
mostSignificantBits
long mostSignificantBits
-
-
-
Class org.hibernate.id.uuid.StandardRandomStrategy
class StandardRandomStrategy extends Object implements Serializable -
Class org.hibernate.id.uuid.UuidGenerator
class UuidGenerator extends Object implements Serializable-
Serialized Fields
-
generator
UuidValueGenerator generator
-
valueTransformer
UUIDJavaType.ValueTransformer valueTransformer
-
-
-
-
Package org.hibernate.integrator.internal
-
Class org.hibernate.integrator.internal.IntegratorServiceImpl
class IntegratorServiceImpl extends Object implements Serializable-
Serialized Fields
-
integrators
LinkedHashSet<Integrator> integrators
-
-
-
-
Package org.hibernate.integrator.spi
-
Package org.hibernate.internal
-
Class org.hibernate.internal.ConnectionObserverStatsBridge
class ConnectionObserverStatsBridge extends Object implements Serializable-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
Class org.hibernate.internal.ContextualJdbcConnectionAccess
class ContextualJdbcConnectionAccess extends Object implements Serializable-
Serialized Fields
-
connectionProvider
MultiTenantConnectionProvider<Object> connectionProvider
-
listener
SessionEventListener listener
-
session
SharedSessionContractImplementor session
-
tenantIdentifier
Object tenantIdentifier
-
-
-
Class org.hibernate.internal.CoreMessageLogger_$logger
class CoreMessageLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.EmptyInterceptor
class EmptyInterceptor extends Object implements Serializable -
Class org.hibernate.internal.EntityManagerMessageLogger_$logger
class EntityManagerMessageLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.ExceptionMapperStandardImpl
class ExceptionMapperStandardImpl extends Object implements Serializable -
Class org.hibernate.internal.FilterImpl
class FilterImpl extends Object implements Serializable -
Class org.hibernate.internal.NonContextualJdbcConnectionAccess
class NonContextualJdbcConnectionAccess extends Object implements Serializable-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
listener
SessionEventListener listener
-
session
SharedSessionContractImplementor session
-
-
-
Class org.hibernate.internal.SessionFactoryImpl
class SessionFactoryImpl extends QueryParameterBindingTypeResolverImpl implements Serializable-
Serialization Methods
-
readObject
Custom serialization hook used when the factory is directly deserialized.- Parameters:
in- The stream from which the object is being deserialized.- Throws:
IOException- Can be thrown by the streamClassNotFoundException- Again, can be thrown by the stream
-
readResolve
Custom serialization hook used when the factory is directly deserialized.Here we resolve the uuid/name read from the stream previously to resolve the
SessionFactoryinstance to use based on the registrations with theSessionFactoryRegistry.- Throws:
InvalidObjectException- Thrown if we could not resolve the factory by uuid/name.
-
writeObject
Custom serialization hook used when the factory is directly serialized- Parameters:
out- The stream into which the object is being serialized.- Throws:
IOException- Can be thrown by the stream
-
-
Serialized Fields
-
jpaPersistenceUnitUtil
PersistenceUnitUtil jpaPersistenceUnitUtil
-
name
String name
-
uuid
String uuid
-
-
-
Class org.hibernate.internal.SessionFactoryObserverChain
class SessionFactoryObserverChain extends Object implements Serializable-
Serialized Fields
-
observers
List<SessionFactoryObserver> observers
-
-
-
Class org.hibernate.internal.SessionImpl
class SessionImpl extends AbstractSharedSessionContract implements Serializable-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException, SQLException Used by JDK serialization...- Parameters:
ois- The input stream from which we are being read...- Throws:
IOException- Indicates a general IO stream exceptionClassNotFoundException- Indicates a class resolution issueSQLException
-
writeObject
Used by JDK serialization...- Parameters:
oos- The output stream to which we are being written...- Throws:
IOException- Indicates a general IO stream exception
-
-
Serialized Fields
-
autoClear
boolean autoClear
-
autoClose
boolean autoClose
-
lockOptions
LockOptions lockOptions
-
properties
Map<String,
Object> properties
-
-
-
Class org.hibernate.internal.StatelessSessionImpl
class StatelessSessionImpl extends AbstractSharedSessionContract implements Serializable-
Serialized Fields
-
connectionProvided
boolean connectionProvided
-
influencers
LoadQueryInfluencers influencers
-
temporaryPersistenceContext
PersistenceContext temporaryPersistenceContext
-
-
-
Package org.hibernate.internal.log
-
Class org.hibernate.internal.log.ConnectionAccessLogger_$logger
class ConnectionAccessLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.ConnectionInfoLogger_$logger
class ConnectionInfoLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.DeprecationLogger_$logger
class DeprecationLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.internal.log.IncubationLogger_$logger
class IncubationLogger_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
-
Class org.hibernate.internal.log.UrlMessageBundle_$logger
class UrlMessageBundle_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
-
-
Package org.hibernate.internal.util
-
Class org.hibernate.internal.util.MarkerObject
class MarkerObject extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.internal.util.ZonedDateTimeComparator
class ZonedDateTimeComparator extends Object implements Serializable
-
-
Package org.hibernate.internal.util.beans
-
Exception org.hibernate.internal.util.beans.BeanIntrospectionException
class BeanIntrospectionException extends HibernateException implements Serializable
-
-
Package org.hibernate.internal.util.collections
-
Class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
-
Serialization Methods
-
readObject
Reconstitute theConcurrentHashMapinstance from a stream (i.e., deserialize it).- Parameters:
s- the stream- Throws:
IOExceptionClassNotFoundException
-
writeObject
Save the state of theConcurrentHashMapinstance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
s- the stream- Throws:
IOException
-
-
Serialized Fields
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Segment<K,
V>[] segments The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
-
Class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
Reconstitute theConcurrentReferenceHashMapinstance from a stream (i.e., deserialize it).- Parameters:
s- the stream- Throws:
IOExceptionClassNotFoundException
-
writeObject
Save the state of theConcurrentReferenceHashMapinstance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
s- the stream- Throws:
IOException
-
-
Serialized Fields
-
identityComparisons
boolean identityComparisons
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Segment<K,
V>[] segments The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
-
Package org.hibernate.internal.util.compare
-
Class org.hibernate.internal.util.compare.ComparableComparator
class ComparableComparator extends Object implements Serializable
-
-
Package org.hibernate.internal.util.config
-
Exception org.hibernate.internal.util.config.ConfigurationException
class ConfigurationException extends HibernateException implements Serializable
-
-
Package org.hibernate.internal.util.xml
-
Class org.hibernate.internal.util.xml.DTDEntityResolver
class DTDEntityResolver extends Object implements Serializable -
Exception org.hibernate.internal.util.xml.XsdException
class XsdException extends HibernateException implements Serializable-
Serialized Fields
-
xsdName
String xsdName
-
-
-
-
Package org.hibernate.jdbc
-
Exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
class BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException implements Serializable-
Serialized Fields
-
batchPosition
int batchPosition
-
-
-
Exception org.hibernate.jdbc.BatchFailedException
class BatchFailedException extends HibernateException implements Serializable -
Exception org.hibernate.jdbc.TooManyRowsAffectedException
class TooManyRowsAffectedException extends HibernateException implements Serializable-
Serialized Fields
-
actualRowCount
int actualRowCount
-
expectedRowCount
int expectedRowCount
-
-
-
-
Package org.hibernate.jpa.event.internal
-
Class org.hibernate.jpa.event.internal.EmbeddableCallback.Definition
class Definition extends Object implements Serializable-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
embeddableGetter
Getter embeddableGetter
-
-
-
Class org.hibernate.jpa.event.internal.EntityCallback.Definition
class Definition extends Object implements Serializable-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
-
-
Class org.hibernate.jpa.event.internal.ListenerCallback.Definition
class Definition extends Object implements Serializable-
Serialized Fields
-
callbackMethod
Method callbackMethod
-
callbackType
CallbackType callbackType
-
listenerClass
Class<?> listenerClass
-
-
-
-
Package org.hibernate.jpa.event.spi
-
Package org.hibernate.jpa.internal
-
Class org.hibernate.jpa.internal.ExceptionMapperLegacyJpaImpl
class ExceptionMapperLegacyJpaImpl extends Object implements Serializable -
Class org.hibernate.jpa.internal.PersistenceUnitUtilImpl
class PersistenceUnitUtilImpl extends Object implements Serializable-
Serialized Fields
-
sessionFactory
SessionFactoryImplementor sessionFactory
-
-
-
-
Package org.hibernate.jpa.internal.util
-
Exception org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeExtractionException
class AttributeExtractionException extends HibernateException implements Serializable -
Class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MetadataCache
class MetadataCache extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
metadataCacheClassValue
ClassValue<PersistenceUtilHelper.ClassMetadataCache> metadataCacheClassValue
-
-
-
-
Package org.hibernate.jpa.spi
-
Class org.hibernate.jpa.spi.NativeQueryTupleTransformer
class NativeQueryTupleTransformer extends Object implements Serializable
-
-
Package org.hibernate.loader
-
Exception org.hibernate.loader.MultipleBagFetchException
class MultipleBagFetchException extends HibernateException implements Serializable-
Serialized Fields
-
bagRoles
List bagRoles
-
-
-
Exception org.hibernate.loader.NonUniqueDiscoveredSqlAliasException
class NonUniqueDiscoveredSqlAliasException extends HibernateException implements Serializable
-
-
Package org.hibernate.loader.ast.internal
-
Class org.hibernate.loader.ast.internal.StandardBatchLoaderFactory
class StandardBatchLoaderFactory extends Object implements Serializable
-
-
Package org.hibernate.loader.ast.spi
-
Package org.hibernate.mapping
-
Class org.hibernate.mapping.AbstractUserDefinedType
class AbstractUserDefinedType extends Object implements Serializable-
Serialized Fields
-
catalog
Identifier catalog
-
contributor
String contributor
-
name
Identifier name
-
schema
Identifier schema
-
-
-
Class org.hibernate.mapping.AggregateColumn
class AggregateColumn extends Column implements Serializable-
Serialized Fields
-
component
Component component
-
-
-
Class org.hibernate.mapping.Any
class Any extends SimpleValue implements Serializable-
Serialized Fields
-
discriminatorDescriptor
BasicValue discriminatorDescriptor
-
keyDescriptor
BasicValue keyDescriptor
-
keyMapping
SimpleValue keyMapping
-
lazy
boolean lazy
-
metaMapping
Any.MetaValue metaMapping
-
metaValueToEntityNameMap
Map<Object,
String> metaValueToEntityNameMap -
resolvedType
AnyType resolvedType
-
-
-
Class org.hibernate.mapping.Any.KeyValue
class KeyValue extends SimpleValue implements Serializable-
Serialized Fields
-
selectableConsumer
Consumer<Selectable> selectableConsumer
-
typeName
String typeName
-
-
-
Class org.hibernate.mapping.Any.MetaValue
class MetaValue extends SimpleValue implements Serializable-
Serialized Fields
-
columnName
String columnName
-
selectableConsumer
Consumer<Selectable> selectableConsumer
-
typeName
String typeName
-
-
-
Class org.hibernate.mapping.Array
class Array extends List implements Serializable-
Serialized Fields
-
elementClassName
String elementClassName
-
-
-
Class org.hibernate.mapping.Backref
class Backref extends Property implements Serializable-
Serialized Fields
-
collectionRole
String collectionRole
-
entityName
String entityName
-
propertyAccessStrategy
PropertyAccessStrategy propertyAccessStrategy
-
-
-
Class org.hibernate.mapping.Bag
class Bag extends Collection implements Serializable -
Class org.hibernate.mapping.BasicValue
class BasicValue extends SimpleValue implements Serializable-
Serialized Fields
-
aggregateColumn
AggregateColumn aggregateColumn
-
enumerationStyle
EnumType enumerationStyle
-
explicitJavaTypeAccess
Function<TypeConfiguration,
BasicJavaType> explicitJavaTypeAccess -
explicitJdbcTypeAccess
Function<TypeConfiguration,
JdbcType> explicitJdbcTypeAccess -
explicitLocalTypeParams
Map<String,
String> explicitLocalTypeParams -
explicitMutabilityPlanAccess
Function<TypeConfiguration,
MutabilityPlan> explicitMutabilityPlanAccess -
explicitTypeName
String explicitTypeName
-
implicitJavaTypeAccess
Function<TypeConfiguration,
Type> implicitJavaTypeAccess -
isSoftDelete
boolean isSoftDelete
-
jdbcTypeCode
Integer jdbcTypeCode
-
ownerName
String ownerName
-
propertyName
String propertyName
-
resolution
BasicValue.Resolution<?> resolution
-
resolvedJavaType
Type resolvedJavaType
-
softDeleteStrategy
SoftDeleteType softDeleteStrategy
-
temporalPrecision
TemporalType temporalPrecision
-
timeZoneStorageType
TimeZoneStorageType timeZoneStorageType
-
-
-
Class org.hibernate.mapping.Collection
class Collection extends Object implements Serializable-
Serialized Fields
-
batchSize
int batchSize
-
buildingContext
MetadataBuildingContext buildingContext
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cachedCollectionSemantics
CollectionSemantics<?,
?> cachedCollectionSemantics -
cachedCollectionType
CollectionType cachedCollectionType
-
cacheRegionName
String cacheRegionName
-
collectionPersisterClass
Class<? extends CollectionPersister> collectionPersisterClass
-
collectionTable
Table collectionTable
-
comparator
Comparator<?> comparator
-
comparatorClassName
String comparatorClassName
-
customDeleteAllCallable
boolean customDeleteAllCallable
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLDeleteAll
String customSQLDeleteAll
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customTypeBeanResolver
Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver
-
customUpdateCallable
boolean customUpdateCallable
-
deleteAllCheckStyle
ExecuteUpdateResultCheckStyle deleteAllCheckStyle
-
deleteAllExpectation
Supplier<? extends Expectation> deleteAllExpectation
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
deleteExpectation
Supplier<? extends Expectation> deleteExpectation
-
element
Value element
-
extraLazy
boolean extraLazy
-
fetchMode
FetchMode fetchMode
-
filters
List<FilterConfiguration> filters
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
insertExpectation
Supplier<? extends Expectation> insertExpectation
-
inverse
boolean inverse
-
key
KeyValue key
-
lazy
boolean lazy
-
loaderName
String loaderName
-
manyToManyFilters
List<FilterConfiguration> manyToManyFilters
-
manyToManyOrderBy
String manyToManyOrderBy
-
manyToManyWhere
String manyToManyWhere
-
mappedByProperty
String mappedByProperty
-
mutable
boolean mutable
-
optimisticLocked
boolean optimisticLocked
-
orderBy
String orderBy
-
orphanDelete
boolean orphanDelete
-
owner
PersistentClass owner
-
queryCacheLayout
CacheLayout queryCacheLayout
-
referencedPropertyName
String referencedPropertyName
-
role
String role
-
softDeleteColumn
Column softDeleteColumn
-
sorted
boolean sorted
-
subselectLoadable
boolean subselectLoadable
-
synchronizedTables
Set<String> synchronizedTables
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
updateExpectation
Supplier<? extends Expectation> updateExpectation
-
where
String where
-
-
-
Class org.hibernate.mapping.Column
class Column extends Object implements Serializable-
Serialized Fields
-
arrayLength
Integer arrayLength
-
assignmentExpression
String assignmentExpression
-
checkConstraints
List<CheckConstraint> checkConstraints
-
collation
String collation
-
columnSize
Size columnSize
-
comment
String comment
-
customRead
String customRead
-
customWrite
String customWrite
-
defaultValue
String defaultValue
-
explicit
boolean explicit
-
generatedAs
String generatedAs
-
identity
boolean identity
-
length
Long length
-
name
String name
-
nullable
boolean nullable
-
precision
Integer precision
-
quoted
boolean quoted
-
scale
Integer scale
-
sqlTypeCode
Integer sqlTypeCode
-
sqlTypeLob
Boolean sqlTypeLob
-
sqlTypeName
String sqlTypeName
-
temporalPrecision
Integer temporalPrecision
-
typeIndex
int typeIndex
-
unique
boolean unique
-
uniqueInteger
int uniqueInteger
-
uniqueKeyName
String uniqueKeyName
-
value
Value value
-
-
-
Class org.hibernate.mapping.Component
class Component extends SimpleValue implements Serializable-
Serialized Fields
-
aggregateColumn
AggregateColumn aggregateColumn
-
componentClassName
String componentClassName
-
customInstantiator
Class<? extends EmbeddableInstantiator> customInstantiator
-
discriminator
Value discriminator
-
discriminatorValues
Map<Object,
String> discriminatorValues -
dynamic
boolean dynamic
-
embedded
boolean embedded
-
instantiator
Constructor<?> instantiator
-
instantiatorPropertyNames
String[] instantiatorPropertyNames
-
isGeneric
Boolean isGeneric
-
isKey
boolean isKey
-
mappedSuperclass
MappedSuperclass mappedSuperclass
-
metaAttributes
Map<String,
MetaAttribute> metaAttributes -
originalPropertyOrder
int[] originalPropertyOrder
-
owner
PersistentClass owner
-
parentAggregateColumn
AggregateColumn parentAggregateColumn
-
parentProperty
String parentProperty
-
properties
ArrayList<Property> properties
-
propertyDeclaringClasses
Map<Property,
String> propertyDeclaringClasses -
roleName
String roleName
-
structColumnNames
String[] structColumnNames
-
structName
QualifiedName structName
-
subclassToSuperclass
Map<String,
String> subclassToSuperclass -
type
CompositeType type
-
-
-
Class org.hibernate.mapping.Constraint
class Constraint extends Object implements Serializable -
Class org.hibernate.mapping.DenormalizedTable
class DenormalizedTable extends Table implements Serializable -
Class org.hibernate.mapping.DependantBasicValue
class DependantBasicValue extends BasicValue implements Serializable-
Serialized Fields
-
nullable
boolean nullable
-
referencedValue
BasicValue referencedValue
-
updateable
boolean updateable
-
-
-
Class org.hibernate.mapping.DependantValue
class DependantValue extends SimpleValue implements Serializable-
Serialized Fields
-
nullable
boolean nullable
-
sorted
boolean sorted
-
updateable
boolean updateable
-
wrappedValue
KeyValue wrappedValue
-
-
-
Class org.hibernate.mapping.ForeignKey
class ForeignKey extends Constraint implements Serializable -
Class org.hibernate.mapping.Formula
class Formula extends Object implements Serializable-
Serialized Fields
-
formula
String formula
-
uniqueInteger
int uniqueInteger
-
-
-
Class org.hibernate.mapping.IdentifierBag
class IdentifierBag extends IdentifierCollection implements Serializable -
Class org.hibernate.mapping.IdentifierCollection
class IdentifierCollection extends Collection implements Serializable-
Serialized Fields
-
identifier
KeyValue identifier
-
-
-
Class org.hibernate.mapping.IdGenerator
class IdGenerator extends Object implements Serializable-
Serialized Fields
-
identifierGeneratorStrategy
String identifierGeneratorStrategy
Deprecated. -
name
String name
Deprecated. -
params
Properties params
Deprecated.
-
-
-
Class org.hibernate.mapping.Index
class Index extends Object implements Serializable-
Serialized Fields
-
name
Identifier name
-
selectableOrderMap
Map<Selectable,
String> selectableOrderMap -
selectables
List<Selectable> selectables
-
table
Table table
-
unique
boolean unique
-
-
-
Class org.hibernate.mapping.IndexBackref
class IndexBackref extends Property implements Serializable-
Serialized Fields
-
accessStrategy
PropertyAccessStrategy accessStrategy
-
collectionRole
String collectionRole
-
entityName
String entityName
-
-
-
Class org.hibernate.mapping.IndexedCollection
class IndexedCollection extends Collection implements Serializable-
Serialized Fields
-
index
Value index
-
-
-
Class org.hibernate.mapping.Join
class Join extends Object implements Serializable-
Serialized Fields
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
declaredProperties
ArrayList<Property> declaredProperties
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
deleteExpectation
Supplier<? extends Expectation> deleteExpectation
-
disableForeignKeyCreation
boolean disableForeignKeyCreation
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
insertExpectation
Supplier<? extends Expectation> insertExpectation
-
inverse
boolean inverse
-
key
KeyValue key
-
optional
boolean optional
-
persistentClass
PersistentClass persistentClass
-
properties
ArrayList<Property> properties
-
table
Table table
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
updateExpectation
Supplier<? extends Expectation> updateExpectation
-
-
-
Class org.hibernate.mapping.JoinedSubclass
class JoinedSubclass extends Subclass implements Serializable -
Class org.hibernate.mapping.List
class List extends IndexedCollection implements Serializable-
Serialized Fields
-
baseIndex
int baseIndex
-
-
-
Class org.hibernate.mapping.ManyToOne
class ManyToOne extends ToOne implements Serializable-
Serialized Fields
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
notFoundAction
NotFoundAction notFoundAction
-
resolvedType
Type resolvedType
-
-
-
Class org.hibernate.mapping.Map
class Map extends IndexedCollection implements Serializable-
Serialized Fields
-
mapKeyPropertyName
String mapKeyPropertyName
-
-
-
Class org.hibernate.mapping.MetaAttribute
class MetaAttribute extends Object implements Serializable -
Class org.hibernate.mapping.OneToMany
class OneToMany extends Object implements Serializable-
Serialized Fields
-
associatedClass
PersistentClass associatedClass
-
buildingContext
MetadataBuildingContext buildingContext
-
notFoundAction
NotFoundAction notFoundAction
-
referencedEntityName
String referencedEntityName
-
referencingTable
Table referencingTable
-
-
-
Class org.hibernate.mapping.OneToOne
class OneToOne extends ToOne implements Serializable-
Serialized Fields
-
constrained
boolean constrained
-
entityName
String entityName
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
identifier
KeyValue identifier
-
mappedByProperty
String mappedByProperty
-
propertyName
String propertyName
-
-
-
Class org.hibernate.mapping.PersistentClass
class PersistentClass extends Object implements Serializable-
Serialized Fields
-
batchSize
int batchSize
-
callbackDefinitions
List<CallbackDefinition> callbackDefinitions
-
checkConstraints
List<CheckConstraint> checkConstraints
-
className
String className
-
contributor
String contributor
-
customDeleteCallable
boolean customDeleteCallable
-
customInsertCallable
boolean customInsertCallable
-
customSQLDelete
String customSQLDelete
-
customSQLInsert
String customSQLInsert
-
customSQLUpdate
String customSQLUpdate
-
customUpdateCallable
boolean customUpdateCallable
-
declaredIdentifierMapper
Component declaredIdentifierMapper
-
declaredProperties
List<Property> declaredProperties
-
deleteCheckStyle
ExecuteUpdateResultCheckStyle deleteCheckStyle
-
deleteExpectation
Supplier<? extends Expectation> deleteExpectation
-
discriminatorValue
String discriminatorValue
-
dynamicInsert
boolean dynamicInsert
-
dynamicUpdate
boolean dynamicUpdate
-
entityName
String entityName
-
filters
List<FilterConfiguration> filters
-
hasNaturalId
Boolean hasNaturalId
-
hasSubselectLoadableCollections
boolean hasSubselectLoadableCollections
-
identifierMapper
Component identifierMapper
-
insertCheckStyle
ExecuteUpdateResultCheckStyle insertCheckStyle
-
insertExpectation
Supplier<? extends Expectation> insertExpectation
-
isAbstract
Boolean isAbstract
-
isCached
boolean isCached
-
joins
List<Join> joins
-
jpaEntityName
String jpaEntityName
-
lazy
boolean lazy
-
loaderName
String loaderName
-
metaAttributes
Map<String,
MetaAttribute> metaAttributes -
metadataBuildingContext
MetadataBuildingContext metadataBuildingContext
-
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
-
properties
List<Property> properties
-
proxyInterfaceName
String proxyInterfaceName
-
queryCacheLayout
CacheLayout queryCacheLayout
-
selectBeforeUpdate
boolean selectBeforeUpdate
-
subclasses
List<Subclass> subclasses
-
subclassJoins
List<Join> subclassJoins
-
subclassProperties
List<Property> subclassProperties
-
subclassTables
List<Table> subclassTables
-
superMappedSuperclass
MappedSuperclass superMappedSuperclass
-
synchronizedTables
Set<String> synchronizedTables
-
updateCheckStyle
ExecuteUpdateResultCheckStyle updateCheckStyle
-
updateExpectation
Supplier<? extends Expectation> updateExpectation
-
-
-
Class org.hibernate.mapping.PrimaryKey
class PrimaryKey extends Constraint implements Serializable-
Serialized Fields
-
orderingUniqueKey
UniqueKey orderingUniqueKey
-
originalOrder
int[] originalOrder
-
-
-
Class org.hibernate.mapping.PrimitiveArray
class PrimitiveArray extends Array implements Serializable -
Class org.hibernate.mapping.Property
class Property extends Object implements Serializable-
Serialized Fields
-
callbackDefinitions
List<CallbackDefinition> callbackDefinitions
-
cascade
String cascade
-
generatorCreator
GeneratorCreator generatorCreator
-
insertable
boolean insertable
-
isGeneric
boolean isGeneric
-
lazy
boolean lazy
-
lazyGroup
String lazyGroup
-
lob
boolean lob
-
metaAttributes
Map<String,
MetaAttribute> metaAttributes -
name
String name
-
naturalIdentifier
boolean naturalIdentifier
-
optimisticLocked
boolean optimisticLocked
-
optional
boolean optional
-
persistentClass
PersistentClass persistentClass
-
propertyAccessorName
String propertyAccessorName
-
propertyAccessStrategy
PropertyAccessStrategy propertyAccessStrategy
-
returnedClassName
String returnedClassName
-
selectable
boolean selectable
-
updateable
boolean updateable
-
value
Value value
-
-
-
Class org.hibernate.mapping.PropertyGeneration
class PropertyGeneration extends Object implements Serializable-
Serialization Methods
-
readResolve
Deprecated.
-
-
Serialized Fields
-
name
String name
Deprecated.
-
-
-
Class org.hibernate.mapping.RootClass
class RootClass extends PersistentClass implements Serializable-
Serialized Fields
-
cacheConcurrencyStrategy
String cacheConcurrencyStrategy
-
cacheRegionName
String cacheRegionName
-
concreteProxy
boolean concreteProxy
-
declaredIdentifierProperty
Property declaredIdentifierProperty
-
declaredVersion
Property declaredVersion
-
discriminator
Value discriminator
-
discriminatorInsertable
boolean discriminatorInsertable
-
embeddedIdentifier
boolean embeddedIdentifier
-
entityPersisterClass
Class<? extends EntityPersister> entityPersisterClass
-
explicitPolymorphism
boolean explicitPolymorphism
-
forceDiscriminator
boolean forceDiscriminator
-
identifier
KeyValue identifier
-
identifierProperty
Property identifierProperty
-
lazyPropertiesCacheable
boolean lazyPropertiesCacheable
-
mutable
boolean mutable
-
naturalIdCacheRegionName
String naturalIdCacheRegionName
-
nextSubclassId
int nextSubclassId
-
polymorphic
boolean polymorphic
-
softDeleteColumn
Column softDeleteColumn
-
table
Table table
-
version
Property version
-
where
String where
-
-
-
Class org.hibernate.mapping.Set
class Set extends Collection implements Serializable -
Class org.hibernate.mapping.SimpleValue
class SimpleValue extends Object implements Serializable-
Serialized Fields
-
alternateUniqueKey
boolean alternateUniqueKey
-
attributeConverterDescriptor
ConverterDescriptor attributeConverterDescriptor
-
buildingContext
MetadataBuildingContext buildingContext
-
columns
List<Selectable> columns
-
customIdGeneratorCreator
IdentifierGeneratorCreator customIdGeneratorCreator
-
foreignKeyDefinition
String foreignKeyDefinition
-
foreignKeyEnabled
boolean foreignKeyEnabled
-
foreignKeyName
String foreignKeyName
-
generator
Generator generator
-
identifierGeneratorParameters
Map<String,
Object> identifierGeneratorParameters -
identifierGeneratorStrategy
String identifierGeneratorStrategy
-
insertability
List<Boolean> insertability
-
isLob
boolean isLob
-
isNationalized
boolean isNationalized
-
isVersion
boolean isVersion
-
metadata
MetadataImplementor metadata
-
nullValue
String nullValue
-
onDeleteAction
OnDeleteAction onDeleteAction
-
partitionKey
boolean partitionKey
-
table
Table table
-
type
Type type
-
typeName
String typeName
-
typeParameters
Properties typeParameters
-
updatability
List<Boolean> updatability
-
-
-
Class org.hibernate.mapping.SingleTableSubclass
class SingleTableSubclass extends Subclass implements Serializable -
Class org.hibernate.mapping.Subclass
class Subclass extends PersistentClass implements Serializable-
Serialized Fields
-
classPersisterClass
Class<? extends EntityPersister> classPersisterClass
-
subclassId
int subclassId
-
superclass
PersistentClass superclass
-
-
-
Class org.hibernate.mapping.SyntheticProperty
class SyntheticProperty extends Property implements Serializable -
Class org.hibernate.mapping.Table
class Table extends Object implements Serializable-
Serialized Fields
-
catalog
Identifier catalog
-
checkConstraints
List<CheckConstraint> checkConstraints
-
columns
Map<String,
Column> columns contains all columns, including the primary key -
comment
String comment
-
contributor
String contributor
-
foreignKeys
Map<Table.ForeignKeyKey,
ForeignKey> foreignKeys -
hasDenormalizedTables
boolean hasDenormalizedTables
-
indexes
Map<String,
Index> indexes -
initCommandProducers
List<Function<SqlStringGenerationContext,
InitCommand>> initCommandProducers -
isAbstract
boolean isAbstract
-
name
Identifier name
-
primaryKey
PrimaryKey primaryKey
-
rowId
String rowId
-
schema
Identifier schema
-
sizeOfUniqueKeyMapOnLastCleanse
int sizeOfUniqueKeyMapOnLastCleanse
-
subselect
String subselect
-
uniqueInteger
int uniqueInteger
-
uniqueKeys
Map<String,
UniqueKey> uniqueKeys -
viewQuery
String viewQuery
-
-
-
Class org.hibernate.mapping.Table.ForeignKeyKey
class ForeignKeyKey extends Object implements Serializable -
Class org.hibernate.mapping.ToOne
class ToOne extends SimpleValue implements Serializable-
Serialized Fields
-
fetchMode
FetchMode fetchMode
-
lazy
boolean lazy
-
propertyName
String propertyName
-
referencedEntityName
String referencedEntityName
-
referencedPropertyName
String referencedPropertyName
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
sorted
boolean sorted
-
unwrapProxy
boolean unwrapProxy
-
unwrapProxyImplicit
boolean unwrapProxyImplicit
-
-
-
Class org.hibernate.mapping.TypeDef
class TypeDef extends Object implements Serializable-
Serialized Fields
-
parameters
Properties parameters
Deprecated. -
typeClass
String typeClass
Deprecated.
-
-
-
Class org.hibernate.mapping.UnionSubclass
class UnionSubclass extends Subclass implements Serializable-
Serialized Fields
-
table
Table table
-
-
-
Class org.hibernate.mapping.UniqueKey
class UniqueKey extends Constraint implements Serializable -
Class org.hibernate.mapping.UserDefinedArrayType
class UserDefinedArrayType extends AbstractUserDefinedType implements Serializable -
Class org.hibernate.mapping.UserDefinedObjectType
class UserDefinedObjectType extends AbstractUserDefinedType implements Serializable
-
-
Package org.hibernate.metamodel
-
Exception org.hibernate.metamodel.UnsupportedMappingException
class UnsupportedMappingException extends HibernateException implements Serializable
-
-
Package org.hibernate.metamodel.mapping
-
Class org.hibernate.metamodel.mapping.MappingModelCreationLogging_$logger
class MappingModelCreationLogging_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.metamodel.mapping.SelectablePath
class SelectablePath extends Object implements Serializable-
Serialized Fields
-
index
int index
-
name
String name
-
parent
SelectablePath parent
-
-
-
-
Package org.hibernate.metamodel.mapping.internal
-
Exception org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.IllegalAttributeType
class IllegalAttributeType extends RuntimeException implements Serializable -
Class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl
class MutabilityPlanImpl extends Object implements Serializable-
Serialized Fields
-
anyType
AnyType anyType
-
-
-
Class org.hibernate.metamodel.mapping.internal.DiscriminatorTypeImpl
-
-
Package org.hibernate.metamodel.mapping.ordering.ast
-
Exception org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
class OrderByComplianceViolation extends HibernateException implements Serializable -
Exception org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
class PathResolutionException extends HibernateException implements Serializable
-
-
Package org.hibernate.metamodel.model.domain
-
Class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
-
Serialized Fields
-
hasIdClass
boolean hasIdClass
-
hasIdentifierProperty
boolean hasIdentifierProperty
-
id
SingularPersistentAttribute<J,
?> id -
idClassType
EmbeddableDomainType<?> idClassType
-
identifierDescriptor
SqmPathSource<?> identifierDescriptor
-
isVersioned
boolean isVersioned
-
naturalIdAttributes
List<PersistentAttribute<J,
?>> naturalIdAttributes -
nonAggregatedIdAttributes
Set<SingularPersistentAttribute<? super J,
?>> nonAggregatedIdAttributes -
versionAttribute
SingularPersistentAttribute<J,
?> versionAttribute
-
-
-
Class org.hibernate.metamodel.model.domain.AbstractManagedType
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
declaredConcreteGenericAttributes
Map<String,
PersistentAttribute<J, ?>> declaredConcreteGenericAttributes -
declaredPluralAttributes
Map<String,
PluralPersistentAttribute<J, ?, ?>> declaredPluralAttributes -
declaredSingularAttributes
Map<String,
SingularPersistentAttribute<J, ?>> declaredSingularAttributes -
hibernateTypeName
String hibernateTypeName
-
metamodel
JpaMetamodelImplementor metamodel
-
representationMode
RepresentationMode representationMode
-
subTypes
List<ManagedDomainType<? extends J>> subTypes
-
superType
ManagedDomainType<? super J> superType
-
-
-
-
Package org.hibernate.metamodel.model.domain.internal
-
Class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
class AbstractAttribute extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
attributeClassification
AttributeClassification attributeClassification
-
attributeJtd
JavaType<J> attributeJtd
-
declaringType
ManagedDomainType<D> declaringType
-
name
String name
-
valueType
DomainType<B> valueType
-
-
-
Class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
-
Serialized Fields
-
classification
CollectionClassification classification
-
elementPathSource
SqmPathSource<E> elementPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPath
-
Class org.hibernate.metamodel.model.domain.internal.BagAttributeImpl
-
Class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
class BasicTypeImpl extends Object implements Serializable -
Class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl
-
Serialized Fields
-
discriminatorPathSource
EmbeddedDiscriminatorSqmPathSource<?> discriminatorPathSource
-
isDynamic
boolean isDynamic
-
-
-
Class org.hibernate.metamodel.model.domain.internal.EmbeddedDiscriminatorSqmPath
-
Serialized Fields
-
embeddableDomainType
EmbeddableDomainType<T> embeddableDomainType
-
-
-
Class org.hibernate.metamodel.model.domain.internal.EntityDiscriminatorSqmPath
-
Serialized Fields
-
entityDescriptor
EntityMappingType entityDescriptor
-
entityDomainType
EntityDomainType entityDomainType
-
-
-
Class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
discriminatorPathSource
SqmPathSource<?> discriminatorPathSource
-
jpaEntityName
String jpaEntityName
-
metamodel
JpaMetamodelImplementor metamodel
-
-
-
Class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
class JpaMetamodelImpl extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
allowedEnumLiteralsToEnumTypeNames
Map<String,
Set<String>> allowedEnumLiteralsToEnumTypeNames -
entityProxyInterfaceMap
Map<Class<?>,
String> entityProxyInterfaceMap -
enumJavaTypes
Map<String,
EnumJavaType<?>> enumJavaTypes -
jpaMetaModelPopulationSetting
JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting
-
knownInvalidnameToImportMap
Map<String,
Object> knownInvalidnameToImportMap -
managedTypeByClass
Map<Class<?>,
ManagedDomainType<?>> managedTypeByClass -
managedTypeByName
Map<String,
ManagedDomainType<?>> managedTypeByName -
mappingMetamodel
MappingMetamodel mappingMetamodel
-
nameToImportMap
Map<String,
org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl.ImportInfo<?>> nameToImportMap -
polymorphicEntityReferenceMap
Map<Class<?>,
SqmPolymorphicRootDescriptor<?>> polymorphicEntityReferenceMap -
serviceRegistry
ServiceRegistry serviceRegistry
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
-
Serialized Fields
-
indexPathSource
SqmPathSource<Integer> indexPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
-
Serialized Fields
-
keyPathSource
SqmPathSource<K> keyPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
-
Class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
class MappingMetamodelImpl extends QueryParameterBindingTypeResolverImpl implements Serializable-
Serialized Fields
-
collectionPersisterMap
Map<String,
CollectionPersister> collectionPersisterMap -
collectionRolesByEntityParticipant
Map<String,
Set<String>> collectionRolesByEntityParticipant -
embeddableValuedModelPart
Map<NavigableRole,
EmbeddableValuedModelPart> embeddableValuedModelPart -
entityNameResolvers
Set<EntityNameResolver> entityNameResolvers
-
entityPersisterMap
EntityPersisterConcurrentMap entityPersisterMap
-
entityProxyInterfaceMap
Map<Class<?>,
String> entityProxyInterfaceMap -
implementorsCache
Map<String,
String[]> implementorsCache That's not strictly correct in the JPA standard since for a given Java type we could have multiple instances of an embeddable type. Some embeddable might override attributes, but we can only return a single EmbeddableTypeImpl for a given Java object class.A better approach would be if the parent class and attribute name would be included as well when trying to locate the embeddable type.
-
jpaMetamodel
JpaMetamodelImplementor jpaMetamodel
-
tupleTypeCache
Map<TupleType<?>,
MappingModelExpressible<?>> tupleTypeCache
-
-
-
Class org.hibernate.metamodel.model.domain.internal.PrimitiveBasicTypeImpl
-
Class org.hibernate.metamodel.model.domain.internal.SetAttributeImpl
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
-
Serialized Fields
-
isIdentifier
boolean isIdentifier
-
isOptional
boolean isOptional
-
isVersion
boolean isVersion
-
sqmPathSource
SqmPathSource<J> sqmPathSource
-
-
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Identifier
-
Class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Version
-
-
Package org.hibernate.persister.entity
-
Class org.hibernate.persister.entity.DiscriminatorType
class DiscriminatorType extends AbstractType implements Serializable-
Serialized Fields
-
converter
DiscriminatorConverter converter
Deprecated, for removal: This API element is subject to removal in a future version. -
persister
Loadable persister
Deprecated, for removal: This API element is subject to removal in a future version. -
underlyingType
BasicType<Object> underlyingType
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
Package org.hibernate.persister.internal
-
Class org.hibernate.persister.internal.PersisterFactoryImpl
class PersisterFactoryImpl extends Object implements Serializable-
Serialized Fields
-
persisterClassResolver
PersisterClassResolver persisterClassResolver
-
-
-
Class org.hibernate.persister.internal.StandardPersisterClassResolver
class StandardPersisterClassResolver extends Object implements Serializable
-
-
Package org.hibernate.persister.spi
-
Exception org.hibernate.persister.spi.UnknownPersisterException
class UnknownPersisterException extends HibernateException implements Serializable
-
-
Package org.hibernate.procedure
-
Exception org.hibernate.procedure.NamedParametersNotSupportedException
class NamedParametersNotSupportedException extends HibernateException implements Serializable -
Exception org.hibernate.procedure.NoSuchParameterException
class NoSuchParameterException extends HibernateException implements Serializable -
Exception org.hibernate.procedure.ParameterMisuseException
class ParameterMisuseException extends HibernateException implements Serializable -
Exception org.hibernate.procedure.ParameterStrategyException
class ParameterStrategyException extends HibernateException implements Serializable -
Exception org.hibernate.procedure.ParameterTypeException
class ParameterTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.property.access.internal
-
Class org.hibernate.property.access.internal.AbstractFieldSerialForm
class AbstractFieldSerialForm extends Object implements Serializable -
Class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
class AbstractSetterMethodSerialForm extends Object implements Serializable -
Class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
class ChainedPropertyAccessImpl extends Object implements Serializable-
Serialized Fields
-
propertyAccesses
PropertyAccess[] propertyAccesses
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
class PropertyAccessCompositeUserTypeImpl extends Object implements Serializable-
Serialized Fields
-
propertyIndex
int propertyIndex
-
strategy
PropertyAccessStrategyCompositeUserTypeImpl strategy
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
class GetterImpl extends Object implements Serializable-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
class SetterImpl extends Object implements Serializable-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
class PropertyAccessStrategyResolverStandardImpl extends Object implements Serializable-
Serialized Fields
-
serviceRegistry
ServiceRegistry serviceRegistry
-
strategySelectorService
StrategySelector strategySelectorService
-
-
-
-
Package org.hibernate.property.access.spi
-
Class org.hibernate.property.access.spi.EnhancedSetterImpl
class EnhancedSetterImpl extends SetterFieldImpl implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
enhancementState
int enhancementState
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
class EnhancedSetterMethodImpl extends SetterMethodImpl implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
enhancementState
int enhancementState
-
propertyName
String propertyName
-
-
-
Class org.hibernate.property.access.spi.GetterFieldImpl
class GetterFieldImpl extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class org.hibernate.property.access.spi.GetterMethodImpl
class GetterMethodImpl extends Object implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Exception org.hibernate.property.access.spi.PropertyAccessBuildingException
class PropertyAccessBuildingException extends HibernateException implements Serializable -
Exception org.hibernate.property.access.spi.PropertyAccessException
class PropertyAccessException extends HibernateException implements Serializable -
Exception org.hibernate.property.access.spi.PropertyAccessSerializationException
class PropertyAccessSerializationException extends HibernateException implements Serializable -
Class org.hibernate.property.access.spi.SetterFieldImpl
class SetterFieldImpl extends Object implements Serializable -
Class org.hibernate.property.access.spi.SetterMethodImpl
class SetterMethodImpl extends Object implements Serializable
-
-
Package org.hibernate.proxy
-
Class org.hibernate.proxy.AbstractSerializableProxy
class AbstractSerializableProxy extends Object implements Serializable
-
-
Package org.hibernate.proxy.map
-
Class org.hibernate.proxy.map.MapLazyInitializer
class MapLazyInitializer extends AbstractLazyInitializer implements Serializable -
Class org.hibernate.proxy.map.MapProxy
class MapProxy extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
li
MapLazyInitializer li
-
replacement
Object replacement
-
-
-
Class org.hibernate.proxy.map.SerializableMapProxy
class SerializableMapProxy extends AbstractSerializableProxy implements Serializable-
Serialization Methods
-
readResolve
-
-
-
-
Package org.hibernate.proxy.pojo.bytebuddy
-
Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
class ByteBuddyProxyFactory extends Object implements Serializable-
Serialized Fields
-
byteBuddyProxyHelper
ByteBuddyProxyHelper byteBuddyProxyHelper
-
componentIdType
CompositeType componentIdType
-
entityName
String entityName
-
getIdentifierMethod
Method getIdentifierMethod
-
interfaces
Class<?>[] interfaces
-
overridesEquals
boolean overridesEquals
-
persistentClass
Class<?> persistentClass
-
proxyClass
Class<?> proxyClass
-
setIdentifierMethod
Method setIdentifierMethod
-
-
-
Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
class ByteBuddyProxyHelper extends Object implements Serializable-
Serialized Fields
-
byteBuddyState
ByteBuddyState byteBuddyState
-
-
-
Class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
class SerializableProxy extends AbstractSerializableProxy implements Serializable-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
componentIdType
CompositeType componentIdType
-
identifierGetterMethodClass
Class<?> identifierGetterMethodClass
-
identifierGetterMethodName
String identifierGetterMethodName
-
identifierSetterMethodClass
Class<?> identifierSetterMethodClass
-
identifierSetterMethodName
String identifierSetterMethodName
-
identifierSetterMethodParams
Class<?>[] identifierSetterMethodParams
-
interfaces
Class<?>[] interfaces
-
persistentClass
Class<?> persistentClass
-
-
-
-
Package org.hibernate.query
-
Exception org.hibernate.query.IllegalMutationQueryException
class IllegalMutationQueryException extends IllegalQueryOperationException implements Serializable -
Exception org.hibernate.query.IllegalNamedQueryOptionsException
class IllegalNamedQueryOptionsException extends QueryException implements Serializable -
Exception org.hibernate.query.IllegalQueryOperationException
class IllegalQueryOperationException extends QueryException implements Serializable -
Exception org.hibernate.query.IllegalSelectQueryException
class IllegalSelectQueryException extends IllegalQueryOperationException implements Serializable -
Exception org.hibernate.query.NamedQueryValidationException
class NamedQueryValidationException extends QueryException implements Serializable-
Serialized Fields
-
errors
Map<String,
HibernateException> errors
-
-
-
Exception org.hibernate.query.NotIndexedCollectionException
class NotIndexedCollectionException extends SemanticException implements Serializable -
Exception org.hibernate.query.ParameterLabelException
class ParameterLabelException extends SemanticException implements Serializable -
Exception org.hibernate.query.PathException
class PathException extends SemanticException implements Serializable -
Exception org.hibernate.query.QueryArgumentException
class QueryArgumentException extends IllegalArgumentException implements Serializable -
Class org.hibernate.query.QueryLogging_$logger
class QueryLogging_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Exception org.hibernate.query.QueryTypeMismatchException
class QueryTypeMismatchException extends HibernateException implements Serializable -
Exception org.hibernate.query.SemanticException
class SemanticException extends QueryException implements Serializable -
Exception org.hibernate.query.SyntaxException
class SyntaxException extends QueryException implements Serializable -
Exception org.hibernate.query.UnknownNamedQueryException
class UnknownNamedQueryException extends QueryException implements Serializable -
Exception org.hibernate.query.UnknownParameterException
class UnknownParameterException extends HibernateException implements Serializable -
Exception org.hibernate.query.UnknownSqlResultSetMappingException
class UnknownSqlResultSetMappingException extends MappingException implements Serializable-
Serialized Fields
-
unknownSqlResultSetMappingName
String unknownSqlResultSetMappingName
-
-
-
-
Package org.hibernate.query.criteria
-
Class org.hibernate.query.criteria.CriteriaDefinition
class CriteriaDefinition extends HibernateCriteriaBuilderDelegate implements Serializable-
Serialized Fields
-
query
JpaCriteriaQuery<R> query
-
-
-
-
Package org.hibernate.query.criteria.internal
-
Class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
class NamedCriteriaQueryMementoImpl extends AbstractNamedQueryMemento implements Serializable-
Serialized Fields
-
firstResult
Integer firstResult
-
lockOptions
LockOptions lockOptions
-
maxResults
Integer maxResults
-
parameterTypes
Map<String,
String> parameterTypes -
sqmStatement
SqmStatement sqmStatement
-
-
-
-
Package org.hibernate.query.criteria.spi
-
Package org.hibernate.query.hql
-
Exception org.hibernate.query.hql.HqlInterpretationException
class HqlInterpretationException extends HibernateException implements Serializable -
Class org.hibernate.query.hql.HqlLogging_$logger
class HqlLogging_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.query.hql.internal
-
Class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
class FullyQualifiedReflectivePathTerminal extends FullyQualifiedReflectivePath implements Serializable-
Serialized Fields
-
creationState
SqmCreationState creationState
-
expressibleType
@Nullable SqmExpressible<?> expressibleType
-
handler
Function<SemanticQueryWalker<?>,
?> handler
-
-
-
Class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
class NamedHqlQueryMementoImpl extends AbstractNamedQueryMemento implements Serializable
-
-
Package org.hibernate.query.results
-
Exception org.hibernate.query.results.MissingSqlSelectionException
class MissingSqlSelectionException extends HibernateException implements Serializable -
Exception org.hibernate.query.results.PositionalSelectionsNotAllowedException
class PositionalSelectionsNotAllowedException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm
-
Exception org.hibernate.query.sqm.AliasCollisionException
class AliasCollisionException extends SemanticException implements Serializable -
Exception org.hibernate.query.sqm.EntityTypeException
class EntityTypeException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
reference
String reference
-
-
-
Exception org.hibernate.query.sqm.InterpretationException
class InterpretationException extends QueryException implements Serializable -
Exception org.hibernate.query.sqm.LiteralNumberFormatException
class LiteralNumberFormatException extends SemanticException implements Serializable -
Exception org.hibernate.query.sqm.ParsingException
class ParsingException extends QueryException implements Serializable -
Exception org.hibernate.query.sqm.PathElementException
class PathElementException extends IllegalArgumentException implements Serializable -
Exception org.hibernate.query.sqm.StrictJpaComplianceViolation
class StrictJpaComplianceViolation extends SemanticException implements Serializable-
Serialized Fields
-
type
StrictJpaComplianceViolation.Type type
-
-
-
Exception org.hibernate.query.sqm.TerminalPathException
class TerminalPathException extends IllegalStateException implements Serializable -
Exception org.hibernate.query.sqm.UnknownEntityException
class UnknownEntityException extends SemanticException implements Serializable-
Serialized Fields
-
entityName
String entityName
-
-
-
Exception org.hibernate.query.sqm.UnknownPathException
class UnknownPathException extends PathException implements Serializable
-
-
Package org.hibernate.query.sqm.function
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
-
Serialized Fields
-
filter
SqmPredicate filter
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
-
Serialized Fields
-
argumentsValidator
@Nullable ArgumentsValidator argumentsValidator
-
impliedResultType
@Nullable ReturnableType<T> impliedResultType
-
renderer
FunctionRenderer renderer
-
renderingSupport
FunctionRenderingSupport renderingSupport
-
resultType
@Nullable ReturnableType<?> resultType
-
returnTypeResolver
FunctionReturnTypeResolver returnTypeResolver
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
class SelfRenderingSqmOrderedSetAggregateFunction extends SelfRenderingSqmAggregateFunction<T> implements Serializable-
Serialized Fields
-
withinGroup
SqmOrderByClause withinGroup
-
-
-
Class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
-
Serialized Fields
-
filter
SqmPredicate filter
-
fromFirst
Boolean fromFirst
-
respectNulls
Boolean respectNulls
-
-
-
-
Package org.hibernate.query.sqm.internal
-
Class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
class SqmCriteriaNodeBuilder extends Object implements Serializable-
Serialization Methods
-
readResolve
Custom serialization hook defined by Java spec. Used when the node builder is directly deserialized. Here we resolve the uuid/name read from the stream previously to resolve the SessionFactory instance to use based on the registrations with theSessionFactoryRegistry- Throws:
InvalidObjectException- Thrown if we could not resolve the factory by uuid/name.
-
-
Serialized Fields
-
-
-
Package org.hibernate.query.sqm.mutation.internal
-
Class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderStandard
class SqmMultiTableMutationStrategyProviderStandard extends Object implements Serializable
-
-
Package org.hibernate.query.sqm.mutation.spi
-
Package org.hibernate.query.sqm.produce.function
-
Exception org.hibernate.query.sqm.produce.function.FunctionArgumentException
class FunctionArgumentException extends SemanticException implements Serializable
-
-
Package org.hibernate.query.sqm.sql
-
Exception org.hibernate.query.sqm.sql.ConversionException
class ConversionException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm.sql.internal
-
Exception org.hibernate.query.sqm.sql.internal.InstantiationException
class InstantiationException extends HibernateException implements Serializable
-
-
Package org.hibernate.query.sqm.tree
-
Class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
-
Serialized Fields
-
cteStatements
Map<String,
SqmCteStatement<?>> cteStatements -
target
SqmRoot<E> target
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmNode
class AbstractSqmNode extends Object implements Serializable-
Serialized Fields
-
builder
NodeBuilder builder
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
-
Serialized Fields
-
whereClause
SqmWhereClause whereClause
-
-
-
Class org.hibernate.query.sqm.tree.AbstractSqmStatement
class AbstractSqmStatement extends AbstractSqmNode implements Serializable-
Serialized Fields
-
parameters
Set<SqmParameter<?>> parameters
-
querySource
SqmQuerySource querySource
-
-
-
-
Package org.hibernate.query.sqm.tree.cte
-
Class org.hibernate.query.sqm.tree.cte.SqmCteStatement
class SqmCteStatement extends AbstractSqmNode implements Serializable-
Serialized Fields
-
cteContainer
SqmCteContainer cteContainer
-
cteDefinition
SqmSelectQuery<?> cteDefinition
-
cteTable
SqmCteTable<T> cteTable
-
cycleAttributes
List<JpaCteCriteriaAttribute> cycleAttributes
-
cycleMarkAttributeName
String cycleMarkAttributeName
-
cyclePathAttributeName
String cyclePathAttributeName
-
cycleValue
SqmLiteral<Object> cycleValue
-
materialization
CteMaterialization materialization
-
noCycleValue
SqmLiteral<Object> noCycleValue
-
searchAttributeName
String searchAttributeName
-
searchBySpecifications
List<JpaSearchOrder> searchBySpecifications
-
searchClauseKind
CteSearchClauseKind searchClauseKind
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmCteTable
-
Serialized Fields
-
columns
List<SqmCteTableColumn> columns
-
cteStatement
SqmCteStatement<T> cteStatement
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
class SqmCteTableColumn extends Object implements Serializable-
Serialized Fields
-
columnName
String columnName
-
cteTable
SqmCteTable<?> cteTable
-
typeExpressible
SqmExpressible<?> typeExpressible
-
-
-
Class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
class SqmSearchClauseSpecification extends Object implements Serializable-
Serialized Fields
-
cteColumn
SqmCteTableColumn cteColumn
-
nullPrecedence
NullPrecedence nullPrecedence
-
sortOrder
SortDirection sortOrder
-
-
-
-
Package org.hibernate.query.sqm.tree.delete
-
Package org.hibernate.query.sqm.tree.domain
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
-
Serialized Fields
-
fetched
boolean fetched
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
-
Serialized Fields
-
joinType
SqmJoinType joinType
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
-
Serialized Fields
-
lhs
SqmPath<?> lhs
-
navigablePath
NavigablePath navigablePath
-
reusablePaths
Map<String,
SqmPath<?>> reusablePaths For HQL and Criteria processing - used to track reusable paths relative to this path. E.g., given `p.mate.mate` the SqmRoot identified by `p` would have a reusable path for the `p.mate` path.
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
-
Serialized Fields
-
onClausePredicate
SqmPredicate onClausePredicate
-
-
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
-
Class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
-
Serialized Fields
-
pluralAttribute
PluralPersistentAttribute<?,
?, ?> pluralAttribute -
pluralDomainPath
SqmPath<?> pluralDomainPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmBagJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmCteRoot
-
Serialized Fields
-
cte
SqmCteStatement<T> cte
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
-
Serialized Fields
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
class SqmElementAggregateFunction extends AbstractSqmSpecificPluralPartPath<T> implements Serializable-
Serialized Fields
-
functionName
String functionName
-
returnableType
ReturnableType<T> returnableType
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmFkExpression
-
Class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
-
Serialized Fields
-
function
SqmFunction<?> function
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
class SqmIndexAggregateFunction extends AbstractSqmSpecificPluralPartPath<T> implements Serializable-
Serialized Fields
-
functionName
String functionName
-
returnableType
ReturnableType<T> returnableType
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
-
Serialized Fields
-
selectorExpression
SqmExpression<?> selectorExpression
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmListJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
class SqmMapEntryReference extends Object implements Serializable -
Class org.hibernate.query.sqm.tree.domain.SqmMapJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
-
Class org.hibernate.query.sqm.tree.domain.SqmSetJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmBagJoin<O,
T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmCrossJoin<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
class SqmTreatedEmbeddedValuedSimplePath extends SqmEmbeddedValuedSimplePath<S extends T> implements Serializable-
Serialized Fields
-
treatTarget
EmbeddableDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmEntityJoin<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
class SqmTreatedEntityValuedSimplePath extends SqmEntityValuedSimplePath<S extends T> implements Serializable-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmPath<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmListJoin<O,
T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<S extends V> treatTarget
-
wrappedPath
SqmMapJoin<O,
K, V> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmPluralPartJoin<O,
T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
-
Serialized Fields
-
treatTarget
EntityDomainType<S extends T> treatTarget
-
wrappedPath
SqmRoot<T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmSetJoin<O,
T> wrappedPath
-
-
-
Class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
-
Serialized Fields
-
treatTarget
TreatableDomainType<S extends T> treatTarget
-
wrappedPath
SqmSingularJoin<O,
T> wrappedPath
-
-
-
-
Package org.hibernate.query.sqm.tree.expression
-
Class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
-
Class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
-
Serialized Fields
-
canBeMultiValued
boolean canBeMultiValued
-
-
-
Class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
-
Serialized Fields
-
expression
SqmExpression<?> expression
-
-
-
Class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
-
Serialized Fields
-
allowsMultiValuedBinding
boolean allowsMultiValuedBinding
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
-
Serialized Fields
-
navigablePath
NavigablePath navigablePath
-
position
int position
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAny
-
Serialized Fields
-
subquery
SqmSubQuery<T> subquery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
-
Serialized Fields
-
domainType
BasicType domainType
-
pathName
String pathName
-
value
EntityDomainType value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
-
Serialized Fields
-
lhsOperand
SqmExpression<?> lhsOperand
-
operator
BinaryArithmeticOperator operator
-
rhsOperand
SqmExpression<?> rhsOperand
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmByUnit
-
Serialized Fields
-
duration
SqmExpression<?> duration
-
unit
SqmDurationUnit<?> unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
-
Serialized Fields
-
otherwise
SqmExpression<? extends R> otherwise
-
whenFragments
List<SqmCaseSearched.WhenFragment<? extends R>> whenFragments
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
-
Serialized Fields
-
fixture
SqmExpression<T> fixture
-
otherwise
SqmExpression<? extends R> otherwise
-
whenFragments
List<SqmCaseSimple.WhenFragment<? extends T,
? extends R>> whenFragments
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCastTarget
class SqmCastTarget extends AbstractSqmNode implements Serializable-
Serialized Fields
-
length
Long length
-
precision
Integer precision
-
scale
Integer scale
-
type
ReturnableType<T> type
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCoalesce
-
Serialized Fields
-
arguments
List<SqmExpression<? extends T>> arguments
-
functionDescriptor
SqmFunctionDescriptor functionDescriptor
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmCollation
-
Class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
-
Serialized Fields
-
pluralPath
SqmPath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmDistinct
class SqmDistinct extends AbstractSqmNode implements Serializable-
Serialized Fields
-
expression
SqmExpression<T> expression
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
class SqmDurationUnit extends AbstractSqmNode implements Serializable-
Serialized Fields
-
type
ReturnableType<T> type
-
unit
TemporalUnit unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
-
Class org.hibernate.query.sqm.tree.expression.SqmEvery
-
Serialized Fields
-
subquery
SqmSubQuery<T> subquery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
class SqmExtractUnit extends AbstractSqmNode implements Serializable-
Serialized Fields
-
type
ReturnableType<T> type
-
unit
TemporalUnit unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
class SqmFieldLiteral extends Object implements Serializable-
Serialized Fields
-
expressible
SqmExpressible<T> expressible
-
fieldJavaType
JavaType<T> fieldJavaType
-
fieldName
String fieldName
-
nodeBuilder
NodeBuilder nodeBuilder
-
value
T value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmFormat
-
Class org.hibernate.query.sqm.tree.expression.SqmFunction
-
Serialized Fields
-
arguments
List<? extends SqmTypedNode<?>> arguments
-
functionDescriptor
SqmFunctionDescriptor functionDescriptor
-
functionName
String functionName
-
functionPath
SqmFunctionPath<T> functionPath
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
-
Serialized Fields
-
literalValue
String literalValue
-
typeCategory
NumericTypeCategory typeCategory
-
-
-
Exception org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral.TypeException
class TypeException extends HibernateException implements Serializable -
Class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
-
Serialized Fields
-
jpaCriteriaParameter
JpaCriteriaParameter<T> jpaCriteriaParameter
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteral
-
Serialized Fields
-
value
T value
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
-
Serialized Fields
-
embeddableDomainType
EmbeddableDomainType<T> embeddableDomainType
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
-
Serialized Fields
-
entityType
EntityDomainType<T> entityType
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
-
Class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
-
Serialized Fields
-
modifier
SqmModifiedSubQueryExpression.Modifier modifier
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmOver
-
Serialized Fields
-
expression
SqmExpression<T> expression
-
window
SqmWindow window
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmOverflow
-
Serialized Fields
-
fillerExpression
SqmExpression<T> fillerExpression
-
separatorExpression
SqmExpression<T> separatorExpression
-
withCount
boolean withCount
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
-
Serialized Fields
-
discriminatorSource
SqmParameter<T> discriminatorSource
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
-
Serialized Fields
-
position
int position
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
-
Serialized Fields
-
renderer
Function<SemanticQueryWalker,
Expression> renderer
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmStar
-
Class org.hibernate.query.sqm.tree.expression.SqmSummarization
-
Serialized Fields
-
groupings
List<SqmExpression<?>> groupings
-
kind
SqmSummarization.Kind kind
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmToDuration
-
Serialized Fields
-
magnitude
SqmExpression<?> magnitude
-
unit
SqmDurationUnit<?> unit
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
class SqmTrimSpecification extends AbstractSqmNode implements Serializable-
Serialized Fields
-
specification
TrimSpec specification
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmTuple
-
Serialized Fields
-
groupedExpressions
List<SqmExpression<?>> groupedExpressions
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
-
Serialized Fields
-
operand
SqmExpression<T> operand
-
operation
UnaryArithmeticOperator operation
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmWindow
class SqmWindow extends AbstractSqmNode implements Serializable-
Serialized Fields
-
endExpression
SqmExpression<?> endExpression
-
endKind
FrameKind endKind
-
exclusion
FrameExclusion exclusion
-
mode
FrameMode mode
-
orderList
List<SqmSortSpecification> orderList
-
partitions
List<SqmExpression<?>> partitions
-
startExpression
SqmExpression<?> startExpression
-
startKind
FrameKind startKind
-
-
-
Class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
class SqmWindowFrame extends AbstractSqmNode implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
kind
FrameKind kind
-
-
-
Class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
-
Serialized Fields
-
value
T value
-
-
-
-
Package org.hibernate.query.sqm.tree.from
-
Class org.hibernate.query.sqm.tree.from.SqmCrossJoin
-
Serialized Fields
-
sqmRoot
SqmRoot<?> sqmRoot
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmCteJoin
-
Serialized Fields
-
cte
SqmCteStatement<T> cte
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
-
Serialized Fields
-
lateral
boolean lateral
-
subQuery
SqmSubQuery<T> subQuery
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmEntityJoin
-
Serialized Fields
-
sqmRoot
SqmRoot<?> sqmRoot
-
-
-
Class org.hibernate.query.sqm.tree.from.SqmFromClause
class SqmFromClause extends Object implements Serializable -
Class org.hibernate.query.sqm.tree.from.SqmRoot
-
-
Package org.hibernate.query.sqm.tree.insert
-
Class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
-
Serialized Fields
-
conflictClause
@Nullable SqmConflictClause<T> conflictClause
-
insertionTargetPaths
List<SqmPath<?>> insertionTargetPaths
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmConflictClause
class SqmConflictClause extends Object implements Serializable-
Serialized Fields
-
constraintName
@Nullable String constraintName
-
constraintPaths
List<SqmPath<?>> constraintPaths
-
excludedRoot
SqmRoot<T> excludedRoot
-
insertStatement
SqmInsertStatement<T> insertStatement
-
updateAction
@Nullable SqmConflictUpdateAction<T> updateAction
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
class SqmConflictUpdateAction extends Object implements Serializable-
Serialized Fields
-
insertStatement
SqmInsertStatement<T> insertStatement
-
setClause
SqmSetClause setClause
-
whereClause
@Nullable SqmWhereClause whereClause
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
-
Serialized Fields
-
selectQueryPart
SqmQueryPart<?> selectQueryPart
-
-
-
Class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
-
Class org.hibernate.query.sqm.tree.insert.SqmValues
class SqmValues extends Object implements Serializable-
Serialized Fields
-
expressions
List<SqmExpression<?>> expressions
-
-
-
-
Package org.hibernate.query.sqm.tree.jpa
-
Class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
-
Class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
class AbstractJpaTupleElement extends AbstractSqmNode implements Serializable-
Serialized Fields
-
alias
@Nullable String alias
-
expressibleType
@Nullable SqmExpressible<T> expressibleType
-
-
-
-
Package org.hibernate.query.sqm.tree.predicate
-
Class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
class AbstractNegatableSqmPredicate extends AbstractSqmPredicate implements Serializable-
Serialized Fields
-
negated
boolean negated
-
-
-
Class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
-
Class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
class SqmBetweenPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
lowerBound
SqmExpression<?> lowerBound
-
upperBound
SqmExpression<?> upperBound
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
class SqmBooleanExpressionPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
booleanExpression
SqmExpression<Boolean> booleanExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
class SqmComparisonPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
leftHandExpression
SqmExpression<?> leftHandExpression
-
operator
ComparisonOperator operator
-
rightHandExpression
SqmExpression<?> rightHandExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
class SqmEmptinessPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
pluralPath
SqmPluralValuedSimplePath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
class SqmExistsPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
class SqmGroupedPredicate extends AbstractSqmPredicate implements Serializable-
Serialized Fields
-
subPredicate
SqmPredicate subPredicate
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
class SqmInListPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
listExpressions
List<SqmExpression<T>> listExpressions
-
testExpression
SqmExpression<T> testExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
class SqmInSubQueryPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
subQueryExpression
SqmSubQuery<T> subQueryExpression
-
testExpression
SqmExpression<T> testExpression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
class SqmJunctionPredicate extends AbstractSqmPredicate implements Serializable-
Serialized Fields
-
booleanOperator
Predicate.BooleanOperator booleanOperator
-
predicates
List<SqmPredicate> predicates
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
class SqmLikePredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
escapeCharacter
SqmExpression<?> escapeCharacter
-
isCaseSensitive
boolean isCaseSensitive
-
matchExpression
SqmExpression<?> matchExpression
-
pattern
SqmExpression<?> pattern
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
class SqmMemberOfPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
leftHandExpression
SqmExpression<?> leftHandExpression
-
pluralPath
SqmPluralValuedSimplePath<?> pluralPath
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
class SqmNegatedPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
wrappedPredicate
SqmPredicate wrappedPredicate
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
class SqmNullnessPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
-
-
Class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
class SqmTruthnessPredicate extends AbstractNegatableSqmPredicate implements Serializable-
Serialized Fields
-
expression
SqmExpression<?> expression
-
value
boolean value
-
-
-
-
Package org.hibernate.query.sqm.tree.select
-
Class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
class AbstractSqmSelectQuery extends AbstractSqmNode implements Serializable-
Serialized Fields
-
cteStatements
Map<String,
SqmCteStatement<?>> cteStatements -
resultType
Class<T> resultType
-
sqmQueryPart
SqmQueryPart<T> sqmQueryPart
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
-
Serialized Fields
-
arguments
List<SqmDynamicInstantiationArgument<?>> arguments
-
instantiationTarget
SqmDynamicInstantiationTarget<T> instantiationTarget
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
class SqmDynamicInstantiationArgument extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
nodeBuilder
NodeBuilder nodeBuilder
-
selectableNode
SqmSelectableNode<T> selectableNode
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
-
Serialized Fields
-
javaType
JavaType<T> javaType
-
selectableNodes
List<SqmSelectableNode<?>> selectableNodes
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmOrderByClause
class SqmOrderByClause extends Object implements Serializable-
Serialized Fields
-
hasPositionalSortItem
boolean hasPositionalSortItem
-
sortSpecifications
List<SqmSortSpecification> sortSpecifications
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQueryGroup
-
Serialized Fields
-
queryParts
List<SqmQueryPart<T>> queryParts
-
setOperator
SetOperator setOperator
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQueryPart
class SqmQueryPart extends Object implements Serializable-
Serialized Fields
-
fetchClauseType
FetchClauseType fetchClauseType
-
fetchExpression
SqmExpression<? extends Number> fetchExpression
-
nodeBuilder
NodeBuilder nodeBuilder
-
offsetExpression
SqmExpression<? extends Number> offsetExpression
-
orderByClause
SqmOrderByClause orderByClause
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmQuerySpec
-
Serialized Fields
-
fromClause
SqmFromClause fromClause
-
groupByClauseExpressions
List<SqmExpression<?>> groupByClauseExpressions
-
hasPositionalGroupItem
boolean hasPositionalGroupItem
-
havingClausePredicate
SqmPredicate havingClausePredicate
-
selectClause
SqmSelectClause selectClause
-
whereClause
SqmWhereClause whereClause
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelectClause
class SqmSelectClause extends AbstractSqmNode implements Serializable-
Serialized Fields
-
distinct
boolean distinct
-
selections
List<SqmSelection<?>> selections
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelection
class SqmSelection extends AbstractSqmNode implements Serializable-
Serialized Fields
-
alias
String alias
-
selectableNode
SqmSelectableNode<T> selectableNode
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSelectStatement
-
Serialized Fields
-
parameters
Set<SqmParameter<?>> parameters
-
querySource
SqmQuerySource querySource
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSortSpecification
class SqmSortSpecification extends Object implements Serializable-
Serialized Fields
-
ignoreCase
boolean ignoreCase
-
nullPrecedence
NullPrecedence nullPrecedence
-
sortExpression
SqmExpression sortExpression
-
sortOrder
SortDirection sortOrder
-
-
-
Class org.hibernate.query.sqm.tree.select.SqmSubQuery
-
Serialized Fields
-
alias
String alias
-
expressibleType
SqmExpressible<T> expressibleType
-
parent
SqmQuery<?> parent
-
-
-
-
Package org.hibernate.query.sqm.tree.update
-
Class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
-
Serialized Fields
-
setClause
SqmSetClause setClause
-
versioned
boolean versioned
-
-
-
-
Package org.hibernate.resource.beans.container.internal
-
Class org.hibernate.resource.beans.container.internal.NamedBeanQualifier
-
Serialized Fields
-
name
String name
-
-
-
Exception org.hibernate.resource.beans.container.internal.NoSuchBeanException
class NoSuchBeanException extends HibernateException implements Serializable -
Exception org.hibernate.resource.beans.container.internal.NotYetReadyException
class NotYetReadyException extends HibernateException implements Serializable
-
-
Package org.hibernate.resource.beans.internal
-
Class org.hibernate.resource.beans.internal.BeansMessageLogger_$logger
class BeansMessageLogger_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
-
Class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
class ManagedBeanRegistryImpl extends Object implements Serializable-
Serialized Fields
-
beanContainer
BeanContainer beanContainer
-
registrations
Map<String,
ManagedBean<?>> registrations
-
-
-
-
Package org.hibernate.resource.beans.spi
-
Package org.hibernate.resource.jdbc.internal
-
Class org.hibernate.resource.jdbc.internal.EmptyStatementInspector
class EmptyStatementInspector extends Object implements Serializable
-
-
Package org.hibernate.resource.jdbc.spi
-
Package org.hibernate.resource.transaction
-
Exception org.hibernate.resource.transaction.LocalSynchronizationException
class LocalSynchronizationException extends HibernateException implements Serializable -
Exception org.hibernate.resource.transaction.NullSynchronizationException
class NullSynchronizationException extends HibernateException implements Serializable -
Exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
class TransactionRequiredForJoinException extends HibernateException implements Serializable
-
-
Package org.hibernate.resource.transaction.backend.jdbc.internal
-
Class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
class JdbcResourceLocalTransactionCoordinatorBuilderImpl extends Object implements Serializable
-
-
Package org.hibernate.resource.transaction.backend.jta.internal
-
Exception org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException
class JtaPlatformInaccessibleException extends HibernateException implements Serializable -
Class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
class JtaTransactionCoordinatorBuilderImpl extends Object implements Serializable-
Serialized Fields
-
jtaPlatform
JtaPlatform jtaPlatform
-
-
-
-
Package org.hibernate.resource.transaction.backend.jta.internal.synchronization
-
Package org.hibernate.resource.transaction.internal
-
Class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
class SynchronizationRegistryStandardImpl extends Object implements Serializable-
Serialized Fields
-
synchronizations
LinkedHashSet<Synchronization> synchronizations
-
-
-
-
Package org.hibernate.resource.transaction.spi
-
Package org.hibernate.result
-
Exception org.hibernate.result.NoMoreReturnsException
class NoMoreReturnsException extends HibernateException implements Serializable
-
-
Package org.hibernate.search.backend.elasticsearch.gson.impl
-
Exception org.hibernate.search.backend.elasticsearch.gson.impl.UnexpectedJsonElementTypeException
class UnexpectedJsonElementTypeException extends AssertionFailure implements Serializable
-
-
Package org.hibernate.search.backend.elasticsearch.logging.impl
-
Class org.hibernate.search.backend.elasticsearch.logging.impl.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.search.backend.elasticsearch.reporting.impl
-
Class org.hibernate.search.backend.elasticsearch.reporting.impl.ElasticsearchEventContextMessages_$bundle
class ElasticsearchEventContextMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.hibernate.search.backend.elasticsearch.reporting.impl.ElasticsearchSearchHints_$bundle
class ElasticsearchSearchHints_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.hibernate.search.backend.elasticsearch.reporting.impl.ElasticsearchValidationMessages_$bundle
class ElasticsearchValidationMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.search.backend.lucene.logging.impl
-
Class org.hibernate.search.backend.lucene.logging.impl.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.search.backend.lucene.lowlevel.writer.impl
-
Class org.hibernate.search.backend.lucene.lowlevel.writer.impl.IndexWriterSettings
class IndexWriterSettings extends Object implements Serializable
-
-
Package org.hibernate.search.backend.lucene.reporting.impl
-
Class org.hibernate.search.backend.lucene.reporting.impl.LuceneSearchHints_$bundle
class LuceneSearchHints_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.search.engine.backend.reporting.spi
-
Class org.hibernate.search.engine.backend.reporting.spi.BackendMappingHints_$bundle
class BackendMappingHints_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints_$bundle
class BackendSearchHints_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.search.engine.environment.bean.spi
-
Exception org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException
class BeanNotFoundException extends SearchException implements Serializable
-
-
Package org.hibernate.search.engine.environment.classpath.spi
-
Exception org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException
class ClassLoadingException extends SearchException implements Serializable
-
-
Package org.hibernate.search.engine.logging.impl
-
Class org.hibernate.search.engine.logging.impl.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.search.engine.mapper.mapping.building.spi
-
Exception org.hibernate.search.engine.mapper.mapping.building.spi.MappingAbortedException
class MappingAbortedException extends Exception implements Serializable
-
-
Package org.hibernate.search.engine.reporting.impl
-
Class org.hibernate.search.engine.reporting.impl.EngineEventContextMessages_$bundle
class EngineEventContextMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.search.mapper.orm.bootstrap.impl
-
Class org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchPreIntegrationService
class HibernateSearchPreIntegrationService extends Object implements Serializable-
Serialized Fields
-
coordinationStrategyConfiguration
CoordinationConfigurationContextImpl coordinationStrategyConfiguration
-
propertyChecker
ConfigurationPropertyChecker propertyChecker
-
rawPropertySource
ConfigurationPropertySource rawPropertySource
-
-
-
-
Package org.hibernate.search.mapper.orm.logging.impl
-
Class org.hibernate.search.mapper.orm.logging.impl.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.search.mapper.orm.mapping.impl
-
Class org.hibernate.search.mapper.orm.mapping.impl.HibernateSearchContextProviderService
class HibernateSearchContextProviderService extends Object implements Serializable-
Serialized Fields
-
mapping
HibernateOrmMapping mapping
-
-
-
-
Package org.hibernate.search.mapper.orm.reporting.impl
-
Class org.hibernate.search.mapper.orm.reporting.impl.HibernateOrmEventContextMessages_$bundle
class HibernateOrmEventContextMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.hibernate.search.mapper.orm.reporting.impl.HibernateOrmMapperHints_$bundle
class HibernateOrmMapperHints_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.hibernate.search.mapper.orm.reporting.impl.HibernateOrmMappingHints_$bundle
class HibernateOrmMappingHints_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.search.mapper.orm.session.impl
-
Class org.hibernate.search.mapper.orm.session.impl.HibernateOrmSearchSessionHolder
class HibernateOrmSearchSessionHolder extends Object implements Serializable
-
-
Package org.hibernate.search.mapper.orm.spi
-
Package org.hibernate.search.mapper.pojo.common.annotation.impl
-
Exception org.hibernate.search.mapper.pojo.common.annotation.impl.SearchProcessingWithContextException
class SearchProcessingWithContextException extends SearchException implements Serializable
-
-
Package org.hibernate.search.mapper.pojo.logging.impl
-
Class org.hibernate.search.mapper.pojo.logging.impl.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.search.mapper.pojo.massindexing.impl
-
Exception org.hibernate.search.mapper.pojo.massindexing.impl.MassIndexingOperationHandledFailureException
class MassIndexingOperationHandledFailureException extends SearchException implements Serializable
-
-
Package org.hibernate.search.mapper.pojo.reporting.impl
-
Class org.hibernate.search.mapper.pojo.reporting.impl.PojoConstructorProjectionDefinitionMessages_$bundle
class PojoConstructorProjectionDefinitionMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.hibernate.search.mapper.pojo.reporting.impl.PojoEventContextMessages_$bundle
class PojoEventContextMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.search.mapper.pojo.reporting.spi
-
Class org.hibernate.search.mapper.pojo.reporting.spi.MapperHints_$bundle
class MapperHints_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.search.mapper.pojo.route
-
Class org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
class DocumentRouteDescriptor extends Object implements Serializable-
Serialized Fields
-
routingKey
String routingKey
-
-
-
Class org.hibernate.search.mapper.pojo.route.DocumentRoutesDescriptor
class DocumentRoutesDescriptor extends Object implements Serializable-
Serialized Fields
-
currentRoute
DocumentRouteDescriptor currentRoute
-
previousRoutes
Collection<DocumentRouteDescriptor> previousRoutes
-
-
-
-
Package org.hibernate.search.mapper.pojo.search.definition.impl
-
Exception org.hibernate.search.mapper.pojo.search.definition.impl.ConstructorProjectionApplicationException
class ConstructorProjectionApplicationException extends SearchException implements Serializable-
Serialized Fields
-
projectionConstructorPath
ProjectionConstructorPath projectionConstructorPath
-
-
-
-
Package org.hibernate.search.mapper.pojo.work.spi
-
Class org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
class DirtinessDescriptor extends Object implements Serializable -
Class org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventPayload
class PojoIndexingQueueEventPayload extends Object implements Serializable-
Serialized Fields
-
dirtiness
DirtinessDescriptor dirtiness
-
routes
DocumentRoutesDescriptor routes
-
-
-
-
Package org.hibernate.search.util.common
-
Exception org.hibernate.search.util.common.AssertionFailure
class AssertionFailure extends RuntimeException implements Serializable -
Exception org.hibernate.search.util.common.SearchException
class SearchException extends RuntimeException implements Serializable-
Serialized Fields
-
context
EventContext context
-
messageWithoutContext
String messageWithoutContext
-
-
-
Exception org.hibernate.search.util.common.SearchTimeoutException
class SearchTimeoutException extends SearchException implements Serializable
-
-
Package org.hibernate.search.util.common.logging.impl
-
Class org.hibernate.search.util.common.logging.impl.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.search.util.common.reporting.impl
-
Class org.hibernate.search.util.common.reporting.impl.CommonEventContextMessages_$bundle
class CommonEventContextMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.service
-
Exception org.hibernate.service.NullServiceException
class NullServiceException extends ServiceException implements Serializable-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Exception org.hibernate.service.UnknownServiceException
class UnknownServiceException extends ServiceException implements Serializable-
Serialized Fields
-
serviceRole
Class serviceRole
-
-
-
Exception org.hibernate.service.UnknownUnwrapTypeException
class UnknownUnwrapTypeException extends HibernateException implements Serializable
-
-
Package org.hibernate.service.internal
-
Exception org.hibernate.service.internal.ServiceDependencyException
class ServiceDependencyException extends HibernateException implements Serializable -
Exception org.hibernate.service.internal.ServiceProxyGenerationException
class ServiceProxyGenerationException extends HibernateException implements Serializable -
Class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
class SessionFactoryServiceRegistryFactoryImpl extends Object implements Serializable-
Serialized Fields
-
theBasicServiceRegistry
ServiceRegistryImplementor theBasicServiceRegistry
-
-
-
-
Package org.hibernate.service.spi
-
Exception org.hibernate.service.spi.ServiceException
class ServiceException extends HibernateException implements Serializable
-
-
Package org.hibernate.spi
-
Package org.hibernate.sql.ast
-
Exception org.hibernate.sql.ast.SqlTreeCreationException
class SqlTreeCreationException extends HibernateException implements Serializable
-
-
Package org.hibernate.sql.ast.internal
-
Class org.hibernate.sql.ast.internal.ParameterMarkerStrategyStandard
class ParameterMarkerStrategyStandard extends Object implements Serializable
-
-
Package org.hibernate.sql.ast.spi
-
Package org.hibernate.sql.ast.tree
-
Class org.hibernate.sql.ast.tree.SqlAstTreeLogger_$logger
class SqlAstTreeLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.ast.tree.expression
-
Class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
class WhenFragment extends Object implements Serializable-
Serialized Fields
-
predicate
Predicate predicate
-
result
Expression result
-
-
-
Class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
class WhenFragment extends Object implements Serializable-
Serialized Fields
-
checkValue
Expression checkValue
-
result
Expression result
-
-
-
-
Package org.hibernate.sql.ast.tree.from
-
Exception org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
class UnknownTableReferenceException extends HibernateException implements Serializable-
Serialized Fields
-
tableExpression
String tableExpression
-
-
-
-
Package org.hibernate.sql.exec
-
Exception org.hibernate.sql.exec.ExecutionException
class ExecutionException extends HibernateError implements Serializable -
Class org.hibernate.sql.exec.SqlExecLogger_$logger
class SqlExecLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.model.ast
-
Class org.hibernate.sql.model.ast.ColumnValueBindingList
-
Serialized Fields
-
mutatingTable
MutatingTableReference mutatingTable
-
parameters
ColumnValueParameterList parameters
-
parameterUsage
ParameterUsage parameterUsage
-
-
-
Class org.hibernate.sql.model.ast.ColumnValueParameterList
-
Serialized Fields
-
parameterUsage
ParameterUsage parameterUsage
-
tableReference
TableReference tableReference
-
-
-
-
Package org.hibernate.sql.results
-
Exception org.hibernate.sql.results.DomainResultCreationException
class DomainResultCreationException extends HibernateException implements Serializable -
Class org.hibernate.sql.results.LoadingLogger_$logger
class LoadingLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Exception org.hibernate.sql.results.NoMoreOutputsException
class NoMoreOutputsException extends HibernateException implements Serializable -
Class org.hibernate.sql.results.ResultsLogger_$logger
class ResultsLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.results.graph.embeddable
-
Class org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger_$logger
class EmbeddableLoadingLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.hibernate.sql.results.jdbc.internal
-
Class org.hibernate.sql.results.jdbc.internal.CachedJdbcValuesMetadata
class CachedJdbcValuesMetadata extends Object implements Serializable -
Class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderStandard
class JdbcValuesMappingProducerProviderStandard extends Object implements Serializable
-
-
Package org.hibernate.sql.results.jdbc.spi
-
Package org.hibernate.stat
-
Package org.hibernate.stat.internal
-
Class org.hibernate.stat.internal.AbstractCacheableDataStatistics
class AbstractCacheableDataStatistics extends Object implements Serializable -
Class org.hibernate.stat.internal.CacheRegionStatisticsImpl
class CacheRegionStatisticsImpl extends Object implements Serializable -
Class org.hibernate.stat.internal.CollectionStatisticsImpl
class CollectionStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable -
Class org.hibernate.stat.internal.EntityStatisticsImpl
class EntityStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable -
Class org.hibernate.stat.internal.NaturalIdStatisticsImpl
class NaturalIdStatisticsImpl extends AbstractCacheableDataStatistics implements Serializable-
Serialized Fields
-
executionCount
AtomicLong executionCount
-
executionMaxTime
AtomicLong executionMaxTime
-
executionMinTime
AtomicLong executionMinTime
-
readLock
Lock readLock
-
rootEntityName
String rootEntityName
-
totalExecutionTime
AtomicLong totalExecutionTime
-
writeLock
Lock writeLock
-
-
-
Class org.hibernate.stat.internal.QueryStatisticsImpl
class QueryStatisticsImpl extends Object implements Serializable-
Serialized Fields
-
cacheHitCount
LongAdder cacheHitCount
-
cacheMissCount
LongAdder cacheMissCount
-
cachePutCount
LongAdder cachePutCount
-
executionCount
LongAdder executionCount
-
executionMaxTime
AtomicLong executionMaxTime
-
executionMinTime
AtomicLong executionMinTime
-
executionRowCount
LongAdder executionRowCount
-
planCacheHitCount
LongAdder planCacheHitCount
-
planCacheMissCount
LongAdder planCacheMissCount
-
planCompilationTotalMicroseconds
AtomicLong planCompilationTotalMicroseconds
-
query
String query
-
readLock
Lock readLock
-
totalExecutionTime
AtomicLong totalExecutionTime
-
writeLock
Lock writeLock
-
-
-
Class org.hibernate.stat.internal.StatisticsImpl
class StatisticsImpl extends Object implements Serializable-
Serialized Fields
-
allCollectionRoles
String[] allCollectionRoles
-
allEntityNames
String[] allEntityNames
-
cache
CacheImplementor cache
-
closeStatementCount
LongAdder closeStatementCount
-
collectionFetchCount
LongAdder collectionFetchCount
-
collectionLoadCount
LongAdder collectionLoadCount
-
collectionRecreateCount
LongAdder collectionRecreateCount
-
collectionRemoveCount
LongAdder collectionRemoveCount
-
collectionStatsMap
StatsNamedContainer<CollectionStatisticsImpl> collectionStatsMap
-
collectionUpdateCount
LongAdder collectionUpdateCount
-
committedTransactionCount
LongAdder committedTransactionCount
-
connectCount
LongAdder connectCount
-
entityDeleteCount
LongAdder entityDeleteCount
-
entityFetchCount
LongAdder entityFetchCount
-
entityInsertCount
LongAdder entityInsertCount
-
entityLoadCount
LongAdder entityLoadCount
-
entityStatsMap
StatsNamedContainer<EntityStatisticsImpl> entityStatsMap
-
entityUpdateCount
LongAdder entityUpdateCount
-
flushCount
LongAdder flushCount
-
isStatisticsEnabled
boolean isStatisticsEnabled
-
l2CacheStatsMap
StatsNamedContainer<CacheRegionStatisticsImpl> l2CacheStatsMap
Keyed by region name -
metamodel
MappingMetamodelImplementor metamodel
-
naturalIdCacheHitCount
LongAdder naturalIdCacheHitCount
-
naturalIdCacheMissCount
LongAdder naturalIdCacheMissCount
-
naturalIdCachePutCount
LongAdder naturalIdCachePutCount
-
naturalIdQueryExecutionCount
LongAdder naturalIdQueryExecutionCount
-
naturalIdQueryExecutionMaxTime
AtomicLong naturalIdQueryExecutionMaxTime
-
naturalIdQueryExecutionMaxTimeEntity
@Nullable String naturalIdQueryExecutionMaxTimeEntity
-
naturalIdQueryExecutionMaxTimeRegion
@Nullable String naturalIdQueryExecutionMaxTimeRegion
-
naturalIdQueryStatsMap
StatsNamedContainer<NaturalIdStatisticsImpl> naturalIdQueryStatsMap
-
optimisticFailureCount
LongAdder optimisticFailureCount
-
prepareStatementCount
LongAdder prepareStatementCount
-
queryCacheEnabled
boolean queryCacheEnabled
-
queryCacheHitCount
LongAdder queryCacheHitCount
-
queryCacheMissCount
LongAdder queryCacheMissCount
-
queryCachePutCount
LongAdder queryCachePutCount
-
queryExecutionCount
LongAdder queryExecutionCount
-
queryExecutionMaxTime
AtomicLong queryExecutionMaxTime
-
queryExecutionMaxTimeQueryString
@Nullable String queryExecutionMaxTimeQueryString
-
queryPlanCacheHitCount
LongAdder queryPlanCacheHitCount
-
queryPlanCacheMissCount
LongAdder queryPlanCacheMissCount
-
queryStatsMap
StatsNamedContainer<QueryStatisticsImpl> queryStatsMap
Keyed by query string -
secondLevelCacheEnabled
boolean secondLevelCacheEnabled
-
secondLevelCacheHitCount
LongAdder secondLevelCacheHitCount
-
secondLevelCacheMissCount
LongAdder secondLevelCacheMissCount
-
secondLevelCachePutCount
LongAdder secondLevelCachePutCount
-
sessionCloseCount
LongAdder sessionCloseCount
-
sessionOpenCount
LongAdder sessionOpenCount
-
slowQueries
Map<String,
Long> slowQueries Keyed by query SQL -
startTime
Instant startTime
-
transactionCount
LongAdder transactionCount
-
updateTimestampsCacheHitCount
LongAdder updateTimestampsCacheHitCount
-
updateTimestampsCacheMissCount
LongAdder updateTimestampsCacheMissCount
-
updateTimestampsCachePutCount
LongAdder updateTimestampsCachePutCount
-
-
-
-
Package org.hibernate.stat.spi
-
Package org.hibernate.tool.schema.extract.spi
-
Exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
class SchemaExtractionException extends HibernateException implements Serializable
-
-
Package org.hibernate.tool.schema.internal
-
Class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
class HibernateSchemaManagementTool extends Object implements Serializable-
Serialized Fields
-
customTarget
GenerationTarget customTarget
-
serviceRegistry
ServiceRegistry serviceRegistry
-
-
-
-
Package org.hibernate.tool.schema.internal.exec
-
Class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessConnectionProviderImpl
class JdbcConnectionAccessConnectionProviderImpl extends Object implements Serializable-
Serialized Fields
-
connectionProvider
ConnectionProvider connectionProvider
-
jdbcConnection
Connection jdbcConnection
-
wasInitiallyAutoCommit
boolean wasInitiallyAutoCommit
-
-
-
Class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessProvidedConnectionImpl
class JdbcConnectionAccessProvidedConnectionImpl extends Object implements Serializable-
Serialized Fields
-
jdbcConnection
Connection jdbcConnection
-
wasInitiallyAutoCommit
boolean wasInitiallyAutoCommit
-
-
-
-
Package org.hibernate.tool.schema.internal.script
-
Class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
class MultiLineSqlScriptExtractor extends Object implements Serializable -
Class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
class SingleLineSqlScriptExtractor extends Object implements Serializable
-
-
Package org.hibernate.tool.schema.spi
-
Exception org.hibernate.tool.schema.spi.CommandAcceptanceException
class CommandAcceptanceException extends HibernateException implements Serializable -
Exception org.hibernate.tool.schema.spi.SchemaManagementException
class SchemaManagementException extends HibernateException implements Serializable -
Exception org.hibernate.tool.schema.spi.SqlScriptException
class SqlScriptException extends HibernateException implements Serializable
-
-
Package org.hibernate.transform
-
Class org.hibernate.transform.AliasToBeanConstructorResultTransformer
class AliasToBeanConstructorResultTransformer extends Object implements Serializable-
Serialized Fields
-
constructor
Constructor<T> constructor
Deprecated.
-
-
-
Class org.hibernate.transform.AliasToBeanResultTransformer
class AliasToBeanResultTransformer extends Object implements Serializable -
Class org.hibernate.transform.AliasToEntityMapResultTransformer
class AliasToEntityMapResultTransformer extends Object implements Serializable-
Serialization Methods
-
readResolve
Deprecated.Serialization hook for ensuring singleton uniqueing.
-
-
-
Class org.hibernate.transform.ToListResultTransformer
class ToListResultTransformer extends Object implements Serializable-
Serialization Methods
-
readResolve
Deprecated.Serialization hook for ensuring singleton uniqueing.
-
-
-
-
Package org.hibernate.tuple
-
Class org.hibernate.tuple.CreationTimestampGeneration
class CreationTimestampGeneration extends Object implements Serializable-
Serialized Fields
-
generator
ValueGenerator<?> generator
Deprecated.
-
-
-
Class org.hibernate.tuple.DynamicMapInstantiator
class DynamicMapInstantiator extends Object implements Serializable -
Class org.hibernate.tuple.PojoInstantiator
class PojoInstantiator extends Object implements Serializable-
Serialization Methods
-
readObject
Deprecated.- Throws:
ClassNotFoundExceptionIOException
-
-
Serialized Fields
-
embeddedIdentifier
boolean embeddedIdentifier
Deprecated. -
isAbstract
boolean isAbstract
Deprecated. -
mappedClass
Class<?> mappedClass
Deprecated.
-
-
-
Class org.hibernate.tuple.UpdateTimestampGeneration
class UpdateTimestampGeneration extends Object implements Serializable-
Serialized Fields
-
generator
ValueGenerator<?> generator
Deprecated.
-
-
-
Class org.hibernate.tuple.VmValueGeneration
class VmValueGeneration extends Object implements Serializable-
Serialized Fields
-
eventTypes
EnumSet<EventType> eventTypes
Deprecated. -
generator
ValueGenerator<?> generator
Deprecated.
-
-
-
-
Package org.hibernate.tuple.entity
-
Exception org.hibernate.tuple.entity.CompositeValueGenerationException
class CompositeValueGenerationException extends HibernateException implements Serializable -
Class org.hibernate.tuple.entity.EntityMetamodel
class EntityMetamodel extends Object implements Serializable-
Serialized Fields
-
bytecodeEnhancementMetadata
BytecodeEnhancementMetadata bytecodeEnhancementMetadata
Deprecated, for removal: This API element is subject to removal in a future version. -
cascadeStyles
CascadeStyle[] cascadeStyles
Deprecated, for removal: This API element is subject to removal in a future version. -
dirtyCheckablePropertyTypes
@Nullable Type[] dirtyCheckablePropertyTypes
Deprecated, for removal: This API element is subject to removal in a future version. -
dynamicInsert
boolean dynamicInsert
Deprecated, for removal: This API element is subject to removal in a future version. -
dynamicUpdate
boolean dynamicUpdate
Deprecated, for removal: This API element is subject to removal in a future version. -
entityNameByInheritanceClassMap
Map<Class<?>,
String> entityNameByInheritanceClassMap Deprecated, for removal: This API element is subject to removal in a future version. -
entityType
EntityType entityType
Deprecated, for removal: This API element is subject to removal in a future version. -
explicitPolymorphism
boolean explicitPolymorphism
Deprecated, for removal: This API element is subject to removal in a future version. -
generators
Generator[] generators
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCacheableNaturalId
boolean hasCacheableNaturalId
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCascadeDelete
boolean hasCascadeDelete
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCascades
boolean hasCascades
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCollections
boolean hasCollections
Deprecated, for removal: This API element is subject to removal in a future version. -
hasImmutableNaturalId
boolean hasImmutableNaturalId
Deprecated, for removal: This API element is subject to removal in a future version. -
hasInsertGeneratedValues
boolean hasInsertGeneratedValues
Deprecated, for removal: This API element is subject to removal in a future version. -
hasLazyProperties
boolean hasLazyProperties
Deprecated, for removal: This API element is subject to removal in a future version. -
hasNonIdentifierPropertyNamedId
boolean hasNonIdentifierPropertyNamedId
Deprecated, for removal: This API element is subject to removal in a future version. -
hasOwnedCollections
boolean hasOwnedCollections
Deprecated, for removal: This API element is subject to removal in a future version. -
hasPreInsertGeneratedValues
boolean hasPreInsertGeneratedValues
Deprecated, for removal: This API element is subject to removal in a future version. -
hasPreUpdateGeneratedValues
boolean hasPreUpdateGeneratedValues
Deprecated, for removal: This API element is subject to removal in a future version. -
hasSubclasses
boolean hasSubclasses
Deprecated, for removal: This API element is subject to removal in a future version. -
hasUpdateGeneratedValues
boolean hasUpdateGeneratedValues
Deprecated, for removal: This API element is subject to removal in a future version. -
identifierAttribute
IdentifierProperty identifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
inherited
boolean inherited
Deprecated, for removal: This API element is subject to removal in a future version. -
isAbstract
boolean isAbstract
Deprecated, for removal: This API element is subject to removal in a future version. -
lazy
boolean lazy
Deprecated, for removal: This API element is subject to removal in a future version. -
mutable
boolean mutable
Deprecated, for removal: This API element is subject to removal in a future version. -
mutablePropertiesIndexes
BitSet mutablePropertiesIndexes
Deprecated, for removal: This API element is subject to removal in a future version. -
name
String name
Deprecated, for removal: This API element is subject to removal in a future version. -
naturalIdPropertyNumbers
int[] naturalIdPropertyNumbers
Deprecated, for removal: This API element is subject to removal in a future version. -
nonlazyPropertyUpdateability
boolean[] nonlazyPropertyUpdateability
Deprecated, for removal: This API element is subject to removal in a future version. -
optimisticLockStyle
OptimisticLockStyle optimisticLockStyle
Deprecated, for removal: This API element is subject to removal in a future version. -
polymorphic
boolean polymorphic
Deprecated, for removal: This API element is subject to removal in a future version. -
properties
NonIdentifierAttribute[] properties
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyCheckability
boolean[] propertyCheckability
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyIndexes
Map<String,
Integer> propertyIndexes Deprecated, for removal: This API element is subject to removal in a future version. -
propertyInsertability
boolean[] propertyInsertability
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyLaziness
boolean[] propertyLaziness
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyNames
String[] propertyNames
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyNullability
boolean[] propertyNullability
Deprecated, for removal: This API element is subject to removal in a future version. -
propertySpan
int propertySpan
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyTypes
Type[] propertyTypes
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyUpdateability
boolean[] propertyUpdateability
Deprecated, for removal: This API element is subject to removal in a future version. -
propertyVersionability
boolean[] propertyVersionability
Deprecated, for removal: This API element is subject to removal in a future version. -
rootName
String rootName
Deprecated, for removal: This API element is subject to removal in a future version. -
selectBeforeUpdate
boolean selectBeforeUpdate
Deprecated, for removal: This API element is subject to removal in a future version. -
sessionFactory
SessionFactoryImplementor sessionFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
subclassEntityNames
Set<String> subclassEntityNames
Deprecated, for removal: This API element is subject to removal in a future version. -
subclassId
int subclassId
Deprecated, for removal: This API element is subject to removal in a future version. -
superclass
String superclass
Deprecated, for removal: This API element is subject to removal in a future version. -
versioned
boolean versioned
Deprecated, for removal: This API element is subject to removal in a future version. -
versionGenerator
BeforeExecutionGenerator versionGenerator
Deprecated, for removal: This API element is subject to removal in a future version. -
versionPropertyIndex
int versionPropertyIndex
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
Package org.hibernate.type
-
Class org.hibernate.type.AbstractSingleColumnStandardBasicType
class AbstractSingleColumnStandardBasicType extends AbstractStandardBasicType<T> implements Serializable -
Class org.hibernate.type.AbstractStandardBasicType
class AbstractStandardBasicType extends Object implements Serializable-
Serialized Fields
-
javaType
JavaType<T> javaType
-
javaTypeClass
Class javaTypeClass
-
javatypeComparator
Comparator<T> javatypeComparator
-
jdbcLiteralFormatter
JdbcLiteralFormatter<T> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<T> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T> jdbcValueExtractor
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
sqlTypes
int[] sqlTypes
-
typeForEqualsHashCode
@Nullable Type typeForEqualsHashCode
-
-
-
Class org.hibernate.type.AbstractType
class AbstractType extends Object implements Serializable -
Class org.hibernate.type.AnyType
class AnyType extends AbstractType implements Serializable-
Serialized Fields
-
discriminatorType
Type discriminatorType
-
eager
boolean eager
-
identifierType
Type identifierType
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.AnyType.ObjectTypeCacheEntry
class ObjectTypeCacheEntry extends Object implements Serializable -
Class org.hibernate.type.ArrayType
class ArrayType extends CollectionType implements Serializable -
Class org.hibernate.type.BagType
class BagType extends CollectionType implements Serializable -
Class org.hibernate.type.BasicArrayType
-
Class org.hibernate.type.BasicCollectionType
class BasicCollectionType extends AbstractSingleColumnStandardBasicType<C extends Collection<E>> implements Serializable -
Class org.hibernate.type.BasicTypeReference
class BasicTypeReference extends Object implements Serializable-
Serialized Fields
-
converter
BasicValueConverter<T,
?> converter -
forceImmutable
boolean forceImmutable
-
javaType
Class<T> javaType
-
name
String name
-
sqlTypeCode
int sqlTypeCode
-
-
-
Class org.hibernate.type.BasicTypeRegistry
class BasicTypeRegistry extends Object implements Serializable -
Class org.hibernate.type.BottomType
-
Class org.hibernate.type.CollectionType
class CollectionType extends AbstractType implements Serializable-
Serialized Fields
-
foreignKeyPropertyName
String foreignKeyPropertyName
-
persister
CollectionPersister persister
-
role
String role
-
-
-
Class org.hibernate.type.ComponentType
class ComponentType extends AbstractType implements Serializable-
Serialized Fields
-
canDoExtraction
Boolean canDoExtraction
-
cascade
CascadeStyle[] cascade
-
componentClass
Class<?> componentClass
-
discriminatorColumnSpan
int discriminatorColumnSpan
-
hasNotNullProperty
boolean hasNotNullProperty
-
hasNullProperty
boolean hasNullProperty
-
isAggregate
boolean isAggregate
-
isKey
boolean isKey
-
joinedFetch
FetchMode[] joinedFetch
-
mappingModelPart
EmbeddableValuedModelPart mappingModelPart
-
mutable
boolean mutable
-
originalPropertyOrder
int[] originalPropertyOrder
-
propertyNames
String[] propertyNames
-
propertyNullability
boolean[] propertyNullability
-
propertySpan
int propertySpan
-
propertyTypes
Type[] propertyTypes
-
-
-
Class org.hibernate.type.ConvertedBasicArrayType
class ConvertedBasicArrayType extends AbstractSingleColumnStandardBasicType<T> implements Serializable-
Serialized Fields
-
baseDescriptor
BasicType<E> baseDescriptor
-
converter
BasicValueConverter<T,
S> converter -
jdbcLiteralFormatter
JdbcLiteralFormatter<T> jdbcLiteralFormatter
-
jdbcValueBinder
ValueBinder<T> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T> jdbcValueExtractor
-
name
String name
-
-
-
Class org.hibernate.type.ConvertedBasicCollectionType
class ConvertedBasicCollectionType extends BasicCollectionType<C extends Collection<E>,E> implements Serializable -
Serialized Fields
-
converter
BasicValueConverter<C extends Collection<E>,
?> converter -
jdbcLiteralFormatter
JdbcLiteralFormatter<C extends Collection<E>> jdbcLiteralFormatter
-
jdbcValueBinder
ValueBinder<C extends Collection<E>> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<C extends Collection<E>> jdbcValueExtractor
-
-
-
Class org.hibernate.type.CustomCollectionType
class CustomCollectionType extends CollectionType implements Serializable-
Serialized Fields
-
customLogging
boolean customLogging
-
userType
UserCollectionType userType
-
-
-
Class org.hibernate.type.CustomType
class CustomType extends AbstractType implements Serializable-
Serialized Fields
-
jdbcJavaType
JavaType<?> jdbcJavaType
-
jdbcLiteralFormatter
JdbcLiteralFormatter<J> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
mappedJavaType
JavaType<J> mappedJavaType
-
name
String name
-
registrationKeys
String[] registrationKeys
-
userType
UserType<J> userType
-
valueBinder
ValueBinder<J> valueBinder
-
valueExtractor
ValueExtractor<J> valueExtractor
-
-
-
Class org.hibernate.type.EmbeddedComponentType
class EmbeddedComponentType extends ComponentType implements Serializable -
Class org.hibernate.type.EntityType
class EntityType extends AbstractType implements Serializable-
Serialized Fields
-
associatedEntityName
String associatedEntityName
-
eager
boolean eager
-
referenceToPrimaryKey
boolean referenceToPrimaryKey
-
typeConfiguration
TypeConfiguration typeConfiguration
-
uniqueKeyPropertyName
String uniqueKeyPropertyName
-
unwrapProxy
boolean unwrapProxy
-
-
-
Class org.hibernate.type.EnumType
class EnumType extends Object implements Serializable-
Serialized Fields
-
enumClass
Class<T extends Enum<T>> enumClass
Deprecated, for removal: This API element is subject to removal in a future version. -
enumJavaType
EnumJavaType<T extends Enum<T>> enumJavaType
Deprecated, for removal: This API element is subject to removal in a future version. -
isOrdinal
boolean isOrdinal
Deprecated, for removal: This API element is subject to removal in a future version. -
jdbcType
JdbcType jdbcType
Deprecated, for removal: This API element is subject to removal in a future version. -
typeConfiguration
TypeConfiguration typeConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Class org.hibernate.type.IdentifierBagType
class IdentifierBagType extends CollectionType implements Serializable -
Class org.hibernate.type.JavaObjectType
-
Class org.hibernate.type.ListType
class ListType extends CollectionType implements Serializable -
Class org.hibernate.type.ManyToOneType
class ManyToOneType extends EntityType implements Serializable-
Serialized Fields
-
ignoreNotFound
boolean ignoreNotFound
-
isLogicalOneToOne
boolean isLogicalOneToOne
-
propertyName
String propertyName
-
-
-
Class org.hibernate.type.MapType
class MapType extends CollectionType implements Serializable -
Class org.hibernate.type.MetaType
class MetaType extends AbstractType implements Serializable-
Serialized Fields
-
baseType
Type baseType
Deprecated, for removal: This API element is subject to removal in a future version. -
discriminatorValuesToEntityNameMap
Map<Object,
String> discriminatorValuesToEntityNameMap Deprecated, for removal: This API element is subject to removal in a future version. -
entityNameToDiscriminatorValueMap
Map<String,
Object> entityNameToDiscriminatorValueMap Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Class org.hibernate.type.NullType
class NullType extends JavaObjectType implements Serializable -
Class org.hibernate.type.OneToOneType
class OneToOneType extends EntityType implements Serializable-
Serialized Fields
-
constrained
boolean constrained
-
entityName
String entityName
-
foreignKeyType
ForeignKeyDirection foreignKeyType
-
propertyName
String propertyName
-
-
-
Class org.hibernate.type.OrderedMapType
class OrderedMapType extends MapType implements Serializable -
Class org.hibernate.type.OrderedSetType
class OrderedSetType extends SetType implements Serializable -
Class org.hibernate.type.QueryParameterJavaObjectType
class QueryParameterJavaObjectType extends JavaObjectType implements Serializable -
Class org.hibernate.type.SerializableToBlobType
class SerializableToBlobType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dictatedSize
Size dictatedSize
-
javaType
JavaType<T extends Serializable> javaType
-
jdbcLiteralFormatter
JdbcLiteralFormatter<T extends Serializable> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<T extends Serializable> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<T extends Serializable> jdbcValueExtractor
-
sqlTypes
int[] sqlTypes
-
-
Class org.hibernate.type.SerializableType
class SerializableType extends AbstractSingleColumnStandardBasicType<T extends Serializable> implements Serializable-
Serialized Fields
-
serializableClass
Class<T extends Serializable> serializableClass
-
-
-
Exception org.hibernate.type.SerializationException
class SerializationException extends HibernateException implements Serializable -
Class org.hibernate.type.SetType
class SetType extends CollectionType implements Serializable -
Class org.hibernate.type.SortedMapType
class SortedMapType extends MapType implements Serializable-
Serialized Fields
-
comparator
Comparator<?> comparator
-
-
-
Class org.hibernate.type.SortedSetType
class SortedSetType extends SetType implements Serializable-
Serialized Fields
-
comparator
Comparator<?> comparator
-
-
-
Class org.hibernate.type.SpecialOneToOneType
class SpecialOneToOneType extends OneToOneType implements Serializable -
Class org.hibernate.type.StandardBasicTypeTemplate
class StandardBasicTypeTemplate extends AbstractSingleColumnStandardBasicType<J> implements Serializable -
Class org.hibernate.type.UserComponentType
class UserComponentType extends ComponentType implements Serializable-
Serialized Fields
-
compositeUserType
CompositeUserType<T> compositeUserType
-
-
-
-
Package org.hibernate.type.descriptor.converter.internal
-
Class org.hibernate.type.descriptor.converter.internal.AttributeConverterMutabilityPlanImpl
-
Serialized Fields
-
converter
JpaAttributeConverter converter
-
mutable
boolean mutable
-
-
-
-
Package org.hibernate.type.descriptor.java
-
Class org.hibernate.type.descriptor.java.AbstractArrayJavaType
-
Class org.hibernate.type.descriptor.java.AbstractClassJavaType
class AbstractClassJavaType extends Object implements Serializable-
Serialized Fields
-
comparator
Comparator<T> comparator
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
type
Class<T> type
-
-
-
Class org.hibernate.type.descriptor.java.AbstractJavaType
class AbstractJavaType extends Object implements Serializable-
Serialized Fields
-
comparator
Comparator<T> comparator
-
mutabilityPlan
MutabilityPlan<T> mutabilityPlan
-
type
Type type
-
-
-
Class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
-
Class org.hibernate.type.descriptor.java.ArrayJavaType
-
Class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
Class org.hibernate.type.descriptor.java.BigDecimalJavaType
-
Class org.hibernate.type.descriptor.java.BigIntegerJavaType
-
Class org.hibernate.type.descriptor.java.BlobJavaType
-
Class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
class BlobMutabilityPlan extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.BooleanJavaType
-
Class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
class BooleanPrimitiveArrayJavaType extends AbstractArrayJavaType<boolean[],Boolean> implements Serializable -
Class org.hibernate.type.descriptor.java.ByteArrayJavaType
-
Class org.hibernate.type.descriptor.java.ByteJavaType
-
Class org.hibernate.type.descriptor.java.CalendarDateJavaType
-
Class org.hibernate.type.descriptor.java.CalendarJavaType
-
Class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
-
Class org.hibernate.type.descriptor.java.CalendarTimeJavaType
-
Class org.hibernate.type.descriptor.java.CharacterArrayJavaType
-
Class org.hibernate.type.descriptor.java.CharacterJavaType
-
Class org.hibernate.type.descriptor.java.ClassJavaType
-
Class org.hibernate.type.descriptor.java.ClobJavaType
-
Class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
class ClobMutabilityPlan extends Object implements Serializable -
Exception org.hibernate.type.descriptor.java.CoercionException
class CoercionException extends HibernateException implements Serializable -
Class org.hibernate.type.descriptor.java.CurrencyJavaType
-
Class org.hibernate.type.descriptor.java.DateJavaType
-
Class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
-
Class org.hibernate.type.descriptor.java.DoubleJavaType
-
Class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
class DoublePrimitiveArrayJavaType extends AbstractArrayJavaType<double[],Double> implements Serializable -
Class org.hibernate.type.descriptor.java.DurationJavaType
-
Class org.hibernate.type.descriptor.java.EnumJavaType
-
Class org.hibernate.type.descriptor.java.FloatJavaType
-
Class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
class FloatPrimitiveArrayJavaType extends AbstractArrayJavaType<float[],Float> implements Serializable -
Class org.hibernate.type.descriptor.java.Immutability
class Immutability extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
class ImmutableMutabilityPlan extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.InetAddressJavaType
-
Class org.hibernate.type.descriptor.java.InstantJavaType
-
Class org.hibernate.type.descriptor.java.IntegerJavaType
-
Class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
class IntegerPrimitiveArrayJavaType extends AbstractArrayJavaType<int[],Integer> implements Serializable -
Class org.hibernate.type.descriptor.java.JdbcDateJavaType
-
Class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
-
Class org.hibernate.type.descriptor.java.JdbcTimeJavaType
-
Class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
-
Class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
-
Class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
-
Class org.hibernate.type.descriptor.java.LocalDateJavaType
-
Class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
-
Class org.hibernate.type.descriptor.java.LocaleJavaType
-
Class org.hibernate.type.descriptor.java.LocalTimeJavaType
-
Class org.hibernate.type.descriptor.java.LongJavaType
-
Class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
class LongPrimitiveArrayJavaType extends AbstractArrayJavaType<long[],Long> implements Serializable -
Class org.hibernate.type.descriptor.java.MutableMutabilityPlan
class MutableMutabilityPlan extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.NClobJavaType
-
Class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
class NClobMutabilityPlan extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.ObjectArrayJavaType
-
Serialized Fields
-
components
JavaType[] components
-
-
-
Class org.hibernate.type.descriptor.java.ObjectJavaType
-
Class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
class OffsetDateTimeJavaType extends AbstractTemporalJavaType<OffsetDateTime> implements Serializable -
Class org.hibernate.type.descriptor.java.OffsetTimeJavaType
-
Class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
class PrimitiveByteArrayJavaType extends AbstractClassJavaType<byte[]> implements Serializable -
Class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
class PrimitiveCharacterArrayJavaType extends AbstractClassJavaType<char[]> implements Serializable -
Class org.hibernate.type.descriptor.java.RowVersionJavaType
class RowVersionJavaType extends AbstractClassJavaType<byte[]> implements Serializable -
Class org.hibernate.type.descriptor.java.SerializableJavaType
class SerializableJavaType extends AbstractClassJavaType<T extends Serializable> implements Serializable -
Class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
class SerializableMutabilityPlan extends MutableMutabilityPlan<S extends Serializable> implements Serializable -
Class org.hibernate.type.descriptor.java.ShortJavaType
-
Class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
class ShortPrimitiveArrayJavaType extends AbstractArrayJavaType<short[],Short> implements Serializable -
Class org.hibernate.type.descriptor.java.StringJavaType
-
Class org.hibernate.type.descriptor.java.TimeZoneJavaType
-
Class org.hibernate.type.descriptor.java.UrlJavaType
-
Class org.hibernate.type.descriptor.java.UUIDJavaType
-
Class org.hibernate.type.descriptor.java.YearJavaType
-
Class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
-
Class org.hibernate.type.descriptor.java.ZoneIdJavaType
-
Class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
-
-
Package org.hibernate.type.descriptor.java.spi
-
Class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
class BasicCollectionJavaType extends AbstractJavaType<C extends Collection<E>> implements Serializable-
Serialized Fields
-
componentJavaType
JavaType<E> componentJavaType
-
semantics
CollectionSemantics<C extends Collection<E>,
E> semantics
-
-
-
Class org.hibernate.type.descriptor.java.spi.CollectionJavaType
-
Serialized Fields
-
semantics
CollectionSemantics<C,
?> semantics
-
-
-
Class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
class DynamicModelJavaType extends Object implements Serializable -
Class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
-
Serialized Fields
-
structName
String structName
-
-
-
Class org.hibernate.type.descriptor.java.spi.EntityJavaType
-
Class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
-
Serialized Fields
-
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
-
Class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
class JavaTypeRegistry extends Object implements Serializable-
Serialized Fields
-
descriptorsByType
ConcurrentHashMap<Type,
JavaType<?>> descriptorsByType -
typeConfiguration
TypeConfiguration typeConfiguration
-
-
-
Exception org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
class JdbcTypeRecommendationException extends HibernateException implements Serializable -
Class org.hibernate.type.descriptor.java.spi.JsonJavaType
-
Class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
-
Class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
-
Serialized Fields
-
typeName
String typeName
-
-
-
Class org.hibernate.type.descriptor.java.spi.XmlJavaType
-
-
Package org.hibernate.type.descriptor.jdbc
-
Class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
class ArrayJdbcType extends Object implements Serializable-
Serialized Fields
-
elementJdbcType
JdbcType elementJdbcType
-
-
-
Class org.hibernate.type.descriptor.jdbc.BasicBinder
class BasicBinder extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BasicExtractor
class BasicExtractor extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
class BigIntJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
class BinaryJdbcType extends VarbinaryJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BlobJdbcType
class BlobJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
class BooleanJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.CharJdbcType
class CharJdbcType extends VarcharJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.ClobJdbcType
class ClobJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.DateJdbcType
class DateJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
class DecimalJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
class DoubleJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.DurationJdbcType
class DurationJdbcType extends NumericJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.EnumJdbcType
class EnumJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.FloatJdbcType
class FloatJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
class H2FormatJsonJdbcType extends JsonJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
class InstantAsTimestampJdbcType extends TimestampUtcAsJdbcTimestampJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
class InstantAsTimestampWithTimeZoneJdbcType extends TimestampUtcAsOffsetDateTimeJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.InstantJdbcType
-
Class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
class IntegerJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
class JsonAsStringJdbcType extends JsonJdbcType implements Serializable-
Serialized Fields
-
ddlTypeCode
int ddlTypeCode
-
nationalized
boolean nationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.JsonJdbcType
class JsonJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
-
-
Class org.hibernate.type.descriptor.jdbc.LocalDateJdbcType
-
Class org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
-
Class org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
-
Class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
class LongNVarcharJdbcType extends NVarcharJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
class LongVarbinaryJdbcType extends VarbinaryJdbcType implements Serializable-
Serialized Fields
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
Class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
class LongVarcharJdbcType extends VarcharJdbcType implements Serializable-
Serialized Fields
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
Class org.hibernate.type.descriptor.jdbc.NCharJdbcType
class NCharJdbcType extends NVarcharJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.NClobJdbcType
class NClobJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.NullJdbcType
class NullJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.NumericJdbcType
class NumericJdbcType extends DecimalJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
class NVarcharJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
class ObjectJdbcType extends Object implements Serializable-
Serialized Fields
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
Class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
class ObjectNullAsBinaryTypeJdbcType extends ObjectJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
class ObjectNullAsNullTypeJdbcType extends ObjectJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
class ObjectNullResolvingJdbcType extends ObjectJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
class OffsetDateTimeJdbcType extends AbstractJavaTimeJdbcType<OffsetDateTime> implements Serializable -
Class org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
-
Class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
class OracleJsonBlobJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
-
-
Class org.hibernate.type.descriptor.jdbc.OrdinalEnumJdbcType
class OrdinalEnumJdbcType extends EnumJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.RealJdbcType
class RealJdbcType extends FloatJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
class RowIdJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
class SmallIntJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
class TimeAsTimestampWithTimeZoneJdbcType extends TimestampWithTimeZoneJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeJdbcType
class TimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
class TimestampJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
class TimestampUtcAsInstantJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
class TimestampUtcAsJdbcTimestampJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
class TimestampUtcAsOffsetDateTimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
class TimestampWithTimeZoneJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
class TimeUtcAsJdbcTimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
class TimeUtcAsOffsetTimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
class TimeWithTimeZoneJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
class TinyIntAsSmallIntJdbcType extends TinyIntJdbcType implements Serializable -
Class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
class TinyIntJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
class UUIDJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
class VarbinaryJdbcType extends Object implements Serializable-
Serialized Fields
-
supportsLiterals
boolean supportsLiterals
-
-
-
Class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
class VarcharJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
class XmlAsStringJdbcType extends XmlJdbcType implements Serializable-
Serialized Fields
-
ddlTypeCode
int ddlTypeCode
-
nationalized
boolean nationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.XmlJdbcType
class XmlJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableMappingType
EmbeddableMappingType embeddableMappingType
-
-
-
Class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
-
Class org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
-
-
Package org.hibernate.type.descriptor.jdbc.internal
-
Class org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType
class AbstractJavaTimeJdbcType extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.internal.DelayedStructJdbcType
class DelayedStructJdbcType extends Object implements Serializable-
Serialized Fields
-
embeddableAggregateJavaType
EmbeddableAggregateJavaType<?> embeddableAggregateJavaType
-
structName
String structName
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.GetObjectExtractor
-
Serialized Fields
-
baseClass
Class<?> baseClass
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterArray
-
Serialized Fields
-
elementFormatter
JdbcLiteralFormatter<Object> elementFormatter
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBinary
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBoolean
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterCharacterData
class JdbcLiteralFormatterCharacterData extends BasicJdbcLiteralFormatter<T> implements Serializable-
Serialized Fields
-
isNationalized
boolean isNationalized
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterNumericData
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterTemporal
-
Serialized Fields
-
precision
TemporalType precision
-
-
-
Class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterUUIDData
-
Class org.hibernate.type.descriptor.jdbc.internal.SetObjectBinder
-
Serialized Fields
-
baseClass
Class<?> baseClass
-
jdbcTypeCode
int jdbcTypeCode
-
-
-
-
Package org.hibernate.type.descriptor.jdbc.spi
-
Class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
class AbstractJdbcLiteralFormatter extends Object implements Serializable -
Class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
-
Class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
class JdbcTypeRegistry extends Object implements Serializable-
Serialized Fields
-
aggregateDescriptorMap
ConcurrentHashMap<String,
AggregateJdbcType> aggregateDescriptorMap -
descriptorConstructorMap
ConcurrentHashMap<Integer,
JdbcTypeConstructor> descriptorConstructorMap -
descriptorMap
ConcurrentHashMap<Integer,
JdbcType> descriptorMap -
sqlTypedDescriptorMap
ConcurrentHashMap<String,
SqlTypedJdbcType> sqlTypedDescriptorMap -
typeConfiguration
TypeConfiguration typeConfiguration
-
typeConstructorDescriptorMap
ConcurrentHashMap<org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry.TypeConstructedJdbcTypeKey,
JdbcType> typeConstructorDescriptorMap A registry for storing the constructedJdbcTypefor bothJdbcTypeConstructor.resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation)andJdbcTypeConstructor.resolveType(TypeConfiguration, Dialect, BasicType, ColumnTypeInformation)in a single map.
-
-
-
-
Package org.hibernate.type.descriptor.sql
-
Package org.hibernate.type.descriptor.sql.internal
-
Class org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl
class ArrayDdlTypeImpl extends DdlTypeImpl implements Serializable-
Serialized Fields
-
castRawElementType
boolean castRawElementType
-
-
-
Class org.hibernate.type.descriptor.sql.internal.BinaryFloatDdlType
class BinaryFloatDdlType extends DdlTypeImpl implements Serializable -
Class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
class CapacityDependentDdlType extends DdlTypeImpl implements Serializable-
Serialized Fields
-
lobKind
CapacityDependentDdlType.LobKind lobKind
-
typeEntries
org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.TypeEntry[] typeEntries
-
-
-
Class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
class DdlTypeImpl extends Object implements Serializable -
Class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
class NamedNativeEnumDdlTypeImpl extends Object implements Serializable-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.type.descriptor.sql.internal.NamedNativeOrdinalEnumDdlTypeImpl
class NamedNativeOrdinalEnumDdlTypeImpl extends Object implements Serializable-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
class NativeEnumDdlTypeImpl extends Object implements Serializable-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.type.descriptor.sql.internal.NativeOrdinalEnumDdlTypeImpl
class NativeOrdinalEnumDdlTypeImpl extends Object implements Serializable-
Serialized Fields
-
dialect
Dialect dialect
-
-
-
Class org.hibernate.type.descriptor.sql.internal.Scale6IntervalSecondDdlType
class Scale6IntervalSecondDdlType extends DdlTypeImpl implements Serializable
-
-
Package org.hibernate.type.descriptor.sql.spi
-
Class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
class DdlTypeRegistry extends Object implements Serializable
-
-
Package org.hibernate.type.internal
-
Class org.hibernate.type.internal.BasicTypeImpl
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
class CompositeUserTypeJavaTypeWrapper extends Object implements Serializable-
Serialized Fields
-
comparator
Comparator<J> comparator
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
userType
CompositeUserType<J> userType
-
-
-
Class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper
class MutabilityPlanWrapper extends Object implements Serializable-
Serialized Fields
-
userType
CompositeUserType<J> userType
-
-
-
Class org.hibernate.type.internal.ConvertedBasicTypeImpl
class ConvertedBasicTypeImpl extends Object implements Serializable-
Serialized Fields
-
converter
BasicValueConverter<J,
?> converter -
description
String description
-
jdbcLiteralFormatter
JdbcLiteralFormatter<J> jdbcLiteralFormatter
-
jdbcType
JdbcType jdbcType
-
jdbcValueBinder
ValueBinder<J> jdbcValueBinder
-
jdbcValueExtractor
ValueExtractor<J> jdbcValueExtractor
-
name
String name
-
sqlTypes
int[] sqlTypes
-
-
-
Class org.hibernate.type.internal.CustomMutabilityConvertedBasicTypeImpl
class CustomMutabilityConvertedBasicTypeImpl extends ConvertedBasicTypeImpl<J> implements Serializable-
Serialized Fields
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
-
-
Class org.hibernate.type.internal.CustomMutabilityConvertedPrimitiveBasicTypeImpl
class CustomMutabilityConvertedPrimitiveBasicTypeImpl extends CustomMutabilityConvertedBasicTypeImpl<J> implements Serializable -
Class org.hibernate.type.internal.ImmutableNamedBasicTypeImpl
-
Class org.hibernate.type.internal.NamedBasicTypeImpl
-
Serialized Fields
-
name
String name
-
-
-
Class org.hibernate.type.internal.UserTypeJavaTypeWrapper
class UserTypeJavaTypeWrapper extends Object implements Serializable-
Serialized Fields
-
comparator
Comparator<J> comparator
-
mutabilityPlan
MutabilityPlan<J> mutabilityPlan
-
userType
UserType<J> userType
-
-
-
Class org.hibernate.type.internal.UserTypeJavaTypeWrapper.MutabilityPlanWrapper
class MutabilityPlanWrapper extends Object implements Serializable -
Class org.hibernate.type.internal.UserTypeSqlTypeAdapter
class UserTypeSqlTypeAdapter extends Object implements Serializable-
Serialized Fields
-
jtd
JavaType<J> jtd
-
userType
UserType<J> userType
-
valueBinder
ValueBinder<J> valueBinder
-
valueExtractor
ValueExtractor<J> valueExtractor
-
-
-
Class org.hibernate.type.internal.UserTypeVersionJavaTypeWrapper
-
-
Package org.hibernate.type.spi
-
Class org.hibernate.type.spi.TypeConfiguration
class TypeConfiguration extends Object implements Serializable-
Serialized Fields
-
arrayTuples
ConcurrentMap<org.hibernate.type.spi.TypeConfiguration.ArrayCacheKey,
ArrayTupleType> arrayTuples -
basicTypeByJavaType
ConcurrentHashMap<Type,
BasicType<?>> basicTypeByJavaType -
scope
org.hibernate.type.spi.TypeConfiguration.Scope scope
-
uuid
String uuid
-
-
-
-
Package org.hibernate.validator
-
Class org.hibernate.validator.HibernateValidatorPermission
class HibernateValidatorPermission extends BasicPermission implements Serializable
-
-
Package org.hibernate.validator.cdi.internal.interceptor
-
Class org.hibernate.validator.cdi.internal.interceptor.ValidationInterceptor
class ValidationInterceptor extends Object implements Serializable- serialVersionUID:
- 604440259030722151L
-
Serialized Fields
-
validator
Validator validator
The validator to be used for method validation.Although the concrete validator is not necessarily serializable (and HV's implementation indeed isn't) it is still alright to have it as non-transient field here. Upon passivation not the validator itself will be serialized, but the proxy injected here, which in turn is serializable.
-
-
-
Package org.hibernate.validator.internal.engine
-
Class org.hibernate.validator.internal.engine.ConstraintViolationImpl
class ConstraintViolationImpl extends Object implements Serializable- serialVersionUID:
- -4970067626703103139L
-
Serialized Fields
-
constraintDescriptor
ConstraintDescriptor<?> constraintDescriptor
-
dynamicPayload
Object dynamicPayload
-
executableParameters
Object[] executableParameters
-
executableReturnValue
Object executableReturnValue
-
expressionVariables
Map<String,
Object> expressionVariables -
hashCode
int hashCode
-
interpolatedMessage
String interpolatedMessage
-
leafBeanInstance
Object leafBeanInstance
-
messageParameters
Map<String,
Object> messageParameters -
messageTemplate
String messageTemplate
-
propertyPath
Path propertyPath
-
rootBean
T rootBean
-
rootBeanClass
Class<T> rootBeanClass
-
value
Object value
-
-
Class org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider
class DefaultPropertyNodeNameProvider extends Object implements Serializable
-
-
Package org.hibernate.validator.internal.engine.messageinterpolation.el
-
Exception org.hibernate.validator.internal.engine.messageinterpolation.el.DisabledFeatureELException
class DisabledFeatureELException extends ELException implements Serializable
-
-
Package org.hibernate.validator.internal.engine.messageinterpolation.parser
-
Exception org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageDescriptorFormatException
class MessageDescriptorFormatException extends ValidationException implements Serializable
-
-
Package org.hibernate.validator.internal.engine.path
-
Class org.hibernate.validator.internal.engine.path.NodeImpl
class NodeImpl extends Object implements Serializable- serialVersionUID:
- 2075466571633860499L
-
Serialized Fields
-
asString
String asString
-
containerClass
Class<?> containerClass
-
hashCode
int hashCode
-
index
Integer index
-
isIterable
boolean isIterable
-
key
Object key
-
kind
ElementKind kind
-
name
String name
-
parameterIndex
Integer parameterIndex
-
parameterTypes
Class<?>[] parameterTypes
-
parent
NodeImpl parent
-
typeArgumentIndex
Integer typeArgumentIndex
-
value
Object value
-
-
Class org.hibernate.validator.internal.engine.path.PathImpl
class PathImpl extends Object implements Serializable- serialVersionUID:
- 7564511574909882392L
-
-
Package org.hibernate.validator.internal.metadata.descriptor
-
Class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
class BeanDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
constrainedConstructors
Map<Signature,
ConstructorDescriptor> constrainedConstructors -
constrainedMethods
Map<Signature,
ExecutableDescriptorImpl> constrainedMethods -
constrainedProperties
Map<String,
PropertyDescriptor> constrainedProperties
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ClassDescriptorImpl
class ClassDescriptorImpl extends ElementDescriptorImpl implements Serializable -
Class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
class ConstraintDescriptorImpl extends Object implements Serializable- serialVersionUID:
- -2563102960314069246L
-
Serialized Fields
-
annotationDescriptor
ConstraintAnnotationDescriptor<T extends Annotation> annotationDescriptor
The annotation descriptor - accessing the annotation information has a cost so we do it only once. -
composingConstraints
Set<ConstraintDescriptorImpl<?>> composingConstraints
The composing constraints for this constraint. -
compositionType
CompositionType compositionType
Type indicating how composing constraints should be combined. By default this is set toConstraintComposition.CompositionType.AND. -
constraintLocationKind
ConstraintLocation.ConstraintLocationKind constraintLocationKind
Describes on which level (TYPE,METHOD,FIELD...) the constraint was defined on. -
constraintType
ConstraintDescriptorImpl.ConstraintType constraintType
The type of this constraint. -
constraintValidatorClasses
List<Class<? extends ConstraintValidator<T extends Annotation,
?>>> constraintValidatorClasses The set of classes implementing the validation for this constraint. See alsoConstraintValidatorresolution algorithm. -
definedOn
ConstraintOrigin definedOn
The origin of the constraint. Defined on the actual root class or somewhere in the class hierarchy -
groups
Set<Class<?>> groups
The groups for which to apply this constraint. -
hashCode
int hashCode
-
isReportAsSingleInvalidConstraint
boolean isReportAsSingleInvalidConstraint
Flag indicating if in case of a composing constraint a single error or multiple errors should be raised. -
payloads
Set<Class<? extends Payload>> payloads
The specified payload of the constraint. -
validationAppliesTo
ConstraintTarget validationAppliesTo
The target of the constraint. -
valueUnwrapping
ValidateUnwrappedValue valueUnwrapping
The unwrapping behavior defined on the constraint.
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
class ContainerElementTypeDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
cascaded
boolean cascaded
-
constrainedContainerElementTypes
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes
-
containerClass
Class<?> containerClass
-
groupConversions
Set<GroupConversionDescriptor> groupConversions
-
typeArgumentIndex
Integer typeArgumentIndex
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.CrossParameterDescriptorImpl
class CrossParameterDescriptorImpl extends ElementDescriptorImpl implements Serializable -
Class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
class ElementDescriptorImpl extends Object implements Serializable-
Serialized Fields
-
constraintDescriptors
Set<ConstraintDescriptorImpl<?>> constraintDescriptors
-
defaultGroupSequence
List<Class<?>> defaultGroupSequence
-
defaultGroupSequenceRedefined
boolean defaultGroupSequenceRedefined
-
type
Class<?> type
The type of the element
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
class ExecutableDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
crossParameterDescriptor
CrossParameterDescriptor crossParameterDescriptor
-
isGetter
boolean isGetter
-
name
String name
-
parameters
List<ParameterDescriptor> parameters
-
returnValueDescriptor
ReturnValueDescriptor returnValueDescriptor
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
class ParameterDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
cascaded
boolean cascaded
-
constrainedContainerElementTypes
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes
-
groupConversions
Set<GroupConversionDescriptor> groupConversions
-
index
int index
-
name
String name
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
class PropertyDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
cascaded
boolean cascaded
-
constrainedContainerElementTypes
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes
-
groupConversions
Set<GroupConversionDescriptor> groupConversions
-
propertyName
String propertyName
-
-
-
Class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
class ReturnValueDescriptorImpl extends ElementDescriptorImpl implements Serializable-
Serialized Fields
-
cascaded
boolean cascaded
-
constrainedContainerElementTypes
Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes
-
groupConversions
Set<GroupConversionDescriptor> groupConversions
-
-
-
-
Package org.hibernate.validator.internal.util
-
Class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
Reconstitute theConcurrentReferenceHashMapinstance from a stream (i.e., deserialize it).- Parameters:
s- the stream- Throws:
IOException- if an I/O error occursClassNotFoundException- if the class of a serialized object could not be found
-
writeObject
Save the state of theConcurrentReferenceHashMapinstance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
s- the stream- Throws:
IOException- if an I/O error occurs
-
-
Serialized Fields
-
identityComparisons
boolean identityComparisons
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Segment<K,
V>[] segments The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
-
Package org.hibernate.validator.internal.util.annotation
-
Class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
class AnnotationDescriptor extends Object implements Serializable-
Serialized Fields
-
annotation
A extends Annotation annotation
-
attributes
Map<String,
Object> attributes -
hashCode
int hashCode
-
type
Class<A extends Annotation> type
-
-
-
Class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
class ConstraintAnnotationDescriptor extends AnnotationDescriptor<A extends Annotation> implements Serializable
-
-
Package org.hibernate.validator.internal.util.logging
-
Class org.hibernate.validator.internal.util.logging.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.hibernate.validator.internal.util.logging.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.hibernate.validator.spi.scripting
-
Exception org.hibernate.validator.spi.scripting.ScriptEvaluationException
class ScriptEvaluationException extends ValidationException implements Serializable -
Exception org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException
class ScriptEvaluatorNotFoundException extends ValidationException implements Serializable
-
-
Package org.infinispan.cdi.common.util
-
Class org.infinispan.cdi.common.util.AnyLiteral
- serialVersionUID:
- -6858406907917381581L
-
Class org.infinispan.cdi.common.util.DefaultLiteral
- serialVersionUID:
- -8137340248362361317L
-
Class org.infinispan.cdi.common.util.Synthetic.SyntheticLiteral
-
-
Package org.infinispan.cdi.common.util.logging
-
Class org.infinispan.cdi.common.util.logging.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.cdi.embedded.util.logging
-
Class org.infinispan.cdi.embedded.util.logging.EmbeddedLog_$logger
class EmbeddedLog_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.cdi.remote.logging
-
Class org.infinispan.cdi.remote.logging.RemoteLog_$logger
class RemoteLog_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.client.hotrod.event
-
Exception org.infinispan.client.hotrod.event.IncorrectClientListenerException
class IncorrectClientListenerException extends HotRodClientException implements Serializable
-
-
Package org.infinispan.client.hotrod.exceptions
-
Exception org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException
class CacheNotTransactionalException extends HotRodClientException implements Serializable -
Exception org.infinispan.client.hotrod.exceptions.HotRodClientException
class HotRodClientException extends RuntimeException implements Serializable-
Serialized Fields
-
errorStatusCode
int errorStatusCode
-
messageId
long messageId
-
-
-
Exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
class HotRodTimeoutException extends HotRodClientException implements Serializable -
Exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
class InvalidResponseException extends HotRodClientException implements Serializable -
Exception org.infinispan.client.hotrod.exceptions.ParallelOperationException
class ParallelOperationException extends HotRodClientException implements Serializable -
Exception org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException
class RemoteCacheManagerNotStartedException extends HotRodClientException implements Serializable -
Exception org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
class RemoteIllegalLifecycleStateException extends HotRodClientException implements Serializable-
Serialized Fields
-
serverAddress
SocketAddress serverAddress
-
-
-
Exception org.infinispan.client.hotrod.exceptions.RemoteNodeSuspectException
class RemoteNodeSuspectException extends HotRodClientException implements Serializable -
Exception org.infinispan.client.hotrod.exceptions.TransportException
class TransportException extends HotRodClientException implements Serializable-
Serialized Fields
-
serverAddress
SocketAddress serverAddress
-
-
-
-
Package org.infinispan.client.hotrod.logging
-
Class org.infinispan.client.hotrod.logging.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.commons
-
Exception org.infinispan.commons.CacheConfigurationException
class CacheConfigurationException extends CacheException implements Serializable- serialVersionUID:
- -7103679310393205388L
-
Exception org.infinispan.commons.CacheException
class CacheException extends RuntimeException implements Serializable- serialVersionUID:
- -5704354545244956536L
-
Exception org.infinispan.commons.CacheListenerException
class CacheListenerException extends CacheException implements Serializable -
Exception org.infinispan.commons.CrossSiteIllegalLifecycleStateException
class CrossSiteIllegalLifecycleStateException extends CacheException implements Serializable -
Exception org.infinispan.commons.IllegalLifecycleStateException
class IllegalLifecycleStateException extends CacheException implements Serializable -
Exception org.infinispan.commons.TimeoutException
class TimeoutException extends CacheException implements Serializable- serialVersionUID:
- -8096787619908687038L
-
-
Package org.infinispan.commons.configuration.io
-
Exception org.infinispan.commons.configuration.io.ConfigurationReaderException
class ConfigurationReaderException extends RuntimeException implements Serializable-
Serialized Fields
-
location
Location location
-
-
-
Exception org.infinispan.commons.configuration.io.ConfigurationWriterException
class ConfigurationWriterException extends RuntimeException implements Serializable
-
-
Package org.infinispan.commons.configuration.io.xml
-
Exception org.infinispan.commons.configuration.io.xml.XmlPullParserException
class XmlPullParserException extends RuntimeException implements Serializable-
Serialized Fields
-
column
int column
-
detail
Throwable detail
-
row
int row
-
-
-
-
Package org.infinispan.commons.dataconversion
-
Exception org.infinispan.commons.dataconversion.EncodingException
class EncodingException extends CacheException implements Serializable -
Class org.infinispan.commons.dataconversion.MediaType.MediaTypeExternalizer
class MediaTypeExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write tomediaType- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.dataconversion.internal
-
Class org.infinispan.commons.dataconversion.internal.Json
class Json extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
-
enclosing
Json enclosing
-
line
int line
-
-
Exception org.infinispan.commons.dataconversion.internal.Json.MalformedJsonException
class MalformedJsonException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
-
row
int row
-
-
-
Package org.infinispan.commons.hash
-
Class org.infinispan.commons.hash.CRC16.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
-
-
Class org.infinispan.commons.hash.MurmurHash3.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from
-
-
-
-
Package org.infinispan.commons.io
-
Class org.infinispan.commons.io.ByteBufferImpl.Externalizer
- serialVersionUID:
- -5291318076267612501L
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occurs
-
writeObject
- Parameters:
output- the object output to write tob- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Package org.infinispan.commons.logging
-
Class org.infinispan.commons.logging.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.commons.marshall
-
Class org.infinispan.commons.marshall.AbstractExternalizer
class AbstractExternalizer extends Object implements Serializable -
Class org.infinispan.commons.marshall.AdminFlagExternalizer
class AdminFlagExternalizer extends AbstractExternalizer<CacheContainerAdmin.AdminFlag> implements Serializable-
Serialization Methods
-
readObject
public CacheContainerAdmin.AdminFlag readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toflag- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
Serialized Fields
-
hasChildren
boolean hasChildren
This boolean controls whether or not it makes sense to actually create the context or not. In the case of classes that don't expect to have children that support this they shouldn't do the creation
-
-
-
Exception org.infinispan.commons.marshall.MarshallingException
class MarshallingException extends CacheException implements Serializable -
Exception org.infinispan.commons.marshall.NotSerializableException
class NotSerializableException extends CacheException implements Serializable- serialVersionUID:
- 8217398736102723887L
-
Class org.infinispan.commons.marshall.SingletonExternalizer
class SingletonExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.commons.marshall.SuppliedExternalizer
class SuppliedExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occurs
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.marshall.exts
-
Class org.infinispan.commons.marshall.exts.NoStateExternalizer
-
Serialization Methods
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.util
-
Class org.infinispan.commons.util.FastCopyHashMap
- serialVersionUID:
- 10929568968762L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
The user defined load factor which defines when to resize
-
-
Class org.infinispan.commons.util.ImmutableListCopy.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write tomap- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toset- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.KeyValueWithPrevious
class KeyValueWithPrevious extends Object implements Serializable- serialVersionUID:
- -7875910676423622104L
-
Class org.infinispan.commons.util.NullValue
class NullValue extends Object implements Serializable- serialVersionUID:
- 2860710533033240004L
-
Serialization Methods
-
readResolve
-
-
Class org.infinispan.commons.util.SimpleImmutableEntry
class SimpleImmutableEntry extends Object implements Serializable- serialVersionUID:
- -6092752114794052323L
-
Class org.infinispan.commons.util.TypedProperties
class TypedProperties extends Properties implements Serializable- serialVersionUID:
- 3799321248100686287L
-
-
Package org.infinispan.commons.util.concurrent
-
Exception org.infinispan.commons.util.concurrent.CacheBackpressureFullException
class CacheBackpressureFullException extends CacheException implements Serializable
-
-
Package org.infinispan.commons.util.logging
-
Exception org.infinispan.commons.util.logging.TraceException
class TraceException extends Exception implements Serializable
-
-
Package org.infinispan.counter.exception
-
Exception org.infinispan.counter.exception.CounterConfigurationException
class CounterConfigurationException extends CounterException implements Serializable -
Exception org.infinispan.counter.exception.CounterException
class CounterException extends RuntimeException implements Serializable -
Exception org.infinispan.counter.exception.CounterNotFoundException
class CounterNotFoundException extends CounterException implements Serializable -
Exception org.infinispan.counter.exception.CounterOutOfBoundsException
class CounterOutOfBoundsException extends CounterException implements Serializable
-
-
Package org.infinispan.counter.impl.function
-
Class org.infinispan.counter.impl.function.SetFunction
class SetFunction extends org.infinispan.counter.impl.function.BaseFunction<K extends CounterKey,Object> implements Serializable -
Serialized Fields
-
value
long value
-
-
-
-
Package org.infinispan.counter.logging
-
Class org.infinispan.counter.logging.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.lock.exception
-
Exception org.infinispan.lock.exception.ClusteredLockException
class ClusteredLockException extends RuntimeException implements Serializable
-
-
Package org.infinispan.lock.impl.lock
-
Class org.infinispan.lock.impl.lock.ClusteredLockFilter.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.lock.logging
-
Class org.infinispan.lock.logging.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.query
-
Exception org.infinispan.query.SearchTimeoutException
class SearchTimeoutException extends RuntimeException implements Serializable
-
-
Package org.infinispan.query.clustered
-
Class org.infinispan.query.clustered.ClusteredQueryOperation.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public ClusteredQueryOperation readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.clustered.NodeTopDocs.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write totopDocs- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.clustered.QueryResponse.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toqueryResponse- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.query.dsl.impl.logging
-
Class org.infinispan.query.dsl.impl.logging.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.query.impl
-
Class org.infinispan.query.impl.QueryDefinition.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toqueryDefinition- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.query.impl.externalizers
-
Class org.infinispan.query.impl.externalizers.LuceneBytesRefExternalizer
class LuceneBytesRefExternalizer extends AbstractExternalizer<org.apache.lucene.util.BytesRef> implements Serializable-
Serialization Methods
-
readObject
public org.apache.lucene.util.BytesRef readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.apache.lucene.util.BytesRef object) throws IOException - Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.impl.externalizers.LuceneFieldDocExternalizer
class LuceneFieldDocExternalizer extends AbstractExternalizer<org.apache.lucene.search.FieldDoc> implements Serializable-
Serialization Methods
-
readObject
public org.apache.lucene.search.FieldDoc readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.apache.lucene.search.FieldDoc sortField) throws IOException - Parameters:
output- the object output to write tosortField- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.impl.externalizers.LuceneScoreDocExternalizer
class LuceneScoreDocExternalizer extends AbstractExternalizer<org.apache.lucene.search.ScoreDoc> implements Serializable-
Serialization Methods
-
readObject
public org.apache.lucene.search.ScoreDoc readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.apache.lucene.search.ScoreDoc sortField) throws IOException - Parameters:
output- the object output to write tosortField- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.impl.externalizers.LuceneSortExternalizer
class LuceneSortExternalizer extends AbstractExternalizer<org.apache.lucene.search.Sort> implements Serializable-
Serialization Methods
-
readObject
public org.apache.lucene.search.Sort readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write tosort- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.impl.externalizers.LuceneSortFieldExternalizer
class LuceneSortFieldExternalizer extends AbstractExternalizer<org.apache.lucene.search.SortField> implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occurs
-
writeObject
public void writeObject(ObjectOutput output, org.apache.lucene.search.SortField sortField) throws IOException - Parameters:
output- the object output to write tosortField- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.impl.externalizers.LuceneTopDocsExternalizer
class LuceneTopDocsExternalizer extends AbstractExternalizer<org.apache.lucene.search.TopDocs> implements Serializable-
Serialization Methods
-
readObject
public org.apache.lucene.search.TopDocs readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.apache.lucene.search.TopDocs topDocs) throws IOException - Parameters:
output- the object output to write totopDocs- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.impl.externalizers.LuceneTopFieldDocsExternalizer
class LuceneTopFieldDocsExternalizer extends AbstractExternalizer<org.apache.lucene.search.TopFieldDocs> implements Serializable-
Serialization Methods
-
readObject
public org.apache.lucene.search.TopFieldDocs readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.apache.lucene.search.TopFieldDocs topFieldDocs) throws IOException - Parameters:
output- the object output to write totopFieldDocs- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.impl.externalizers.LuceneTotalHitsExternalizer
class LuceneTotalHitsExternalizer extends AbstractExternalizer<org.apache.lucene.search.TotalHits> implements Serializable-
Serialization Methods
-
readObject
public org.apache.lucene.search.TotalHits readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.apache.lucene.search.TotalHits totalHits) throws IOException - Parameters:
output- the object output to write tototalHits- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.impl.externalizers.PojoRawTypeIdentifierExternalizer
class PojoRawTypeIdentifierExternalizer extends AbstractExternalizer<PojoRawTypeIdentifier> implements Serializable-
Serialization Methods
-
readObject
public PojoRawTypeIdentifier readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.query.impl.massindex
-
Class org.infinispan.query.impl.massindex.IndexWorker.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toworker- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Exception org.infinispan.query.impl.massindex.MassIndexerAlreadyStartedException
class MassIndexerAlreadyStartedException extends IllegalStateException implements Serializable
-
-
Package org.infinispan.query.logging
-
Class org.infinispan.query.logging.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.query.remote.client.impl
-
Class org.infinispan.query.remote.client.impl.Externalizers.NamedParameterExternalizer
class NamedParameterExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public QueryRequest.NamedParameter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, QueryRequest.NamedParameter namedParameter) throws IOException - Parameters:
output- the object output to write tonamedParameter- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.remote.client.impl.Externalizers.QueryRequestExternalizer
class QueryRequestExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toqueryRequest- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.remote.client.impl.Externalizers.QueryResponseExternalizer
class QueryResponseExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input- the object input to read from- Throws:
IOException- if an I/O error occursClassNotFoundException- if a class could not be found
-
writeObject
- Parameters:
output- the object output to write toqueryResponse- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.search.mapper.log.impl
-
Class org.infinispan.search.mapper.log.impl.InfinispanEventContextMessages_$bundle
class InfinispanEventContextMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.infinispan.search.mapper.log.impl.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.activemq.artemis.wildfly.integration.recovery
-
Class org.jboss.activemq.artemis.wildfly.integration.recovery.WildFlyActiveMQLogger_$logger
class WildFlyActiveMQLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.activemq.artemis.wildfly.integration.recovery.WildFlyActiveMQRegistry
class WildFlyActiveMQRegistry extends Object implements Serializable-
Serialized Fields
-
started
AtomicBoolean started
-
tmRegistry
org.jboss.tm.XAResourceRecoveryRegistry tmRegistry
-
-
-
-
Package org.jboss.as.controller.client.helpers
-
Exception org.jboss.as.controller.client.helpers.MeasurementUnit.MeasurementConversionException
class MeasurementConversionException extends RuntimeException implements Serializable
-
-
Package org.jboss.as.controller.client.helpers.domain
-
Exception org.jboss.as.controller.client.helpers.domain.DuplicateDeploymentNameException
class DuplicateDeploymentNameException extends Exception implements Serializable- serialVersionUID:
- -7207529184499737454L
-
Serialized Fields
-
name
String name
-
-
Exception org.jboss.as.controller.client.helpers.domain.IncompleteDeploymentReplaceException
class IncompleteDeploymentReplaceException extends InvalidDeploymentPlanException implements Serializable- serialVersionUID:
- -8322852398826927588L
-
Exception org.jboss.as.controller.client.helpers.domain.InvalidDeploymentPlanException
class InvalidDeploymentPlanException extends Exception implements Serializable- serialVersionUID:
- 6442943555765667251L
-
Exception org.jboss.as.controller.client.helpers.domain.RollbackCancelledException
class RollbackCancelledException extends UpdateFailedException implements Serializable- serialVersionUID:
- -1706640796845639910L
-
Class org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
class ServerGroupDeploymentPlan extends Object implements Serializable- serialVersionUID:
- 4868990805217024722L
-
Serialized Fields
-
maxFailurePercentage
int maxFailurePercentage
-
maxFailures
int maxFailures
-
rollback
boolean rollback
-
rollingToServers
boolean rollingToServers
-
serverGroupName
String serverGroupName
-
-
Class org.jboss.as.controller.client.helpers.domain.ServerIdentity
class ServerIdentity extends Object implements Serializable- serialVersionUID:
- -5853735093238463353L
-
Exception org.jboss.as.controller.client.helpers.domain.UpdateFailedException
class UpdateFailedException extends Exception implements Serializable- serialVersionUID:
- 3601180802244470103L
-
-
Package org.jboss.as.controller.client.helpers.domain.impl
-
Class org.jboss.as.controller.client.helpers.domain.impl.BasicDomainUpdateResult
class BasicDomainUpdateResult extends Object implements Serializable- serialVersionUID:
- -3525117172870002485L
-
Serialized Fields
-
cancelled
boolean cancelled
-
domainFailure
UpdateFailedException domainFailure
-
hostFailures
Map<String,
UpdateFailedException> hostFailures -
rolledBack
boolean rolledBack
-
-
Class org.jboss.as.controller.client.helpers.domain.impl.DeploymentActionImpl
class DeploymentActionImpl extends Object implements Serializable- serialVersionUID:
- 613098200977026475L
-
Serialized Fields
-
deploymentUnitName
String deploymentUnitName
-
newContentFileName
String newContentFileName
-
newContentHash
byte[] newContentHash
-
oldDeploymentUnitName
String oldDeploymentUnitName
-
type
DeploymentAction.Type type
-
uuid
UUID uuid
-
-
Class org.jboss.as.controller.client.helpers.domain.impl.DeploymentPlanImpl
class DeploymentPlanImpl extends Object implements Serializable- serialVersionUID:
- -7652253540766375101L
-
Serialized Fields
-
delegate
DeploymentSetPlanImpl delegate
-
rollbackAcrossGroups
boolean rollbackAcrossGroups
-
-
Class org.jboss.as.controller.client.helpers.domain.impl.DeploymentSetPlanImpl
class DeploymentSetPlanImpl extends Object implements Serializable- serialVersionUID:
- -7652253540766375101L
-
Serialized Fields
-
deploymentActions
List<DeploymentAction> deploymentActions
-
gracefulShutdownPeriod
long gracefulShutdownPeriod
-
rollback
boolean rollback
-
serverGroupPlans
List<Set<ServerGroupDeploymentPlan>> serverGroupPlans
-
shutdown
boolean shutdown
-
uuid
UUID uuid
-
-
Class org.jboss.as.controller.client.helpers.domain.impl.UpdateResultHandlerResponse
class UpdateResultHandlerResponse extends Object implements Serializable- serialVersionUID:
- -5250735019112151634L
-
Serialized Fields
-
cancelled
boolean cancelled
-
failureResult
Throwable failureResult
-
restarted
boolean restarted
-
rollbackCancelled
boolean rollbackCancelled
-
rollbackFailure
Throwable rollbackFailure
-
rollbackTimedOut
boolean rollbackTimedOut
-
rolledBack
boolean rolledBack
-
successResult
ModelNode successResult
-
timedOut
boolean timedOut
-
-
-
Package org.jboss.as.controller.client.helpers.standalone
-
Class org.jboss.as.controller.client.helpers.standalone.AbstractServerUpdateActionResult
class AbstractServerUpdateActionResult extends Object implements Serializable- serialVersionUID:
- -4692787126053225682L
-
Serialized Fields
-
deploymentException
Throwable deploymentException
-
id
UUID id
-
result
ServerUpdateActionResult.Result result
-
rollbackResult
T extends ServerUpdateActionResult rollbackResult
-
-
Exception org.jboss.as.controller.client.helpers.standalone.DuplicateDeploymentNameException
class DuplicateDeploymentNameException extends Exception implements Serializable- serialVersionUID:
- -7207529184499737454L
-
Serialized Fields
-
name
String name
-
-
Exception org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.ServerDeploymentException
class ServerDeploymentException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionResult
ServerDeploymentActionResult actionResult
-
-
Class org.jboss.as.controller.client.helpers.standalone.SimpleServerDeploymentActionResult
class SimpleServerDeploymentActionResult extends AbstractServerUpdateActionResult<ServerDeploymentActionResult> implements Serializable- serialVersionUID:
- 1075795087623522316L
-
Class org.jboss.as.controller.client.helpers.standalone.SimpleServerUpdateActionResult
class SimpleServerUpdateActionResult extends AbstractServerUpdateActionResult<ServerUpdateActionResult> implements Serializable- serialVersionUID:
- 6337992911667021814L
-
-
Package org.jboss.as.controller.client.helpers.standalone.impl
-
Class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentActionImpl
class DeploymentActionImpl extends Object implements Serializable- serialVersionUID:
- 613098200977026475L
-
Serialized Fields
-
contents
Map<String,
InputStream> contents -
contentStream
InputStream contentStream
-
deploymentUnitName
String deploymentUnitName
-
files
Map<String,
Path> files -
internalStream
boolean internalStream
-
newContentFileName
String newContentFileName
-
oldDeploymentUnitName
String oldDeploymentUnitName
-
type
DeploymentAction.Type type
-
uuid
UUID uuid
-
-
Class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanImpl
class DeploymentPlanImpl extends Object implements Serializable- serialVersionUID:
- -119621318892470668L
-
Serialized Fields
-
deploymentActions
List<DeploymentActionImpl> deploymentActions
-
globalRollback
boolean globalRollback
-
gracefulShutdownPeriod
long gracefulShutdownPeriod
-
shutdown
boolean shutdown
-
uuid
UUID uuid
-
-
Class org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl
class DeploymentPlanResultImpl extends Object implements Serializable- serialVersionUID:
- -2473360314683299361L
-
Serialized Fields
-
actionResults
Map<UUID,
ServerDeploymentActionResult> actionResults -
planId
UUID planId
-
-
-
Package org.jboss.as.naming
-
Class org.jboss.as.naming.ImmediateManagedReference
class ImmediateManagedReference extends Object implements Serializable-
Serialized Fields
-
instance
Object instance
-
-
-
Class org.jboss.as.naming.NamingPermission
class NamingPermission extends BasicPermission implements Serializable -
Exception org.jboss.as.naming.RequireResolveException
class RequireResolveException extends NamingException implements Serializable-
Serialized Fields
-
resolve
Name resolve
-
-
-
Class org.jboss.as.naming.ValueManagedReferenceFactory.ValueManagedReference
class ValueManagedReference extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
instance
Object instance
-
-
-
Package org.jboss.as.naming.context
-
Class org.jboss.as.naming.context.ModularReference
class ModularReference extends Reference implements Serializable- serialVersionUID:
- -4805781394834948096L
-
Serialized Fields
-
moduleName
String moduleName
-
-
-
Package org.jboss.as.naming.deployment
-
Exception org.jboss.as.naming.deployment.DuplicateBindingException
class DuplicateBindingException extends Exception implements Serializable- serialVersionUID:
- 131033218044790395L
-
Class org.jboss.as.naming.deployment.JndiName
class JndiName extends Object implements Serializable- serialVersionUID:
- 3748117883355718029L
-
-
Package org.jboss.as.naming.logging
-
Class org.jboss.as.naming.logging.NamingLogger_$logger
class NamingLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.as.naming.logging.NamingLogger_$logger_fr
class NamingLogger_$logger_fr extends NamingLogger_$logger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.as.naming.logging.NamingLogger_$logger_ja
class NamingLogger_$logger_ja extends NamingLogger_$logger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.as.naming.logging.NamingLogger_$logger_zh
class NamingLogger_$logger_zh extends NamingLogger_$logger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.as.naming.logging.NamingLogger_$logger_zh_CN
class NamingLogger_$logger_zh_CN extends NamingLogger_$logger_zh implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.as.naming.util
-
Class org.jboss.as.naming.util.FastCopyHashMap
- serialVersionUID:
- 10929568968762L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
The user defined load factor which defines when to resize
-
-
-
Package org.jboss.dmr
-
Class org.jboss.dmr.ModelNode
class ModelNode extends Object implements Externalizable- serialVersionUID:
- 2030456323088551487L
-
Serialization Methods
-
readExternal
Read this node's content in binary format from the given source.- Parameters:
in- the source from which the content should be read- Throws:
IOException- if an I/O error occurs
-
writeExternal
Write this node's content in binary format to the given target.- Parameters:
out- the target to which the content should be written- Throws:
IOException- if an I/O error occurs
-
-
Class org.jboss.dmr.ValueExpression
class ValueExpression extends Object implements Externalizable- serialVersionUID:
- -277358532170444708L
-
Serialization Methods
-
readExternal
Deserialize this instance.- Parameters:
in- the source stream- Throws:
IOException- if a serialization error occurs
-
writeExternal
Serialize this instance.- Parameters:
out- the target stream- Throws:
IOException- if a serialization error occurs
-
-
-
Package org.jboss.dmr._private
-
Class org.jboss.dmr._private.JBossDmrLogger_$logger
class JBossDmrLogger_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.dmr.stream
-
Exception org.jboss.dmr.stream.ModelException
class ModelException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.ejb._private
-
Class org.jboss.ejb._private.Logs_$logger
class Logs_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.ejb.client
-
Class org.jboss.ejb.client.AbstractEJBMetaData
class AbstractEJBMetaData extends Object implements Serializable- serialVersionUID:
- -5391231161942555933L
-
Class org.jboss.ejb.client.Affinity
class Affinity extends Object implements Serializable- serialVersionUID:
- -2985180758368879373L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Class org.jboss.ejb.client.BasicSessionID
class BasicSessionID extends SessionID implements Serializable- serialVersionUID:
- -7306257085240447972L
-
Class org.jboss.ejb.client.ClusterAffinity
class ClusterAffinity extends Affinity implements Serializable- serialVersionUID:
- -8078602613739377911L
-
Serialized Fields
-
clusterName
String clusterName
-
-
Class org.jboss.ejb.client.EJBClientPermission
class EJBClientPermission extends AbstractNameSetOnlyPermission<EJBClientPermission> implements Serializable- serialVersionUID:
- 8406360684253911321L
-
Class org.jboss.ejb.client.EJBHandle
class EJBHandle extends Object implements Serializable- serialVersionUID:
- -4870688692508067759L
-
Serialized Fields
-
locator
EJBLocator<T extends EJBObject> locator
-
-
Class org.jboss.ejb.client.EJBHomeHandle
class EJBHomeHandle extends Object implements Serializable- serialVersionUID:
- -4870688692508067759L
-
Serialized Fields
-
locator
EJBHomeLocator<T extends EJBHome> locator
-
-
Class org.jboss.ejb.client.EJBHomeLocator
- serialVersionUID:
- -3040039191221970094L
-
Class org.jboss.ejb.client.EJBIdentifier
class EJBIdentifier extends Object implements Serializable- serialVersionUID:
- 7065644117552778408L
-
Serialized Fields
-
beanName
String beanName
-
moduleIdentifier
EJBModuleIdentifier moduleIdentifier
-
-
Class org.jboss.ejb.client.EJBLocator
class EJBLocator extends Object implements Serializable- serialVersionUID:
- -7306257085240447972L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
- Throws:
IOException
-
-
Class org.jboss.ejb.client.EJBMetaDataImpl
class EJBMetaDataImpl extends Object implements Serializable- serialVersionUID:
- 100581743643837404L
-
Class org.jboss.ejb.client.EJBMethodLocator
class EJBMethodLocator extends Object implements Serializable- serialVersionUID:
- -1387266421025030533L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Class org.jboss.ejb.client.EJBModuleIdentifier
class EJBModuleIdentifier extends Object implements Serializable- serialVersionUID:
- 6743739852843753760L
-
Class org.jboss.ejb.client.EntityEJBLocator
- serialVersionUID:
- 6674116259124568398L
-
Serialized Fields
-
primaryKey
Object primaryKey
-
-
Class org.jboss.ejb.client.EntityEJBMetaData
class EntityEJBMetaData extends AbstractEJBMetaData<T extends EJBObject,H extends EJBHome> implements Serializable - serialVersionUID:
- 5985601714593841885L
-
Serialized Fields
-
primaryKeyClass
Class<?> primaryKeyClass
-
-
Class org.jboss.ejb.client.NodeAffinity
class NodeAffinity extends Affinity implements Serializable- serialVersionUID:
- -1241023739831847480L
-
Serialized Fields
-
nodeName
String nodeName
-
-
Class org.jboss.ejb.client.RemoteEJBPermission
class RemoteEJBPermission extends AbstractBooleanPermission<RemoteEJBPermission> implements Serializable -
Exception org.jboss.ejb.client.RequestSendFailedException
class RequestSendFailedException extends EJBException implements Serializable- serialVersionUID:
- 4880994720537464175L
-
Serialized Fields
-
canBeRetried
boolean canBeRetried
-
-
Class org.jboss.ejb.client.SerializedEJBInvocationHandler
class SerializedEJBInvocationHandler extends Object implements Externalizable- serialVersionUID:
- -2370168183054746652L
-
Serialization Methods
-
readExternal
Read this object from the input stream.- Parameters:
in- the input stream- Throws:
IOException- if a read error occursClassNotFoundException- if a class cannot be resolved
-
writeExternal
Write this object to the output stream.- Parameters:
out- the output stream- Throws:
IOException- if a write error occurs
-
-
Class org.jboss.ejb.client.SessionID
class SessionID extends Object implements Serializable- serialVersionUID:
- 3872192729805797520L
-
Serialization Methods
-
writeReplace
Substitute this session ID with a serialized representation.
-
-
Serialized Fields
-
encodedForm
byte[] encodedForm
-
-
Class org.jboss.ejb.client.SessionID.Serialized
class Serialized extends Object implements Serializable- serialVersionUID:
- -6014782612354158572L
-
Serialization Methods
-
readResolve
Reconstitute the session ID from this serialized representation.
-
-
Serialized Fields
-
id
byte[] id
The bytes of the session ID.
-
-
Class org.jboss.ejb.client.StatefulEJBLocator
- serialVersionUID:
- 8229686118358785586L
-
Serialized Fields
-
sessionId
SessionID sessionId
-
-
Class org.jboss.ejb.client.StatefulEJBMetaData
class StatefulEJBMetaData extends AbstractEJBMetaData<T extends EJBObject,H extends EJBHome> implements Serializable - serialVersionUID:
- 8596216068022888027L
-
Class org.jboss.ejb.client.StatelessEJBLocator
- serialVersionUID:
- -3040039191221970094L
-
Class org.jboss.ejb.client.StatelessEJBMetaData
class StatelessEJBMetaData extends AbstractEJBMetaData<T extends EJBObject,H extends EJBHome> implements Serializable - serialVersionUID:
- 8596216068022888027L
-
Class org.jboss.ejb.client.TransactionID
class TransactionID extends Object implements Serializable- serialVersionUID:
- 7711835471353644411L
-
Serialization Methods
-
writeReplace
Deprecated.Substitute this transaction ID with a serialized representation.
-
-
Serialized Fields
-
encodedForm
byte[] encodedForm
Deprecated.
-
-
Class org.jboss.ejb.client.TransactionID.Serialized
class Serialized extends Object implements Serializable- serialVersionUID:
- -8146407206244018476L
-
Serialization Methods
-
readResolve
Reconstitute the transaction ID from this serialized representation.
-
-
Serialized Fields
-
id
byte[] id
The bytes of the transaction ID.
-
-
Class org.jboss.ejb.client.UnknownSessionID
class UnknownSessionID extends SessionID implements Serializable- serialVersionUID:
- 8565847732676192265L
-
Class org.jboss.ejb.client.URIAffinity
class URIAffinity extends Affinity implements Serializable- serialVersionUID:
- -8437624625197058354L
-
Class org.jboss.ejb.client.UserTransactionID
class UserTransactionID extends TransactionID implements Serializable- serialVersionUID:
- -791647046784989955L
-
Serialized Fields
-
id
int id
Deprecated. -
nodeName
String nodeName
Deprecated.
-
-
Class org.jboss.ejb.client.UUIDSessionID
class UUIDSessionID extends SessionID implements Serializable- serialVersionUID:
- -7306257085240447972L
-
Serialized Fields
-
uuid
UUID uuid
-
-
Class org.jboss.ejb.client.XidTransactionID
class XidTransactionID extends TransactionID implements Serializable- serialVersionUID:
- -1895745528459825578L
-
Serialized Fields
-
xid
Xid xid
Deprecated.
-
-
-
Package org.jboss.iiop.csiv2
-
Package org.jboss.jaxb.intros
-
Exception org.jboss.jaxb.intros.ConfigurationException
class ConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- -1332063136124847578L
-
-
Package org.jboss.logging
-
Class org.jboss.logging.DelegatingBasicLogger
class DelegatingBasicLogger extends Object implements Serializable- serialVersionUID:
- -5774903162389601853L
-
Serialized Fields
-
log
Logger log
The delegate logger.
-
-
Class org.jboss.logging.Logger
class Logger extends Object implements Serializable- serialVersionUID:
- 4232175575988879434L
-
Serialization Methods
-
writeReplace
Read resolver; replaces deserialized instance with a canonical instance.
-
-
Serialized Fields
-
name
String name
-
-
-
Package org.jboss.logmanager
-
Class org.jboss.logmanager.ExtLogRecord
class ExtLogRecord extends LogRecord implements Serializable- serialVersionUID:
- -9174374711278052369L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
formatStyle
ExtLogRecord.FormatStyle formatStyle
-
formattedMessage
String formattedMessage
-
hostName
String hostName
-
mdcCopy
org.jboss.logmanager.FastCopyHashMap<String,
Object> mdcCopy -
ndc
String ndc
-
processId
long processId
-
processName
String processName
-
resourceKey
String resourceKey
-
sourceFileName
String sourceFileName
-
sourceLineNumber
int sourceLineNumber
-
sourceModuleName
String sourceModuleName
-
sourceModuleVersion
String sourceModuleVersion
-
threadName
String threadName
-
-
Class org.jboss.logmanager.Level
class Level extends Level implements Serializable- serialVersionUID:
- 491981186783136939L
-
Class org.jboss.logmanager.Logger
class Logger extends Logger implements Serializable- serialVersionUID:
- 5093333069125075416L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
loggerNode
org.jboss.logmanager.LoggerNode loggerNode
The named logger tree node.
-
-
Class org.jboss.logmanager.SerializedLogger
class SerializedLogger extends Object implements Serializable- serialVersionUID:
- 8266206989821750874L
-
Serialization Methods
-
readResolve
Get the actual logger for this marker.- See Also:
-
-
Serialized Fields
-
name
String name
-
-
-
Package org.jboss.msc.inject
-
Exception org.jboss.msc.inject.InjectionException
class InjectionException extends RuntimeException implements Serializable- serialVersionUID:
- 6413200398685740543L
-
-
Package org.jboss.msc.service
-
Exception org.jboss.msc.service.CircularDependencyException
class CircularDependencyException extends ServiceRegistryException implements Serializable- serialVersionUID:
- -4826336558749601678L
-
Serialized Fields
-
cycle
ServiceName[] cycle
-
-
Exception org.jboss.msc.service.DuplicateServiceException
class DuplicateServiceException extends ServiceRegistryException implements Serializable- serialVersionUID:
- 6000994512503219841L
-
Class org.jboss.msc.service.ServiceLogger_$logger
class ServiceLogger_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
-
Class org.jboss.msc.service.ServiceName
class ServiceName extends Object implements Serializable- serialVersionUID:
- 2336190201880964151L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundExceptionIOException
-
-
Serialized Fields
-
canonicalName
String canonicalName
-
name
String name
-
parent
ServiceName parent
-
-
Exception org.jboss.msc.service.ServiceNotFoundException
class ServiceNotFoundException extends ServiceRegistryException implements Serializable- serialVersionUID:
- -3145569397301460220L
-
Exception org.jboss.msc.service.ServiceRegistryException
class ServiceRegistryException extends RuntimeException implements Serializable- serialVersionUID:
- -8431095020967798064L
-
Exception org.jboss.msc.service.StartException
class StartException extends Exception implements Serializable- serialVersionUID:
- 239274385917008839L
-
Serialized Fields
-
serviceName
ServiceName serviceName
-
-
-
Package org.jboss.msc.service.management
-
Class org.jboss.msc.service.management.ServiceStatus
class ServiceStatus extends Object implements Serializable- serialVersionUID:
- 6538576441150451665L
-
Serialized Fields
-
aliases
String[] aliases
-
dependencies
String[] dependencies
-
dependencyFailed
boolean dependencyFailed
-
dependencyUnavailable
boolean dependencyUnavailable
-
exception
String exception
-
modeName
String modeName
-
parentName
String parentName
-
serviceClassName
String serviceClassName
-
serviceName
String serviceName
-
stateName
String stateName
-
substateName
String substateName
-
-
-
Package org.jboss.resteasy.api.validation
-
Class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
class ResteasyConstraintViolation extends Object implements Serializable- serialVersionUID:
- -5441628046215135260L
-
Serialized Fields
-
constraintType
ConstraintType.Type constraintType
-
message
String message
-
path
String path
-
value
String value
-
-
Exception org.jboss.resteasy.api.validation.ResteasyViolationException
class ResteasyViolationException extends ConstraintViolationException implements Serializable- serialVersionUID:
- 2623733139912277260L
-
Serialized Fields
-
accept
List<org.jboss.resteasy.api.validation.ResteasyViolationException.CloneableMediaType> accept
-
allViolations
List<ResteasyConstraintViolation> allViolations
-
classViolations
List<ResteasyConstraintViolation> classViolations
-
exception
Exception exception
-
parameterViolations
List<ResteasyConstraintViolation> parameterViolations
-
propertyViolations
List<ResteasyConstraintViolation> propertyViolations
-
returnValueViolations
List<ResteasyConstraintViolation> returnValueViolations
-
suppressPath
boolean suppressPath
-
violationLists
List<List<ResteasyConstraintViolation>> violationLists
-
-
Class org.jboss.resteasy.api.validation.SimpleViolationsContainer
class SimpleViolationsContainer extends Object implements Serializable- serialVersionUID:
- -7895854137980651540L
-
Serialized Fields
-
exception
Exception exception
-
fieldsValidated
boolean fieldsValidated
-
target
Object target
-
violations
Set<ConstraintViolation<Object>> violations
-
-
-
Package org.jboss.resteasy.client.exception
-
Exception org.jboss.resteasy.client.exception.ResteasyBadRequestException
class ResteasyBadRequestException extends BadRequestException implements Serializable- serialVersionUID:
- -6250430572164780061L
-
Serialized Fields
-
wrapped
BadRequestException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyClientErrorException
class ResteasyClientErrorException extends ClientErrorException implements Serializable- serialVersionUID:
- 6839671465938091898L
-
Serialized Fields
-
wrapped
ClientErrorException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyForbiddenException
class ResteasyForbiddenException extends ForbiddenException implements Serializable- serialVersionUID:
- -581285336820307590L
-
Serialized Fields
-
wrapped
ForbiddenException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyInternalServerErrorException
class ResteasyInternalServerErrorException extends InternalServerErrorException implements Serializable- serialVersionUID:
- 5293921582428847923L
-
Serialized Fields
-
wrapped
InternalServerErrorException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyNotAcceptableException
class ResteasyNotAcceptableException extends NotAcceptableException implements Serializable- serialVersionUID:
- 5369100091818187044L
-
Serialized Fields
-
wrapped
NotAcceptableException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyNotAllowedException
class ResteasyNotAllowedException extends NotAllowedException implements Serializable- serialVersionUID:
- -6319306078354018353L
-
Serialized Fields
-
wrapped
NotAllowedException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyNotAuthorizedException
class ResteasyNotAuthorizedException extends NotAuthorizedException implements Serializable- serialVersionUID:
- 7034604450379314101L
-
Serialized Fields
-
wrapped
NotAuthorizedException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyNotFoundException
class ResteasyNotFoundException extends NotFoundException implements Serializable- serialVersionUID:
- 8915809730318765630L
-
Serialized Fields
-
wrapped
NotFoundException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyNotSupportedException
class ResteasyNotSupportedException extends NotSupportedException implements Serializable- serialVersionUID:
- 6195843283913647466L
-
Serialized Fields
-
wrapped
NotSupportedException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyRedirectionException
class ResteasyRedirectionException extends RedirectionException implements Serializable- serialVersionUID:
- 8815768802777099877L
-
Serialized Fields
-
wrapped
RedirectionException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyServerErrorException
class ResteasyServerErrorException extends ServerErrorException implements Serializable- serialVersionUID:
- 8591476266091129117L
-
Serialized Fields
-
wrapped
ServerErrorException wrapped
-
-
Exception org.jboss.resteasy.client.exception.ResteasyWebApplicationException
class ResteasyWebApplicationException extends WebApplicationException implements Serializable- serialVersionUID:
- -8805699073882024461L
-
Serialized Fields
-
wrapped
WebApplicationException wrapped
-
-
-
Package org.jboss.resteasy.client.jaxrs.cache
-
Class org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Header
class Header extends Object implements Serializable- serialVersionUID:
- 4145981086454860081L
-
Class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
class CacheEntry extends Object implements Serializable- serialVersionUID:
- -1922521972113619372L
-
Serialized Fields
-
cached
byte[] cached
-
expires
int expires
-
extendedProperties
Map<Serializable,
Serializable> extendedProperties -
headers
MultivaluedMap<String,
String> headers -
key
String key
-
mediaType
String mediaType
-
timestamp
long timestamp
-
validationHeaders
BrowserCache.Header[] validationHeaders
-
-
-
Package org.jboss.resteasy.client.jaxrs.i18n
-
Class org.jboss.resteasy.client.jaxrs.i18n.LogMessages_$logger
class LogMessages_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.client.jaxrs.i18n.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jboss.resteasy.client.jaxrs.spi
-
Exception org.jboss.resteasy.client.jaxrs.spi.ClientConfigException
class ClientConfigException extends RuntimeException implements Serializable
-
-
Package org.jboss.resteasy.core
-
Exception org.jboss.resteasy.core.ExceptionAdapter
class ExceptionAdapter extends RuntimeException implements Serializable- serialVersionUID:
- 6628087350457915908L
-
Class org.jboss.resteasy.core.Headers
-
Exception org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure
class NoMessageBodyWriterFoundFailure extends LoggableFailure implements Serializable
-
-
Package org.jboss.resteasy.core.request
-
Class org.jboss.resteasy.core.request.QualityValue
class QualityValue extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
WEIGHT
int WEIGHT
-
-
-
Package org.jboss.resteasy.jsapi
-
Class org.jboss.resteasy.jsapi.JSAPIServlet
class JSAPIServlet extends HttpServlet implements Serializable- serialVersionUID:
- -1985015444704126795L
-
Serialized Fields
-
apiWriter
JSAPIWriter apiWriter
-
services
Map<String,
ServiceRegistry> services
-
-
-
Package org.jboss.resteasy.jsapi.i18n
-
Class org.jboss.resteasy.jsapi.i18n.LogMessages_$logger
class LogMessages_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.jsapi.i18n.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jboss.resteasy.plugins.delegates
-
Class org.jboss.resteasy.plugins.delegates.ServerCookie
class ServerCookie extends Object implements Serializable
-
-
Package org.jboss.resteasy.plugins.providers
-
Exception org.jboss.resteasy.plugins.providers.FileRangeException
class FileRangeException extends WebApplicationException implements Serializable- serialVersionUID:
- -5615796352743435769L
-
-
Package org.jboss.resteasy.plugins.providers.atom.app
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppAccept
class AppAccept extends AppCommonAttributes implements Serializable- serialVersionUID:
- 8792589507058023990L
-
Serialized Fields
-
content
String content
-
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
class AppCategories extends AppCommonAttributes implements Serializable- serialVersionUID:
- 7978145545675525082L
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
class AppCollection extends AppCommonAttributes implements Serializable- serialVersionUID:
- 3466473348035916400L
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
class AppCommonAttributes extends Object implements Serializable- serialVersionUID:
- -6132753912772236190L
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppService
class AppService extends AppCommonAttributes implements Serializable- serialVersionUID:
- 1090747778031855442L
-
Serialized Fields
-
workspace
List<AppWorkspace> workspace
-
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
class AppWorkspace extends AppCommonAttributes implements Serializable- serialVersionUID:
- -2595744438212041512L
-
Serialized Fields
-
any
List<Object> any
-
collection
List<AppCollection> collection
-
title
String title
-
-
-
Package org.jboss.resteasy.plugins.providers.jackson._private
-
Class org.jboss.resteasy.plugins.providers.jackson._private.JacksonLogger_$logger
class JacksonLogger_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
Logger log
-
-
-
Package org.jboss.resteasy.plugins.providers.jaxb
-
Exception org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException
class JAXBMarshalException extends WriterException implements Serializable -
Exception org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException
class JAXBUnmarshalException extends ReaderException implements Serializable
-
-
Package org.jboss.resteasy.plugins.providers.jaxb.i18n
-
Class org.jboss.resteasy.plugins.providers.jaxb.i18n.LogMessages_$logger
class LogMessages_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.plugins.providers.jaxb.i18n.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jboss.resteasy.plugins.providers.multipart.i18n
-
Class org.jboss.resteasy.plugins.providers.multipart.i18n.LogMessages_$logger
class LogMessages_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.plugins.providers.multipart.i18n.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jboss.resteasy.plugins.providers.resteasy_atom.i18n
-
Class org.jboss.resteasy.plugins.providers.resteasy_atom.i18n.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jboss.resteasy.plugins.server.servlet
-
Class org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher
class HttpServlet30Dispatcher extends HttpServletDispatcher implements Serializable-
Serialized Fields
-
asyncCancelScheduler
ScheduledExecutorService asyncCancelScheduler
-
-
-
Class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
class HttpServletDispatcher extends HttpServlet implements Serializable-
Serialized Fields
-
servletContainerDispatcher
ServletContainerDispatcher servletContainerDispatcher
-
-
-
-
Package org.jboss.resteasy.plugins.validation
-
Exception org.jboss.resteasy.plugins.validation.ResteasyViolationExceptionImpl
class ResteasyViolationExceptionImpl extends ResteasyViolationException implements Serializable- serialVersionUID:
- 657697354453281559L
-
Class org.jboss.resteasy.plugins.validation.SimpleViolationsContainer
class SimpleViolationsContainer extends SimpleViolationsContainer implements Serializable- serialVersionUID:
- -7895854137980651539L
-
Serialized Fields
-
parametersValidated
boolean parametersValidated
-
util
ConstraintTypeUtilImpl util
-
-
-
Package org.jboss.resteasy.plugins.validation.i18n
-
Class org.jboss.resteasy.plugins.validation.i18n.LogMessages_$logger
class LogMessages_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.plugins.validation.i18n.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jboss.resteasy.resteasy_jaxrs.i18n
-
Class org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages_$logger
class LogMessages_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.resteasy_jaxrs.i18n.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jboss.resteasy.specimpl
-
Class org.jboss.resteasy.specimpl.MultivaluedMapImpl
-
Class org.jboss.resteasy.specimpl.MultivaluedTreeMap
class MultivaluedTreeMap extends Object implements Serializable
-
-
Package org.jboss.resteasy.spi
-
Exception org.jboss.resteasy.spi.ApplicationException
class ApplicationException extends RuntimeException implements Serializable -
Exception org.jboss.resteasy.spi.BadRequestException
class BadRequestException extends Failure implements Serializable -
Exception org.jboss.resteasy.spi.DefaultOptionsMethodException
class DefaultOptionsMethodException extends Failure implements Serializable -
Exception org.jboss.resteasy.spi.Failure
class Failure extends RuntimeException implements Serializable-
Serialized Fields
-
errorCode
int errorCode
-
loggable
boolean loggable
-
response
Response response
-
-
-
Exception org.jboss.resteasy.spi.InternalServerErrorException
class InternalServerErrorException extends LoggableFailure implements Serializable -
Exception org.jboss.resteasy.spi.LoggableFailure
class LoggableFailure extends Failure implements Serializable -
Exception org.jboss.resteasy.spi.NoLogWebApplicationException
class NoLogWebApplicationException extends WebApplicationException implements Serializable -
Exception org.jboss.resteasy.spi.NotImplementedYetException
class NotImplementedYetException extends RuntimeException implements Serializable -
Exception org.jboss.resteasy.spi.ReaderException
class ReaderException extends Failure implements Serializable -
Exception org.jboss.resteasy.spi.UnhandledException
class UnhandledException extends RuntimeException implements Serializable -
Exception org.jboss.resteasy.spi.WriterException
class WriterException extends LoggableFailure implements Serializable
-
-
Package org.jboss.resteasy.spi.config.security
-
Class org.jboss.resteasy.spi.config.security.ConfigPropertyPermission
class ConfigPropertyPermission extends BasicPermission implements Serializable
-
-
Package org.jboss.resteasy.util
-
Class org.jboss.resteasy.util.CaseInsensitiveMap
-
Exception org.jboss.resteasy.util.DateUtil.DateParseException
class DateParseException extends RuntimeException implements Serializable
-
-
Package org.jboss.weld.context.activator
-
Class org.jboss.weld.context.activator.ActivateRequestContext.Literal
- serialVersionUID:
- 1L
-
-
Package org.jboss.weld.context.bound
-
Package org.jboss.weld.context.ejb
-
Package org.jboss.weld.context.http
-
Package org.jboss.weld.context.unbound
-
Package org.jboss.ws.api
-
Class org.jboss.ws.api.Log_$logger
class Log_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.ws.api.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jboss.ws.api.binding
-
Class org.jboss.ws.api.binding.BindingCustomization
class BindingCustomization extends HashMap implements Serializable -
Class org.jboss.ws.api.binding.JAXBBindingCustomization
class JAXBBindingCustomization extends BindingCustomization implements Serializable- serialVersionUID:
- 5547146387872057974L
-
-
Package org.jboss.ws.api.monitoring
-
Package org.jboss.wsf.stack.cxf.i18n
-
Class org.jboss.wsf.stack.cxf.i18n.Loggers_$logger
class Loggers_$logger extends DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.wsf.stack.cxf.i18n.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.jvnet.staxex.util
-
Class org.jvnet.staxex.util.FinalArrayList
- serialVersionUID:
- 1848322681043875368L
-
-
Package org.omg.CORBA
-
Class org.omg.CORBA._AbstractInterfaceDefStub
class _AbstractInterfaceDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._AliasDefStub
class _AliasDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ArrayDefStub
class _ArrayDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._AttributeDefStub
class _AttributeDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ConstantDefStub
class _ConstantDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ContainedStub
class _ContainedStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ContainerStub
class _ContainerStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._EnumDefStub
class _EnumDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ExceptionDefStub
class _ExceptionDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ExtAbstractInterfaceDefStub
class _ExtAbstractInterfaceDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ExtAttributeDefStub
class _ExtAttributeDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ExtInterfaceDefStub
class _ExtInterfaceDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ExtLocalInterfaceDefStub
class _ExtLocalInterfaceDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ExtValueDefStub
class _ExtValueDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._FixedDefStub
class _FixedDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._IDLTypeStub
class _IDLTypeStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._InterfaceAttrExtensionStub
class _InterfaceAttrExtensionStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._InterfaceDefStub
class _InterfaceDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._IRObjectStub
class _IRObjectStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._LocalInterfaceDefStub
class _LocalInterfaceDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ModuleDefStub
class _ModuleDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._NativeDefStub
class _NativeDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._OperationDefStub
class _OperationDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._PolicyStub
class _PolicyStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
-
writeObject
-
-
-
Class org.omg.CORBA._PrimitiveDefStub
class _PrimitiveDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._RepositoryStub
class _RepositoryStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._SequenceDefStub
class _SequenceDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._StringDefStub
class _StringDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._StructDefStub
class _StructDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._TypedefDefStub
class _TypedefDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._UnionDefStub
class _UnionDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ValueBoxDefStub
class _ValueBoxDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ValueDefStub
class _ValueDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._ValueMemberDefStub
class _ValueMemberDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Class org.omg.CORBA._WstringDefStub
class _WstringDefStub extends ObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
-
Exception org.omg.CORBA.ACTIVITY_COMPLETED
class ACTIVITY_COMPLETED extends SystemException implements Serializable -
Exception org.omg.CORBA.ACTIVITY_REQUIRED
class ACTIVITY_REQUIRED extends SystemException implements Serializable -
Class org.omg.CORBA.Any
class Any extends Object implements Serializable -
Class org.omg.CORBA.AttributeDescription
class AttributeDescription extends Object implements Serializable -
Class org.omg.CORBA.AttributeMode
class AttributeMode extends Object implements Serializable-
Serialized Fields
-
__value
int __value
-
-
-
Exception org.omg.CORBA.BAD_CONTEXT
class BAD_CONTEXT extends SystemException implements Serializable -
Exception org.omg.CORBA.BAD_INV_ORDER
class BAD_INV_ORDER extends SystemException implements Serializable -
Exception org.omg.CORBA.BAD_OPERATION
class BAD_OPERATION extends SystemException implements Serializable -
Exception org.omg.CORBA.BAD_PARAM
class BAD_PARAM extends SystemException implements Serializable -
Exception org.omg.CORBA.BAD_QOS
class BAD_QOS extends SystemException implements Serializable -
Exception org.omg.CORBA.BAD_TYPECODE
class BAD_TYPECODE extends SystemException implements Serializable -
Exception org.omg.CORBA.Bounds
class Bounds extends UserException implements Serializable -
Exception org.omg.CORBA.CODESET_INCOMPATIBLE
class CODESET_INCOMPATIBLE extends SystemException implements Serializable -
Exception org.omg.CORBA.COMM_FAILURE
class COMM_FAILURE extends SystemException implements Serializable -
Class org.omg.CORBA.CompletionStatus
class CompletionStatus extends Object implements Serializable-
Serialized Fields
-
_value
int _value
-
-
-
Class org.omg.CORBA.ConstantDescription
class ConstantDescription extends Object implements Serializable -
Exception org.omg.CORBA.DATA_CONVERSION
class DATA_CONVERSION extends SystemException implements Serializable -
Class org.omg.CORBA.DefinitionKind
class DefinitionKind extends Object implements Serializable-
Serialized Fields
-
__value
int __value
-
-
-
Class org.omg.CORBA.ExceptionDescription
class ExceptionDescription extends Object implements Serializable -
Class org.omg.CORBA.ExtAttributeDescription
class ExtAttributeDescription extends Object implements Serializable-
Serialized Fields
-
defined_in
String defined_in
-
get_exceptions
ExceptionDescription[] get_exceptions
-
id
String id
-
mode
AttributeMode mode
-
name
String name
-
put_exceptions
ExceptionDescription[] put_exceptions
-
type
TypeCode type
-
version
String version
-
-
-
Class org.omg.CORBA.ExtInitializer
class ExtInitializer extends Object implements Serializable-
Serialized Fields
-
exceptions
ExceptionDescription[] exceptions
-
members
StructMember[] members
-
name
String name
-
-
-
Exception org.omg.CORBA.FREE_MEM
class FREE_MEM extends SystemException implements Serializable -
Exception org.omg.CORBA.IMP_LIMIT
class IMP_LIMIT extends SystemException implements Serializable -
Exception org.omg.CORBA.INITIALIZE
class INITIALIZE extends SystemException implements Serializable -
Class org.omg.CORBA.Initializer
class Initializer extends Object implements Serializable-
Serialized Fields
-
members
StructMember[] members
-
name
String name
-
-
-
Class org.omg.CORBA.InterfaceDescription
class InterfaceDescription extends Object implements Serializable
-