int _errorCode
Object _data
byte[] _value
byte[] _value
byte[] _value
SoapFaultType soapFaultType
QName subcode
QName subSubcode
String reason
String node
String detail
String role
boolean headerFault
String action
Logger log
Logger log
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Object value
String _pattern
JsonFormat.Shape _shape
Locale _locale
String _timezoneStr
JsonFormat.Features _features
protected Object readResolve()
JsonInclude.Include _valueInclusion
JsonInclude.Include _contentInclusion
protected Object readResolve()
String _name
Note that this is the only non-transient field; used when reading back from serialized state.
Also: must not be private, accessed from `BaseVariants`
protected Object readResolve()
ObjectCodec _objectCodec
int _factoryFeatures
int _parserFeatures
int _generatorFeatures
CharacterEscapes _characterEscapes
InputDecorator _inputDecorator
OutputDecorator _outputDecorator
SerializableString _rootValueSeparator
long _totalBytes
long _totalChars
int _lineNr
int _columnNr
RequestPayload _requestPayload
JsonLocation _location
JsonToken _token
private void readObject(ObjectInputStream in) throws IOException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
protected Object readResolve()
String _value
byte[] _quotedUTF8Ref
byte[] _unquotedUTF8Ref
char[] _quotedChars
char[] indents
int charsPerLevel
String eol
DefaultPrettyPrinter.Indenter _arrayIndenter
DefaultPrettyPrinter.Indenter _objectIndenter
SerializableString _rootSeparator
boolean _spacesInObjectEntries
Object lock
String _rootValueSeparator
byte[] _payloadAsBytes
CharSequence _payloadAsText
String _charset
LinkedNode<T> _problemHandlers
JsonNodeFactory _nodeFactory
JsonNode
instances.int _deserFeatures
DeserializationFeature
s enabled.int _parserFeatures
JsonParser.Feature
s to enable/disable.int _parserFeaturesToChange
JsonParser.Feature
s to enable/disableint _formatReadFeatures
FormatFeature
s to enable/disable.int _formatReadFeaturesToChange
FormatFeature
s to enable/disableDeserializerCache _cache
JsonDeserializer
caching.DeserializerFactory _factory
ObjectMapper
, ObjectReader
)
access it.DeserializationConfig _config
int _featureFlags
DeserializationFeature
s that are enabledClass<T> _view
InjectableValues _injectableValues
LinkedNode<T> _currentType
JsonDeserializer
(or, more specifically,
ContextualDeserializer
) that is being
contextualized currently.Class<T> _class
int _hash
Object _valueHandler
Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
Object _typeHandler
Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
boolean _asStatic
LinkedList<E> _path
Object writeReplace()
String _fieldName
JsonMappingException.Reference._index
defined), or when resolving
Map classes without (yet) having an instance to operate on.int _index
Collection
instance 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).String _desc
JsonMappingException.Reference._from
is
non-serializable (and has to be dropped) but we still want to pass
actual description along.JsonFactory _jsonFactory
JsonParser
and JsonGenerator
instances as necessary.TypeFactory _typeFactory
JavaType
instances;
needed to allow modules to add more custom type handling
(mostly to support types of non-Java JVM languages)InjectableValues _injectableValues
SubtypeResolver _subtypeResolver
ConfigOverrides _propertyOverrides
SimpleMixInResolver _mixIns
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)
Map
SerializationConfig _serializationConfig
DefaultSerializerProvider _serializerProvider
ObjectMapper._serializerFactory
to allow
for constructing custom serializers.
Note: while serializers are only exposed SerializerProvider
,
mappers and readers need to access additional API defined by
DefaultSerializerProvider
SerializerFactory _serializerFactory
DeserializationConfig _deserializationConfig
DefaultDeserializationContext _deserializationContext
Set<E> _registeredModuleTypes
Module.getTypeId()
that have been
registered; kept track of iff MapperFeature.IGNORE_DUPLICATE_MODULE_REGISTRATIONS
is enabled, so that duplicate registration calls can be ignored
(to avoid adding same handlers multiple times, mostly).ConcurrentHashMap<K,V> _rootDeserializers
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.
Since version 1.5, these may are either "raw" deserializers (when no type information is needed for base type), or type-wrapped deserializers (if it is needed)
ObjectMapper.DefaultTyping _appliesFor
DeserializationConfig _config
DefaultDeserializationContext _context
JsonFactory _parserFactory
JsonGenerator
sboolean _unwrapRoot
TokenFilter _filter
JavaType _valueType
ObjectReader._valueToUpdate
is non-null, only used for
locating deserializer.JsonDeserializer<T> _rootDeserializer
ObjectReader._valueType
is known, and if so, reuse it afterwards.
This allows avoiding further deserializer lookups and increases
performance a bit on cases where readers are reused.Object _valueToUpdate
ArrayType
; array
types can not be modified because array size is immutable.FormatSchema _schema
InjectableValues _injectableValues
DataFormatReaders _dataFormatReaders
NOTE: If defined non-null, readValue()
methods that take
Reader
or String
input will fail with exception,
because format-detection only works on byte-sources. Also, if format
can not be detect reliably (as per detector settings),
a JsonParseException
will be thrown).
ConcurrentHashMap<K,V> _rootDeserializers
ObjectMapper
, shared with it.SerializationConfig _config
DefaultSerializerProvider _serializerProvider
SerializerFactory _serializerFactory
JsonFactory _generatorFactory
JsonGenerator
sObjectWriter.GeneratorSettings _generatorSettings
JsonGenerator
constructed for serializing values.ObjectWriter.Prefetch _prefetch
PrettyPrinter prettyPrinter
FormatSchema schema
CharacterEscapes characterEscapes
SerializableString rootValueSeparator
JavaType rootType
JsonSerializer<T> valueSerializer
ObjectWriter.Prefetch.rootType
is known, and if so, reuse it afterwards.
This allows avoiding further serializer lookups and increases
performance a bit on cases where readers are reused.TypeSerializer typeSerializer
TypeSerializer
.protected Object readResolve()
Boolean _required
String _description
Integer _index
String _defaultValue
protected Object readResolve()
String _simpleName
String _namespace
SerializableString _encodedSimple
NOTE: not defined as volatile to avoid performance problem with
concurrent access in multi-core environments; due to statelessness
of SerializedString
at most leads to multiple instantiations.
FilterProvider _filterProvider
PrettyPrinter _defaultPrettyPrinter
int _serFeatures
SerializationFeature
s enabled.int _generatorFeatures
JsonGenerator.Feature
s to enable/disable.int _generatorFeaturesToChange
JsonGenerator.Feature
s to enable/disableint _formatWriteFeatures
FormatFeature
s to enable/disable.int _formatWriteFeaturesToChange
FormatFeature
s to enable/disableJsonInclude.Value _serializationInclusion
NOTE: type changed in 2.7, to include both value and content inclusion options./
ClassIntrospector _classIntrospector
AnnotationIntrospector _annotationIntrospector
VisibilityChecker<T extends VisibilityChecker<T>> _visibilityChecker
JsonAutoDetect
annotation)PropertyNamingStrategy _propertyNamingStrategy
TypeFactory _typeFactory
JavaType
instances;
needed to allow modules to add more custom type handling
(mostly to support types of non-Java JVM languages)TypeResolverBuilder<T extends TypeResolverBuilder<T>> _typeResolverBuilder
Object.class
)DateFormat _dateFormat
StdDateFormat
.
Note that the configured format object will be cloned once per deserialization process (first time it is needed)
HandlerInstantiator _handlerInstantiator
Locale _locale
Locale
used with serialization formats.
Default value is Locale.getDefault()
.TimeZone _timeZone
TimeZone
used 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._dateFormat
of this object.
Base64Variant _defaultBase64
Base64Variant
to use for handling
binary data (byte[]
), used with data formats
that use base64 encoding (like JSON, CSV).Deserializers[] _additionalDeserializers
KeyDeserializers[] _additionalKeyDeserializers
BeanDeserializerModifier[] _modifiers
BeanDeserializer
instances
are configured and constructed.AbstractTypeResolver[] _abstractTypeResolvers
ValueInstantiators[] _valueInstantiators
int _mapperFeatures
BaseSettings _base
SimpleMixInResolver _mixIns
SubtypeResolver _subtypeResolver
Note that instances are stateful and as such may need to be copied,
and may NOT be demoted down to BaseSettings
.
PropertyName _rootName
Class<T> _view
Object.class
is defined), meaning that all properties are to be included.ContextAttributes _attributes
RootNameLookup _rootNames
Note that instances are stateful (for caching) and as such may need to be copied,
and may NOT be demoted down to BaseSettings
.
ConfigOverrides _configOverrides
Serializers[] _additionalSerializers
Serializers[] _additionalKeySerializers
BeanSerializerModifier[] _modifiers
BeanSerializer
instances
are configured and constructed.JavaType _baseType
ObjectIdReader _objectIdReader
Map<K,V> _backRefProperties
boolean _acceptString
boolean _acceptBoolean
boolean _acceptInt
boolean _acceptDouble
DeserializerFactoryConfig _factoryConfig
JavaType _beanType
JsonFormat.Shape _serializationShape
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
JsonDeserializer<T> _arrayDelegateDeserializer
PropertyBasedCreator _propertyBasedCreator
boolean _nonStandardCreation
boolean _vanillaProcessing
BeanPropertyMap _beanProperties
ValueInjector[] _injectables
ValueInjector
s, 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.SettableAnyProperty _anySetter
Set<E> _ignorableProps
boolean _ignoreAllUnknown
boolean _needViewProcesing
Map<K,V> _backRefs
UnwrappedPropertyHandler _unwrappedPropertyHandler
ExternalTypeHandler _externalTypeIdHandler
ObjectIdReader _objectIdReader
AnnotatedMethod _buildMethod
AnnotatedParameter _annotated
Object _injectableValueId
int _creatorIndex
SettableBeanProperty _fallbackSetter
Mutable only to allow setting after construction, but must be strictly set before any use.
Object writeReplace()
ConcurrentHashMap<K,V> _cachedDeserializers
Given that we don't expect much concurrency for additions (should very quickly converge to zero after startup), let's define a relatively low concurrency setting.
HashMap<K,V> _incompleteDeserializers
Object readResolve()
BeanProperty _property
AnnotatedMember _setter
boolean _setterIsField
JavaType _type
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
PropertyName _propName
JavaType _type
PropertyName _wrapperName
JsonDeserializer<T> _valueDeserializer
NOTE: has been immutable since 2.3
TypeDeserializer _valueTypeDeserializer
String _managedReferenceName
TODO: should try to make immutable.
ObjectIdInfo _objectIdInfo
TODO: should try to make immutable.
ViewMatcher _viewMatcher
TODO: should try to make immutable.
int _propertyIndex
TODO: should try to make immutable if at all possible
ReadableObjectId _roid
List<E> _unresolvedIds
BeanDeserializerBase _delegate
SettableBeanProperty[] _orderedProperties
AnnotatedMethod _buildMethod
BeanDeserializerBase _delegate
SettableBeanProperty[] _orderedProperties
boolean _caseInsensitive
int _hashMask
int _size
int _spillCount
Object[] _hashArea
SettableBeanProperty[] _propsInOrder
AnnotatedWithParams _base
int _type
String _message
Object readResolve()
AnnotatedField _annotated
SettableBeanProperty _delegate
AnnotatedConstructor _annotated
String _referenceName
boolean _isContainer
SettableBeanProperty _managedProperty
SettableBeanProperty _backProperty
Object readResolve()
AnnotatedMethod _annotated
JavaType _idType
PropertyName propertyName
ObjectIdGenerator<T> generator
SerializerProvider
using this as
the key.ObjectIdResolver resolver
JsonDeserializer<T> _deserializer
SettableBeanProperty idProperty
SettableBeanProperty _forward
ObjectIdReader _objectIdReader
AnnotatedMethod _annotated
Method _getter
TypeDeserializer _typeDeserializer
JsonDeserializer<T> _deserializer
JavaType _collectionType
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
Boolean _unwrapSingle
DateFormat _customFormat
String _formatString
JsonDeserializer<T> _delegatee
Object[] _enumsByIndex
Enum<E extends Enum<E>> _enumDefaultValue
CompactStringObjectMap _lookupByName
CompactStringObjectMap _lookupByToString
JavaType _mapType
Class<T> _enumClass
KeyDeserializer _keyDeserializer
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
JavaType _enumType
Class<T> _enumClass
JsonDeserializer<T> _enumDeserializer
Boolean _unwrapSingle
int _kind
JavaType _mapType
KeyDeserializer _keyDeserializer
MapDeserializer.resolve(com.fasterxml.jackson.databind.DeserializationContext)
is called;boolean _standardStringKey
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
ValueInstantiator _valueInstantiator
boolean _hasDefaultCreator
JsonDeserializer<T> _delegateDeserializer
PropertyBasedCreator _propertyBasedCreator
Set<E> _ignorableProperties
JavaType _type
KeyDeserializer _keyDeserializer
MapEntryDeserializer.createContextual(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.BeanProperty)
is called;JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
Object _nullValue
boolean _primitive
ArrayType _arrayType
boolean _untyped
Class<T> _elementClass
JsonDeserializer<T> _elementDeserializer
TypeDeserializer _elementTypeDeserializer
Boolean _unwrapSingle
Boolean _unwrapSingle
JavaType _fullType
TypeDeserializer _valueTypeDeserializer
JsonDeserializer<T> _valueDeserializer
int _kind
Class<T> _keyClass
FromStringDeserializer<T> _deser
JsonDeserializer<T> _treeDeserializer
String _valueTypeDesc
Class<T> _valueClass
AnnotatedWithParams _defaultCreator
StdValueInstantiator.createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext)
)AnnotatedWithParams _withArgsCreator
SettableBeanProperty[] _constructorArguments
JavaType _delegateType
AnnotatedWithParams _delegateCreator
SettableBeanProperty[] _delegateArguments
JavaType _arrayDelegateType
AnnotatedWithParams _arrayDelegateCreator
SettableBeanProperty[] _arrayDelegateArguments
AnnotatedWithParams _fromStringCreator
AnnotatedWithParams _fromIntCreator
AnnotatedWithParams _fromLongCreator
AnnotatedWithParams _fromDoubleCreator
AnnotatedWithParams _fromBooleanCreator
AnnotatedParameter _incompleteParameter
JsonDeserializer<T> _elementDeserializer
Boolean _unwrapSingle
JavaType _collectionType
JsonDeserializer<T> _valueDeserializer
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
Boolean _unwrapSingle
JsonDeserializer<T> _mapDeserializer
JsonDeserializer<T> _listDeserializer
JsonDeserializer<T> _stringDeserializer
JsonDeserializer<T> _numberDeserializer
JavaType _listType
List
has been mapped to non-default implementation,
we'll store type hereJavaType _mapType
Map
has been mapped to non-default implementation,
we'll store type hereClass<T> _referringClass
String _propertyName
Note: redundant information since it is also included in the reference path.
Collection<E> _propertyIds
int _kind
JsonSerializer<T> _delegate
DOMImplementationLS _domImpl
Constructor<T> _constructor
com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.Serialization _serialization
AnnotatedWithParams _owner
JavaType _type
int _index
AnnotationMap[] _paramAnnotations
AnnotationIntrospector _primary
AnnotationIntrospector _secondary
PropertyMetadata _metadata
protected Object readResolve()
boolean _cfgConstructorPropertiesImpliesCreator
JacksonAnnotationIntrospector.setConstructorPropertiesImpliesCreator(boolean)
for
explanation.
Defaults to true.
ClassIntrospector.MixInResolver _overrides
Map<K,V> _localMixIns
JsonAutoDetect.Visibility _getterMinLevel
JsonAutoDetect.Visibility _isGetterMinLevel
JsonAutoDetect.Visibility _setterMinLevel
JsonAutoDetect.Visibility _creatorMinLevel
JsonAutoDetect.Visibility _fieldMinLevel
JsonTypeInfo.As _inclusion
LinkedHashSet<E> _registeredSubtypes
TypeIdResolver _idResolver
JavaType _baseType
BeanProperty _property
TypeDeserializerBase.forProperty(com.fasterxml.jackson.databind.BeanProperty)
is called to create
a copy.JavaType _defaultImpl
String _typePropertyName
boolean _typeIdVisible
Map<K,V> _deserializers
JsonDeserializer<T> _defaultImplDeserializer
String _name
Version _version
SimpleSerializers _serializers
SimpleDeserializers _deserializers
SimpleSerializers _keySerializers
SimpleKeyDeserializers _keyDeserializers
SimpleAbstractTypeResolver _abstractTypes
SimpleValueInstantiators _valueInstantiators
BeanDeserializerModifier _deserializerModifier
BeanSerializerModifier _serializerModifier
HashMap<K,V> _mixins
LinkedHashSet<E> _subtypes
PropertyNamingStrategy _namingStrategy
HashMap<K,V> _classMappings
HashMap<K,V> _interfaceMappings
boolean _hasEnumSerializer
HashMap<K,V> _classMappings
ValueInstantiator
instances.boolean _cfgBigDecimalExact
SerializerFactoryConfig _factoryConfig
Object readResolve()
SerializedString _name
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.
PropertyName _wrapperName
JavaType _declaredType
JavaType _cfgSerializationType
JavaType _nonTrivialBaseType
AnnotatedMember _member
JsonSerializer<T> _serializer
JsonSerializer<T> _nullSerializer
TypeSerializer _typeSerializer
boolean _suppressNulls
BeanPropertyWriter._nullSerializer
.Object _suppressableValue
Class<T>[] _includeInViews
String _attrName
BeanSerializerBase _defaultSerializer
String _msg
BeanProperty _property
boolean _valueTypeIsStatic
JavaType _entryType
JavaType _keyType
JavaType _valueType
JsonSerializer<T> _keySerializer
JsonSerializer<T> _valueSerializer
TypeSerializer _valueTypeSerializer
PropertySerializerMap _dynamicValueSerializers
BeanPropertyWriter _property
Map<K,V> _filtersById
PropertyFilter _defaultFilter
boolean _cfgFailOnUnknownId
JsonSerializer<T> _elementSerializer
NameTransformer _nameTransformer
NameTransformer _nameTransformer
BeanProperty _property
Boolean _unwrapSingle
JavaType _elementType
BeanProperty _property
boolean _staticTyping
Boolean _unwrapSingle
TypeSerializer _valueTypeSerializer
JsonSerializer<T> _elementSerializer
PropertySerializerMap _dynamicSerializers
BeanPropertyWriter[] _props
BeanPropertyWriter[] _filteredProps
AnyGetterWriter _anyGetterWriter
JsonAnyGetter
annotated propertiesObject _propertyFilterId
AnnotatedMember _typeId
ObjectIdWriter _objectIdWriter
JsonFormat.Shape _serializationShape
boolean _forPrimitive
Boolean _useTimestamp
DateFormat _customFormat
DateTimeSerializerBase._useTimestamp
is true.EnumValues _values
Boolean _serializeAsIndex
AnnotatedMethod _accessorMethod
JsonSerializer<T> _valueSerializer
BeanProperty _property
boolean _forceTypeInformation
TypeSerializer _typeSerializer
BeanProperty _property
Object _key
JsonSerializer<T> _keySerializer
JsonSerializer<T> _valueSerializer
BeanProperty _property
Set<E> _ignoredEntries
boolean _valueTypeIsStatic
JavaType _keyType
JavaType _valueType
JsonSerializer<T> _keySerializer
JsonSerializer<T> _valueSerializer
TypeSerializer _valueTypeSerializer
PropertySerializerMap _dynamicValueSerializers
Object _filterId
boolean _sortKeys
Object _suppressableValue
JsonInclude.Include
,
or actual object to compare against ("default value").
Note that inclusion value for Map instance itself is handled by caller (POJO
property that refers to the Map value).boolean _isInt
JsonParser.NumberType _numberType
String _schemaType
boolean _isInt
boolean _staticTyping
JavaType _elementType
TypeSerializer _valueTypeSerializer
JsonSerializer<T> _elementSerializer
PropertySerializerMap _dynamicSerializers
JavaType _referredType
BeanProperty _property
TypeSerializer _valueTypeSerializer
JsonSerializer<T> _valueSerializer
NameTransformer _unwrapper
JsonInclude.Include _contentInclusion
JsonSerializer<T> _serializer
Boolean _unwrapSingle
TypeSerializer _valueTypeSerializer
int _typeId
Object readResolve()
EnumValues _values
JavaType _elementType
JavaType _referencedType
JavaType _anchorType
SimpleType
is upgraded into reference type, but NOT changed
if being sub-classed.JavaType _referencedType
JavaType _superClass
JavaType[] _superInterfaces
TypeBindings _bindings
protected Object readResolve()
LRUMap<K,V> _typeCache
TypeModifier[] _modifiers
TypeModifier
s: objects that can change details
of JavaType
instances factory constructs.TypeParser _parser
ClassLoader _classLoader
TypeFactory _factory
int _hashMask
int _spillCount
Object[] _hashArea
private void readObject(ObjectInputStream in) throws IOException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
protected Object readResolve()
NameTransformer _t1
NameTransformer _t2
protected Object readResolve()
Locale _locale
Boolean _lenient
Can not be `final` because StdDateFormat.setLenient(boolean)
returns
`void`.
JavaType _referredType
BeanProperty _property
TypeSerializer _valueTypeSerializer
JsonSerializer<T> _valueSerializer
NameTransformer _unwrapper
JsonInclude.Include _contentInclusion
Function<T,R> fromMilliseconds
Function<T,R> fromNanoseconds
Function<T,R> parsedToValue
BiFunction<T,U,R> adjust
boolean replace0000AsZ
Boolean _adjustToContextTZOverride
JsonFormat.Feature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE
DateTimeFormatter _formatter
int _valueType
DateTimeFormatter _formatter
DateTimeFormatter defaultFormat
ToLongFunction<T> getEpochMillis
ToLongFunction<T> getEpochSeconds
ToIntFunction<T> getNanoseconds
Boolean _writeZoneId
JsonFormat.Feature.WRITE_DATES_WITH_ZONE_ID
int _maxEntries
String _jaxbPackageName
JsonSerializer<T> _dataHandlerSerializer
JsonDeserializer<T> _dataHandlerDeserializer
TypeFactory _typeFactory
boolean _ignoreXmlIDREF
String _xmlValueName
XmlValue
annotation, a placeholder name is assigned
to property (unless overridden by explicit name); this configuration
value specified what that name is.JsonInclude.Include _nonNillableInclusion
XmlElement
and XmlElementWrapper
, in case nillable
property is left as false. Default setting is
null
; this is typically changed to either
JsonInclude.Include.NON_NULL
or JsonInclude.Include.NON_EMPTY
.
DocumentBuilder builder
String name
Operation operation
BindingInput bindingInput
BindingOutput bindingOutput
Map<K,V> bindingFaults
List<E> nativeAttributeNames
String documentBaseURI
QName name
String targetNamespace
Map<K,V> namespaces
Map<K,V> imports
Types types
Map<K,V> messages
Map<K,V> bindings
Map<K,V> portTypes
Map<K,V> services
List<E> nativeAttributeNames
ExtensionRegistry extReg
String namespaceURI
String locationURI
Definition definition
List<E> nativeAttributeNames
String namespace
ImageViewerCanvas canvas
Image image
DataHandler _dh
boolean DEBUG
Image canvas_image
TextArea text_area
GridBagLayout panel_gb
Panel button_panel
Button save_button
File text_file
String text_buffer
InputStream data_ins
FileInputStream fis
DataHandler _dh
boolean DEBUG
TextArea text_area
File text_file
String text_buffer
DataHandler _dh
boolean DEBUG
HashMap<K,V> serverTable
Repository repository
CorbaTransportManager transportManager
int initialPort
ORB orb
ActivationSystemException wrapper
String dbDirName
boolean debug
int serverStartupDelay
TypeCodeImpl typeCode
ORB orb
ORBUtilSystemException wrapper
CDRInputStream stream
long value
Object object
boolean isInitialized
int _kind
String _id
String _name
int _memberCount
String[] _memberNames
TypeCodeImpl[] _memberTypes
AnyImpl[] _unionLabels
TypeCodeImpl _discriminator
int _defaultIndex
int _length
TypeCodeImpl _contentType
short _digits
short _scale
short _type_modifier
TypeCodeImpl _concrete_base
short[] _memberAccess
TypeCodeImpl _parent
int _parentOffset
TypeCodeImpl _indirectType
byte[] outBuffer
boolean cachingEnabled
ORB _orb
ORBUtilSystemException wrapper
int currentEnumeratorIndex
CorbaConnection corbaConnection
Message header
boolean unmarshaledHeader
ORB orb
ORBUtilSystemException wrapper
OMGSystemException omgWrapper
CorbaMessageMediator messageMediator
com.sun.corba.se.impl.encoding.CDRInputStreamBase impl
Message header
ORB orb
ORBUtilSystemException wrapper
OMGSystemException omgWrapper
CorbaConnection connection
com.sun.corba.se.impl.encoding.CDROutputStreamBase impl
ORB orb
ORBUtilSystemException wrapper
CorbaMessageMediator corbaMessageMediator
ORBUtilSystemException wrapper
CodeBase codeBase
Map<K,V> typeMap
InputStream enclosure
boolean isEncapsulation
OutputStream enclosure
Map<K,V> typeMap
boolean isEncapsulation
ORB orb
ORBUtilSystemException wrapper
GIOPVersion giopVersion
RetryType retryRequest
int entryCount
Request request
boolean diiInitiate
CorbaMessageMediator messageMediator
Object cachedTargetObject
Object cachedEffectiveTargetObject
Parameter[] cachedArguments
TypeCode[] cachedExceptions
String[] cachedContexts
String[] cachedOperationContext
String cachedReceivedExceptionId
Any cachedResult
Any cachedReceivedException
TaggedProfile cachedEffectiveProfile
HashMap<K,V> cachedRequestServiceContexts
HashMap<K,V> cachedReplyServiceContexts
HashMap<K,V> cachedEffectiveComponents
boolean piCurrentPushed
ORB orb
ORBUtilSystemException wrapper
Codec[] codecs
int state
ObjectAdapter adapter
ORB orb
ORBUtilSystemException orbutilWrapper
InterceptorsSystemException wrapper
OMGSystemException omgWrapper
ORB orb
InterceptorsSystemException wrapper
ORBUtilSystemException orbutilWrapper
OMGSystemException omgWrapper
String[] args
String orbId
CodecFactory codecFactory
int stage
int slotCounter
ORB myORB
OMGSystemException wrapper
boolean orbInitializing
ThreadLocal<T> threadLocalSlotTable
ORB myORB
InterceptorsSystemException wrapper
OMGSystemException stdWrapper
int flowStackIndex
int startingPointCall
int intermediatePointCall
int endingPointCall
short replyStatus
int currentExecutionPoint
boolean alreadyExecuted
Connection connection
ServiceContexts serviceContexts
ForwardRequest forwardRequest
IOR forwardRequestIOR
SlotTable slotTable
Exception exception
boolean forwardRequestRaisedInEnding
CorbaMessageMediator request
Object servant
byte[] objectId
ObjectKeyTemplate oktemp
byte[] adapterId
String[] adapterName
ArrayList<E> addReplyServiceContextQueue
ReplyMessage replyMessage
String targetMostDerivedInterface
NVList dsiArguments
Any dsiResult
Any dsiException
boolean isDynamic
ObjectAdapter objectAdapter
int serverRequestId
Parameter[] cachedArguments
Any cachedSendingException
HashMap<K,V> cachedRequestServiceContexts
HashMap<K,V> cachedReplyServiceContexts
public Object readResolve(Object value)
public Serializable writeReplace(Serializable value)
boolean isEnum
String name
ObjectStreamClass superclass
boolean serializable
boolean externalizable
ObjectStreamField[] fields
Class<T> ofClass
boolean forProxyClass
long suid
String suidStr
long actualSuid
String actualSuidStr
int primBytes
int objFields
boolean initialized
Object lock
boolean hasExternalizableBlockData
Method writeObjectMethod
Method readObjectMethod
Constructor<T> cons
String rmiiiopOptionalDataRepId
ObjectStreamClass localClassDesc
int length
boolean eof
BindingType theBindingType
String strObjectRef
ORB orb
POASystemException wrapper
boolean debug
int state
POAPolicyMediator mediator
int numLevels
ObjectAdapterId poaId
String name
POAManagerImpl manager
int uniquePOAId
POAImpl parent
Map<K,V> children
AdapterActivator activator
int invocationCount
Sync poaMutex
CondVar adapterActivatorCV
CondVar invokeCV
CondVar beingDestroyedCV
ThreadLocal<T> isDestroying
POAFactory factory
PIHandler pihandler
State state
Set<E> poas
int nInvocations
int nWaiters
int myId
boolean debug
boolean explicitStateChange
RequestProcessingPolicyValue value
public Object readResolve(Object value)
public Serializable writeReplace(Serializable value)
String name
ObjectStreamClass_1_3_1 superclass
boolean serializable
boolean externalizable
com.sun.corba.se.impl.orbutil.ObjectStreamField[] fields
Class<T> ofClass
boolean forProxyClass
long suid
String suidStr
long actualSuid
String actualSuidStr
int primBytes
int objFields
Object lock
boolean hasWriteObjectMethod
boolean hasExternalizableBlockData
Method writeObjectMethod
Method readObjectMethod
ObjectStreamClass_1_3_1 localClassDesc
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
public Object readResolve()
String[] typeIds
StubIORImpl ior
DynamicStub self
short expectedAddrDisp
int requestId
int selected_profile_index
IOR ior
byte[] ___object_key
TaggedProfile ___profile
IORAddressingInfo ___ior
short __discriminator
boolean __uninitialized
com.sun.corba.se.impl.util.RepositoryIdPool pool
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String reason
String endpointType
int port
String orbId
String orbId
int port
int serverId
int serverId
int serverId
int serverId
int serverId
int serverId
int serverId
String hostname
ORBPortInfo[] ports
String hostname
EndPointInfo[] ports
int value
int value
int type
boolean flag
int request_id
int request_id
int selected_profile_index
IOR ior
int request_id
LocateStatusType_1_0 locate_status
int request_id
byte[] object_key
int request_id
TargetAddress target
int __value
char[] magic
Version GIOP_version
boolean byte_order
byte message_type
int message_size
char[] magic
Version GIOP_version
byte flags
byte message_type
int message_size
ServiceContext[] service_context
int request_id
ReplyStatusType_1_0 reply_status
int __value
ServiceContext[] service_context
int request_id
boolean response_expected
byte[] object_key
String operation
byte[] requesting_principal
ServiceContext[] service_context
int request_id
boolean response_expected
byte[] reserved
byte[] object_key
String operation
byte[] requesting_principal
int request_id
byte response_flags
byte[] reserved
TargetAddress target
String operation
ServiceContext[] service_context
String exception_id
int minor_code_value
int completion_status
byte[] ___object_key
TaggedProfile ___profile
IORAddressingInfo ___ior
short __discriminator
boolean __uninitialized
byte major
byte minor
SocketInfo socketInfo
int selected_profile_index
IOR ior
byte[] ___object_key
TaggedProfile ___profile
IORAddressingInfo ___ior
short __discriminator
boolean __uninitialized
Map<K,V> classToInvocationHandler
InvocationHandler defaultHandler
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String reason
String endpointType
int port
String orbId
String orbId
int port
String serverId
String serverId
String serverId
String serverId
String serverId
String serverId
String serverId
String hostname
EndPointInfo[] ports
String hostname
ORBPortInfo[] ports
long[] uids
long modseq
int interval
int interval
int msgno
String url
InternetAddress addr
String cmd
int rc
InternetAddress addr
String cmd
int rc
InternetAddress addr
String cmd
int rc
InternetAddress addr
String cmd
int rc
String host
int port
int cto
String host
int port
int cto
private void readObject(ObjectInputStream s)
private void writeObject(ObjectOutputStream s)
int __value
StructMember[] members
String name
String name
String id
String defined_in
String version
TypeCode result
OperationMode mode
String[] contexts
ParameterDescription[] parameters
ExceptionDescription[] exceptions
int __value
String name
TypeCode type
IDLType type_def
ParameterMode mode
int __value
String name
String id
boolean is_abstract
boolean is_custom
String defined_in
String version
OperationDescription[] operations
AttributeDescription[] attributes
ValueMember[] members
Initializer[] initializers
String[] supported_interfaces
String[] abstract_base_values
boolean is_truncatable
String base_value
TypeCode type
private void readObject(ObjectInputStream s)
private void writeObject(ObjectOutputStream s)
String message
String message
protected Object readResolve()
protected Object readResolve()
int code
int closeCode
int errorId
int capacity
protected Object readResolve()
Deployment deployment
ResourceManager resourceManager
boolean directoryListingEnabled
boolean defaultAllowed
Set<E> allowed
Set<E> disallowed
boolean resolveAgainstContextRoot
boolean allowPost
byte[] data
int dataLength
HttpString method
String requestPath
HashMap<K,V> headerMap
List<E> handshakes
WebSocketConnectionCallback callback
Set<E> peerConnections
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
E
) in
the proper order, followed by a nullIOException
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
byte[] bytes
int orderInt
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
E
) in
the proper order, followed by a nullIOException
protected Object readResolve()
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput arg0) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
ClassNotFoundException
- If the class for an object being
restored cannot be found.IOException
public void writeExternal(ObjectOutput out) throws IOException
IOException
- Includes any I/O exceptions that may occurException causeException
Throwable cause
The underlying exception that caused this exception.
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reconstruct FacesMessage
from
serialized artifacts.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Persist FacesMessage
artifacts,
including the non serializable Severity
.
IOException
String viewId
The view identifier of the view that could not be restored.
FacesMessage facesMessage
FacesMessage facesMessage
Behavior behavior
PhaseId phaseId
FacesContext context
PhaseId phaseId
Object oldValue
The previous local value of the source UIComponent
.
Object newValue
The current local value of the source UIComponent
.
Object data
int index
SelectItem[] selectItems
FacesMessage message
Collection<E> messages
String path
int line
int column
String converterId
The identifier of the Converter
instance to be created.
String binding
The ValueExpression
that evaluates to an object that
implements Converter
.
String name
The name of this facet. This will be used as the facet name for
our UIComponentTag
child in our UIComponentTag
parent's facet list.
String validatorId
The identifier of the Validator
instance to be created.
String binding
The ValueExpression
that evaluates to an object that
implements Validator
.
String errorCode
protected Object readResolve() throws ObjectStreamException
readResolve
method that checks for their known
instances before calling this super method.ObjectStreamException
- for object stream errorsString type
Exception next
int type
int type
int type
int type
boolean removed
int type
String message
int type
String ref
int pos
String address
String personal
String encodedPersonal
This field and the personal
field track each
other, so if a subclass sets one of these fields directly, it
should set the other to null
, so that it is
suitably recomputed.
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read failuresClassNotFoundException
- neverprivate Object writeReplace() throws ObjectStreamException
ObjectStreamException
- neverprotected Object readResolve() throws ObjectStreamException
ObjectStreamException
- for object stream errorsAddress address
SearchTerm[] terms
int comparison
Date date
boolean set
true
,
then test whether all the specified flags are present, else
test whether all the specified flags are absent.Flags flags
String headerName
int number
SearchTerm term
SearchTerm[] terms
Message.RecipientType type
Message.RecipientType type
String pattern
boolean ignoreCase
Object entity
Object entity
Object entity
Query query
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
- If a class can not be foundIOException
- Thrown if an error occursprivate void writeObject(ObjectOutputStream oos) throws IOException
IOException
- Thrown if an error occursPropertyDescriptor[] invalidProperties
String userName
char[] password
ManagedConnectionFactory mcf
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
- If a class can not be foundIOException
- Thrown if an error occursprivate void writeObject(ObjectOutputStream oos) throws IOException
IOException
- Thrown if an error occursprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
String actions
String actions
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
String actions
String actions
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
String actions
Throwable rootCause
Servlet servlet
boolean permanent
int seconds
Throwable mRootCause
boolean result
String var
int scope
Integer i
ValueExpression orig
int i
IteratedExpression iteratedExpression
int begin
int end
int step
boolean beginSpecified
boolean endSpecified
boolean stepSpecified
String itemId
String statusId
ValueExpression deferredExpression
LoopTagStatus status
Object item
int index
int count
boolean last
BodyContent bodyContent
int errorCode
int errorCode
ByteBuffer bb
String encodedString
Object object
Session session
Response response
Response response
private Object readResolve() throws ObjectStreamException
ObjectStreamException
String id
int intId
QName name
Class<T> declaredType
Class<T> scope
JAXBElement.GlobalScope
for global xml element declaration.
- local element declaration has a scope set to the Java class
representation of complex type defintion containing
xml element declaration.Object value
boolean nil
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Throwable cause
Object value
int statusCode
SOAPFault fault
ActiveMQExceptionType type
String name
long broadcastPeriod
BroadcastEndpointFactory endpointFactory
List<E> connectorInfos
org.jgroups.JChannel channel
String channelName
JChannelManager manager
String name
long refreshTimeout
long discoveryInitialWaitTimeout
BroadcastEndpointFactory endpointFactory
String file
String channelName
JChannelManager manager
String properties
String channelName
JChannelManager manager
byte[] data
String groupAddress
int groupPort
boolean first
int pos
protected Object readResolve()
String name
String queueName
String forwardingAddress
String filterString
List<E> staticConnectors
String discoveryGroupName
boolean ha
String transformerClassName
long retryInterval
double retryIntervalMultiplier
int initialConnectAttempts
int reconnectAttempts
int reconnectAttemptsOnSameNode
boolean useDuplicateDetection
int confirmationWindowSize
int producerWindowSize
long clientFailureCheckPeriod
String user
String password
long connectionTTL
long maxRetryInterval
int minLargeMessageSize
long callTimeout
String name
String address
String connectorName
long clientFailureCheckPeriod
long connectionTTL
long retryInterval
double retryIntervalMultiplier
long maxRetryInterval
int initialConnectAttempts
int reconnectAttempts
long callTimeout
long callFailoverTimeout
boolean duplicateDetection
MessageLoadBalancingType messageLoadBalancingType
URISupport.CompositeData compositeMembers
List<E> staticConnectors
String discoveryGroupName
int maxHops
int confirmationWindowSize
int producerWindowSize
boolean allowDirectConnectionsOnly
int minLargeMessageSize
long clusterNotificationInterval
int clusterNotificationAttempts
boolean requestBackup
int backupRequestRetries
long backupRequestRetryInterval
int maxBackups
int backupPortOffset
List<E> excludedConnectors
int portOffset
HAPolicyConfiguration liveConfig
HAPolicyConfiguration backupConfig
ScaleDownConfiguration scaleDownConfiguration
String clusterName
int maxSavedReplicatedJournalsSize
String groupName
boolean restartBackup
ScaleDownConfiguration scaleDownConfiguration
boolean allowFailBack
long initialReplicationSyncTimeout
boolean failoverOnServerShutdown
boolean waitForActivation
boolean failoverOnServerShutdown
boolean restartBackup
boolean allowFailBack
ScaleDownConfiguration scaleDownConfiguration
String name
boolean persistenceEnabled
boolean journalDatasync
long fileDeploymentScanPeriod
boolean persistDeliveryCountBeforeDelivery
int scheduledThreadPoolMaxSize
int threadPoolMaxSize
long securityInvalidationInterval
boolean securityEnabled
boolean gracefulShutdownEnabled
long gracefulShutdownTimeout
boolean jmxManagementEnabled
String jmxDomain
boolean jmxUseBrokerName
long connectionTTLOverride
boolean asyncConnectionExecutionEnabled
long messageExpiryScanPeriod
int messageExpiryThreadPriority
int idCacheSize
boolean persistIDCache
List<E> incomingInterceptorClassNames
List<E> outgoingInterceptorClassNames
Map<K,V> connectorConfigs
Set<E> acceptorConfigs
List<E> bridgeConfigurations
List<E> divertConfigurations
List<E> clusterConfigurations
List<E> queueConfigurations
String pagingDirectory
int maxConcurrentPageIO
String largeMessagesDirectory
String bindingsDirectory
boolean createBindingsDir
String journalDirectory
boolean createJournalDir
JournalType journalType
boolean journalSyncTransactional
boolean journalSyncNonTransactional
int journalCompactMinFiles
int journalCompactPercentage
int journalFileSize
int journalPoolFiles
int journalMinFiles
int journalMaxIO_AIO
int journalBufferTimeout_AIO
int journalBufferSize_AIO
int journalMaxIO_NIO
int journalBufferTimeout_NIO
int journalBufferSize_NIO
boolean logJournalWriteRate
int journalPerfBlastPages
boolean runSyncSpeedTest
boolean wildcardRoutingEnabled
boolean messageCounterEnabled
long messageCounterSamplePeriod
int messageCounterMaxDayHistory
long transactionTimeout
long transactionTimeoutScanPeriod
SimpleString managementAddress
SimpleString managementNotificationAddress
String clusterUser
String clusterPassword
long serverDumpInterval
boolean failoverOnServerShutdown
int memoryWarningThreshold
long memoryMeasureInterval
GroupingHandlerConfiguration groupingHandlerConfiguration
Map<K,V> addressesSettings
Map<K,V> resourceLimitSettings
Map<K,V> securitySettings
List<E> securitySettingPlugins
List<E> connectorServiceConfigurations
boolean maskPassword
boolean resolveProtocols
long journalLockAcquisitionTimeout
HAPolicyConfiguration haPolicyConfiguration
StoreConfiguration storeConfiguration
boolean populateValidatedUser
long connectionTtlCheckInterval
URL configurationUrl
long configurationFileRefreshPeriod
long globalMaxSize
int maxDiskUsage
int diskScanPeriod
String systemPropertyPrefix
String networkCheckList
String networkURLList
long networkCheckPeriod
int networkCheckTimeout
String networkCheckNIC
String networkCheckPingCommand
String networkCheckPing6Command
File artemisInstance
boolean parsed
String messageTableName
String bindingsTableName
String largeMessagesTableName
String pageStoreTableName
String jmsBindingsTableName
String jdbcConnectionUrl
String jdbcDriverClassName
DataSource dataSource
SQLProvider.Factory sqlProviderFactory
int jdbcNetworkTimeout
SimpleString routingName
SimpleString clusterName
SimpleString address
SimpleString filterString
long id
List<E> filterStrings
int numberOfConsumers
int distance
String name
boolean send
boolean consume
boolean createDurableQueue
boolean deleteDurableQueue
boolean createNonDurableQueue
boolean deleteNonDurableQueue
boolean manage
boolean browse
protected Object readResolve()
SimpleString name
GroupingHandlerConfiguration.TYPE type
SimpleString address
long timeout
long groupTimeout
long reaperPeriod
String initialContextFactory
String connectionURL
String connectionUsername
String connectionPassword
String connectionProtocol
String authentication
String destinationBase
String filter
String roleAttribute
String adminPermissionValue
String readPermissionValue
String writePermissionValue
boolean enableListener
DirContext context
EventDirContext eventContext
Map<K,V> securityRoles
HierarchicalRepository<T> securityRepository
AddressFullMessagePolicy addressFullMessagePolicy
Long maxSizeBytes
Long pageSizeBytes
Integer pageMaxCache
Boolean dropMessagesWhenFull
Integer maxDeliveryAttempts
Integer messageCounterHistoryDayLimit
Long redeliveryDelay
Double redeliveryMultiplier
Long maxRedeliveryDelay
SimpleString deadLetterAddress
SimpleString expiryAddress
Long expiryDelay
Boolean lastValueQueue
Long redistributionDelay
Boolean sendToDLAOnNoRoute
Long slowConsumerThreshold
Long slowConsumerCheckPeriod
SlowConsumerPolicy slowConsumerPolicy
Boolean autoCreateJmsQueues
Boolean autoDeleteJmsQueues
Boolean autoCreateJmsTopics
Boolean autoDeleteJmsTopics
Integer managementBrowsePageSize
Long maxSizeBytesRejectThreshold
SimpleString match
Integer maxConnections
Integer maxQueues
byte[] branchQualifier
int formatId
byte[] globalTransactionId
int hash
boolean hashCalculated
String versionName
int majorVersion
int minorVersion
int microVersion
int incrementingVersion
int[] compatibleVersionList
protected Object readResolve()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
String name
String address
SimpleString simpleAddress
boolean temporary
boolean queue
protected Object readResolve()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
byte[] bytes
protected Object readResolve()
protected Object readResolve()
protected Object readResolve()
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
int kind
int beginLine
int beginColumn
int endLine
int endColumn
String image
Token next
Token specialToken
int errorCode
int maxCacheSize
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
int kind
int beginLine
int beginColumn
int endLine
int endColumn
String image
Token next
Token specialToken
int errorCode
Message message
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Message message
String name
AtomicInteger modCount
Service service
Binding binding
EndpointInfo endpointInfo
Executor executor
Bus bus
MessageObserver inFaultObserver
MessageObserver outFaultObserver
List<E> activeFeatures
List<E> cleanupHooks
Destination destination
boolean oneWay
boolean synchronous
Message inMessage
Message outMessage
Message inFaultMessage
Message outFaultMessage
Session session
Bus bus
Endpoint endpoint
Service service
Binding binding
BindingOperationInfo bindingOp
QName faultCode
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException, XMLStreamException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
String id
String wsuId
String tokenStr
Map<K,V> properties
byte[] data
Date created
Date expires
String issuerAddress
String encrKeySha1Value
int tokenHash
String transformedTokenIdentifier
String tokenType
X509Certificate x509cert
Principal principal
org.apache.html.dom.HTMLCollectionImpl _anchors
HTMLCollectionImpl
object with live collection of all
anchors in document. This reference is on demand only once.org.apache.html.dom.HTMLCollectionImpl _forms
HTMLCollectionImpl
object with live collection of all
forms in document. This reference is on demand only once.org.apache.html.dom.HTMLCollectionImpl _images
HTMLCollectionImpl
object with live collection of all
images in document. This reference is on demand only once.org.apache.html.dom.HTMLCollectionImpl _links
HTMLCollectionImpl
object with live collection of all
links in document. This reference is on demand only once.org.apache.html.dom.HTMLCollectionImpl _applets
HTMLCollectionImpl
object with live collection of all
applets in document. This reference is on demand only once.StringWriter _writer
HTMLDocumentImpl.open()
.
HTMLDocumentImpl.write(java.lang.String)
, etc) to write new contents into the document and parse
that text into a document tree.org.apache.html.dom.HTMLCollectionImpl _elements
org.w3c.dom.html.HTMLCollection _areas
org.w3c.dom.html.HTMLCollection _options
org.apache.html.dom.HTMLCollectionImpl _rows
org.apache.html.dom.HTMLCollectionImpl _bodies
org.w3c.dom.html.HTMLCollection _cells
org.apache.html.dom.HTMLCollectionImpl _rows
String var
boolean caught
boolean subtagGateClosed
Object items
String delims
StringTokenizer st
int currentIndex
IteratedExpression itemsValueIteratedExpression
Object output
String url
String context
String var
int scope
ParamSupport.ParamManager params
int scope
boolean scopeSpecified
String var
String value
String context
String var
int scope
ParamSupport.ParamManager params
String basename
String prefix
LocalizationContext locCtxt
Object value
boolean valueSpecified
String type
String pattern
String currencyCode
String currencySymbol
boolean isGroupingUsed
boolean groupingUsedSpecified
int maxIntegerDigits
boolean maxIntegerDigitsSpecified
int minIntegerDigits
boolean minIntegerDigitsSpecified
int maxFractionDigits
boolean maxFractionDigitsSpecified
int minFractionDigits
boolean minFractionDigitsSpecified
String var
int scope
String keyAttrValue
boolean keySpecified
LocalizationContext bundleAttrValue
boolean bundleSpecified
String var
int scope
List<E> params
Object value
boolean valueSpecified
Object value
String var
int scope
Object rawDataSource
boolean dataSourceSpecified
String sql
int maxRows
boolean maxRowsSpecified
int startRow
Connection conn
List<E> parameters
boolean isPartOfTransaction
Object rawDataSource
boolean dataSourceSpecified
Connection conn
int isolation
int origIsolation
XPath select
boolean escapeXml
XPath select
XPathContext context
XPath select
Object xml
boolean xmlSpecified
String xmlSystemId
Object xslt
String xsltSystemId
Result result
String var
int scope
Transformer t
XmlUtil.JstlEntityResolver entityResolver
XmlUtil.JstlUriResolver uriResolver
XPath select
ValueExpression beginExpression
ValueExpression endExpression
ValueExpression stepExpression
ValueExpression itemsExpression
ValueExpression beginExpression
ValueExpression endExpression
ValueExpression stepExpression
ValueExpression itemsExpression
ValueExpression delimsExpression
ValueExpression testExpression
ValueExpression urlExpression
ValueExpression contextExpression
ValueExpression charEncodingExpression
ValueExpression valueExpression
ValueExpression defaultExpression
ValueExpression escapeXmlExpression
ValueExpression nameExpression
ValueExpression valueExpression
ValueExpression urlExpression
ValueExpression contextExpression
ValueExpression valueExpression
ValueExpression targetExpression
ValueExpression propertyExpression
ValueExpression valueExpression
ValueExpression contextExpression
ValueExpression testExpression
ValueExpression basenameExpression
ValueExpression prefixExpression
ValueExpression valueExpression
ValueExpression typeExpression
ValueExpression dateStyleExpression
ValueExpression timeStyleExpression
ValueExpression patternExpression
ValueExpression timeZoneExpression
ValueExpression valueExpression
ValueExpression typeExpression
ValueExpression patternExpression
ValueExpression currencyCodeExpression
ValueExpression currencySymbolExpression
ValueExpression groupingUsedExpression
ValueExpression maxIntegerDigitsExpression
ValueExpression minIntegerDigitsExpression
ValueExpression maxFractionDigitsExpression
ValueExpression minFractionDigitsExpression
ValueExpression keyExpression
ValueExpression bundleExpression
ValueExpression valueExpression
ValueExpression valueExpression
ValueExpression typeExpression
ValueExpression dateStyleExpression
ValueExpression timeStyleExpression
ValueExpression patternExpression
ValueExpression timeZoneExpression
ValueExpression parseLocaleExpression
ValueExpression valueExpression
ValueExpression typeExpression
ValueExpression patternExpression
ValueExpression parseLocaleExpression
ValueExpression integerOnlyExpression
ValueExpression valueExpression
ValueExpression basenameExpression
ValueExpression valueExpression
ValueExpression variantExpression
ValueExpression valueExpression
ValueExpression valueExpression
ValueExpression valueExpression
ValueExpression typeExpression
ValueExpression valueExpression
ValueExpression dataSourceExpression
ValueExpression sqlExpression
ValueExpression startRowExpression
ValueExpression maxRowsExpression
ValueExpression dataSourceExpression
ValueExpression driverClassNameExpression
ValueExpression jdbcUrlExpression
ValueExpression usernameExpression
ValueExpression passwordExpression
ValueExpression dataSourceExpression
ValueExpression isolationExpression
ValueExpression dataSourceExpression
ValueExpression sqlExpression
ValueExpression escapeXmlExpression
ValueExpression nameExpression
ValueExpression valueExpression
ValueExpression xmlExpression
ValueExpression systemIdExpression
ValueExpression filterExpression
ValueExpression xmlExpression
ValueExpression xmlSystemIdExpression
ValueExpression xsltExpression
ValueExpression xsltSystemIdExpression
ValueExpression resultExpression
boolean test
boolean test
String isolationRT
WSSecurityException.ErrorCode errorCode
PublicKey publicKey
String name
SamlAssertionWrapper samlAssertion
private void readObject(ObjectInputStream inStream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
String m_styleURL
String m_documentURL
String PARAM_styleURL
String PARAM_documentURL
String m_styleURLOfCached
String m_documentURLOfCached
URL m_codeBase
String m_treeURL
URL m_documentBase
Node m_firstBackPointer
StringBuffer m_accumulator
ElemText m_xslTextElement
String m_href
IntStack m_savedLastOrder
XSLTElementDef m_elemDef
String m_simpleString
Vector<E> m_parts
String m_rawName
String m_name
String m_uri
String m_val
XPath m_xpath
DecimalFormatSymbols m_dfs
QName m_qname
QName m_mode
boolean m_isDefaultTemplate
QName m_qname
QName m_templateName
ElemTemplate m_template
ElemWithParam[] m_paramElems
XPath m_selectExpression
AVT m_name_avt
AVT m_namespace_avt
boolean m_isResultSet
XObject m_result
int m_callerFrameSize
String m_extns
String m_lang
String m_srcURL
String m_scriptSrc
ElemExtensionDecl m_decl
String m_prefix
StringVector m_functions
StringVector m_elements
private void readObject(ObjectInputStream os) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
boolean m_doc_cache_off
Expression m_selectExpression
XPath m_xpath
Vector<E> m_sortElems
XPath m_test
boolean isLiteralResultAsStylesheet
List<E> m_avts
List<E> m_xslAttr
String m_namespace
String m_localName
String m_rawName
StringVector m_ExtensionElementURIs
String m_version
StringVector m_excludeResultPrefixes
boolean m_terminate
CharArrayWrapper m_alphaCountTable
TransformerImpl#int2alphaCount
XPath m_countMatchPattern
XPath m_fromMatchPattern
int m_level
XPath m_valueExpr
AVT m_format_avt
AVT m_lang_avt
AVT m_lettervalue_avt
AVT m_groupingSeparator_avt
AVT m_groupingSize_avt
int m_qnameID
AVT m_name_atv
XPath m_selectExpression
AVT m_lang_avt
AVT m_dataType_avt
AVT m_order_avt
AVT m_caseorder_avt
String m_publicId
String m_systemId
Stylesheet m_stylesheet
XPath m_matchPattern
QName m_name
QName m_mode
double m_priority
int m_frameSize
int m_inArgsSize
int[] m_argsQNameIDs
int m_lineNumber
int m_endLineNumber
int m_columnNumber
int m_endColumnNumber
boolean m_defaultSpace
boolean m_hasTextLitOnly
boolean m_hasVariableDecl
List<E> m_declaredPrefixes
List<E> m_prefixTable
XMLNSDecl
s for this element
and all parent elements, screened for excluded prefixes.int m_docOrderNumber
ElemTemplateElement m_parentNode
ElemTemplateElement m_nextSibling
ElemTemplateElement m_firstChild
boolean m_disableOutputEscaping
boolean m_preserveSpace
char[] m_ch
String m_str
boolean m_disableOutputEscaping
QName[] m_attributeSetsNames
XPath m_selectExpression
boolean m_isDot
boolean m_disableOutputEscaping
int m_index
int m_frameSize
XPath m_selectPattern
QName m_qname
boolean m_isTopLevel
XUnresolvedVariableSimple m_lazyVar
XPath m_test
int m_index
XPath m_selectPattern
QName m_qname
int m_qnameID
String m_StylesheetPrefix
String m_StylesheetNamespace
String m_ResultPrefix
String m_ResultNamespace
Properties m_properties
private void readObject(ObjectInputStream stream) throws IOException, TransformerException
IOException
TransformerException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
String m_XmlnsXsl
StringVector m_ExtensionElementURIs
StringVector m_ExcludeResultPrefixs
String m_Id
String m_Version
boolean m_isCompatibleMode
Vector<E> m_imports
Vector<E> m_includes
Stack<E> m_DecimalFormatDeclarations
DecimalFormatProperties
Vector<E> m_whitespaceStrippingElements
Vector<E> m_whitespacePreservingElements
Vector<E> m_output
Vector<E> m_keyDeclarations
Vector<E> m_attributeSets
Vector<E> m_topLevelVariables
Vector<E> m_templates
Vector<E> m_prefix_aliases
Hashtable<K,V> m_NonXslTopLevel
String m_href
String m_publicId
String m_systemId
StylesheetRoot m_stylesheetRoot
Stylesheet m_stylesheetParent
int m_importNumber
int m_importCountComposed
int m_endImportCountComposed
boolean m_optimizer
boolean m_incremental
boolean m_source_location
boolean m_isSecureProcessing
HashMap<K,V> m_availElems
StylesheetComposed[] m_globalImportList
OutputProperties m_outputProperties
boolean m_outputMethodSet
HashMap<K,V> m_attrSets
Hashtable<K,V> m_decimalFormatSymbols
Vector<E> m_keyDecls
Hashtable<K,V> m_namespaceAliasComposed
TemplateList m_templateList
Vector<E> m_variables
TemplateList m_whiteSpaceInfoList
ElemTemplate m_defaultTextRule
ElemTemplate m_defaultRule
ElemTemplate m_defaultRootRule
ElemTemplate m_startRule
XPath m_selectDefault
String m_extensionHandlerClass
Hashtable<K,V> m_namedTemplates
Hashtable<K,V> m_patternTable
org.apache.xalan.templates.TemplateSubPatternAssociation m_wildCardPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_textPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_docPatterns
org.apache.xalan.templates.TemplateSubPatternAssociation m_commentPatterns
boolean m_shouldStripSpace
boolean m_isGlobal
DTMIterator m_keysNodes
XMLString m_ref
QName m_name
Vector<E> m_keyDeclarations
String _msg
org.apache.bcel.generic.Instruction _aloadDom
org.apache.bcel.generic.Instruction _astoreDom
org.apache.bcel.generic.Instruction _astoreIterator
org.apache.bcel.generic.Instruction _aloadIterator
org.apache.bcel.generic.Instruction _astoreHandler
org.apache.bcel.generic.Instruction _aloadHandler
int ITERATOR_INDEX
org.apache.bcel.generic.Instruction _iloadCurrent
org.apache.bcel.generic.Instruction _istoreCurrent
org.apache.bcel.generic.Instruction _aloadDom
org.apache.bcel.generic.Instruction _iloadLast
org.apache.bcel.generic.Instruction _aloadIterator
org.apache.bcel.generic.Instruction _astoreIterator
org.apache.bcel.generic.Instruction _aloadTranslet
int _iteratorIndex
org.apache.bcel.generic.Instruction _iloadCurrent
org.apache.bcel.generic.Instruction _istoreCurrent
org.apache.bcel.generic.Instruction _aloadDom
org.apache.bcel.generic.InstructionList _mapTypeSub
org.apache.bcel.generic.Instruction _iloadCurrent
org.apache.bcel.generic.Instruction _istoreCurrent
org.apache.bcel.generic.Instruction _astoreHandler
org.apache.bcel.generic.Instruction _aloadHandler
org.apache.bcel.generic.Instruction _astoreIterator
org.apache.bcel.generic.Instruction _aloadIterator
org.apache.bcel.generic.Instruction _aloadDom
org.apache.bcel.generic.Instruction _astoreDom
org.apache.bcel.generic.Instruction _startElement
org.apache.bcel.generic.Instruction _endElement
org.apache.bcel.generic.Instruction _startDocument
org.apache.bcel.generic.Instruction _endDocument
org.apache.bcel.generic.Instruction _attribute
org.apache.bcel.generic.Instruction _uniqueAttribute
org.apache.bcel.generic.Instruction _namespace
org.apache.bcel.generic.Instruction _setStartNode
org.apache.bcel.generic.Instruction _reset
org.apache.bcel.generic.Instruction _nextNode
org.apache.xalan.xsltc.compiler.util.SlotAllocator _slotAllocator
boolean _allocatorInit
MethodGenerator.LocalVariableRegistry _localVariableRegistry
Hashtable<K,V> _preCompiled
int m_totalChunks
int m_openChunks
org.apache.bcel.generic.Instruction _aloadTranslet
org.apache.bcel.generic.Instruction _aloadTranslet
org.apache.bcel.generic.Instruction _astoreHandler
org.apache.bcel.generic.Instruction _aloadHandler
org.apache.bcel.generic.Instruction _aloadDom
org.apache.bcel.generic.Instruction _iloadCurrent
org.apache.bcel.generic.Instruction _iloadContext
org.apache.bcel.generic.Instruction _istoreCurrent
org.apache.bcel.generic.Instruction _istoreContext
org.apache.bcel.generic.Instruction _astoreIterator
org.apache.bcel.generic.Instruction _aloadIterator
ErrorMsg _error
SyntaxTreeNode _node
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream os) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
String _name
byte[][] _bytecodes
Class<T>[] _class
int _transletIndex
Hashtable _auxClasses
Properties _outputProperties
int _indentNumber
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
String data
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
DocumentTypeImpl docType
ElementImpl docElement
String encoding
String actualEncoding
String version
boolean standalone
String fDocumentURI
Map<K,V> userData
Hashtable<K,V> identifiers
int changes
Any method that alters the tree structure MUST cause or be accompanied by a call to changed(), to inform it that any outstanding NodeLists may have to be updated.
(Required because NodeList is simultaneously "live" and integer- indexed -- a bad decision in the DOM's design.)
Note that changes which do not affect the tree's structure -- changing the node's name, for example -- do _not_ have to call changed().
Alternative implementation would be to use a cryptographic Digest value rather than a count. This would have the advantage that "harmless" changes (those producing equal() trees) would not force NodeList to resynchronize. Disadvantage is that it's slightly more prone to "false negatives", though that's the difference between "wildly unlikely" and "absurdly unlikely". IF we start maintaining digests, we should consider taking advantage of them. Note: This used to be done a node basis, so that we knew what subtree changed. But since only DeepNodeList really use this today, the gain appears to be really small compared to the cost of having an int on every (parent) node plus having to walk up the tree all the way to the root to mark the branch as changed everytime a node is changed. So we now have a single counter global to the document. It means that some objects may flush their cache more often than necessary, but this makes nodes smaller and only the document needs to be marked as changed.
boolean allowGrammarAccess
boolean errorChecking
boolean xmlVersionChanged
int documentNumber
int nodeCounter
Map<K,V> nodeTable
boolean xml11Version
boolean fNamespacesEnabled
String name
NamedNodeMapImpl entities
NamedNodeMapImpl notations
NamedNodeMapImpl elements
String publicID
String systemID
String internalSubset
int doctypeNumber
Hashtable<K,V> userData
String name
NamedNodeMapImpl attributes
String name
AttributeMap attributes
String name
String publicId
String systemId
String encoding
String inputEncoding
String version
String notationName
String baseURI
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
NodeImpl ownerNode
short flags
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
CoreDocumentImpl ownerDocument
ChildNode firstChild
String target
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
XSAttributeDeclaration fDeclaration
XSTypeDefinition fTypeDecl
boolean fSpecified
ValidatedInfo fValue
short fValidationAttempted
short fValidity
StringList fErrorCodes
StringList fErrorMessages
String fValidationContext
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
XSElementDeclaration fDeclaration
XSTypeDefinition fTypeDecl
boolean fNil
boolean fSpecified
ValidatedInfo fValue
XSNotationDeclaration fNotation
short fValidationAttempted
short fValidity
StringList fErrorCodes
StringList fErrorMessages
String fValidationContext
XSModel fSchemaInformation
short code
MessageFormatter fFormatter
Locale fLocale
String fDomain
String fKey
Object[] fArguments
String fMessage
String fKey
int location
String regex
int options
int nofparen
org.apache.xerces.impl.xpath.regex.Token tokentree
boolean hasBackReferences
String m_scheme
String m_userinfo
String m_host
int m_port
String m_regAuthority
String m_path
String m_queryString
String m_fragment
Exception fException
short fType
String fIdentifier
String fPublicId
String fLiteralSystemId
String fExpandedSystemId
String fBaseSystemId
int fLineNumber
int fColumnNumber
int fCharacterOffset
short code
SourceLocator locator
Throwable containedException
Exception m_exception
int m_blocksize
int[] m_map
int m_firstFree
int m_mapSize
Locator m_locator
int m_blocksize
String[] m_map
int m_firstFree
int m_mapSize
String m_scheme
String m_userinfo
String m_host
int m_port
String m_path
String m_queryString
String m_fragment
Exception m_exception
ExpressionNode m_parent
DTMManager m_manager
int m_root
Expression m_mainExp
String m_patternString
DTM m_dtm
AxesWalker m_nextWalker
AxesWalker m_prevWalker
int m_axis
DTMAxisTraverser m_traverser
int m_axis
int m_extendedTypeID
Expression m_expr
boolean m_mustHardReset
boolean m_canDetachNodeset
Expression m_expr
boolean m_mustHardReset
boolean m_canDetachNodeset
Expression m_expr
boolean m_mustHardReset
boolean m_canDetachNodeset
DTMIterator m_orig
ArrayList<E> m_freeStack
private void readObject(ObjectInputStream stream) throws IOException, TransformerException
IOException
TransformerException
boolean m_allowDetach
boolean m_isTopLevel
PrefixResolver m_prefixResolver
StepPattern m_pattern
int m_superAxis
DTMAxisTraverser m_traverser
int m_last
int m_next
org.apache.xpath.axes.NodeSequence.IteratorCache m_cache
Multiple NodeSequence objects may share the same cache.
DTMIterator m_iter
DTMManager m_dtmMgr
int m_axis
DTMAxisIterator m_iterator
int m_axis
private void readObject(ObjectInputStream stream) throws IOException, TransformerException
IOException
TransformerException
int m_predCount
LocPathIterator m_lpi
Expression[] m_predicates
DTMAxisIterator m_iterator
PredicatedNodeTest[] m_nodeTests
private void readObject(ObjectInputStream stream) throws IOException, TransformerException
IOException
TransformerException
LocPathIterator[] m_exprs
DTMIterator[] m_iterators
AxesWalker m_lastUsedWalker
AxesWalker m_firstWalker
boolean m_inNaturalOrderStatic
String m_namespace
String m_extensionName
Object m_methodKey
Vector<E> m_argVec
boolean m_isTopLevel
boolean m_isTopLevel
Expression m_arg1
Expression m_arg2
Expression[] m_args
Expression m_arg0
boolean m_val
boolean m_val
Object m_origObj
double m_val
Object m_obj
DTMXRTreeFrag m_DTMXRTreeFrag
int m_dtmRoot
boolean m_allowRelease
XMLString m_xmlStr
int m_start
int m_length
String m_strCache
int m_start
int m_length
String m_strCache
int m_hash
Expression m_left
Expression m_right
Expression m_right
boolean m_fixUpWasCalled
QName m_qname
int m_index
boolean m_isGlobal
Expression m_functionExpr
expression
.int m_whatToShow
String m_namespace
String m_name
XNumber m_score
NodeTest.SCORE_NODETEST
,
NodeTest.SCORE_NONE
,
NodeTest.SCORE_NSWILD
,
NodeTest.SCORE_QNAME
, or
NodeTest.SCORE_OTHER
.boolean m_isTotallyWild
NodeTest.WILD
.int m_axis
String m_targetString
StepPattern m_relativePathPattern
Expression[] m_predicates
StepPattern[] m_patterns
SQLException sqlException
String sql
Serializable identifier
String entityName
String queryString
String entityName
Serializable identifier
String name
Serializable identifier
String entityName
Serializable identifier
String entityName
boolean isVersionIncrementDisabled
boolean isExecuted
boolean areTransientReferencesNullified
PersistentCollection collection
Serializable key
String collectionRole
AfterTransactionCompletionProcess afterTransactionProcess
Object affectedOwner
boolean emptySnapshot
boolean emptySnapshot
long identifier
String entityName
Serializable id
boolean isDelayed
EntityKey delayedEntityKey
EntityKey entityKey
Serializable generatedId
Object[] state
Object[] previousState
Object previousVersion
int[] dirtyFields
boolean hasDirtyCollection
Object rowId
Object[] previousNaturalIdValues
Object nextVersion
Object cacheEntry
SoftLock lock
Origin origin
Origin origin
ServiceRegistry serviceRegistry
XmlMappingBinderAccess xmlMappingBinderAccess
List<E> xmlBindings
LinkedHashSet<E> annotatedClasses
LinkedHashSet<E> annotatedClassNames
LinkedHashSet<E> annotatedPackages
String requestedVersion
LoadedConfig aggregatedCfgXml
UUID uuid
MetadataBuildingOptions metadataBuildingOptions
TypeResolver typeResolver
IdentifierGeneratorFactory identifierGeneratorFactory
Map<K,V> entityBindingMap
Map<K,V> mappedSuperclassMap
Map<K,V> collectionBindingMap
Map<K,V> typeDefinitionMap
Map<K,V> filterDefinitionMap
Map<K,V> fetchProfileMap
Map<K,V> imports
Map<K,V> idGeneratorDefinitionMap
Map<K,V> namedQueryMap
Map<K,V> namedNativeQueryMap
Map<K,V> namedProcedureCallMap
Map<K,V> sqlResultSetMappingMap
Map<K,V> namedEntityGraphMap
Map<K,V> sqlFunctionMap
Database database
SourceType type
String name
String subselect
JaxbHbmCacheType cache
List<E> synchronize
String comment
JaxbHbmKeyType key
JaxbHbmIndexType index
JaxbHbmListIndexType listIndex
JaxbHbmBasicCollectionElementType element
JaxbHbmOneToManyCollectionElementType oneToMany
JaxbHbmManyToManyCollectionElementType manyToMany
JaxbHbmCompositeCollectionElementType compositeElement
JaxbHbmManyToAnyCollectionElementType manyToAny
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
JaxbHbmCustomSqlDmlType sqlDeleteAll
List<E> filter
String access
Integer batchSize
String cascade
String check
String collectionType
String elementClass
Boolean embedXml
JaxbHbmFetchStyleWithSubselectEnum fetch
JaxbHbmLazyWithExtraEnum lazy
Boolean inverse
Boolean mutable
String name
String node
Boolean optimisticLock
JaxbHbmOuterJoinEnum outerJoin
String persister
String where
String schema
String catalog
String table
String subselectAttribute
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition definition
String create
String drop
List<E> dialectScope
String clazz
String subselect
JaxbHbmCacheType cache
List<E> synchronize
String comment
JaxbHbmKeyType key
JaxbHbmBasicCollectionElementType element
JaxbHbmOneToManyCollectionElementType oneToMany
JaxbHbmManyToManyCollectionElementType manyToMany
JaxbHbmCompositeCollectionElementType compositeElement
JaxbHbmManyToAnyCollectionElementType manyToAny
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
JaxbHbmCustomSqlDmlType sqlDeleteAll
List<E> filter
Boolean embedXml
JaxbHbmFetchStyleWithSubselectEnum fetch
JaxbHbmLazyWithExtraEnum lazy
String node
String orderBy
JaxbHbmOuterJoinEnum outerJoin
String schema
String catalog
String table
String subselectAttribute
String name
String access
String check
String where
String cascade
Integer batchSize
Boolean inverse
Boolean mutable
Boolean optimisticLock
String collectionType
String persister
String access
String columnAttribute
GenerationTiming generated
String name
String node
List<E> columnOrFormula
JaxbHbmTypeSpecificationType type
String access
String columnAttribute
String formulaAttribute
GenerationTiming generated
String index
Boolean insert
Boolean lazy
Integer length
String name
String node
Boolean notNull
Boolean optimisticLock
String precision
String scale
String typeAttribute
Boolean unique
String uniqueKey
Boolean update
List<E> columnOrFormula
JaxbHbmTypeSpecificationType type
String columnAttribute
String formulaAttribute
Integer length
String node
Boolean notNull
Integer precision
Integer scale
String typeAttribute
Boolean unique
JaxbHbmCacheInclusionEnum include
String region
AccessType usage
String comment
String check
String _default
String index
Integer length
String name
Boolean notNull
Integer precision
String read
Integer scale
String sqlType
Boolean unique
String uniqueKey
String write
List<E> keyPropertyOrKeyManyToOne
JaxbHbmGeneratorSpecificationType generator
String access
String clazz
Boolean mapped
String name
String node
JaxbHbmUnsavedValueCompositeIdEnum unsavedValue
List<E> column
String access
String clazz
String columnAttribute
String entityName
String foreignKey
JaxbHbmLazyEnum lazy
String name
JaxbHbmOnDeleteEnum onDelete
String value
Boolean callable
ExecuteUpdateResultCheckStyle check
List<E> tuplizer
List<E> synchronize
List<E> attributes
List<E> join
List<E> subclass
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
List<E> fetchProfile
List<E> resultset
List<E> query
List<E> sqlQuery
String discriminatorValue
String name
String entityName
Boolean _abstract
Boolean lazy
String proxy
Integer batchSize
Boolean dynamicInsert
Boolean dynamicUpdate
Boolean selectBeforeUpdate
String node
String persister
String association
String entity
JaxbHbmFetchStyleEnum style
String clazz
List<E> identifierGenerator
List<E> typedef
List<E> filterDef
List<E> _import
List<E> clazz
List<E> subclass
List<E> joinedSubclass
List<E> unionSubclass
List<E> resultset
List<E> query
List<E> sqlQuery
List<E> fetchProfile
List<E> databaseObject
Boolean autoImport
String catalog
String defaultAccess
String defaultCascade
Boolean defaultLazy
String _package
String schema
String subselect
JaxbHbmCacheType cache
List<E> synchronize
String comment
JaxbHbmCollectionIdType collectionId
JaxbHbmKeyType key
JaxbHbmBasicCollectionElementType element
JaxbHbmManyToManyCollectionElementType manyToMany
JaxbHbmCompositeCollectionElementType compositeElement
JaxbHbmManyToAnyCollectionElementType manyToAny
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
JaxbHbmCustomSqlDmlType sqlDeleteAll
List<E> filter
Boolean embedXml
JaxbHbmFetchStyleWithSubselectEnum fetch
JaxbHbmLazyWithExtraEnum lazy
String node
String orderBy
JaxbHbmOuterJoinEnum outerJoin
String name
String access
String check
String where
String cascade
Integer batchSize
Boolean inverse
Boolean mutable
Boolean optimisticLock
String collectionType
String persister
String schema
String catalog
String table
String subselectAttribute
List<E> tuplizer
String subselect
List<E> synchronize
String comment
JaxbHbmKeyType key
List<E> attributes
List<E> joinedSubclass
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
List<E> fetchProfile
List<E> resultset
List<E> query
List<E> sqlQuery
String check
String schema
String catalog
String table
String subselectAttribute
JaxbHbmColumnType column
String base
String columnAttribute
String subselect
JaxbHbmCacheType cache
List<E> synchronize
String comment
JaxbHbmKeyType key
JaxbHbmIndexType index
JaxbHbmListIndexType listIndex
JaxbHbmBasicCollectionElementType element
JaxbHbmOneToManyCollectionElementType oneToMany
JaxbHbmManyToManyCollectionElementType manyToMany
JaxbHbmCompositeCollectionElementType compositeElement
JaxbHbmManyToAnyCollectionElementType manyToAny
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
JaxbHbmCustomSqlDmlType sqlDeleteAll
List<E> filter
Boolean embedXml
JaxbHbmFetchStyleWithSubselectEnum fetch
JaxbHbmLazyWithExtraEnum lazy
String node
JaxbHbmOuterJoinEnum outerJoin
String name
String access
String check
String where
String cascade
Integer batchSize
Boolean inverse
Boolean mutable
Boolean optimisticLock
String collectionType
String persister
String schema
String catalog
String table
String subselectAttribute
String queryRef
List<E> columnOrFormula
List<E> filter
String clazz
String columnAttribute
Boolean embedXml
String entityName
JaxbHbmFetchStyleEnum fetch
String foreignKey
String formulaAttribute
JaxbHbmLazyEnum lazy
String node
JaxbHbmNotFoundEnum notFound
String orderBy
JaxbHbmOuterJoinEnum outerJoin
String propertyRef
Boolean unique
String where
List<E> columnOrFormula
String access
String cascade
String clazz
String columnAttribute
Boolean embedXml
String entityName
JaxbHbmFetchStyleEnum fetch
String foreignKey
String formulaAttribute
String index
Boolean insert
JaxbHbmLazyWithNoProxyEnum lazy
String name
String node
JaxbHbmNotFoundEnum notFound
Boolean notNull
Boolean optimisticLock
JaxbHbmOuterJoinEnum outerJoin
String propertyRef
Boolean unique
String uniqueKey
Boolean update
String subselect
JaxbHbmCacheType cache
List<E> synchronize
String comment
JaxbHbmKeyType key
JaxbHbmMapKeyBasicType mapKey
JaxbHbmMapKeyCompositeType compositeMapKey
JaxbHbmMapKeyManyToManyType mapKeyManyToMany
JaxbHbmIndexType index
JaxbHbmCompositeIndexType compositeIndex
JaxbHbmIndexManyToManyType indexManyToMany
JaxbHbmIndexManyToAnyType indexManyToAny
JaxbHbmBasicCollectionElementType element
JaxbHbmOneToManyCollectionElementType oneToMany
JaxbHbmManyToManyCollectionElementType manyToMany
JaxbHbmCompositeCollectionElementType compositeElement
JaxbHbmManyToAnyCollectionElementType manyToAny
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
JaxbHbmCustomSqlDmlType sqlDeleteAll
List<E> filter
Boolean embedXml
JaxbHbmFetchStyleWithSubselectEnum fetch
JaxbHbmLazyWithExtraEnum lazy
String node
String orderBy
JaxbHbmOuterJoinEnum outerJoin
String sort
String name
String access
String check
String where
String cascade
Integer batchSize
Boolean inverse
Boolean mutable
Boolean optimisticLock
String collectionType
String persister
String schema
String catalog
String table
String subselectAttribute
List<E> content
CacheMode cacheMode
String cacheRegion
Boolean cacheable
String comment
Integer fetchSize
FlushMode flushMode
String name
Boolean readOnly
Integer timeout
Boolean callable
String resultsetRef
String name
String column
String region
String clazz
Boolean embedXml
String entityName
String node
JaxbHbmNotFoundEnum notFound
List<E> formula
String access
String cascade
String clazz
Boolean constrained
Boolean embedXml
String entityName
JaxbHbmFetchStyleEnum fetch
String foreignKey
String formulaAttribute
JaxbHbmLazyWithNoProxyEnum lazy
String name
String node
JaxbHbmOuterJoinEnum outerJoin
String propertyRef
String name
String subselect
JaxbHbmCacheType cache
List<E> synchronize
String comment
JaxbHbmKeyType key
JaxbHbmIndexType index
JaxbHbmListIndexType listIndex
JaxbHbmBasicCollectionElementType element
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
JaxbHbmCustomSqlDmlType sqlDeleteAll
String access
Integer batchSize
String check
String collectionType
Boolean embedXml
JaxbHbmFetchStyleWithSubselectEnum fetch
Boolean mutable
String name
String node
Boolean optimisticLock
JaxbHbmOuterJoinEnum outerJoin
String persister
String where
String schema
String catalog
String table
String subselectAttribute
List<E> tuplizer
String subselect
JaxbHbmCacheType cache
JaxbHbmNaturalIdCacheType naturalIdCache
List<E> synchronize
String comment
JaxbHbmSimpleIdType id
JaxbHbmCompositeIdType compositeId
JaxbHbmEntityDiscriminatorType discriminator
JaxbHbmNaturalIdType naturalId
JaxbHbmVersionAttributeType version
JaxbHbmTimestampAttributeType timestamp
JaxbHbmMultiTenancyType multiTenancy
List<E> attributes
List<E> join
List<E> subclass
List<E> joinedSubclass
List<E> unionSubclass
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
List<E> filter
List<E> fetchProfile
List<E> resultset
List<E> query
List<E> sqlQuery
String catalog
String check
String discriminatorValue
Boolean mutable
OptimisticLockStyle optimisticLock
JaxbHbmPolymorphismEnum polymorphism
String rowid
String schema
String subselectAttribute
String table
String where
String subselect
String comment
JaxbHbmKeyType key
List<E> attributes
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
JaxbHbmFetchStyleEnum fetch
Boolean inverse
Boolean optional
String schema
String catalog
String table
String subselectAttribute
String subselect
JaxbHbmCacheType cache
List<E> synchronize
String comment
JaxbHbmKeyType key
JaxbHbmBasicCollectionElementType element
JaxbHbmOneToManyCollectionElementType oneToMany
JaxbHbmManyToManyCollectionElementType manyToMany
JaxbHbmCompositeCollectionElementType compositeElement
JaxbHbmManyToAnyCollectionElementType manyToAny
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
JaxbHbmCustomSqlDmlType sqlDeleteAll
List<E> filter
Boolean embedXml
JaxbHbmFetchStyleWithSubselectEnum fetch
JaxbHbmLazyWithExtraEnum lazy
String node
String orderBy
JaxbHbmOuterJoinEnum outerJoin
String sort
String schema
String catalog
String table
String subselectAttribute
String name
String access
String check
String where
String cascade
Integer batchSize
Boolean inverse
Boolean mutable
Boolean optimisticLock
String collectionType
String persister
String _extends
String table
JaxbHbmTimestampSourceEnum source
JaxbHbmUnsavedValueTimestampEnum unsavedValue
String clazz
EntityMode entityMode
String name
List<E> tuplizer
String subselect
List<E> synchronize
String comment
List<E> attributes
List<E> unionSubclass
JaxbHbmLoaderType loader
JaxbHbmCustomSqlDmlType sqlInsert
JaxbHbmCustomSqlDmlType sqlUpdate
JaxbHbmCustomSqlDmlType sqlDelete
List<E> fetchProfile
List<E> resultset
List<E> query
List<E> sqlQuery
String check
String schema
String catalog
String table
String subselectAttribute
List<E> column
Boolean insert
String type
JaxbHbmUnsavedValueVersionEnum unsavedValue
String requestedVersion
String name
ConcurrentMap<K,V> serviceLoaders
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.AggregatedClassLoader aggregatedClassLoader
Map<K,V> namedStrategyImplementorByStrategyMap
ClassLoaderService classLoaderService
Identifier tableName
BulkAccessor bulkAccessor
Class<T> mappedClass
int index
FastClass fastClass
ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer
ReflectionOptimizer.AccessOptimizer accessOptimizer
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
Serializable[] naturalIdValues
String entityName
String tenantId
int hashCode
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- Thrown by normal deserializationClassNotFoundException
- Thrown by normal deserializationString sqlQueryString
Type[] positionalParameterTypes
Object[] positionalParameterValues
Map<K,V> namedParameters
Integer firstRow
Integer maxRows
String tenantIdentifier
Set<E> filterKeys
CacheableResultTransformer customTransformer
Serializable state
Object reference
EntityPersister subclassPersister
Serializable[] disassembledState
String subclass
Object version
MetadataBuildingContext buildingContext
Collection collection
Map<K,V> localInheritedMetas
String referencedEntityName
Component component
MetadataBuildingContext buildingContext
Ejb3JoinColumn[] joinColumns
RootClass rootClass
JoinedSubclass joinedSubClass
boolean resolved
SimpleValue value
Ejb3JoinColumn[] columns
int uniqueCounter
Table table
String indexName
String[] columns
MetadataBuildingContext buildingContext
Ejb3Column column
boolean unique
JoinedSubclass entity
MetadataBuildingContext buildingContext
MetadataBuildingContext buildingContext
String mappedBy
String ownerEntity
String ownerProperty
PropertyHolder propertyHolder
boolean ignoreNotFound
PropertyData inferredData
XClass targetEntity
boolean cascadeOnDelete
boolean optional
String cascadeStrategy
Ejb3JoinColumn[] joinColumns
String referencedEntityName
Ejb3JoinColumn[] columns
SimpleValue value
EntityBinder entityBinder
PropertyHolder propertyHolder
XAnnotatedElement annotatedClass
SimpleValueBinder binder
MetadataBuildingContext buildingContext
boolean unique
String path
String entityClassName
String fetchProfileName
FetchProfile.FetchOverride fetch
MetadataBuildingContext buildingContext
SqlResultSetMapping ann
MetadataBuildingContext context
boolean isDefault
ClassLoaderAccess classLoaderAccess
XMLContext.Default globalDefaults
Map<K,V> classOverriding
Map<K,V> defaultsOverriding
List<E> defaultElements
List<E> defaultEntityListeners
boolean hasContext
List<E> attributeConverterDefinitions
ValidatorFactory factory
ConcurrentHashMap<K,V> associationsPerEntityPersister
GroupsPerOperation groupsPerOperation
boolean initialized
boolean isTempSession
boolean initialized
Object owner
int cachedSize
String role
Serializable key
boolean dirty
Serializable storedSnapshot
String sessionFactoryUuid
boolean allowLoadOutsideTransaction
Object array
Comparator<T> comparator
Comparator<T> comparator
SessionFactory factory
SessionFactoryImplementor factory
String propertyName
Projection projection
String alias
boolean distinct
CriteriaImpl impl
Criteria criteria
Projection wrappedProjection
private Object readResolve()
private Object readResolve()
private Object readResolve()
Object value
boolean grouped
Junction.Nature nature
List<E> conditions
Conjunction conjunction
Criterion criterion
String propertyName
String propertyName
boolean ascending
boolean ignoreCase
String propertyName
NullPrecedence nullPrecedence
String[] propertyNames
String propertyName
boolean grouped
String propertyName
Object value
String sql
TypedValue[] typedValues
CriteriaImpl criteriaImpl
String quantifier
String op
QueryParameters params
Type[] types
CriteriaQueryTranslator innerQuery
Object entity
Map<K,V> settings
ServiceRegistryImplementor serviceRegistry
Serializable id
Object[] loadedState
Object version
EntityPersister persister
EntityEntryExtraState next
int jdbcConnectionAcquisitionCount
long jdbcConnectionAcquisitionTime
int jdbcConnectionReleaseCount
long jdbcConnectionReleaseTime
int jdbcPrepareStatementCount
long jdbcPrepareStatementTime
int jdbcExecuteStatementCount
long jdbcExecuteStatementTime
int jdbcExecuteBatchCount
long jdbcExecuteBatchTime
int cachePutCount
long cachePutTime
int cacheHitCount
long cacheHitTime
int cacheMissCount
long cacheMissTime
int flushCount
long flushEntityCount
long flushCollectionCount
long flushTime
int partialFlushCount
long partialFlushEntityCount
long partialFlushCollectionCount
long partialFlushTime
long jdbcConnectionAcquisitionStart
long jdbcConnectionReleaseStart
long jdbcPrepStart
long jdbcExecutionStart
long jdbcBatchExecutionStart
long cachePutStart
long cacheGetStart
long flushStart
long partialFlushStart
long length
int precision
int scale
Size.LobMultiplier lobMultiplier
int size
DataSource dataSource
String user
String pass
boolean useCredentials
JndiService jndiService
boolean available
boolean active
org.hibernate.engine.jdbc.connections.internal.ConnectionCreator connectionCreator
ScheduledExecutorService executorService
PooledConnections pool
ServiceRegistryImplementor serviceRegistry
JdbcServices jdbcServices
StrategySelector strategySelector
DialectResolver dialectResolver
Dialect dialect
SqlExceptionHelper sqlExceptionHelper
ExtractedDatabaseMetaData extractedMetaDataSupport
Identifier currentCatalog
Identifier currentSchema
IdentifierHelper identifierHelper
QualifiedObjectNameFormatter qualifiedObjectNameFormatter
LobCreatorBuilderImpl lobCreatorBuilder
LinkedHashSet<E> typeInfoSet
NameQualifierSupport nameQualifierSupport
ConnectionProvider connectionProvider
MultiTenantConnectionProvider connectionProvider
ConnectionReleaseMode connectionReleaseMode
HashMap<K,V> xref
Set<E> unassociatedResultSets
Statement lastQuery
boolean isUserSuppliedConnection
boolean releasesEnabled
int flushDepth
ServiceRegistryImplementor serviceRegistry
JdbcEnvironment jdbcEnvironment
MultiTenancyStrategy multiTenancyStrategy
SqlStatementLogger sqlStatementLogger
ResultSetWrapperImpl resultSetWrapper
String collectionRole
String sourceQuery
QueryTranslator[] translators
String[] sqlStrings
ParameterMetadata parameterMetadata
ReturnMetadata returnMetadata
Set<E> querySpaces
Set<E> enabledFilterNames
boolean shallow
boolean traceEnabled
String sourceQuery
CustomQuery customQuery
int ordinalPosition
Type expectedType
int sourceLocation
OrdinalParameterDescriptor[] ordinalDescriptors
Map<K,V> namedDescriptorMap
SessionFactoryImplementor factory
BoundedConcurrentHashMap<K,V> queryPlanCache
BoundedConcurrentHashMap<K,V> parameterMetadataCache
QueryPlanCache.getSQLParameterMetadata(java.lang.String)
for a
discussion as to why...NativeQueryInterpreter nativeQueryInterpreterService
String returnEntityName
int hashCode
CascadeStyle[] styles
Serializable snapshot
String role
Serializable loadedKey
boolean fromMerge
String role
Serializable key
Type keyType
SessionFactoryImplementor factory
int hashCode
EntityMode entityMode
Serializable identifier
int hashCode
EntityPersister persister
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
String uniqueKeyName
String entityName
Object key
Type keyType
EntityMode entityMode
int hashCode
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput oos) throws IOException
IOException
SessionFactoryImplementor sessionFactory
String internalFetchProfile
Map<K,V> enabledFilters
Set<E> enabledFetchProfileNames
EntityGraph<T> fetchGraph
EntityGraph<T> loadGraph
String name
String query
boolean cacheable
String cacheRegion
Integer timeout
LockOptions lockOptions
Integer fetchSize
FlushMode flushMode
Map<K,V> parameterTypes
CacheMode cacheMode
boolean readOnly
String comment
Integer firstResult
Integer maxResults
NativeSQLQueryReturn[] queryReturns
List<E> querySpaces
boolean callable
String resultSetRef
SessionImplementor sessionImplementor
Session session
SessionFactoryImplementor delegate
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
LinkedHashSet<E> synchronizations
boolean cacheTransactionManager
boolean cacheUserTransaction
ServiceRegistryImplementor serviceRegistry
JtaSynchronizationStrategy tmSynchronizationStrategy
TransactionManager transactionManager
UserTransaction userTransaction
SynchronizationRegistryAccess synchronizationRegistryAccess
TransactionManagerAccess transactionManagerAccess
Class<T> transactionManagerAccessClass
WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment
int id
long timestamp
boolean integrationEnabled
boolean initialized
ServiceRegistry serviceRegistry
ClassLoaderService classLoaderService
GlobalConfiguration globalConfiguration
AuditEntitiesConfiguration auditEntitiesConfiguration
AuditProcessManager auditProcessManager
AuditStrategy auditStrategy
EntitiesConfigurations entitiesConfigurations
RevisionInfoQueryCreator revisionInfoQueryCreator
RevisionInfoNumberReader revisionInfoNumberReader
ModifiedEntityNamesReader modifiedEntityNamesReader
XMLHelper xmlHelper
int id
long timestamp
String entityName
AuditReaderImplementor versionsReader
Class<T> entityClass
Object entityId
Number revision
boolean removed
EnversService enversService
Collection<E> delegate
Serializable ownerId
String role
String entityCopyObserverStrategy
Map<K,V> listenerClassToInstanceMap
EventListenerGroupImpl<T>[] registeredEventListeners
PersistentCollection collection
Object affectedOwner
Serializable affectedOwnerId
String affectedOwnerEntityName
EventSource session
Object entity
Serializable id
EntityPersister persister
boolean dirty
Object object
Object entity
Object[] propertyValues
Object[] databaseSnapshot
int[] dirtyProperties
boolean hasDirtyCollection
boolean dirtyCheckPossible
boolean dirtyCheckHandledByInterceptor
EntityEntry entityEntry
int numberOfEntitiesProcessed
int numberOfCollectionsProcessed
Serializable entityId
String entityClassName
Object instanceToLoad
LockOptions lockOptions
boolean isAssociationFetch
Object result
PostLoadEvent postLoadEvent
Object object
LockOptions lockOptions
String entityName
Object original
Serializable requestedId
String entityName
Object entity
Object result
Object entity
EntityPersister persister
Serializable id
Object[] deletedState
Object entity
EntityPersister persister
Object[] state
Serializable id
Object entity
Serializable id
EntityPersister persister
Object entity
EntityPersister persister
Object[] state
Object[] oldState
Serializable id
int[] dirtyProperties
Object[] deletedState
Object[] state
Object entity
Object[] state
Serializable id
EntityPersister persister
Object object
String entityName
LockOptions lockOptions
Object object
ReplicationMode replicationMode
String entityName
EntityPersister entityPersister
Map<K,V> naturalIdValues
Object[] orderedNaturalIdValues
LockOptions lockOptions
Serializable entityId
Object object
Serializable requestedId
String entityName
Object entity
EntityEntry entry
Serializable resultId
String constraintName
Throwable cause
boolean showCauseMessage
int[] sqlLocations
Type expectedType
FromElement mapFromElement
String[] columns
FromClause fromClause
antlr.collections.AST whereClause
String alias
int scalarColumnIndex
SQLFunction sqlFunction
Type expectedType
SQLFunction dialectCastFunction
Node expressionNode
IdentNode typeNode
Type castType
String componentPath
CompositeType componentType
String componentProperty
String[] columns
String columnsFragment
String propertyName
String path
String propertyPath
String[] columns
JoinType joinType
boolean fetch
DotNode.DereferenceType dereferenceType
FromElement impliedJoin
int level
Set<E> fromElements
Map<K,V> fromElementByClassAlias
Map<K,V> fromElementByTableAlias
Map<K,V> fromElementsByPath
Map<K,V> collectionJoinFromElementsByPath
FromClause parentFromClause
Set<E> childFromClauses
int fromElementCounter
List<E> impliedElements
List<E> entityJoinFromElements
String className
String classAlias
String tableAlias
String collectionTableAlias
FromClause fromClause
boolean includeSubclasses
boolean collectionJoin
FromElement origin
String[] columns
String role
boolean fetch
boolean isAllPropertyFetch
boolean filter
int sequence
boolean useFromFragment
boolean initialized
org.hibernate.hql.internal.ast.tree.FromElementType elementType
boolean useWhereFragment
List<E> destinations
boolean manyToMany
String withClauseFragment
String withClauseJoinAlias
boolean dereferencedBySuperclassProperty
boolean dereferencedBySubclassProperty
TypeDiscriminatorMetadata typeDiscriminatorMetadata
List<E> embeddedParameters
FromElement fromElement
boolean resolved
HqlSqlWalker walker
boolean nakedPropertyRef
boolean impliedInFromClause
boolean inProjectionList
Queryable persister
String columnSpec
Type[] types
boolean discriminated
boolean explicitIdInsertion
boolean explicitVersionInsertion
Set<E> componentIds
List<E> explicitComponentIds
SessionFactoryImplementor factory
String constantExpression
Object constantValue
Type heuristicType
Type expectedType
Type expectedType
boolean useThetaJoin
MapKeyEntityFromElement mapKeyEntityFromElement
String methodName
FromElement fromElement
String[] selectColumns
SQLFunction function
boolean inSelect
String filename
int line
int column
int textLength
ParameterSpecification parameterSpecification
OrderByClause orderByClause
int scalarColumnIndex
String alias
SelectExpression selectExpression
boolean prepared
boolean scalarSelect
List<E> fromElementsForLoad
List<E> alreadyRenderedIdentifiers
Type[] queryReturnTypes
String[][] columnNames
List<E> collectionFromElements
String[] aliases
int[] columnNamesStartPositions
AggregatedSelectExpression aggregatedSelectExpression
JoinFragment joinFragment
FromElement fromElement
List<E> embeddedParameters
CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator
List<E> generationPlans
ExportableColumn column
Table table
BasicType type
Database database
BigDecimal value
BigInteger value
ServiceRegistry serviceRegistry
Dialect dialect
ConcurrentHashMap<K,V> generatorStrategyToClassNameMap
long mostSignificantBits
LinkedHashSet<E> integrators
SessionFactoryImplementor sessionFactory
SessionFactoryOptions settings
SessionFactoryImplementor sessionFactory
String entityOrClassName
String rootAlias
List<E> criterionEntries
List<E> orderEntries
Projection projection
Criteria projectionCriteria
List<E> subcriteriaList
Map<K,V> fetchModes
Map<K,V> lockModes
Integer maxResults
Integer firstResult
Integer timeout
Integer fetchSize
boolean cacheable
String cacheRegion
String comment
List<E> queryHints
FlushMode flushMode
CacheMode cacheMode
FlushMode sessionFlushMode
CacheMode sessionCacheMode
Boolean readOnly
ResultTransformer resultTransformer
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- Can be thrown by the streamClassNotFoundException
- Again, can be thrown by the streamprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- Can be thrown by the streamprivate Object readResolve() throws InvalidObjectException
SessionFactoryRegistry
InvalidObjectException
- Thrown if we could not resolve the factory by uuid/name.String name
String uuid
DelayedDropAction delayedDropAction
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException, SQLException
IOException
- Indicates a general IO stream exceptionClassNotFoundException
- Indicates a class resolution issueSQLException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
- Indicates a general IO stream exceptionStatementInspector statementInspector
SessionEventListenerManagerImpl sessionEventsManager
TransactionCoordinator transactionCoordinator
PersistenceContext temporaryPersistenceContext
long timestamp
JdbcSessionContext jdbcSessionContext
LoadQueryInfluencers statelessLoadQueryInfluencers
SessionEventListenerManagerImpl sessionEventsManager
TypeResolver typeResolver
Logger log
String name
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int segmentMask
int segmentShift
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Segment<K,V>[] segments
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
int segmentMask
int segmentShift
org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Segment<K,V>[] segments
boolean identityComparisons
Object key
int hash
org.dom4j.Document documentTree
Origin origin
String xsdName
int batchPosition
int expectedRowCount
int actualRowCount
CriteriaBuilderImpl criteriaBuilder
EntityManagerFactoryImpl entityManagerFactory
CommonAbstractCriteria parent
QueryStructure<T> queryStructure
Expression<T> wrappedSelection
CriteriaSubqueryImpl<T> subQuery
PathSource<X> pathSource
Expression<T> expression
boolean ascending
AbstractQuery<T> owner
CriteriaBuilderImpl criteriaBuilder
boolean isSubQuery
boolean distinct
Selection<X> selection
Set<E> roots
Set<E> correlationRoots
Predicate restriction
List<E> groupings
Predicate having
List<E> subqueries
HibernateEntityManagerImplementor entityManager
BinaryArithmeticOperation.Operation operator
Expression<T> rhs
Expression<T> lhs
Expression<T> string1
Expression<T> string2
ExpressionImpl<T> wrapped
PathImplementor<X> origin
ListAttribute<X,E> listAttribute
Object literal
PathImplementor<X> origin
MapAttribute<X,K,V> attribute
Expression<T> primaryExpression
Expression<T> secondaryExpression
AbstractPathImpl<X> pathImpl
Class<T> javaType
Expression<T> expression
List<E> whenClauses
Expression<T> otherwiseResult
PluralAttributePath<X> collectionPath
Subquery<T> subquery
SubqueryComparisonModifierExpression.Modifier modifier
UnaryArithmeticOperation.Operation operation
Expression<T> operand
boolean distinct
String functionName
ExpressionImpl<T> castSource
Expression<T> pattern
Expression<T> string
Expression<T> start
Expression<T> value
Expression<T> start
Expression<T> length
CriteriaBuilder.Trimspec trimspec
Expression<T> trimCharacter
Expression<T> trimSource
Set<E> joins
Set<E> fetches
FromImplementor<Z,X> correlationParent
AbstractFromImpl.JoinScope<X> joinScope
PathSource<X> pathSource
Expression<T> typeExpression
Map<K,V> attributePathRegistry
CollectionAttributeJoin<O,E> original
Class<T> treatAsType
ListAttributeJoin<O,E> original
Class<T> treatAsType
MapAttribute<X,K,V> attribute
CollectionPersister mapPersister
Type mapKeyType
Type<X> jpaType
Bindable.BindableType jpaBindableType
Class<T> jpaBinableJavaType
Attribute.PersistentAttributeType persistentAttributeType
MapKeyHelpers.MapKeyAttribute<K> mapKeyAttribute
MapAttribute<X,K,V> mapAttribute
MapJoinImplementor<Z,K,V> mapJoin
PluralAttribute<X,C,E> attribute
CollectionPersister persister
EntityType<X> entityType
boolean allowJoins
SetAttributeJoin<O,E> original
Class<T> treatAsType
SingularAttributeJoin<O,X> original
Class<T> treatAsType
SingularAttribute<X,T> attribute
ManagedType<X> managedType
SingularAttributePath<X> original
Class<T> treatAsType
Expression<T> expression
Expression<T> lowerBound
Expression<T> upperBound
Expression<T> expression
Boolean assertedValue
Expression<T> expression
Boolean assertedValue
ComparisonPredicate.ComparisonOperator comparisonOperator
Expression<T> leftHandSide
Expression<T> rightHandSide
Predicate.BooleanOperator operator
List<E> expressions
Expression<T> booleanExpression
TruthValue truthValue
Expression<T> expression
List<E> values
PluralAttributePath<X> collectionPath
Expression<T> matchExpression
Expression<T> pattern
Expression<T> escapeCharacter
Expression<T> elementExpression
PluralAttributePath<X> collectionPath
PredicateImplementor predicate
Predicate.BooleanOperator negatedOperator
List<E> negatedExpressions
Expression<T> operand
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackRegistry callbackRegistry
CallbackType callbackType
Method callbackMethod
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
private Object readResolve() throws InvalidObjectException
InvalidObjectException
String entityManagerFactoryName
protected void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
- Indicates a general IO stream exceptionClassNotFoundException
- Indicates a class resolution issueprotected void writeObject(ObjectOutputStream oos) throws IOException
IOException
- Indicates a general IO stream exceptionString name
Class<T> javaType
AbstractManagedType<X> declaringType
Attribute.PersistentAttributeType persistentAttributeType
boolean hasIdentifierProperty
boolean hasIdClass
SingularAttributeImpl<X,Y> id
Set<E> idClassAttributes
boolean isVersioned
SingularAttributeImpl<X,Y> version
Class<T> clazz
Type.PersistenceType persistenceType
AbstractManagedType<X> parent
ComponentType hibernateType
String jpaEntityName
private void readObject(ObjectInputStream stream)
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
EntityManagerFactoryImpl entityManagerFactory
SynchronizationType synchronizationType
PersistenceUnitTransactionType transactionType
Map<K,V> properties
LockOptions lockOptions
CriteriaCompiler criteriaCompiler
String elementClassName
String collectionRole
String entityName
PropertyAccessStrategy propertyAccessStrategy
MetadataImplementor metadata
PersistentClass owner
KeyValue key
Value element
Table collectionTable
String role
boolean lazy
boolean extraLazy
boolean inverse
boolean mutable
boolean subselectLoadable
String cacheConcurrencyStrategy
String cacheRegionName
String orderBy
String where
String manyToManyWhere
String manyToManyOrderBy
String referencedPropertyName
String mappedByProperty
boolean sorted
Comparator<T> comparator
String comparatorClassName
boolean orphanDelete
int batchSize
FetchMode fetchMode
boolean embedded
boolean optimisticLocked
Class<T> collectionPersisterClass
String typeName
Properties typeParameters
List<E> filters
List<E> manyToManyFilters
Set<E> synchronizedTables
String customSQLInsert
boolean customInsertCallable
ExecuteUpdateResultCheckStyle insertCheckStyle
String customSQLUpdate
boolean customUpdateCallable
ExecuteUpdateResultCheckStyle updateCheckStyle
String customSQLDelete
boolean customDeleteCallable
ExecuteUpdateResultCheckStyle deleteCheckStyle
String customSQLDeleteAll
boolean customDeleteAllCallable
ExecuteUpdateResultCheckStyle deleteAllCheckStyle
String loaderName
int length
int precision
int scale
Value value
int typeIndex
String name
boolean nullable
boolean unique
String sqlType
Integer sqlTypeCode
boolean quoted
int uniqueInteger
String checkConstraint
String comment
String defaultValue
String customWrite
String customRead
ArrayList<E> properties
String componentClassName
boolean embedded
String parentProperty
PersistentClass owner
boolean dynamic
Map<K,V> metaAttributes
boolean isKey
String roleName
Map<K,V> tuplizerImpls
IdentifierGenerator builtIdentifierGenerator
Table includedTable
KeyValue wrappedValue
boolean nullable
boolean updateable
String formula
int uniqueInteger
KeyValue identifier
String name
String identifierGeneratorStrategy
Properties params
String collectionRole
String entityName
PropertyAccessStrategy accessStrategy
Value index
ArrayList<E> properties
ArrayList<E> declaredProperties
Table table
KeyValue key
PersistentClass persistentClass
boolean sequentialSelect
boolean inverse
boolean optional
String customSQLInsert
boolean customInsertCallable
ExecuteUpdateResultCheckStyle insertCheckStyle
String customSQLUpdate
boolean customUpdateCallable
ExecuteUpdateResultCheckStyle updateCheckStyle
String customSQLDelete
boolean customDeleteCallable
ExecuteUpdateResultCheckStyle deleteCheckStyle
int baseIndex
boolean ignoreNotFound
boolean isLogicalOneToOne
MetadataImplementor metadata
Table referencingTable
String referencedEntityName
PersistentClass associatedClass
boolean embedded
boolean ignoreNotFound
boolean constrained
ForeignKeyDirection foreignKeyType
KeyValue identifier
String propertyName
String entityName
MetadataBuildingContext metadataBuildingContext
String entityName
String className
String proxyInterfaceName
String jpaEntityName
String discriminatorValue
boolean lazy
ArrayList<E> properties
ArrayList<E> declaredProperties
ArrayList<E> subclasses
ArrayList<E> subclassProperties
ArrayList<E> subclassTables
boolean dynamicInsert
boolean dynamicUpdate
int batchSize
boolean selectBeforeUpdate
Map<K,V> metaAttributes
ArrayList<E> joins
ArrayList<E> subclassJoins
List<E> filters
Set<E> synchronizedTables
String loaderName
Boolean isAbstract
boolean hasSubselectLoadableCollections
Component identifierMapper
String customSQLInsert
boolean customInsertCallable
ExecuteUpdateResultCheckStyle insertCheckStyle
String customSQLUpdate
boolean customUpdateCallable
ExecuteUpdateResultCheckStyle updateCheckStyle
String customSQLDelete
boolean customDeleteCallable
ExecuteUpdateResultCheckStyle deleteCheckStyle
Map<K,V> tuplizerImpls
MappedSuperclass superMappedSuperclass
Component declaredIdentifierMapper
OptimisticLockStyle optimisticLockStyle
String name
Value value
String cascade
boolean updateable
boolean insertable
boolean selectable
boolean optimisticLocked
ValueGeneration valueGenerationStrategy
String propertyAccessorName
boolean lazy
String lazyGroup
boolean optional
Map<K,V> metaAttributes
PersistentClass persistentClass
boolean naturalIdentifier
boolean lob
Property identifierProperty
KeyValue identifier
Property version
boolean polymorphic
String cacheConcurrencyStrategy
String cacheRegionName
String naturalIdCacheRegionName
boolean lazyPropertiesCacheable
Value discriminator
boolean mutable
boolean embeddedIdentifier
boolean explicitPolymorphism
Class<T> entityPersisterClass
boolean forceDiscriminator
String where
Table table
boolean discriminatorInsertable
int nextSubclassId
Property declaredIdentifierProperty
Property declaredVersion
boolean cachingExplicitlyRequested
MetadataImplementor metadata
List<E> columns
List<E> insertability
List<E> updatability
String typeName
Properties typeParameters
boolean isVersion
boolean isNationalized
boolean isLob
Properties identifierGeneratorProperties
String identifierGeneratorStrategy
String nullValue
Table table
String foreignKeyName
String foreignKeyDefinition
boolean alternateUniqueKey
boolean cascadeDeleteEnabled
AttributeConverterDescriptor attributeConverterDescriptor
Type type
IdentifierGenerator identifierGenerator
PersistentClass superclass
Class<T> classPersisterClass
int subclassId
Identifier catalog
Identifier schema
Identifier name
Map<K,V> columns
KeyValue idValue
PrimaryKey primaryKey
Map<K,V> foreignKeys
Map<K,V> indexes
Map<K,V> uniqueKeys
int uniqueInteger
List<E> checkConstraints
String rowId
String subselect
boolean isAbstract
boolean hasDenormalizedTables
String comment
List<E> initCommands
int sizeOfUniqueKeyMapOnLastCleanse
String typeClass
Properties parameters
ServiceRegistryImplementor serviceRegistry
String unknownSqlResultSetMappingName
String propertyName
String propertyName
ServiceRegistry serviceRegistry
StrategySelector strategySelectorService
private Object writeReplace() throws ObjectStreamException
ObjectStreamException
private Object writeReplace() throws ObjectStreamException
ObjectStreamException
private Object writeReplace() throws ObjectStreamException
ObjectStreamException
private Object writeReplace() throws ObjectStreamException
ObjectStreamException
private Object writeReplace() throws ObjectStreamException
ObjectStreamException
private Object writeReplace() throws ObjectStreamException
ObjectStreamException
String entityName
Serializable id
Boolean readOnly
public Object writeReplace()
MapLazyInitializer li
Class<T> persistentClass
String entityName
Class<T>[] interfaces
Method getIdentifierMethod
Method setIdentifierMethod
CompositeType componentIdType
boolean overridesEquals
Class<T> proxyClass
private Object readResolve()
Class<T> persistentClass
Class<T>[] interfaces
String identifierGetterMethodName
Class<T> identifierGetterMethodClass
String identifierSetterMethodName
Class<T> identifierSetterMethodClass
Class<T>[] identifierSetterMethodParams
CompositeType componentIdType
LinkedHashSet<E> synchronizations
EventSource eventSource
boolean realTxInProgress
boolean realTxInProgressInitialized
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException, NoSuchFieldException, IllegalAccessException
private void writeObject(ObjectOutputStream os) throws IOException
IOException
boolean disabled
boolean skipDirtyChecks
org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator
ConfigurationService configurationService
ClassLoaderService classLoaderService
FullTextIndexEventListener listener
Metadata metadata
String indexControlMBeanName
org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator
org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator
String contextId
PolicyConfiguration policyConfiguration
ServiceRegistryImplementor theBasicServiceRegistry
boolean resolved
OrderingSpecification.Ordering ordering
String categoryName
AtomicLong loadCount
AtomicLong fetchCount
AtomicLong updateCount
AtomicLong removeCount
AtomicLong recreateCount
AtomicLong loadCount
AtomicLong updateCount
AtomicLong insertCount
AtomicLong deleteCount
AtomicLong fetchCount
AtomicLong optimisticFailureCount
AtomicLong hitCount
AtomicLong missCount
AtomicLong putCount
AtomicLong executionCount
AtomicLong executionMaxTime
AtomicLong executionMinTime
AtomicLong totalExecutionTime
Lock readLock
Lock writeLock
AtomicLong cacheHitCount
AtomicLong cacheMissCount
AtomicLong cachePutCount
AtomicLong executionCount
AtomicLong executionRowCount
AtomicLong executionMaxTime
AtomicLong executionMinTime
AtomicLong totalExecutionTime
Lock readLock
Lock writeLock
AtomicLong hitCount
AtomicLong missCount
AtomicLong putCount
SessionFactoryImplementor sessionFactory
boolean isStatisticsEnabled
long startTime
AtomicLong sessionOpenCount
AtomicLong sessionCloseCount
AtomicLong flushCount
AtomicLong connectCount
AtomicLong prepareStatementCount
AtomicLong closeStatementCount
AtomicLong entityLoadCount
AtomicLong entityUpdateCount
AtomicLong entityInsertCount
AtomicLong entityDeleteCount
AtomicLong entityFetchCount
AtomicLong collectionLoadCount
AtomicLong collectionUpdateCount
AtomicLong collectionRemoveCount
AtomicLong collectionRecreateCount
AtomicLong collectionFetchCount
AtomicLong secondLevelCacheHitCount
AtomicLong secondLevelCacheMissCount
AtomicLong secondLevelCachePutCount
AtomicLong naturalIdCacheHitCount
AtomicLong naturalIdCacheMissCount
AtomicLong naturalIdCachePutCount
AtomicLong naturalIdQueryExecutionCount
AtomicLong naturalIdQueryExecutionMaxTime
String naturalIdQueryExecutionMaxTimeRegion
AtomicLong queryExecutionCount
AtomicLong queryExecutionMaxTime
String queryExecutionMaxTimeQueryString
AtomicLong queryCacheHitCount
AtomicLong queryCacheMissCount
AtomicLong queryCachePutCount
AtomicLong updateTimestampsCacheHitCount
AtomicLong updateTimestampsCacheMissCount
AtomicLong updateTimestampsCachePutCount
AtomicLong committedTransactionCount
AtomicLong transactionCount
AtomicLong optimisticFailureCount
ConcurrentMap<K,V> naturalIdCacheStatistics
ConcurrentMap<K,V> secondLevelCacheStatistics
ConcurrentMap<K,V> entityStatistics
ConcurrentMap<K,V> collectionStatistics
ConcurrentMap<K,V> queryStatistics
ServiceRegistry serviceRegistry
ConnectionProvider connectionProvider
Connection jdbcConnection
boolean wasInitiallyAutoCommit
Connection jdbcConnection
boolean wasInitiallyAutoCommit
Constructor<T> constructor
private Object readResolve()
int tupleLength
int tupleSubsetLength
boolean[] includeInTuple
int[] includeInTransformIndex
private Object readResolve()
private Object readResolve()
private Object readResolve()
private Object readResolve()
private Object readResolve()
ValueGenerator<T> generator
GenerationTiming timing
private void readObject(ObjectInputStream stream) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
ValueGenerator<T> generator
GenerationTiming generationTiming
Constructor<T> constructor
Getter[] getters
Setter[] setters
int propertySpan
Instantiator instantiator
boolean hasCustomAccessors
String role
boolean isKey
StandardProperty[] properties
EntityMode entityMode
ComponentTuplizer componentTuplizer
int propertySpan
Map<K,V> propertyIndexes
boolean createEmptyCompositesEnabled
Map<K,V> defaultImplClassByMode
ClassLoaderAccess classLoaderAccess
Class<T> componentClass
ReflectionOptimizer optimizer
Getter parentGetter
Setter parentSetter
SessionFactoryImplementor sessionFactory
AbstractEntityPersister persister
String name
String rootName
EntityType entityType
IdentifierProperty identifierAttribute
boolean versioned
int propertySpan
int versionPropertyIndex
NonIdentifierAttribute[] properties
String[] propertyNames
Type[] propertyTypes
boolean[] propertyLaziness
boolean[] propertyUpdateability
boolean[] nonlazyPropertyUpdateability
boolean[] propertyCheckability
boolean[] propertyInsertability
boolean[] propertyNullability
boolean[] propertyVersionability
CascadeStyle[] cascadeStyles
boolean hasPreInsertGeneratedValues
boolean hasPreUpdateGeneratedValues
boolean hasInsertGeneratedValues
boolean hasUpdateGeneratedValues
InMemoryValueGenerationStrategy[] inMemoryValueGenerationStrategies
InDatabaseValueGenerationStrategy[] inDatabaseValueGenerationStrategies
Map<K,V> propertyIndexes
boolean hasCollections
boolean hasMutableProperties
boolean hasLazyProperties
boolean hasNonIdentifierPropertyNamedId
int[] naturalIdPropertyNumbers
boolean hasImmutableNaturalId
boolean hasCacheableNaturalId
boolean lazy
boolean hasCascades
boolean mutable
boolean isAbstract
boolean selectBeforeUpdate
boolean dynamicUpdate
boolean dynamicInsert
OptimisticLockStyle optimisticLockStyle
boolean polymorphic
String superclass
boolean explicitPolymorphism
boolean inherited
boolean hasSubclasses
Set<E> subclassEntityNames
Map<K,V> entityNameByInheritenceClassMap
EntityMode entityMode
EntityTuplizer entityTuplizer
BytecodeEnhancementMetadata bytecodeEnhancementMetadata
EntityMetamodel entityMetamodel
Class<T> proxyInterface
boolean applyBytecodeInterception
Size dictatedSize
SqlTypeDescriptor sqlTypeDescriptor
JavaTypeDescriptor<T> javaTypeDescriptor
int[] sqlTypes
AbstractStandardBasicType<T> baseMutableType
TypeFactory.TypeScope scope
Type identifierType
Type discriminatorType
String entityName
Serializable id
TypeFactory.TypeScope typeScope
String role
String foreignKeyPropertyName
TypeFactory.TypeScope typeScope
String[] propertyNames
Type[] propertyTypes
ValueGeneration[] propertyValueGenerationStrategies
boolean[] propertyNullability
int propertySpan
CascadeStyle[] cascade
FetchMode[] joinedFetch
boolean isKey
boolean hasNotNullProperty
boolean createEmptyCompositesEnabled
EntityMode entityMode
ComponentTuplizer componentTuplizer
Boolean canDoExtraction
CompositeUserType userType
String[] registrationKeys
String name
boolean customLogging
UserCollectionType userType
boolean customLogging
TypeFactory.TypeScope scope
String associatedEntityName
String uniqueKeyPropertyName
boolean eager
boolean unwrapProxy
boolean referenceToPrimaryKey
boolean ignoreNotFound
boolean isLogicalOneToOne
ForeignKeyDirection foreignKeyType
String propertyName
String entityName
Comparator<T> comparator
Comparator<T> comparator
org.hibernate.type.TypeFactory.TypeScopeImpl typeScope
BasicTypeRegistry basicTypeRegistry
TypeFactory typeFactory
AttributeConverter<X,Y> attributeConverter
AttributeConverter<X,Y> converter
SqlTypeDescriptor delegate
JavaTypeDescriptor<T> intermediateJavaTypeDescriptor
Class<T> type
MutabilityPlan<T> mutabilityPlan
Comparator<T> comparator
int jdbcTypeCode
Validator validator
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.
String interpolatedMessage
Object rootBean
Object value
Path propertyPath
Object leafBeanInstance
ConstraintDescriptor<T extends Annotation> constraintDescriptor
String messageTemplate
Map<K,V> expressionVariables
Class<T> rootBeanClass
ElementType elementType
Object[] executableParameters
Object executableReturnValue
Object dynamicPayload
int hashCode
Annotation annotation
Class<T> annotationType
annotation.annotationType()
is quite expensive.List<E> constraintValidatorClasses
ConstraintValidator
resolution algorithm.List<E> matchingConstraintValidatorClasses
Set<E> groups
Map<K,V> attributes
Set<E> payloads
Set<E> composingConstraints
boolean isReportAsSingleInvalidConstraint
ElementType elementType
TYPE
, METHOD
, FIELD
) the constraint was
defined on.ConstraintOrigin definedOn
ConstraintDescriptorImpl.ConstraintType constraintType
CompositionType compositionType
ConstraintComposition.CompositionType.AND
.int hashCode
String name
List<E> parameters
CrossParameterDescriptor crossParameterDescriptor
ReturnValueDescriptor returnValueDescriptor
boolean isGetter
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
- if an I/O error occursClassNotFoundException
- if the class of a serialized object could not be foundprivate void writeObject(ObjectOutputStream s) throws IOException
IOException
- if an I/O error occursint segmentMask
int segmentShift
org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Segment<K,V>[] segments
boolean identityComparisons
protected Object readResolve()
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream outputStream) throws IOException
IOException
Integer ident
String name
String serverGroupName
boolean rollback
boolean rollingToServers
int maxFailures
int maxFailurePercentage
UpdateFailedException domainFailure
Map<K,V> hostFailures
boolean cancelled
boolean rolledBack
UUID uuid
DeploymentAction.Type type
String deploymentUnitName
String oldDeploymentUnitName
String newContentFileName
byte[] newContentHash
DeploymentSetPlanImpl delegate
boolean rollbackAcrossGroups
ModelNode successResult
Throwable failureResult
boolean cancelled
boolean timedOut
boolean rolledBack
boolean restarted
boolean rollbackCancelled
boolean rollbackTimedOut
Throwable rollbackFailure
UUID id
ServerUpdateActionResult.Result result
Throwable deploymentException
ServerUpdateActionResult rollbackResult
String name
ServerDeploymentActionResult actionResult
UUID uuid
DeploymentAction.Type type
String deploymentUnitName
String oldDeploymentUnitName
String newContentFileName
InputStream contentStream
Map<K,V> contents
boolean internalStream
public void readExternal(ObjectInput in) throws IOException
IOException
- if an I/O error occurspublic void writeExternal(ObjectOutput out) throws IOException
IOException
- if an I/O error occurspublic void readExternal(ObjectInput in) throws IOException
IOException
- if a serialization error occurspublic void writeExternal(ObjectOutput out) throws IOException
IOException
- if a serialization error occursClass<T> remoteInterfaceClass
EJBHomeLocator<T extends EJBHome> homeLocator
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
String clusterName
EJBLocator<T> locator
EJBHomeLocator<T extends EJBHome> locator
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Object primaryKey
String nodeName
boolean canBeRetried
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
- if a read error occursClassNotFoundException
- if a class cannot be resolvedpublic void writeExternal(ObjectOutput out) throws IOException
IOException
- if a write error occursprotected final Object writeReplace()
byte[] encodedForm
protected Object readResolve()
byte[] id
SessionID sessionId
protected final Object writeReplace()
byte[] encodedForm
protected Object readResolve()
byte[] id
String nodeName
int id
UUID uuid
Xid xid
ConcurrentHashMap<K,V> map
ReferenceQueue<T> refQ
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if deserialzation and recovery fail.ClassNotFoundException
- if deserialzation fails.private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if serialization fails.Xid xid
com.arjuna.ats.arjuna.common.Uid subordinateTransactionId
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if deserialzation and recovery fail.ClassNotFoundException
- if deserialzation fails.private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if serialization fails.com.arjuna.ats.arjuna.common.Uid externalTxId
String bridgeWrapperId
Logger log
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
protected final Object writeReplace() throws ObjectStreamException
ObjectStreamException
org.jboss.logmanager.LoggerNode loggerNode
public Object readResolve()
String name
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
- if an I/O error occurs while reading the default fieldsClassNotFoundException
- if a class isn't found while reading the default fieldspublic void readExternal(ObjectInput in)
public void writeExternal(ObjectOutput out)
TraceInformation.Info info
String targetClassName
String fieldName
String targetClassName
int idx
int size
TraceInformation.IndexType kind
TraceInformation.Info cause
String targetClassName
int targetHashCode
Serializable data
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
float loadFactor
Logger log
ServiceName[] cycle
Logger log
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
String name
String canonicalName
ServiceName parent
ServiceName serviceName
String serviceName
String[] aliases
String serviceClassName
String modeName
String stateName
String substateName
String[] dependencies
boolean dependencyFailed
boolean dependencyUnavailable
String parentName
String exception
ConstraintType.Type constraintType
String path
String message
String value
List<E> accept
Exception exception
List<E> fieldViolations
List<E> propertyViolations
List<E> classViolations
List<E> parameterViolations
List<E> returnValueViolations
List<E> allViolations
List<E> violationLists
boolean suppressPath
ClientResponse<T> response
String mediaType
byte[] cached
int expires
long timestamp
MultivaluedMap<K,V> headers
BrowserCache.Header[] validationHeaders
String key
Map<K,V> extendedProperties
String mediaType
byte[] cached
int expires
long timestamp
MultivaluedMap<K,V> headers
BrowserCache.Header[] validationHeaders
String key
Map<K,V> extendedProperties
protected Object readResolve()
int WEIGHT
Map<K,V> services
JSAPIWriter apiWriter
protected Object readResolve()
String content
protected Object readResolve()
protected Object readResolve()
protected Object readResolve()
protected Object readResolve()
ScheduledExecutorService asyncCancelScheduler
ServletContainerDispatcher servletContainerDispatcher
protected Object readResolve()
protected Object readResolve()
int errorCode
boolean loggable
Response response
LinkedList<E> rolesStack
LinkedList<E> principalStack
protected Object readResolve()
String name
long entryID
BitMaskPermission permission
int bitMask
Identity identity
String identityOrRole
ACLImpl acl
int kind
int beginLine
int beginColumn
int endLine
int endColumn
String image
org.jboss.security.auth.login.Token next
org.jboss.security.auth.login.Token specialToken
int errorCode
URL loginConfigURL
Configuration parentConfig
boolean validateDTD
LoginContext loginContext
Subject subject
Object credential
Principal callerPrincipal
ClassLoader contextClassLoader
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
CallbackHandler handler
boolean trace
Map<K,V> contextData
String securityDomain
SubjectInfo subjectInfo
RunAs incomingRunAs
RunAs outgoingRunAs
ISecurityManagement iSecurityManagement
String securityDomain
String securityDomain
org.jboss.weld.exceptions.WeldExceptionMessage message
org.jboss.weld.exceptions.WeldExceptionMessage message
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
org.jboss.weld.exceptions.WeldExceptionMessage message
org.jboss.weld.serialization.spi.helpers.SerializableContextual<C extends Contextual<I>,I> contextual
Object instance
CreationalContext<T> creationalContext
protected Object readResolve()
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String name
String id
String defined_in
String version
String base_component
String[] supported_interfaces
ProvidesDescription[] provided_interfaces
UsesDescription[] used_interfaces
EventPortDescription[] emits_events
EventPortDescription[] publishes_events
EventPortDescription[] consumes_events
ExtAttributeDescription[] attributes
TypeCode type
String name
String id
String defined_in
String version
String base_home
String managed_component
ValueDescription primary_key
OperationDescription[] factories
OperationDescription[] finders
OperationDescription[] operations
ExtAttributeDescription[] attributes
TypeCode type
DefinitionKind kind
Any value
Contained contained_object
DefinitionKind kind
Any value
String name
String id
boolean is_abstract
boolean is_custom
String defined_in
String version
OperationDescription[] operations
ExtAttributeDescription[] attributes
ValueMember[] members
ExtInitializer[] initializers
String[] supported_interfaces
String[] abstract_base_values
boolean is_truncatable
String base_value
TypeCode type
String name
String id
String defined_in
String version
OperationDescription[] operations
ExtAttributeDescription[] attributes
String[] base_interfaces
TypeCode type
String name
String id
String defined_in
String version
OperationDescription[] operations
AttributeDescription[] attributes
String[] base_interfaces
TypeCode type
boolean is_abstract
String name
String id
boolean is_abstract
boolean is_custom
String defined_in
String version
OperationDescription[] operations
AttributeDescription[] attributes
ValueMember[] members
Initializer[] initializers
String[] supported_interfaces
String[] abstract_base_values
boolean is_truncatable
String base_value
TypeCode type
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
NameComponent[] binding_name
BindingType binding_type
int __value
int the_type
byte[] the_element
long client_context_id
boolean context_stateful
byte[] final_context_token
long client_context_id
int major_status
int minor_status
byte[] error_token
long client_context_id
AuthorizationElement[] authorization_token
IdentityToken identity_token
byte[] client_authentication_token
boolean ___absent
boolean ___anonymous
byte[] ___principal_name
byte[] ___certificate_chain
byte[] ___dn
byte[] ___id
int __discriminator
boolean __uninitialized
long client_context_id
boolean discard_context
EstablishContext ___establish_msg
CompleteEstablishContext ___complete_msg
ContextError ___error_msg
MessageInContext ___in_context_msg
short __discriminator
boolean __uninitialized
short target_supports
short target_requires
byte[] client_authentication_mech
byte[] target_name
short target_requires
TaggedComponent transport_mech
AS_ContextSec as_context_mech
SAS_ContextSec sas_context_mech
boolean stateful
CompoundSecMech[] mechanism_list
short target_supports
short target_requires
ServiceConfiguration[] privilege_authorities
byte[][] supported_naming_mechanisms
int supported_identity_types
short target_supports
short target_requires
byte[] mech_oid
byte[] target_name
TransportAddress[] addresses
int syntax
byte[] name
short target_supports
short target_requires
TransportAddress[] addresses
String host_name
short port
int error_code
byte[] username
byte[] password
byte[] target_name
short target_supports
short target_requires
short port
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
VERSION
is changed.IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
Location location
String id
String name
PicketLinkLogger logger
String name
List<E> roles
String name
String assertion
XMLGregorianCalendar issueInstant
String ID
XMLGregorianCalendar notBefore
XMLGregorianCalendar notOnOrAfter
String id
XMLGregorianCalendar issueInstant
Element signature
String id
XMLGregorianCalendar issueInstant
String inResponseTo
Element signature
int majorVersion
int minorVersion
SAML11ConditionsType conditions
SAML11AdviceType advice
List<E> statements
Element signature
String issuer
URI authenticationMethod
XMLGregorianCalendar authenticationInstant
SAML11SubjectLocalityType subjectLocality
List<E> authorityBinding
List<E> actions
SAML11EvidenceType evidence
URI resource
SAML11DecisionType decision
SAML11SubjectType subject
URI authenticationMethod
List<E> action
SAML11EvidenceType evidence
URI resource
SAML11QueryAbstractType query
List<E> assertionIDRef
List<E> assertionArtifact
int majorVersion
int minorVersion
URI recipient
List<E> assertions
SAML11StatusType status
SAML11StatusCodeType statusCode
QName value
SAML11StatusCodeType statusCode
String statusMessage
CommonStatusDetailType statusDetail
SAML11SubjectType subject
Element signature
String version
AdviceType advice
NameIDType issuer
SubjectType subject
ConditionsType conditions
Set<E> statements
AttributeType attribute
EncryptedElementType encryptedAssertion
URI value
URI value
Object value
Set<E> authenticatingAuthority
AuthnContextType.AuthnContextTypeSequence sequence
Set<E> URITypes
AuthnContextClassRefType classRef
AuthnContextDeclType authnContextDecl
Set<E> URITypes
SubjectLocalityType subjectLocality
AuthnContextType authnContext
XMLGregorianCalendar authnInstant
XMLGregorianCalendar sessionNotOnOrAfter
String sessionIndex
List<E> action
EvidenceType evidence
String resource
DecisionType decision
Element encryptedElement
String AssertionIDRef
URI AssertionURIRef
AssertionType assertion
EncryptedAssertionType encryptedAssertion
Element keyInfo
List<E> audience
BigInteger count
XMLGregorianCalendar notBefore
XMLGregorianCalendar notOnOrAfter
String recipient
String inResponseTo
String address
Map<K,V> otherAttributes
Object anyType
BaseIDAbstractType baseID
NameIDType nameID
EncryptedElementType encryptedID
SubjectConfirmationDataType subjectConfirmationData
String method
List<E> subjectConfirmation
SubjectType.STSubType subType
BaseIDAbstractType baseID
EncryptedElementType encryptedID
List<E> subjectConfirmation
Boolean isRequired
org.jboss.security.xacml.core.model.context.ResponseType response
org.jboss.security.xacml.core.model.context.RequestType request
String artifact
Object any
RequestedAuthnContextType requestedAuthnContext
String sessionIndex
SubjectType subject
NameIDPolicyType nameIDPolicy
ConditionsType conditions
RequestedAuthnContextType requestedAuthnContext
ScopingType scoping
Boolean forceAuthn
Boolean isPassive
URI protocolBinding
Integer assertionConsumerServiceIndex
URI assertionConsumerServiceURL
Integer attributeConsumingServiceIndex
String providerName
boolean unsolicitedResponse
List<E> action
EvidenceType evidence
URI resource
BaseIDAbstractType baseID
NameIDType nameID
EncryptedElementType encryptedID
List<E> sessionIndex
String reason
XMLGregorianCalendar notOnOrAfter
NameIDType nameID
EncryptedElementType encryptedID
String newID
EncryptedElementType newEncryptedID
TerminateType terminate
BaseIDAbstractType baseID
NameIDType nameID
EncryptedElementType encryptedID
NameIDPolicyType nameIDPolicy
NameIDType nameID
EncryptedElementType encryptedID
NameIDType issuer
ExtensionsType extensions
String version
URI destination
String consent
NameIDType issuer
ExtensionsType extensions
StatusType status
String id
String version
XMLGregorianCalendar issueInstant
String destination
String consent
SubjectType subject
XACMLPolicyQueryType.ChoiceType choiceType
ConcurrentHashMap<K,V> sessionParticipantsMap
ConcurrentHashMap<K,V> inTransitMap
ConcurrentHashMap<K,V> postBindingMap
boolean trace
List<E> attributeKeys
String identityURL
Boolean ignoreIncomingSignatures
Boolean signOutgoingMessages
String canonicalizationMethod
boolean strictPostBinding
String identityParticipantStack
IdentityParticipantStack
boolean trace
String configFileLocation
String signingAlias
String encryptingAlias
TrustKeyManager keyManager
boolean trace
String configFileLocation
String signingAlias
String encryptingAlias
TrustKeyManager keyManager
short code
ConcurrentHashMap<K,V> backingMap
SimpleName simpleName
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
byte[] bytes
int offs
int len
String name
protected final Object readResolve() throws ObjectStreamException
ObjectStreamException
- if the object could not be resolvedObject[] values
int statusCode
String location
Copyright © 2017 JBoss by Red Hat. All rights reserved.