Serialized Form
-
Package ch.qos.logback.classic
-
Class ch.qos.logback.classic.Level extends java.lang.Object implements Serializable
- serialVersionUID:
- -814092767334282137L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Deprecated.Return the flyweight instance of the level received through serizalization, i.e. 'this'.
-
-
Serialized Fields
-
levelInt
int levelInt
Deprecated. -
levelStr
java.lang.String levelStr
Deprecated.
-
-
Class ch.qos.logback.classic.Logger extends java.lang.Object implements Serializable
- serialVersionUID:
- 5454405123156820674L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Deprecated.After serialization, the logger instance does not know its LoggerContext. The best we can do here, is to return a logger with the same name returned by org.slf4j.LoggerFactory.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
name
java.lang.String name
Deprecated.The name of this logger
-
-
Class ch.qos.logback.classic.ViewStatusMessagesServlet extends ViewStatusMessagesServletBase implements Serializable
- serialVersionUID:
- 443878494348593337L
-
-
Package ch.qos.logback.classic.spi
-
Class ch.qos.logback.classic.spi.ClassPackagingData extends java.lang.Object implements Serializable
- serialVersionUID:
- -804643281218337001L
-
Serialized Fields
-
codeLocation
java.lang.String codeLocation
Deprecated. -
exact
boolean exact
Deprecated. -
version
java.lang.String version
Deprecated.
-
-
Class ch.qos.logback.classic.spi.LoggerContextVO extends java.lang.Object implements Serializable
- serialVersionUID:
- 5488023392483144387L
-
Serialized Fields
-
birthTime
long birthTime
Deprecated. -
name
java.lang.String name
Deprecated. -
propertyMap
java.util.Map<java.lang.String,java.lang.String> propertyMap
Deprecated.
-
-
Class ch.qos.logback.classic.spi.LoggerRemoteView extends java.lang.Object implements Serializable
- serialVersionUID:
- 5028223666108713696L
-
Serialized Fields
-
loggerContextView
LoggerContextVO loggerContextView
Deprecated. -
name
java.lang.String name
Deprecated.
-
-
Class ch.qos.logback.classic.spi.LoggingEventVO extends java.lang.Object implements Serializable
- serialVersionUID:
- 6553722650255690312L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Serialized Fields
-
callerDataArray
java.lang.StackTraceElement[] callerDataArray
Deprecated. -
loggerContextVO
LoggerContextVO loggerContextVO
Deprecated. -
loggerName
java.lang.String loggerName
Deprecated. -
marker
Marker marker
Deprecated. -
mdcPropertyMap
java.util.Map<java.lang.String,java.lang.String> mdcPropertyMap
Deprecated. -
message
java.lang.String message
Deprecated. -
threadName
java.lang.String threadName
Deprecated. -
throwableProxy
ThrowableProxyVO throwableProxy
Deprecated. -
timeStamp
long timeStamp
Deprecated.
-
-
Class ch.qos.logback.classic.spi.StackTraceElementProxy extends java.lang.Object implements Serializable
- serialVersionUID:
- -2374374378980555982L
-
Serialized Fields
-
cpd
ClassPackagingData cpd
Deprecated. -
ste
java.lang.StackTraceElement ste
Deprecated.
-
-
Class ch.qos.logback.classic.spi.ThrowableProxyVO extends java.lang.Object implements Serializable
- serialVersionUID:
- -773438177285807139L
-
Serialized Fields
-
cause
IThrowableProxy cause
Deprecated. -
className
java.lang.String className
Deprecated. -
commonFramesCount
int commonFramesCount
Deprecated. -
message
java.lang.String message
Deprecated. -
stackTraceElementProxyArray
StackTraceElementProxy[] stackTraceElementProxyArray
Deprecated. -
suppressed
IThrowableProxy[] suppressed
Deprecated.
-
-
Class ch.qos.logback.classic.spi.TurboFilterList extends java.util.concurrent.CopyOnWriteArrayList<TurboFilter> implements Serializable
- serialVersionUID:
- 1L
-
-
Package ch.qos.logback.core
-
Class ch.qos.logback.core.LogbackException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -799956346239073266L
-
-
Package ch.qos.logback.core.boolex
-
Class ch.qos.logback.core.boolex.EvaluationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package ch.qos.logback.core.joran.spi
-
Class ch.qos.logback.core.joran.spi.ActionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2743349809995319806L
-
Class ch.qos.logback.core.joran.spi.JoranException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1112493363728774021L
-
-
Package ch.qos.logback.core.rolling
-
Class ch.qos.logback.core.rolling.RolloverFailure extends LogbackException implements Serializable
- serialVersionUID:
- -4407533730831239458L
-
-
Package ch.qos.logback.core.rolling.helper
-
Class ch.qos.logback.core.rolling.helper.RollingCalendar extends java.util.GregorianCalendar implements Serializable
- serialVersionUID:
- -5937537740925066161L
-
Serialized Fields
-
datePattern
java.lang.String datePattern
Deprecated. -
periodicityType
PeriodicityType periodicityType
Deprecated.
-
-
-
Package ch.qos.logback.core.spi
-
Class ch.qos.logback.core.spi.ScanException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -3132040414328475658L
-
Serialized Fields
-
cause
java.lang.Throwable cause
Deprecated.
-
-
-
Package ch.qos.logback.core.status
-
Class ch.qos.logback.core.status.ViewStatusMessagesServletBase extends HttpServlet implements Serializable
- serialVersionUID:
- -3551928133801157219L
-
Serialized Fields
-
count
int count
Deprecated.
-
-
-
Package ch.qos.logback.core.util
-
Class ch.qos.logback.core.util.DynamicClassLoadingException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 4962278449162476114L
-
Class ch.qos.logback.core.util.IncompatibleClassException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -5823372159561159549L
-
Serialized Fields
-
obtainedClass
java.lang.Class<?> obtainedClass
Deprecated. -
requestedClass
java.lang.Class<?> requestedClass
Deprecated.
-
-
Class ch.qos.logback.core.util.PropertySetterException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2771077768281663949L
-
-
Package com.adobe.agl.impl
-
Package com.adobe.agl.math
-
Package com.adobe.agl.text
-
Class com.adobe.agl.text.DecimalFormat extends com.adobe.agl.text.NumberFormat implements Serializable
-
Serialized Fields
-
attributes
java.util.ArrayList attributes
-
currencyChoice
java.text.ChoiceFormat currencyChoice
-
decimalSeparatorAlwaysShown
boolean decimalSeparatorAlwaysShown
-
exponentSignAlwaysShown
boolean exponentSignAlwaysShown
-
formatWidth
int formatWidth
-
groupingSize
byte groupingSize
-
groupingSize2
byte groupingSize2
-
maxSignificantDigits
int maxSignificantDigits
-
minExponentDigits
byte minExponentDigits
-
minSignificantDigits
int minSignificantDigits
-
multiplier
int multiplier
-
negativePrefix
java.lang.String negativePrefix
-
negativeSuffix
java.lang.String negativeSuffix
-
negPrefixPattern
java.lang.String negPrefixPattern
-
negSuffixPattern
java.lang.String negSuffixPattern
-
pad
char pad
-
padPosition
int padPosition
-
parseBigDecimal
boolean parseBigDecimal
-
positivePrefix
java.lang.String positivePrefix
-
positiveSuffix
java.lang.String positiveSuffix
-
posPrefixPattern
java.lang.String posPrefixPattern
-
posSuffixPattern
java.lang.String posSuffixPattern
-
roundingIncrement
java.math.BigDecimal roundingIncrement
-
roundingMode
int roundingMode
-
serialVersionOnStream
int serialVersionOnStream
-
symbols
com.adobe.agl.text.DecimalFormatSymbols symbols
-
useExponentialNotation
boolean useExponentialNotation
-
useSignificantDigits
boolean useSignificantDigits
-
-
-
Class com.adobe.agl.text.DecimalFormatSymbols extends java.lang.Object implements Serializable
-
Serialized Fields
-
actualLocale
ULocale actualLocale
-
currencyPattern
java.lang.String currencyPattern
-
currencySymbol
java.lang.String currencySymbol
-
decimalSeparator
char decimalSeparator
-
digit
char digit
-
exponentSeparator
java.lang.String exponentSeparator
-
groupingSeparator
char groupingSeparator
-
infinity
java.lang.String infinity
-
intlCurrencySymbol
java.lang.String intlCurrencySymbol
-
minusSign
char minusSign
-
monetaryGroupingSeparator
char monetaryGroupingSeparator
-
monetarySeparator
char monetarySeparator
-
NaN
java.lang.String NaN
-
padEscape
char padEscape
-
patternSeparator
char patternSeparator
-
percent
char percent
-
perMill
char perMill
-
plusSign
char plusSign
-
requestedLocale
java.util.Locale requestedLocale
-
serialVersionOnStream
int serialVersionOnStream
-
sigDigit
char sigDigit
-
ulocale
ULocale ulocale
-
validLocale
ULocale validLocale
-
zeroDigit
char zeroDigit
-
-
-
Class com.adobe.agl.text.NumberFormat extends com.adobe.agl.text.UFormat implements Serializable
-
Serialized Fields
-
currency
com.adobe.agl.util.Currency currency
-
groupingUsed
boolean groupingUsed
-
maxFractionDigits
byte maxFractionDigits
-
maximumFractionDigits
int maximumFractionDigits
-
maximumIntegerDigits
int maximumIntegerDigits
-
maxIntegerDigits
byte maxIntegerDigits
-
minFractionDigits
byte minFractionDigits
-
minimumFractionDigits
int minimumFractionDigits
-
minimumIntegerDigits
int minimumIntegerDigits
-
minIntegerDigits
byte minIntegerDigits
-
parseIntegerOnly
boolean parseIntegerOnly
-
parseStrict
boolean parseStrict
-
serialVersionOnStream
int serialVersionOnStream
-
-
-
Class com.adobe.agl.text.NumberFormat.Field extends java.text.Format.Field implements Serializable
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
-
-
-
Class com.adobe.agl.text.StringPrepParseException extends java.text.ParseException implements Serializable
- serialVersionUID:
- 7160264827701651255L
-
Serialized Fields
-
error
int error
-
line
int line
The line on which the error occured. If the parse engine is not using this field, it should set it to zero. Otherwise it should be a positive integer. The default value of this field is -1. It will be set to 0 if the code populating this struct is not using line numbers. -
postContext
java.lang.StringBuffer postContext
Textual context after the error. Null-terminated. May be the empty string if not implemented by parser. -
preContext
java.lang.StringBuffer preContext
Textual context before the error. Null-terminated. May be the empty string if not implemented by parser.
-
-
Class com.adobe.agl.text.UFormat extends java.text.Format implements Serializable
-
-
Package com.adobe.agl.util
-
Class com.adobe.agl.util.Currency extends com.adobe.agl.util.MeasureUnit implements Serializable
-
Serialized Fields
-
isoCode
java.lang.String isoCode
-
-
-
Class com.adobe.agl.util.ULocale extends java.lang.Object implements Serializable
- serialVersionUID:
- 3715177670352309217L
-
Serialized Fields
-
locale
java.util.Locale locale
-
-
Class com.adobe.agl.util.UResourceTypeMismatchException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.cq.adobeims.imsprofile
-
Class com.adobe.cq.adobeims.imsprofile.ImsProfileException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
apiResponse
JSONObject apiResponse
-
-
Class com.adobe.cq.adobeims.imsprofile.InvalidImsConfigException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.cq.cloudservices.provisioning
-
Class com.adobe.cq.cloudservices.provisioning.ProvisioningException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.cq.dam.cfm
-
Class com.adobe.cq.dam.cfm.ContentFragmentException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.cq.dam.download.api
-
Class com.adobe.cq.dam.download.api.DownloadException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2658159401073189422L
-
-
Package com.adobe.cq.dashboards
-
Class com.adobe.cq.dashboards.DashboardException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.cq.inbox.api
-
Class com.adobe.cq.inbox.api.InboxException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.cq.launches.api
-
Class com.adobe.cq.launches.api.LaunchException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.cq.mcm.campaign
-
Class com.adobe.cq.mcm.campaign.NewsletterException extends java.lang.Exception implements Serializable
-
Class com.adobe.cq.mcm.campaign.NewsletterReplicationException extends NewsletterException implements Serializable
-
Serialized Fields
-
path
java.lang.String path
-
type
NewsletterReplicationException.Type type
-
userID
java.lang.String userID
-
-
-
-
Package com.adobe.cq.projects.api
-
Class com.adobe.cq.projects.api.ProjectException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 2484480587363909686L
-
-
Package com.adobe.cq.remote.content.renderer
-
Class com.adobe.cq.remote.content.renderer.RemoteContentRenderingException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.cq.scheduled.exporter
-
Class com.adobe.cq.scheduled.exporter.ExportException extends java.lang.Exception implements Serializable
-
Class com.adobe.cq.scheduled.exporter.TransformationException extends ExportException implements Serializable
-
-
Package com.adobe.cq.sightly
-
Class com.adobe.cq.sightly.WCMResourceOptions extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable
-
-
Package com.adobe.cq.sites.ui.designfield.datasources
-
Class com.adobe.cq.sites.ui.designfield.datasources.Children extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
expressionResolver
ExpressionResolver expressionResolver
-
-
-
Class com.adobe.cq.sites.ui.designfield.datasources.QueryDatasource extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
expressionResolver
ExpressionResolver expressionResolver
-
queryBuilder
QueryBuilder queryBuilder
-
-
-
-
Package com.adobe.cq.sites.ui.renderconditions
-
Class com.adobe.cq.sites.ui.renderconditions.CanEditTemplateRenderCondition extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
expressionResolver
ExpressionResolver expressionResolver
-
log
Logger log
-
-
-
-
Package com.adobe.cq.smartcontent
-
Class com.adobe.cq.smartcontent.SmartContentException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.cq.targetrecommendations.api
-
Class com.adobe.cq.targetrecommendations.api.TargetRecommendationsException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 4789851714947284569L
-
-
Package com.adobe.cq.wcm.core.components.models.datalayer.jackson
-
Class com.adobe.cq.wcm.core.components.models.datalayer.jackson.ComponentDataModelSerializer extends StdSerializer<ComponentData> implements Serializable
-
-
Package com.adobe.cq.wcm.mobile.qrcode.servlet
-
Class com.adobe.cq.wcm.mobile.qrcode.servlet.QRCodeImageGenerator extends AbstractImageServlet implements Serializable
-
Serialized Fields
-
author
java.lang.String author
-
dataNameWhitelist
java.lang.String[] dataNameWhitelist
-
errMessage
java.lang.String errMessage
-
externalizer
Externalizer externalizer
-
publish
java.lang.String publish
-
-
-
-
Package com.adobe.dam.print.ids
-
Class com.adobe.dam.print.ids.IDSException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.fontengine
-
Class com.adobe.fontengine.FontEngineException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.SparseArray extends java.util.AbstractList implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
java.util.HashMap entries
-
-
-
Package com.adobe.fontengine.font
-
Class com.adobe.fontengine.font.CatalogDescription extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bestName
java.lang.String bestName
-
names
java.util.Set names
-
type
java.lang.String type
-
version
java.lang.String version
-
-
Class com.adobe.fontengine.font.FontDescription extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.FontException extends FontEngineException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
invalidFont
Font invalidFont
-
-
Class com.adobe.fontengine.font.FontImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.FontLoadingException extends FontException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.InvalidFontException extends FontException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.InvalidGlyphException extends InvalidFontException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.UnsupportedFontException extends FontException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.font.opentype
-
Class com.adobe.fontengine.font.opentype.GlyphNames.GlyphNameEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
usv
java.lang.Integer usv
-
-
Class com.adobe.fontengine.font.opentype.GlyphNames.GlyphNameMultiEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
usvs
java.util.List usvs
-
-
-
Package com.adobe.fontengine.font.postscript
-
Class com.adobe.fontengine.font.postscript.CIDtoUnicode extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
map
int[] map
-
ordering
java.lang.String ordering
-
registry
java.lang.String registry
-
-
-
Package com.adobe.fontengine.fontmanagement
-
Class com.adobe.fontengine.fontmanagement.Base14Font extends com.adobe.fontengine.fontmanagement.URLFont implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mBase14CSSName
java.lang.String mBase14CSSName
-
mBase14PSName
java.lang.String mBase14PSName
-
-
Class com.adobe.fontengine.fontmanagement.CacheSupportInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mFontType
java.lang.String mFontType
-
mIsCFF
boolean mIsCFF
-
mNumGlyphs
int mNumGlyphs
-
-
Class com.adobe.fontengine.fontmanagement.FontProxy extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
font
Font font
-
fontDesc
FontDescription fontDesc
-
-
Class com.adobe.fontengine.fontmanagement.FontResolutionPriority extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolve the object during de-serialization. We want to return only one of our singletons.
-
-
Serialized Fields
-
id
int id
-
names
java.lang.String[] names
-
-
Class com.adobe.fontengine.fontmanagement.MemoryFont extends FontImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fontRef
FontData fontRef
-
-
Class com.adobe.fontengine.fontmanagement.Platform extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
name
java.lang.String name
-
-
Class com.adobe.fontengine.fontmanagement.ResourceFont extends FontImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
canonicalPath
java.lang.String canonicalPath
-
descCache
java.util.concurrent.ConcurrentHashMap descCache
-
fondID
int fondID
-
fontID
int fontID
-
lastModified
long lastModified
-
length
long length
-
resourceURL
java.net.URL resourceURL
-
type
int type
-
-
-
Package com.adobe.fontengine.fontmanagement.fxg
-
Class com.adobe.fontengine.fontmanagement.fxg.FXGFontDescription extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.fxg.FXGFontResolverImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fxgFonts
java.util.HashMap fxgFonts
-
resolutionPriority
FontResolutionPriority resolutionPriority
-
-
-
Package com.adobe.fontengine.fontmanagement.platform
-
Class com.adobe.fontengine.fontmanagement.platform.PlatformFontDescription extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.platform.PlatformFontResolverImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
normalizer
FamilyNameNormalizer normalizer
-
platformFonts
java.util.HashMap platformFonts
-
resolutionPriority
FontResolutionPriority resolutionPriority
-
-
-
Package com.adobe.fontengine.fontmanagement.postscript
-
Class com.adobe.fontengine.fontmanagement.postscript.PostscriptFontDescription extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
psName
java.lang.String psName
-
-
Class com.adobe.fontengine.fontmanagement.postscript.PSNameFontDatabase extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
normalizer
FamilyNameNormalizer normalizer
-
psFonts
java.util.HashMap psFonts
-
resolutionPriority
FontResolutionPriority resolutionPriority
-
-
-
Package com.adobe.fontengine.inlineformatting
-
Class com.adobe.fontengine.inlineformatting.FallbackFontSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fonts
java.util.HashMap fonts
-
-
Class com.adobe.fontengine.inlineformatting.FormattingException extends FontEngineException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
limit
int limit
-
start
int start
-
-
Class com.adobe.fontengine.inlineformatting.NoSuitableFontException extends FormattingException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.inlineformatting.css20
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSStretchValue extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
name
java.lang.String name
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSStyleValue extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
name
java.lang.String name
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSVariantValue extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
name
java.lang.String name
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSWeightValue extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20FontDatabase extends FontSetStack implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cursive
java.util.ArrayList cursive
-
fallbackFontSet
FallbackFontSet fallbackFontSet
-
fantasy
java.util.ArrayList fantasy
-
fontsByFamilyName
java.util.HashMap fontsByFamilyName
-
ignoreVariant
boolean ignoreVariant
-
monospace
java.util.ArrayList monospace
-
normalizer
FamilyNameNormalizer normalizer
-
resolutionPriority
FontResolutionPriority resolutionPriority
-
sansSerif
java.util.ArrayList sansSerif
-
serif
java.util.ArrayList serif
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20FontDescription extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
familyName
java.lang.String familyName
-
highPointSize
double highPointSize
-
lowPointSize
double lowPointSize
-
stretch
CSS20Attribute.CSSStretchValue stretch
-
style
CSS20Attribute.CSSStyleValue style
-
variant
CSS20Attribute.CSSVariantValue variant
-
weight
int weight
-
-
Class com.adobe.fontengine.inlineformatting.css20.PassThroughFamilyNameNormalizer extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.inlineformatting.css20.RemoveSpacesAndUppercaseFamilyNameNormalizer extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.activitystreams
-
Class com.adobe.granite.activitystreams.ActivityException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.granite.asset.api
-
Class com.adobe.granite.asset.api.AssetException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8254899862423644935L
-
Serialized Fields
-
args
java.lang.Object[] args
-
messageFormat
java.lang.String messageFormat
-
-
Class com.adobe.granite.asset.api.AssetIOException extends AssetException implements Serializable
- serialVersionUID:
- 3607043622864354068L
-
-
Package com.adobe.granite.auth.cert
-
Class com.adobe.granite.auth.cert.UserCertificateMappingException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2969569238110083303L
-
-
Package com.adobe.granite.auth.oauth
-
Class com.adobe.granite.auth.oauth.OAuthIdInUseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.comments
-
Class com.adobe.granite.comments.CommentException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.granite.crypto
-
Class com.adobe.granite.crypto.CryptoException extends java.security.GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.keystore
-
Class com.adobe.granite.keystore.KeyStoreNotInitialisedException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.granite.omnisearch.api.core
-
Class com.adobe.granite.omnisearch.api.core.OmniSearchException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -9160962490084085877L
-
-
Package com.adobe.granite.rest
-
Class com.adobe.granite.rest.RequestException extends RestException implements Serializable
-
Serialized Fields
-
statusCode
int statusCode
-
-
-
Class com.adobe.granite.rest.RestException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.granite.rest.converter
-
Class com.adobe.granite.rest.converter.ResourceConverterException extends RestException implements Serializable
-
-
Package com.adobe.granite.socialgraph
-
Class com.adobe.granite.socialgraph.SocialGraphException extends java.lang.RuntimeException implements Serializable
-
-
Package com.adobe.granite.taskmanagement
-
Class com.adobe.granite.taskmanagement.TaskManagerException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
taskId
java.lang.String taskId
Id of the task this exception originates with, or null if the exception is not tied to a task id.
-
-
-
Class com.adobe.granite.taskmanagement.TaskNotFoundException extends TaskManagerException implements Serializable
- serialVersionUID:
- -7205622205320640903L
-
Class com.adobe.granite.taskmanagement.TaskSecurityException extends TaskManagerException implements Serializable
- serialVersionUID:
- 7855567220582585768L
-
-
Package com.adobe.granite.translation.api
-
Class com.adobe.granite.translation.api.TranslationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1281094183029567014L
-
Serialized Fields
-
errorCode
TranslationException.ErrorCode errorCode
The error code. -
message
java.lang.String message
The message.
-
-
-
Package com.adobe.granite.translation.api.xliff
-
Class com.adobe.granite.translation.api.xliff.TranslationXLIFFServiceException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2833671272801743658L
-
Serialized Fields
-
errorCode
TranslationXLIFFServiceException.ErrorCode errorCode
The error code. -
message
java.lang.String message
The message.
-
-
-
Package com.adobe.granite.ui.tags
-
Class com.adobe.granite.ui.tags.IncludeClientLibraryTag extends TagSupport implements Serializable
- serialVersionUID:
- -3068291967085012331L
-
Serialized Fields
-
categories
java.lang.String categories
-
css
java.lang.String css
-
js
java.lang.String js
-
theme
java.lang.String theme
-
themed
java.lang.Boolean themed
-
-
-
Package com.adobe.granite.workflow
-
Class com.adobe.granite.workflow.WorkflowException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 3126765556125618406L
-
-
Package com.adobe.granite.workflow.core.event
-
Class com.adobe.granite.workflow.core.event.ExternalProcessPollingEvent extends java.lang.Object implements Serializable
- serialVersionUID:
- -2349473421221460240L
-
Serialized Fields
-
externalProcessId
java.io.Serializable externalProcessId
even though this is not needed it must be left for backwards compatibility, since we may have serialized instances of this class in the system. -
workItemMap
java.util.Map<java.lang.String,java.io.Serializable> workItemMap
-
-
-
Package com.adobe.granite.workflow.job
-
Class com.adobe.granite.workflow.job.ExternalProcessJob extends java.lang.Object implements Serializable
- serialVersionUID:
- 5718625605490930738L
-
Serialized Fields
-
serializedItem
java.util.Map serializedItem
The serializedWorkItem
Map
of the job.
-
-
Class com.adobe.granite.workflow.job.TimeoutJob extends java.lang.Object implements Serializable
- serialVersionUID:
- 5670996916430565635L
-
Serialized Fields
-
handler
java.lang.String handler
The timeout job handler -
itemId
java.lang.String itemId
TheWorkItem
Id
of the job. -
timeStarted
long timeStarted
-
-
Class com.adobe.granite.workflow.job.WorkflowJob extends java.lang.Object implements Serializable
- serialVersionUID:
- 5670996916430565635L
-
Serialized Fields
-
item
java.util.Map item
The serializedWorkItem
Map
of the job.
-
-
-
Package com.adobe.granite.workflow.metadata
-
Class com.adobe.granite.workflow.metadata.SimpleMetaDataMap extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
- serialVersionUID:
- 1360764073724170383L
-
-
Package com.adobe.granite.workflow.model
-
Class com.adobe.granite.workflow.model.ValidationException extends WorkflowException implements Serializable
- serialVersionUID:
- -8901352801743975909L
-
Serialized Fields
-
node
WorkflowNode node
-
-
Class com.adobe.granite.workflow.model.VersionException extends WorkflowException implements Serializable
-
-
Package com.adobe.internal.pdftoolkit.core.credentials.impl
-
Class com.adobe.internal.pdftoolkit.core.credentials.impl.HSMPrivateKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
jsafeKey
com.rsa.jsafe.JSAFE_PrivateKey jsafeKey
-
session
com.rsa.jsafe.JSAFE_Session[] session
-
-
-
Package com.adobe.internal.pdftoolkit.core.exceptions
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFConfigurationException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosNumberParseRuntimeException extends PDFRuntimeException implements Serializable
- serialVersionUID:
- 2187022273535592608L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosParseException extends PDFInvalidDocumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorTypes
java.util.Set<PDFCosParseException.CosParseErrorType> errorTypes
-
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosUnexpectedTypeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -2169240342540936845L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFFilterFormatException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFFontException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidContentException extends PDFInvalidDocumentException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidDocumentException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidParameterException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidStructureException extends PDFInvalidDocumentException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidXMLException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFIOException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFParseException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 5130968669163679573L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityAuthorizationException extends PDFSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityConfigurationException extends PDFSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSignatureException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFUnableToCompleteOperationException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFUnsupportedFeatureException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.internal.pdftoolkit.core.filter
-
Class com.adobe.internal.pdftoolkit.core.filter.ASCII85FilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.ASCIIHexFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.Base64FilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.FilterException extends java.io.IOException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.FilterParams extends java.util.Hashtable<java.lang.String,java.lang.Object> implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.FlateFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.LZWFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.RunLengthFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.TIFFFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
-
Package com.adobe.internal.pdftoolkit.core.filter.spi
-
Class com.adobe.internal.pdftoolkit.core.filter.spi.CustomFilterException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.internal.pdftoolkit.core.fontset
-
Package com.adobe.internal.pdftoolkit.core.fontset.impl
-
Class com.adobe.internal.pdftoolkit.core.fontset.impl.PDFFontSetImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
cssFontSet
CSS20FontSet cssFontSet
-
fallbackFontSet
FallbackFontSet fallbackFontSet
-
ignoreFontLoadingErrors
boolean ignoreFontLoadingErrors
-
platformFontSet
PlatformFontResolver platformFontSet
-
psFontSet
PSNameResolver psFontSet
-
resolvedNamesMap
java.util.HashMap<java.lang.String,Font> resolvedNamesMap
This maps all the possible names of the font with it's AFE font object.
-
-
-
Package com.adobe.internal.pdftoolkit.core.securityframework
-
Package com.adobe.internal.util
-
Class com.adobe.internal.util.ArrayListStack extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
items
java.util.ArrayList<T> items
-
-
Class com.adobe.internal.util.ByteString extends java.lang.Object implements Serializable
- serialVersionUID:
- -7911865041315030524L
-
Serialized Fields
-
hash
int hash
-
length
int length
The number of bytes in the byte string. -
offset
int offset
Offset in the value array where the byte string starts. -
value
byte[] value
The byte string.
-
-
Class com.adobe.internal.util.ByteStringBuffer extends java.lang.Object implements Serializable
- serialVersionUID:
- -5059151845327279132L
-
Serialized Fields
-
length
int length
-
value
byte[] value
-
-
Class com.adobe.internal.util.InvalidOperandException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7526472295622776147L
-
Class com.adobe.internal.util.MalformedExpressionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7526472295622776147L
-
-
Package com.adobe.internal.xmp
-
Class com.adobe.internal.xmp.XMPException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
the errorCode of the XMP toolkit
-
-
-
-
Package com.adobe.reef.siren
-
Class com.adobe.reef.siren.SirenException extends java.lang.Exception implements Serializable
-
-
Package com.adobe.reef.siren.builder
-
Class com.adobe.reef.siren.builder.BuilderException extends SirenException implements Serializable
-
Class com.adobe.reef.siren.builder.BuilderValidationException extends BuilderException implements Serializable
-
-
Package com.adobe.reef.siren.converter
-
Class com.adobe.reef.siren.converter.ConverterException extends SirenException implements Serializable
-
-
Package com.adobe.versioncue.nativecomm
-
Class com.adobe.versioncue.nativecomm.BadConfigException extends NativeCommException implements Serializable
- serialVersionUID:
- -1224248930064481150L
-
Class com.adobe.versioncue.nativecomm.NativeCommException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1284409855773874342L
-
Class com.adobe.versioncue.nativecomm.ServiceAbortException extends NativeCommException implements Serializable
- serialVersionUID:
- 6685582667977923765L
-
Class com.adobe.versioncue.nativecomm.ServiceCallException extends NativeCommException implements Serializable
- serialVersionUID:
- -8786278664104163865L
-
Serialized Fields
-
call
java.lang.String call
Failed NativeService call -
errorMessage
java.lang.String errorMessage
detail message -
reason
java.lang.String reason
Reason code
-
-
Class com.adobe.versioncue.nativecomm.ServiceTimeoutException extends NativeCommException implements Serializable
- serialVersionUID:
- 8049028480967038366L
-
-
Package com.adobe.versioncue.nativecomm.msg
-
Class com.adobe.versioncue.nativecomm.msg.BadMessageException extends NativeCommException implements Serializable
- serialVersionUID:
- 5567107988955694059L
-
-
Package com.adobe.xfa
-
Class com.adobe.xfa.EventManager.EventTable extends java.util.ArrayList<Dispatcher> implements Serializable
- serialVersionUID:
- -127450503214773632L
-
Class com.adobe.xfa.ScriptHandler.ScriptException extends ExFull implements Serializable
- serialVersionUID:
- 132047461644242605L
-
Serialized Fields
-
mnErrorCode
int mnErrorCode
-
mnLineNumber
int mnLineNumber
-
-
-
Package com.adobe.xfa.formcalc
-
Class com.adobe.xfa.formcalc.CalcException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7820131771922187343L
-
Serialization Methods
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
java.io.IOException
-
-
Class com.adobe.xfa.formcalc.ParseException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
currentToken
com.adobe.xfa.formcalc.Token currentToken
-
eol
java.lang.String eol
-
expectedTokenSequences
int[][] expectedTokenSequences
-
specialConstructor
boolean specialConstructor
-
tokenImage
java.lang.String[] tokenImage
-
-
-
Class com.adobe.xfa.formcalc.TokenMgrError extends java.lang.Error implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
-
-
-
-
Package com.adobe.xfa.pmp.adobepdf417pmp
-
Class com.adobe.xfa.pmp.adobepdf417pmp.PDF417EncoderException extends BarcodeEncoderException implements Serializable
- serialVersionUID:
- 7335409144751950561L
-
Serialized Fields
-
errorCode
PDF417EncoderErrorCode errorCode
-
-
-
Package com.adobe.xfa.pmp.common
-
Class com.adobe.xfa.pmp.common.BarcodeEncoderException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7110381638142143711L
-
-
Package com.adobe.xfa.pmp.datamatrixpmp
-
Class com.adobe.xfa.pmp.datamatrixpmp.DataMatrixEncoderException extends BarcodeEncoderException implements Serializable
- serialVersionUID:
- -5450172732577769831L
-
Serialized Fields
-
errorCode
DataMatrixEncoderErrorCode errorCode
-
-
-
Package com.adobe.xfa.pmp.qrcodepmp
-
Class com.adobe.xfa.pmp.qrcodepmp.QRCodeEncoderException extends BarcodeEncoderException implements Serializable
- serialVersionUID:
- -4131746686261004133L
-
Serialized Fields
-
errorCode
QRCodeEncoderErrorCode errorCode
-
-
-
Package com.adobe.xfa.scripthandler.rhino
-
Class com.adobe.xfa.scripthandler.rhino.LiveComponent extends ScriptableObject implements Serializable
- serialVersionUID:
- 1853010678358666589L
-
Serialization Methods
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
java.io.IOException
-
-
Class com.adobe.xfa.scripthandler.rhino.LiveObject extends ScriptableObject implements Serializable
- serialVersionUID:
- 4351208801270519263L
-
Serialization Methods
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
java.io.IOException
-
-
-
Package com.adobe.xfa.ut
-
Class com.adobe.xfa.ut.ExceptionBase extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -687536745161985131L
-
Serialized Fields
-
mbWasReported
boolean mbWasReported
-
-
Class com.adobe.xfa.ut.ExFull extends ExceptionBase implements Serializable
- serialVersionUID:
- -2764654020640603225L
-
Serialized Fields
-
moItems
java.util.List<ExErrItem> moItems
-
-
Class com.adobe.xfa.ut.ExResourceFailure extends ExceptionBase implements Serializable
- serialVersionUID:
- 6307738608710413349L
-
Serialized Fields
-
msMissingFile
java.lang.String msMissingFile
-
-
Class com.adobe.xfa.ut.Storage extends java.util.ArrayList<T> implements Serializable
- serialVersionUID:
- -3453467565507172287L
-
-
Package com.adobe.xmp
-
Class com.adobe.xmp.XMPException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
the errorCode of the XMP toolkit
-
-
-
-
Package com.adobe.xmp.core
-
Class com.adobe.xmp.core.XMPException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -7198438977309224764L
-
-
Package com.adobe.xmp.core.namespace
-
Class com.adobe.xmp.core.namespace.DefaultPrefixContract extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable
- serialVersionUID:
- 9169953737065019512L
-
-
Package com.adobe.xmp.core.parser
-
Class com.adobe.xmp.core.parser.ParseRDFException extends XMPException implements Serializable
-
Class com.adobe.xmp.core.parser.ParseXMLException extends XMPException implements Serializable
-
Class com.adobe.xmp.core.parser.ParseXMPException extends XMPException implements Serializable
-
Class com.adobe.xmp.core.parser.RDFXMLParserContext extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
-
-
Package com.adobe.xmp.core.serializer
-
Class com.adobe.xmp.core.serializer.RDFXMLSerializerContext extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
-
Class com.adobe.xmp.core.serializer.SerializeOptionsException extends XMPException implements Serializable
-
Class com.adobe.xmp.core.serializer.SerializeXMPException extends XMPException implements Serializable
-
-
Package com.adobe.xmp.path
-
Class com.adobe.xmp.path.XMPPathParserException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 4274465725891569432L
-
-
Package com.adobe.xmp.schema.model
-
Class com.adobe.xmp.schema.model.XMPSchemaException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -3734439070049547706L
-
-
Package com.adobe.xmp.schema.model.rules
-
Class com.adobe.xmp.schema.model.rules.BooleanRule extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
operand
boolean operand
check if a certain property is always true or false
-
-
Class com.adobe.xmp.schema.model.rules.ClosedChoice extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
vocablularyType
Vocable.Type vocablularyType
the type of vocabulary -
vocabulary
java.util.ArrayList<Vocable> vocabulary
List of allowed vocabulary
-
-
Class com.adobe.xmp.schema.model.rules.DateRule extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
operand
java.lang.String operand
the operand is an ISO8601 date string -
operator
TypeRule.ComparisonOperator operator
operator used to compare the operand with the actual XMP value
-
-
Class com.adobe.xmp.schema.model.rules.IntegerRule extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
operand
long operand
a long value, which is used for the XMP type Integer -
operator
TypeRule.ComparisonOperator operator
operator used to compare the operand with the actual XMP value
-
-
Class com.adobe.xmp.schema.model.rules.LengthRule extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
operand
int operand
the constant length value -
operator
TypeRule.ComparisonOperator operator
operator used to compare the operand with the actual length of either the XMP Text or an XMP array
-
-
Class com.adobe.xmp.schema.model.rules.LogicalRule extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
operands
java.util.List<TypeRule> operands
a list of rules that is combined by the logical operator. If NOT is used, the list has to contain exactly one entry. -
operator
TypeRule.LogicalOperator operator
operator to combine the list of operands
-
-
Class com.adobe.xmp.schema.model.rules.OpenChoice extends ClosedChoice implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
rule
TypeRule rule
an optional rule for the open values
-
-
Class com.adobe.xmp.schema.model.rules.PatternRule extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
pattern
java.util.regex.Pattern pattern
the same regular expression compiled -
patternStr
java.lang.String patternStr
a regular expression as string
-
-
Class com.adobe.xmp.schema.model.rules.RealRule extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
operand
double operand
a double, corresponds with XMP type Real -
operator
TypeRule.ComparisonOperator operator
operator used to compare the operand with the actual XMP value
-
-
Class com.adobe.xmp.schema.model.rules.Vocable extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
label
java.lang.String label
The human readable label of the vocable, e.g. to be used for drop down lists -
xmpValue
java.lang.Object xmpValue
The value of the vocable
-
-
-
Package com.adobe.xmp.schema.rng.parser.exceptions
-
Class com.adobe.xmp.schema.rng.parser.exceptions.RNGElementNotSupportedException extends RNGParseException implements Serializable
- serialVersionUID:
- 4631275050411273383L
-
Class com.adobe.xmp.schema.rng.parser.exceptions.RNGInvalidSchemaException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 404637001857647896L
-
Class com.adobe.xmp.schema.rng.parser.exceptions.RNGParseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 3954153244247976307L
-
Class com.adobe.xmp.schema.rng.parser.exceptions.RNGUnexpectedElementFoundException extends RNGParseException implements Serializable
- serialVersionUID:
- -2340408528814646571L
-
-
Package com.adobe.xmp.schema.service
-
Class com.adobe.xmp.schema.service.SchemaServiceException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 8364384923927034402L
-
-
Package com.day.commons.datasource.poolservice
-
Class com.day.commons.datasource.poolservice.DataSourceNotFoundException extends java.lang.Exception implements Serializable
-
Class com.day.commons.datasource.poolservice.TypeNotAvailableException extends java.lang.Exception implements Serializable
-
-
Package com.day.cq.analytics.sitecatalyst
-
Class com.day.cq.analytics.sitecatalyst.SitecatalystException extends java.lang.Exception implements Serializable
-
-
Package com.day.cq.analytics.sitecatalyst.util
-
Class com.day.cq.analytics.sitecatalyst.util.RelativeDateFormat extends java.text.SimpleDateFormat implements Serializable
-
Serialized Fields
-
base
java.util.Date base
-
pattern
java.util.regex.Pattern pattern
-
-
-
-
Package com.day.cq.analytics.testandtarget
-
Class com.day.cq.analytics.testandtarget.TestandtargetException extends TestandtargetFormattedException implements Serializable
-
Class com.day.cq.analytics.testandtarget.TestandtargetFormattedException extends java.lang.Exception implements Serializable
-
Class com.day.cq.analytics.testandtarget.TestandtargetUnsupportedApiOperationException extends TestandtargetException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.day.cq.analytics.testandtarget.workspaces
-
Class com.day.cq.analytics.testandtarget.workspaces.WorkspacesConfigurationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.day.cq.analytics.testandtarget.workspaces.WorkspacesProviderException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.day.cq.audit
-
Class com.day.cq.audit.AuditLogEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 9115969134511819580L
-
Serialized Fields
-
category
java.lang.String category
category -
path
java.lang.String path
path -
properties
java.util.Map<java.lang.String,java.lang.Object> properties
properties (optional) -
time
java.util.Date time
time of event -
type
java.lang.String type
the event type -
userid
java.lang.String userid
userid
-
-
Class com.day.cq.audit.AuditLogEvent extends java.lang.Object implements Serializable
- serialVersionUID:
- 8029847202889440626L
-
Serialized Fields
-
entries
java.util.List<AuditLogEntry> entries
The list of entries
-
-
-
Package com.day.cq.commons
-
Class com.day.cq.commons.SlingRepositoryException extends SlingException implements Serializable
- serialVersionUID:
- -640951864189570350L
-
-
Package com.day.cq.commons.date
-
Class com.day.cq.commons.date.InvalidDateException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 8622618243763958745L
-
-
Package com.day.cq.commons.servlets
-
Class com.day.cq.commons.servlets.AbstractCommandServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- -640576082673481348L
-
Class com.day.cq.commons.servlets.AbstractListServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- 2138470595710406273L
-
Serialized Fields
-
admin
Session admin
Deprecated.The admin session is no longer available and will be alwaysnull
. Extending components requiring specific permissions should get their own session using theSlingRepository.loginService(String, String)
. -
cachedProviders
java.util.List<ListInfoProvider> cachedProviders
-
collator
java.text.Collator collator
Collator instance -
componentContext
ComponentContext componentContext
-
delayedProviders
java.util.List<ServiceReference> delayedProviders
-
listInfoProvider
ListInfoProvider listInfoProvider
-
providers
java.util.List<ServiceReference> providers
-
repository
SlingRepository repository
-
-
Class com.day.cq.commons.servlets.AbstractPredicateServlet extends SlingAllMethodsServlet implements Serializable
- serialVersionUID:
- 6457830085969491553L
-
Serialized Fields
-
log
Logger log
default log -
provider
PredicateProvider provider
-
-
Class com.day.cq.commons.servlets.AbstractReplicableListServlet extends AbstractListServlet implements Serializable
-
Class com.day.cq.commons.servlets.AbstractSearchServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- 6105423525102347224L
-
Class com.day.cq.commons.servlets.FeedRendererServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- 8394390726904986208L
-
Class com.day.cq.commons.servlets.NonExistingDispatcherServlet extends GenericServlet implements Serializable
-
Serialized Fields
-
context
ComponentContext context
-
log
Logger log
-
servlets
java.util.SortedMap<ServiceReference,NonExistingResourceServlet> servlets
-
unhandledServlets
java.util.List<ServiceReference> unhandledServlets
-
-
-
Class com.day.cq.commons.servlets.OverlayServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- 2266516903915391606L
-
Class com.day.cq.commons.servlets.ProxyServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- -2132087866168663893L
-
Serialized Fields
-
log
Logger log
default log
-
-
Class com.day.cq.commons.servlets.RootMappingServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- 3652955044323243271L
-
Serialized Fields
-
target
java.lang.String target
-
-
Class com.day.cq.commons.servlets.TidyJsonServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- -5306185798911938807L
-
-
Package com.day.cq.dam.api
-
Class com.day.cq.dam.api.AssetHandlerException extends java.lang.Exception implements Serializable
-
Class com.day.cq.dam.api.FolderSettingsException extends java.lang.Exception implements Serializable
-
Class com.day.cq.dam.api.ProcessorException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
processor
Processor processor
Processor that encountered error.
-
-
-
-
Package com.day.cq.dam.commons.watermark
-
Class com.day.cq.dam.commons.watermark.WatermarkingException extends java.lang.Exception implements Serializable
-
-
Package com.day.cq.dam.handler.ffmpeg
-
Class com.day.cq.dam.handler.ffmpeg.FfmpegNotFoundException extends java.lang.RuntimeException implements Serializable
-
-
Package com.day.cq.dam.handler.gibson.fontmanager
-
Class com.day.cq.dam.handler.gibson.fontmanager.FontManagerException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
-
Package com.day.cq.dam.indd
-
Class com.day.cq.dam.indd.PageExtractionException extends java.lang.RuntimeException implements Serializable
-
-
Package com.day.cq.dam.scene7.api.model
-
Class com.day.cq.dam.scene7.api.model.AuthenticationException extends IpsApiException implements Serializable
- serialVersionUID:
- 3891038828516768943L
-
Class com.day.cq.dam.scene7.api.model.AuthorizationException extends IpsApiException implements Serializable
- serialVersionUID:
- -3511735080537559321L
-
Class com.day.cq.dam.scene7.api.model.IpsApiException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7445252449047486682L
-
Serialized Fields
-
code
int code
-
ipsApiMethodName
java.lang.String ipsApiMethodName
-
reason
java.lang.String reason
-
-
Class com.day.cq.dam.scene7.api.model.Scene7AssetImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 5536087022446822682L
-
Serialized Fields
-
assetAttributes
java.util.Map<java.lang.Object,java.lang.Object> assetAttributes
-
-
-
Package com.day.cq.mailer
-
Class com.day.cq.mailer.MailingException extends java.lang.RuntimeException implements Serializable
-
-
Package com.day.cq.mcm.campaign
-
Class com.day.cq.mcm.campaign.ACConnectorException extends CampaignException implements Serializable
-
Class com.day.cq.mcm.campaign.CampaignException extends java.lang.Exception implements Serializable
-
Class com.day.cq.mcm.campaign.ConfigurationException extends ACConnectorException implements Serializable
-
Class com.day.cq.mcm.campaign.ConnectionException extends ACConnectorException implements Serializable
-
Serialized Fields
-
statusCode
int statusCode
-
-
-
-
Package com.day.cq.mcm.emailprovider
-
Class com.day.cq.mcm.emailprovider.EmailServiceException extends java.lang.Exception implements Serializable
-
-
Package com.day.cq.notification.api
-
Class com.day.cq.notification.api.ChannelException extends NotificationException implements Serializable
-
Class com.day.cq.notification.api.NotificationException extends java.lang.Throwable implements Serializable
-
-
Package com.day.cq.personalization
-
Class com.day.cq.personalization.CampaignsDataSourceServlet extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
configManagerFactory
ConfigurationManagerFactory configManagerFactory
Deprecated.
-
-
-
Class com.day.cq.personalization.SegmentsDataSourceServlet extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
log
Logger log
-
-
-
-
Package com.day.cq.personalization.tags
-
Class com.day.cq.personalization.tags.ContextProfileAvatarTag extends TagSupport implements Serializable
- serialVersionUID:
- -8276659679028145718L
-
Serialized Fields
-
avatarPath
java.lang.String avatarPath
-
avatarPropertyName
java.lang.String avatarPropertyName
-
defaultPath
java.lang.String defaultPath
-
store
java.lang.String store
-
titlePropertyName
java.lang.String titlePropertyName
-
-
Class com.day.cq.personalization.tags.ContextProfileHtmlInputTag extends TagSupport implements Serializable
- serialVersionUID:
- 4646561799994266940L
-
Serialized Fields
-
clazz
java.lang.String clazz
-
id
java.lang.String id
-
name
java.lang.String name
-
propertyName
java.lang.String propertyName
-
store
java.lang.String store
-
type
java.lang.String type
-
-
Class com.day.cq.personalization.tags.ContextProfileLinkTag extends TagSupport implements Serializable
-
Serialized Fields
-
displayValue
java.lang.String displayValue
-
displayValuePropertyName
java.lang.String displayValuePropertyName
-
href
java.lang.String href
-
id
java.lang.String id
-
prefix
java.lang.String prefix
-
store
java.lang.String store
-
suffix
java.lang.String suffix
-
-
-
Class com.day.cq.personalization.tags.ContextProfilePropertyTag extends TagSupport implements Serializable
- serialVersionUID:
- 4646561799994266940L
-
Serialized Fields
-
prefix
java.lang.String prefix
-
propertyName
java.lang.String propertyName
-
store
java.lang.String store
-
suffix
java.lang.String suffix
-
-
Class com.day.cq.personalization.tags.StorePropertyTag extends TagSupport implements Serializable
- serialVersionUID:
- 4646561799994266940L
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
-
prefix
java.lang.String prefix
-
propertyName
java.lang.String propertyName
-
store
java.lang.String store
-
suffix
java.lang.String suffix
-
-
Class com.day.cq.personalization.tags.StoreRendererTag extends TagSupport implements Serializable
- serialVersionUID:
- 4646561799994266940L
-
Serialized Fields
-
store
java.lang.String store
-
-
-
Package com.day.cq.polling.importer
-
Class com.day.cq.polling.importer.ImportException extends SlingException implements Serializable
-
-
Package com.day.cq.replication
-
Class com.day.cq.replication.AccessDeniedException extends ReplicationException implements Serializable
- serialVersionUID:
- -6470535533583771271L
-
Class com.day.cq.replication.AgentNotFoundException extends ReplicationException implements Serializable
- serialVersionUID:
- 8163707798847367159L
-
Class com.day.cq.replication.PathNotFoundException extends ReplicationException implements Serializable
- serialVersionUID:
- -5930202957795016152L
-
Class com.day.cq.replication.ReplicationAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -151606943486007293L
-
Serialized Fields
-
paths
java.lang.String[] paths
all aggregate paths of a replication -
revision
java.lang.String revision
The revision to replicate (default null) -
time
long time
The replication time -
type
ReplicationActionType type
the action type -
userId
java.lang.String userId
The user id triggering the action
-
-
Class com.day.cq.replication.ReplicationContentFacade extends java.lang.Object implements Serializable
- serialVersionUID:
- 7508545788476718741L
-
Serialized Fields
-
contentLength
long contentLength
-
contentType
java.lang.String contentType
-
path
java.lang.String path
-
-
Class com.day.cq.replication.ReplicationEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
isLocal
boolean isLocal
Is this a local event? -
replicationAction
ReplicationAction replicationAction
the replication action associated with this event
-
-
-
Class com.day.cq.replication.ReplicationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -243436984989531373L
-
Class com.day.cq.replication.TransportException extends ReplicationException implements Serializable
- serialVersionUID:
- -2229496808305406859L
-
Serialized Fields
-
result
ReplicationResult result
Replication result.
-
-
Class com.day.cq.replication.UnrecoverableReplicationException extends ReplicationException implements Serializable
- serialVersionUID:
- -8617990791118342125L
-
-
Package com.day.cq.security
-
Class com.day.cq.security.AuthorizableExistsException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7263229762693153522L
-
Serialized Fields
-
id
java.lang.String id
Deprecated.
-
-
Class com.day.cq.security.CqSecurityException extends SlingException implements Serializable
- serialVersionUID:
- -8092729229204345328L
-
Class com.day.cq.security.NoSuchAuthorizableException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 3626245256148675980L
-
Serialized Fields
-
authorizable
java.lang.String authorizable
Deprecated.
-
-
Class com.day.cq.security.NoSuchPrivilegeException extends java.lang.SecurityException implements Serializable
- serialVersionUID:
- 6283246668660743866L
-
-
Package com.day.cq.spellchecker
-
Class com.day.cq.spellchecker.SpellCheckException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
root
java.lang.Throwable root
Root throwable
-
-
-
-
Package com.day.cq.tagging
-
Class com.day.cq.tagging.InvalidTagFormatException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7694873211398765678L
-
Class com.day.cq.tagging.TagException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7694873211398765678L
-
-
Package com.day.cq.wcm.api
-
Class com.day.cq.wcm.api.PageEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
isLocal
boolean isLocal
Is this a local event? -
modifications
java.util.List<PageModification> modifications
The list of modifications
-
-
-
Class com.day.cq.wcm.api.PageModification extends java.lang.Object implements Serializable
-
Serialized Fields
-
above
java.lang.String above
above path (used in create/move messages) -
changes
java.util.Set<java.lang.String> changes
A list of changes. -
destination
java.lang.String destination
Destination hande for move, may benull
if this was a simple reordering inside the same hierarchy -
modificationDate
java.util.Date modificationDate
The modification date. -
path
java.lang.String path
Path of page that changed -
type
PageModification.ModificationType type
Modification type. -
userId
java.lang.String userId
The user object of this page modification. -
versionId
java.lang.String versionId
The version of the page that this modification belongs to.
-
-
-
Class com.day.cq.wcm.api.WCMException extends java.lang.Exception implements Serializable
-
Class com.day.cq.wcm.api.WCMRuntimeException extends java.lang.RuntimeException implements Serializable
-
-
Package com.day.cq.wcm.command.api
-
Class com.day.cq.wcm.command.api.CommandException extends java.lang.Exception implements Serializable
-
-
Package com.day.cq.wcm.commons
-
Class com.day.cq.wcm.commons.AbstractImageServlet extends SlingSafeMethodsServlet implements Serializable
-
-
Package com.day.cq.wcm.contentsync
-
Class com.day.cq.wcm.contentsync.PathRewriterOptions extends java.util.HashMap<java.lang.String,PathRewriterOptions.RewriteMode> implements Serializable
- serialVersionUID:
- 7042302195945834350L
-
Serialized Fields
-
relativeParentPath
java.lang.String relativeParentPath
-
tempDesignPath
java.lang.String tempDesignPath
-
-
-
Package com.day.cq.wcm.core.contentfinder
-
Class com.day.cq.wcm.core.contentfinder.ContentFinderListInfoProviderHelper extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- 7018564321415615254L
-
Serialized Fields
-
componentContext
ComponentContext componentContext
-
listInfoProviders
java.util.List<ServiceReference> listInfoProviders
-
-
Class com.day.cq.wcm.core.contentfinder.ViewHandler extends ContentFinderListInfoProviderHelper implements Serializable
- serialVersionUID:
- 5964360462202342062L
-
-
Package com.day.cq.wcm.designimporter
-
Class com.day.cq.wcm.designimporter.DesignImportException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -3265095376177217499L
-
Class com.day.cq.wcm.designimporter.MalformedArchiveException extends DesignImportException implements Serializable
- serialVersionUID:
- 5170449566939158321L
-
Class com.day.cq.wcm.designimporter.MissingCanvasException extends DesignImportException implements Serializable
- serialVersionUID:
- 1263614485758696971L
-
Class com.day.cq.wcm.designimporter.MissingHTMLException extends DesignImportException implements Serializable
- serialVersionUID:
- 1263614485758696971L
-
Class com.day.cq.wcm.designimporter.UnsupportedTagContentException extends DesignImportException implements Serializable
- serialVersionUID:
- 3474273972420785952L
-
-
Package com.day.cq.wcm.foundation
-
Class com.day.cq.wcm.foundation.ParagraphList extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- 2156140435583248698L
-
Class com.day.cq.wcm.foundation.ParagraphServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- 2156140435583248698L
-
Class com.day.cq.wcm.foundation.Table.Attributes extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable
-
Class com.day.cq.wcm.foundation.TextFormat extends java.text.Format implements Serializable
-
Serialized Fields
-
autoBr
boolean autoBr
-
autoList
boolean autoList
-
escapeXML
boolean escapeXML
-
tagBr
java.lang.String tagBr
The tag used for line breaks, defaultTextFormat.DEFAULT_BR
-
tagOlClose
java.lang.String tagOlClose
The tag used to end ordered lists, defaultTextFormat.DEFAULT_TAG_OL_CLOSE
-
tagOlItemClose
java.lang.String tagOlItemClose
The tag used to close items in ordered lists, defaultTextFormat.DEFAULT_TAG_OL_ITEM_CLOSE
-
tagOlItemOpen
java.lang.String tagOlItemOpen
The tag used to start items in ordered lists, defaultTextFormat.DEFAULT_TAG_OL_ITEM_OPEN
-
tagOlOpen
java.lang.String tagOlOpen
The tag used to start ordered lists, defaultTextFormat.DEFAULT_TAG_OL_OPEN
-
tagUlClose
java.lang.String tagUlClose
The tag used to end ordered lists, defaultTextFormat.DEFAULT_TAG_UL_OPEN
-
tagUlItemClose
java.lang.String tagUlItemClose
The tag used to close items in unordered lists, defaultTextFormat.DEFAULT_TAG_UL_ITEM_CLOSE
-
tagUlItemOpen
java.lang.String tagUlItemOpen
The tag used to start items in unordered lists, defaultTextFormat.DEFAULT_TAG_UL_ITEM_OPEN
-
tagUlOpen
java.lang.String tagUlOpen
The tag used to start unordered lists, defaultTextFormat.DEFAULT_TAG_UL_OPEN
-
-
-
-
Package com.day.cq.wcm.tags
-
Class com.day.cq.wcm.tags.AddParamTag extends com.day.cq.wcm.tags.AbstractParamTag implements Serializable
- serialVersionUID:
- 4947594165545497436L
-
Class com.day.cq.wcm.tags.DefineObjectsTag extends DefineObjectsTag implements Serializable
- serialVersionUID:
- 6250552899680823151L
-
Serialized Fields
-
componentContextName
java.lang.String componentContextName
-
componentName
java.lang.String componentName
-
currentDesignName
java.lang.String currentDesignName
-
currentPageName
java.lang.String currentPageName
-
currentPolicyName
java.lang.String currentPolicyName
-
currentPolicyPropertiesName
java.lang.String currentPolicyPropertiesName
-
currentStyleName
java.lang.String currentStyleName
-
designerName
java.lang.String designerName
-
editContextName
java.lang.String editContextName
-
pageManagerName
java.lang.String pageManagerName
-
pagePropertiesName
java.lang.String pagePropertiesName
-
propertiesName
java.lang.String propertiesName
-
resourceDesignName
java.lang.String resourceDesignName
-
resourcePageName
java.lang.String resourcePageName
-
xssAPIName
java.lang.String xssAPIName
-
-
Class com.day.cq.wcm.tags.IncludeClientLibraryTag extends TagSupport implements Serializable
- serialVersionUID:
- -3068291967085012331L
-
Serialized Fields
-
categories
java.lang.String categories
Deprecated. -
css
java.lang.String css
Deprecated. -
js
java.lang.String js
Deprecated. -
theme
java.lang.String theme
Deprecated. -
themed
java.lang.Boolean themed
Deprecated.
-
-
Class com.day.cq.wcm.tags.IncludeTag extends TagSupport implements Serializable
- serialVersionUID:
- -5953960896840203934L
-
Serialized Fields
-
defaultResourceType
java.lang.String defaultResourceType
defaultResourceType -
flush
boolean flush
flush -
ignoreComponentHierarchy
boolean ignoreComponentHierarchy
ignores the component hierarchy and only respect scripts paths -
path
java.lang.String path
path -
resourceType
java.lang.String resourceType
resource type -
script
java.lang.String script
jsp script
-
-
Class com.day.cq.wcm.tags.RemoveParamTag extends com.day.cq.wcm.tags.AbstractParamTag implements Serializable
- serialVersionUID:
- -205325594674220669L
-
Class com.day.cq.wcm.tags.RequestURLTag extends TagSupport implements Serializable
- serialVersionUID:
- -5674803762870190034L
-
Serialized Fields
-
parameters
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters
Maps query parameter name to a list of values. -
uri
java.lang.String uri
The request URI. Contains the web app context and the path, but no query parameters. SeeHttpServletRequest.getRequestURI()
.
-
-
Class com.day.cq.wcm.tags.SetContentBundleTag extends TagSupport implements Serializable
- serialVersionUID:
- -3437648502705143816L
-
Serialized Fields
-
basename
java.lang.String basename
-
language
java.util.Locale language
-
source
com.day.cq.wcm.tags.SetContentBundleTag.Source source
-
-
Class com.day.cq.wcm.tags.TextTag extends BodyTagSupport implements Serializable
-
Serialized Fields
-
ALLOWED_TAGS
java.lang.String[] ALLOWED_TAGS
-
def
java.lang.String def
-
DIV_TAG
java.lang.String DIV_TAG
-
enforceFilterHTML
boolean enforceFilterHTML
-
escapeXml
boolean escapeXml
-
fmt
java.text.Format fmt
-
noDiff
boolean noDiff
-
oldValue
java.lang.Object oldValue
-
output
java.lang.String output
-
placeholder
java.lang.String placeholder
-
propertyName
java.lang.String propertyName
-
tagClass
java.lang.String tagClass
-
tagName
java.lang.String tagName
-
textIsRich
boolean textIsRich
-
value
java.lang.Object value
-
xssAPI
XSSAPI xssAPI
-
-
-
-
Package com.day.cq.wcm.undo
-
Class com.day.cq.wcm.undo.BinaryHandlingException extends java.lang.Exception implements Serializable
-
-
Package com.day.cq.workflow
-
Class com.day.cq.workflow.WorkflowException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 3126765556125618406L
-
-
Package com.day.cq.workflow.event
-
Class com.day.cq.workflow.event.ExternalProcessPollingEvent extends java.lang.Object implements Serializable
- serialVersionUID:
- -2349473421221460240L
-
Serialized Fields
-
externalProcessId
java.io.Serializable externalProcessId
-
workItemMap
java.util.Map<java.lang.String,java.io.Serializable> workItemMap
-
-
-
Package com.day.cq.workflow.job
-
Class com.day.cq.workflow.job.ExternalProcessJob extends java.lang.Object implements Serializable
- serialVersionUID:
- 5718625605490930738L
-
Serialized Fields
-
serializedItem
java.util.Map serializedItem
The serializedWorkItem
Map
of the job.
-
-
Class com.day.cq.workflow.job.TimeoutJob extends java.lang.Object implements Serializable
- serialVersionUID:
- 5670996916430565635L
-
Serialized Fields
-
handler
java.lang.String handler
The timeout job handler -
itemId
java.lang.String itemId
TheWorkItem
Id
of the job. -
timeStarted
long timeStarted
-
-
Class com.day.cq.workflow.job.WorkflowJob extends java.lang.Object implements Serializable
- serialVersionUID:
- 5670996916430565635L
-
Serialized Fields
-
item
java.util.Map item
The serializedWorkItem
Map
of the job.
-
-
-
Package com.day.cq.workflow.metadata
-
Class com.day.cq.workflow.metadata.SimpleMetaDataMap extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
- serialVersionUID:
- 1360764073724170383L
-
-
Package com.day.cq.workflow.model
-
Class com.day.cq.workflow.model.ValidationException extends WorkflowException implements Serializable
- serialVersionUID:
- -8901352801743975909L
-
Serialized Fields
-
node
WorkflowNode node
-
-
-
Package com.day.cq.xss
-
Class com.day.cq.xss.XSSProtectionException extends java.lang.Exception implements Serializable
-
-
Package com.day.cq.xss.taglib
-
Class com.day.cq.xss.taglib.InvalidatePolicy extends TagSupport implements Serializable
-
Serialized Fields
-
policy
java.lang.String policy
Deprecated.Path to policy file to use;null
, if the default policy has to be used
-
-
-
Class com.day.cq.xss.taglib.ProtectBody extends BodyTagSupport implements Serializable
-
Serialized Fields
-
context
java.lang.String context
Deprecated.The protection context to use -
policy
java.lang.String policy
Deprecated.Path to policy file to use;null
, if the default policy has to be used
-
-
-
Class com.day.cq.xss.taglib.ProtectStringAsAttribute extends ProtectBody implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Deprecated.Name of attribute where the result is saved to
-
-
-
-
Package com.day.crx
-
Class com.day.crx.BaseException extends java.lang.Exception implements Serializable
-
-
Package com.day.text
-
Class com.day.text.AutoFormatter extends java.text.Format implements Serializable
-
Serialized Fields
-
DEFAULT_MODS
int DEFAULT_MODS
The default modifiers used by theAutoFormatter.format(Object, StringBuffer, FieldPosition )
method. -
tagBr
java.lang.String tagBr
The tag used for line breaks, defaultAutoFormatter.DEFAULT_BR
-
tagOlClose
java.lang.String tagOlClose
The tag used to end ordered lists, defaultAutoFormatter.DEFAULT_TAG_OL_CLOSE
-
tagOlItemClose
java.lang.String tagOlItemClose
The tag used to end items in ordered lists, defaultAutoFormatter.DEFAULT_TAG_OL_ITEM_CLOSE
-
tagOlItemOpen
java.lang.String tagOlItemOpen
The tag used to start items in ordered lists, defaultAutoFormatter.DEFAULT_TAG_OL_ITEM_OPEN
-
tagOlOpen
java.lang.String tagOlOpen
The tag used to start ordered lists, defaultAutoFormatter.DEFAULT_TAG_OL_OPEN
-
tagUlClose
java.lang.String tagUlClose
The tag used to end ordered lists, defaultAutoFormatter.DEFAULT_TAG_UL_OPEN
-
tagUlItemClose
java.lang.String tagUlItemClose
The tag used to end items in unordered lists, defaultAutoFormatter.DEFAULT_TAG_UL_ITEM_CLOSE
-
tagUlItemStart
java.lang.String tagUlItemStart
The tag used to start items in unordered lists, defaultAutoFormatter.DEFAULT_TAG_UL_ITEM_OPEN
-
tagUlOpen
java.lang.String tagUlOpen
The tag used to start unordered lists, defaultAutoFormatter.DEFAULT_TAG_UL_OPEN
-
-
-
-
Package com.day.util
-
Class com.day.util.UUID extends java.lang.Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
cached bytes -
hashCode
int hashCode
cached hashCode -
version
int version
the version
-
-
-
Class com.day.util.WrappedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
rootException
java.lang.Throwable rootException
Root failure cause
-
-
-
Class com.day.util.WrappedRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
rootException
java.lang.Throwable rootException
Root failure cause
-
-
-
-
Package com.drew.imaging
-
Class com.drew.imaging.ImageProcessingException extends CompoundException implements Serializable
- serialVersionUID:
- -9115669182209912676L
-
-
Package com.drew.imaging.jpeg
-
Class com.drew.imaging.jpeg.JpegProcessingException extends ImageProcessingException implements Serializable
- serialVersionUID:
- -7870179776125450158L
-
-
Package com.drew.imaging.tiff
-
Class com.drew.imaging.tiff.TiffProcessingException extends ImageProcessingException implements Serializable
- serialVersionUID:
- -1658134119488001891L
-
-
Package com.drew.lang
-
Class com.drew.lang.BufferBoundsException extends java.io.IOException implements Serializable
- serialVersionUID:
- 2911102837808946396L
-
Class com.drew.lang.CompoundException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -9207883813472069925L
-
Serialized Fields
-
_innerException
java.lang.Throwable _innerException
-
-
Class com.drew.lang.Rational extends java.lang.Number implements Serializable
- serialVersionUID:
- 510688928138848770L
-
Serialized Fields
-
_denominator
long _denominator
Holds the denominator. -
_numerator
long _numerator
Holds the numerator.
-
-
-
Package com.drew.metadata
-
Class com.drew.metadata.MetadataException extends CompoundException implements Serializable
- serialVersionUID:
- 8612756143363919682L
-
-
Package com.drew.metadata.exif
-
Class com.drew.metadata.exif.ExifProcessingException extends MetadataException implements Serializable
-
-
Package com.drew.metadata.iptc
-
Class com.drew.metadata.iptc.IptcProcessingException extends MetadataException implements Serializable
-
-
Package com.drew.metadata.jpeg
-
Class com.drew.metadata.jpeg.JpegComponent extends java.lang.Object implements Serializable
- serialVersionUID:
- 61121257899091914L
-
Serialized Fields
-
_componentId
int _componentId
-
_quantizationTableNumber
int _quantizationTableNumber
-
_samplingFactorByte
int _samplingFactorByte
-
-
-
Package com.fasterxml.jackson.annotation
-
Class com.fasterxml.jackson.annotation.JacksonInject.Value extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
java.lang.Object _id
Id to use to access injected value; if `null`, "default" name, derived from accessor will be used. -
_useInput
java.lang.Boolean _useInput
-
-
Class com.fasterxml.jackson.annotation.JsonAutoDetect.Value extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
_creatorVisibility
JsonAutoDetect.Visibility _creatorVisibility
-
_fieldVisibility
JsonAutoDetect.Visibility _fieldVisibility
-
_getterVisibility
JsonAutoDetect.Visibility _getterVisibility
-
_isGetterVisibility
JsonAutoDetect.Visibility _isGetterVisibility
-
_setterVisibility
JsonAutoDetect.Visibility _setterVisibility
-
-
Class com.fasterxml.jackson.annotation.JsonFormat.Value extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_features
JsonFormat.Features _features
- Since:
- 2.6
-
_lenient
java.lang.Boolean _lenient
- Since:
- 2.9
-
_locale
java.util.Locale _locale
-
_pattern
java.lang.String _pattern
-
_shape
JsonFormat.Shape _shape
-
_timezoneStr
java.lang.String _timezoneStr
-
-
Class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
_allowGetters
boolean _allowGetters
-
_allowSetters
boolean _allowSetters
-
_ignored
java.util.Set<java.lang.String> _ignored
Names of properties to ignore. -
_ignoreUnknown
boolean _ignoreUnknown
-
_merge
boolean _merge
-
-
Class com.fasterxml.jackson.annotation.JsonInclude.Value extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
_contentFilter
java.lang.Class<?> _contentFilter
- Since:
- 2.9
-
_contentInclusion
JsonInclude.Include _contentInclusion
-
_valueFilter
java.lang.Class<?> _valueFilter
- Since:
- 2.9
-
_valueInclusion
JsonInclude.Include _valueInclusion
-
-
Class com.fasterxml.jackson.annotation.JsonIncludeProperties.Value extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_included
java.util.Set<java.lang.String> _included
Name of the properties to include. Null means that all properties are included, empty means none.
-
-
Class com.fasterxml.jackson.annotation.JsonSetter.Value extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerator extends java.lang.Object implements Serializable
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hashCode
int hashCode
-
key
java.lang.Object key
Object for which Object Id was generated: can NOT be null. -
scope
java.lang.Class<?> scope
Scope of the Object Id (may be null, to denote global) -
type
java.lang.Class<?> type
Type ofObjectIdGenerator
used for generating Object Id
-
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<java.lang.Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.None extends ObjectIdGenerator<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.PropertyGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<java.lang.String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<java.util.UUID> implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.core
-
Class com.fasterxml.jackson.core.Base64Variant extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
_maxLineLength
int _maxLineLength
Maximum number of encoded base64 characters to output during encoding before adding a linefeed, if line length is to be limited (Integer.MAX_VALUE
if not limited).Note: for some output modes (when writing attributes) linefeeds may need to be avoided, and this value ignored.
-
_name
java.lang.String _name
Symbolic name of variant; used for diagnostics/debugging.Note that this is the only non-transient field; used when reading back from serialized state.
Also: must not be private, accessed from `BaseVariants`
-
_paddingChar
char _paddingChar
Character used for padding, if any (Base64Variant.PADDING_CHAR_NONE
if not). -
_paddingReadBehaviour
Base64Variant.PaddingReadBehaviour _paddingReadBehaviour
Whether padding characters should be required or not while decoding- Since:
- 2.12
-
_writePadding
boolean _writePadding
Whether this variant uses padding when writing out content or not.- Since:
- 2.12
-
-
Class com.fasterxml.jackson.core.JacksonException extends java.io.IOException implements Serializable
- serialVersionUID:
- 123L
-
Class com.fasterxml.jackson.core.JsonFactory extends TokenStreamFactory implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
Method that we need to override to actually make restoration go through constructors etc: needed to allow JDK serializability of factory instances.Note: must be overridden by sub-classes as well.
-
-
Serialized Fields
-
_characterEscapes
CharacterEscapes _characterEscapes
Definition of custom character escapes to use for generators created by this factory, if any. If null, standard data format specific escapes are used. -
_factoryFeatures
int _factoryFeatures
Currently enabled factory features. -
_generatorFeatures
int _generatorFeatures
Currently enabled generator features. -
_inputDecorator
InputDecorator _inputDecorator
Optional helper object that may decorate input sources, to do additional processing on input during parsing. -
_maximumNonEscapedChar
int _maximumNonEscapedChar
Optional threshold used for automatically escaping character above certain character code value: either0
to indicate that no threshold is specified, or value at or above 127 to indicate last character code that is NOT automatically escaped (but depends on other configuration rules for checking).- Since:
- 2.10
-
_objectCodec
ObjectCodec _objectCodec
Object that implements conversion functionality between Java objects and JSON content. For base JsonFactory implementation usually not set by default, but can be explicitly set. Sub-classes (like @link org.codehaus.jackson.map.MappingJsonFactory} usually provide an implementation. -
_outputDecorator
OutputDecorator _outputDecorator
Optional helper object that may decorate output object, to do additional processing on output during content generation. -
_parserFeatures
int _parserFeatures
Currently enabled parser features. -
_quoteChar
char _quoteChar
Character used for quoting field names (if field name quoting has not been disabled withJsonWriteFeature.QUOTE_FIELD_NAMES
) and JSON String values. -
_rootValueSeparator
SerializableString _rootValueSeparator
Separator used between root-level values, if any; null indicates "do not add separator". Default separator is a single space character.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.core.JsonGenerationException extends StreamWriteException implements Serializable
- serialVersionUID:
- 123L
-
Class com.fasterxml.jackson.core.JsonLocation extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_columnNr
int _columnNr
-
_contentReference
ContentReference _contentReference
Reference to input source; never null (but may be that ofContentReference.unknown()
).- Since:
- 2.13 (before we have
_sourceRef
(Object-valued)
-
_lineNr
int _lineNr
-
_totalBytes
long _totalBytes
-
_totalChars
long _totalChars
-
-
Class com.fasterxml.jackson.core.JsonParseException extends StreamReadException implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.core.JsonpCharacterEscapes extends CharacterEscapes implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.JsonProcessingException extends JacksonException implements Serializable
- serialVersionUID:
- 123L
-
Serialized Fields
-
_location
JsonLocation _location
-
-
Class com.fasterxml.jackson.core.TokenStreamFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.core.Version extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_artifactId
java.lang.String _artifactId
-
_groupId
java.lang.String _groupId
-
_majorVersion
int _majorVersion
-
_minorVersion
int _minorVersion
-
_patchLevel
int _patchLevel
-
_snapshotInfo
java.lang.String _snapshotInfo
Additional information for snapshot versions; null for non-snapshot (release) versions.
-
-
-
Package com.fasterxml.jackson.core.exc
-
Class com.fasterxml.jackson.core.exc.InputCoercionException extends StreamReadException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_inputType
JsonToken _inputType
Input token that represents input value that failed to coerce. -
_targetType
java.lang.Class<?> _targetType
Target type that input value failed to coerce to.
-
-
Class com.fasterxml.jackson.core.exc.StreamReadException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_requestPayload
RequestPayload _requestPayload
Optional payload that can be assigned to pass along for error reporting or handling purposes. Core streaming parser implementations DO NOT initialize this; it is up to using applications and frameworks to populate it.
-
-
Class com.fasterxml.jackson.core.exc.StreamWriteException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 2L
-
-
Package com.fasterxml.jackson.core.io
-
Class com.fasterxml.jackson.core.io.CharacterEscapes extends java.lang.Object implements Serializable
-
Class com.fasterxml.jackson.core.io.ContentReference extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
readResolve
protected java.lang.Object readResolve()
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
_isContentTextual
boolean _isContentTextual
Marker flag to indicate whether included content is textual or not: this is taken to mean, by default, that a snippet of content may be displayed for exception messages. -
_length
int _length
For static content, indicates length of content in the static array.-1
if not in use. -
_offset
int _offset
For static content, indicates offset from the beginning of static array.-1
if not in use.
-
-
Class com.fasterxml.jackson.core.io.InputDecorator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.io.JsonEOFException extends JsonParseException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_token
JsonToken _token
Type of token that was being decoded, if parser had enough information to recognize type (such as starting double-quote for Strings)
-
-
Class com.fasterxml.jackson.core.io.OutputDecorator extends java.lang.Object implements Serializable
-
Class com.fasterxml.jackson.core.io.SerializedString extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
readResolve
protected java.lang.Object readResolve()
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
_quotedChars
char[] _quotedChars
-
_quotedUTF8Ref
byte[] _quotedUTF8Ref
-
_unquotedUTF8Ref
byte[] _unquotedUTF8Ref
-
_value
java.lang.String _value
-
-
-
Package com.fasterxml.jackson.core.util
-
Class com.fasterxml.jackson.core.util.DefaultIndenter extends DefaultPrettyPrinter.NopIndenter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
charsPerLevel
int charsPerLevel
-
eol
java.lang.String eol
-
indents
char[] indents
-
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayIndenter
DefaultPrettyPrinter.Indenter _arrayIndenter
By default, let's use only spaces to separate array values. -
_objectFieldValueSeparatorWithSpaces
java.lang.String _objectFieldValueSeparatorWithSpaces
- Since:
- 2.9
-
_objectIndenter
DefaultPrettyPrinter.Indenter _objectIndenter
By default, let's use linefeed-adding indenter for separate object entries. We'll further configure indenter to use system-specific linefeeds, and 2 spaces per level (as opposed to, say, single tabs) -
_rootSeparator
SerializableString _rootSeparator
String printed between root-level values, if any. -
_separators
Separators _separators
- Since:
- 2.9
-
_spacesInObjectEntries
boolean _spacesInObjectEntries
By default we will add spaces around colons used to separate object fields and values. If disabled, will not use spaces around colon.
-
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter extends DefaultPrettyPrinter.NopIndenter implements Serializable
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter extends java.lang.Object implements Serializable
-
Class com.fasterxml.jackson.core.util.InternCache extends java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lock
java.lang.Object lock
As minor optimization let's try to avoid "flush storms", cases where multiple threads might try to concurrently flush the map.
-
-
Class com.fasterxml.jackson.core.util.MinimalPrettyPrinter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_rootValueSeparator
java.lang.String _rootValueSeparator
-
_separators
Separators _separators
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.core.util.RequestPayload extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_charset
java.lang.String _charset
-
_payloadAsBytes
byte[] _payloadAsBytes
-
_payloadAsText
java.lang.CharSequence _payloadAsText
-
-
Class com.fasterxml.jackson.core.util.Separators extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayValueSeparator
char arrayValueSeparator
-
objectEntrySeparator
char objectEntrySeparator
-
objectFieldValueSeparator
char objectFieldValueSeparator
-
-
-
Package com.fasterxml.jackson.databind
-
Class com.fasterxml.jackson.databind.AnnotationIntrospector extends java.lang.Object implements Serializable
-
Class com.fasterxml.jackson.databind.BeanProperty.Std extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_member
AnnotatedMember _member
Physical entity (field, method or constructor argument) that is used to access value of property (or in case of constructor property, just placeholder) -
_metadata
PropertyMetadata _metadata
-
_name
PropertyName _name
-
_type
JavaType _type
-
_wrapperName
PropertyName _wrapperName
-
-
Class com.fasterxml.jackson.databind.DatabindException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 3L
-
Class com.fasterxml.jackson.databind.DeserializationConfig extends MapperConfigBase<DeserializationFeature,DeserializationConfig> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_coercionConfigs
CoercionConfigs _coercionConfigs
- Since:
- 2.12
-
_ctorDetector
ConstructorDetector _ctorDetector
- Since:
- 2.12
-
_deserFeatures
int _deserFeatures
Set ofDeserializationFeature
s enabled. -
_formatReadFeatures
int _formatReadFeatures
States ofFormatFeature
s to enable/disable.- Since:
- 2.7
-
_formatReadFeaturesToChange
int _formatReadFeaturesToChange
Bitflag ofFormatFeature
s to enable/disable- Since:
- 2.7
-
_nodeFactory
JsonNodeFactory _nodeFactory
Factory used for constructingJsonNode
instances. -
_parserFeatures
int _parserFeatures
States ofJsonParser.Feature
s to enable/disable. -
_parserFeaturesToChange
int _parserFeaturesToChange
Bitflag ofJsonParser.Feature
s to enable/disable -
_problemHandlers
LinkedNode<DeserializationProblemHandler> _problemHandlers
Linked list that contains all registered problem handlers. Implementation as front-added linked list allows for sharing of the list (tail) without copying the list.
-
-
Class com.fasterxml.jackson.databind.DeserializationContext extends DatabindContext implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cache
DeserializerCache _cache
Object that handle details ofJsonDeserializer
caching. -
_config
DeserializationConfig _config
Generic deserialization processing configuration -
_currentType
LinkedNode<JavaType> _currentType
Type ofJsonDeserializer
(or, more specifically,ContextualDeserializer
) that is being contextualized currently.- Since:
- 2.5
-
_factory
DeserializerFactory _factory
Read-only factory instance; exposed to let owners (ObjectMapper
,ObjectReader
) access it. -
_featureFlags
int _featureFlags
Bitmap ofDeserializationFeature
s that are enabled -
_injectableValues
InjectableValues _injectableValues
Object used for resolving references to injectable values. -
_readCapabilities
JacksonFeatureSet<StreamReadCapability> _readCapabilities
Capabilities of the input format.- Since:
- 2.12
-
_view
java.lang.Class<?> _view
Currently active view, if any.
-
-
Class com.fasterxml.jackson.databind.InjectableValues.Std extends InjectableValues implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_values
java.util.Map<java.lang.String,java.lang.Object> _values
-
-
Class com.fasterxml.jackson.databind.JavaType extends ResolvedType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_asStatic
boolean _asStatic
Whether entities defined with this type should be handled using static typing (as opposed to dynamic runtime type) or not.- Since:
- 2.2
-
_class
java.lang.Class<?> _class
This is the nominal type-erased Class that would be close to the type represented (but not exactly type, due to type erasure: type instance may have more information on this). May be an interface or abstract class, so instantiation may not be possible. -
_hash
int _hash
-
_typeHandler
java.lang.Object _typeHandler
Optional handler that can be attached to indicate how to handle additional type metadata associated with this type.Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
-
_valueHandler
java.lang.Object _valueHandler
Optional handler (codec) that can be attached to indicate what to use for handling (serializing, deserializing) values of this specific type.Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
-
-
Class com.fasterxml.jackson.databind.JsonMappingException extends DatabindException implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
_path
java.util.LinkedList<JsonMappingException.Reference> _path
Path through which problem that triggering throwing of this exception was reached.
-
-
Class com.fasterxml.jackson.databind.JsonMappingException.Reference extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
May need some cleaning here, given that `from` may or may not be serializable. since 2.8
-
-
Serialized Fields
-
_desc
java.lang.String _desc
Lazily-constructed description of this instance; needed mostly to allow JDK serialization to work in case whereJsonMappingException.Reference._from
is non-serializable (and has to be dropped) but we still want to pass actual description along.- Since:
- 2.8
-
_fieldName
java.lang.String _fieldName
Name of field (for beans) or key (for Maps) that is part of the reference. May be null for Collection types (which generally haveJsonMappingException.Reference._index
defined), or when resolving Map classes without (yet) having an instance to operate on. -
_index
int _index
Index within aCollection
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).
-
-
Class com.fasterxml.jackson.databind.MappingJsonFactory extends JsonFactory implements Serializable
- serialVersionUID:
- -1L
-
Class com.fasterxml.jackson.databind.ObjectMapper extends ObjectCodec implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_coercionConfigs
CoercionConfigs _coercionConfigs
Current set of coercion configuration definitions that define allowed (and not allowed) coercions from secondary shapes.- Since:
- 2.12
-
_configOverrides
ConfigOverrides _configOverrides
Currently active per-type configuration overrides, accessed by declared type of property.- Since:
- 2.9
-
_deserializationConfig
DeserializationConfig _deserializationConfig
Configuration object that defines basic global settings for the serialization process -
_deserializationContext
DefaultDeserializationContext _deserializationContext
Blueprint context object; stored here to allow custom sub-classes. Contains references to objects needed for deserialization construction (cache, factory). -
_injectableValues
InjectableValues _injectableValues
Provider for values to inject in deserialized POJOs. -
_jsonFactory
JsonFactory _jsonFactory
Factory used to createJsonParser
andJsonGenerator
instances as necessary. -
_mixIns
SimpleMixInResolver _mixIns
Mapping that defines how to apply mix-in annotations: key is the type to received additional annotations, and value is the type that has annotations to "mix in".Annotations associated with the value classes will be used to override annotations of the key class, associated with the same field or method. They can be further masked by sub-classes: you can think of it as injecting annotations between the target class and its sub-classes (or interfaces)
- Since:
- 2.6 (earlier was a simple
Map
-
_registeredModuleTypes
java.util.Set<java.lang.Object> _registeredModuleTypes
Set of module types (as perModule.getTypeId()
that have been registered; kept track of iffMapperFeature.IGNORE_DUPLICATE_MODULE_REGISTRATIONS
is enabled, so that duplicate registration calls can be ignored (to avoid adding same handlers multiple times, mostly).- Since:
- 2.5
-
_rootDeserializers
java.util.concurrent.ConcurrentHashMap<JavaType,JsonDeserializer<java.lang.Object>> _rootDeserializers
We will use a separate main-level Map for keeping track of root-level deserializers. This is where most successful cache lookups get resolved. Map will contain resolvers for all kinds of types, including container types: this is different from the component cache which will only cache bean deserializers.Given that we don't expect much concurrency for additions (should very quickly converge to zero after startup), let's explicitly define a low concurrency setting.
These may are either "raw" deserializers (when no type information is needed for base type), or type-wrapped deserializers (if it is needed)
-
_serializationConfig
SerializationConfig _serializationConfig
Configuration object that defines basic global settings for the serialization process -
_serializerFactory
SerializerFactory _serializerFactory
Serializer factory used for constructing serializers. -
_serializerProvider
DefaultSerializerProvider _serializerProvider
Object that manages access to serializers used for serialization, including caching. It is configured withObjectMapper._serializerFactory
to allow for constructing custom serializers.Note: while serializers are only exposed
SerializerProvider
, mappers and readers need to access additional API defined byDefaultSerializerProvider
-
_subtypeResolver
SubtypeResolver _subtypeResolver
Thing used for registering sub-types, resolving them to super/sub-types as needed. -
_typeFactory
TypeFactory _typeFactory
Specific factory used for creatingJavaType
instances; needed to allow modules to add more custom type handling (mostly to support types of non-Java JVM languages)
-
-
Class com.fasterxml.jackson.databind.ObjectMapper.DefaultTypeResolverBuilder extends StdTypeResolverBuilder implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_appliesFor
ObjectMapper.DefaultTyping _appliesFor
Definition of what types is this default typer valid for. -
_subtypeValidator
PolymorphicTypeValidator _subtypeValidator
PolymorphicTypeValidator
top use for validating that the subtypes resolved are valid for use (usually to protect against possible security issues)- Since:
- 2.10
-
-
Class com.fasterxml.jackson.databind.ObjectReader extends ObjectCodec implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_config
DeserializationConfig _config
General serialization configuration settings; while immutable, can use copy-constructor to create modified instances as necessary. -
_context
DefaultDeserializationContext _context
Blueprint instance of deserialization context; used for creating actual instance when needed. -
_dataFormatReaders
DataFormatReaders _dataFormatReaders
Optional detector used for auto-detecting data format that byte-based input uses.NOTE: If defined non-null,
readValue()
methods that takeReader
orString
input will fail with exception, because format-detection only works on byte-sources. Also, if format cannot be detect reliably (as per detector settings), aStreamReadException
will be thrown).- Since:
- 2.1
-
_filter
TokenFilter _filter
Filter to be consider for JsonParser. Default value to be null as filter not considered. -
_injectableValues
InjectableValues _injectableValues
Values that can be injected during deserialization, if any. -
_parserFactory
JsonFactory _parserFactory
Factory used for constructingJsonGenerator
s -
_rootDeserializer
JsonDeserializer<java.lang.Object> _rootDeserializer
We may pre-fetch deserializer as soon asObjectReader._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.- Since:
- 2.1
-
_rootDeserializers
java.util.concurrent.ConcurrentHashMap<JavaType,JsonDeserializer<java.lang.Object>> _rootDeserializers
Root-level cached deserializers. Passed byObjectMapper
, shared with it. -
_schema
FormatSchema _schema
When using data format that uses a schema, schema is passed to parser. -
_unwrapRoot
boolean _unwrapRoot
Flag that indicates whether root values are expected to be unwrapped or not -
_valueToUpdate
java.lang.Object _valueToUpdate
Instance to update with data binding; if any. If null, a new instance is created, if non-null, properties of this value object will be updated instead. Note that value can be of almost any type, except notArrayType
; array types cannot be modified because array size is immutable. -
_valueType
JavaType _valueType
Declared type of value to instantiate during deserialization. Defines which deserializer to use; as well as base type of instance to construct if an updatable value is not configured to be used (subject to changes by embedded type information, for polymorphic types). IfObjectReader._valueToUpdate
is non-null, only used for locating deserializer.
-
-
Class com.fasterxml.jackson.databind.ObjectWriter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_config
SerializationConfig _config
General serialization configuration settings -
_generatorFactory
JsonFactory _generatorFactory
Factory used for constructingJsonGenerator
s -
_generatorSettings
ObjectWriter.GeneratorSettings _generatorSettings
Container for settings that need to be passed toJsonGenerator
constructed for serializing values.- Since:
- 2.5
-
_prefetch
ObjectWriter.Prefetch _prefetch
We may pre-fetch serializer if root type is known (has been explicitly declared), and if so, reuse it afterwards. This allows avoiding further serializer lookups and increases performance a bit on cases where readers are reused.- Since:
- 2.5
-
_serializerFactory
SerializerFactory _serializerFactory
-
_serializerProvider
DefaultSerializerProvider _serializerProvider
-
-
Class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
characterEscapes
CharacterEscapes characterEscapes
Caller may want to specify character escaping details, either as defaults, or on call-by-call basis. -
prettyPrinter
PrettyPrinter prettyPrinter
To allow for dynamic enabling/disabling of pretty printing, pretty printer can be optionally configured for writer as well -
rootValueSeparator
SerializableString rootValueSeparator
Caller may want to override so-called "root value separator", String added (verbatim, with no quoting or escaping) between values in root context. Default value is a single space character, but this is often changed to linefeed. -
schema
FormatSchema schema
When using data format that uses a schema, schema is passed to generator.
-
-
Class com.fasterxml.jackson.databind.ObjectWriter.Prefetch extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
rootType
JavaType rootType
Specified root serialization type to use; can be same as runtime type, but usually one of its super types (parent class or interface it implements). -
typeSerializer
TypeSerializer typeSerializer
When dealing with polymorphic types, we cannot pre-fetch serializer, but can pre-fetchTypeSerializer
. -
valueSerializer
JsonSerializer<java.lang.Object> valueSerializer
We may pre-fetch serializer ifObjectWriter.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.
-
-
Class com.fasterxml.jackson.databind.PropertyMetadata extends java.lang.Object implements Serializable
- serialVersionUID:
- -1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
Minor optimization: let's canonicalize back to placeholders in cases where there is no real data to consider
-
-
Serialized Fields
-
_contentNulls
Nulls _contentNulls
Settings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).- Since:
- 2.9
-
_defaultValue
java.lang.String _defaultValue
Optional default value, as String, for property; not used for any functionality by core databind, offered as metadata for extensions. -
_description
java.lang.String _description
Optional human-readable description associated with the property. -
_index
java.lang.Integer _index
Optional index of the property within containing Object.- Since:
- 2.4
-
_required
java.lang.Boolean _required
Three states: required, not required and unknown; unknown represented as null. -
_valueNulls
Nulls _valueNulls
Settings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.PropertyName extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
_encodedSimple
SerializableString _encodedSimple
Lazily-constructed efficient representation of the simple name.NOTE: not defined as volatile to avoid performance problem with concurrent access in multi-core environments; due to statelessness of
SerializedString
at most leads to multiple instantiations.- Since:
- 2.4
-
_namespace
java.lang.String _namespace
Additional namespace, for formats that have such concept (JSON does not, XML does, for example). -
_simpleName
java.lang.String _simpleName
Basic name of the property.
-
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.KebabCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCamelCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerDotCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.NamingBase extends PropertyNamingStrategy implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.SnakeCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.UpperCamelCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.UpperSnakeCaseStrategy extends PropertyNamingStrategies.SnakeCaseStrategy implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.KebabCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy extends PropertyNamingStrategy.SnakeCaseStrategy implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerDotCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.PascalCaseStrategy extends PropertyNamingStrategy.UpperCamelCaseStrategy implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase extends PropertyNamingStrategy implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.SnakeCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.RuntimeJsonMappingException extends java.lang.RuntimeException implements Serializable
-
Class com.fasterxml.jackson.databind.SerializationConfig extends MapperConfigBase<SerializationFeature,SerializationConfig> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultPrettyPrinter
PrettyPrinter _defaultPrettyPrinter
If "default pretty-printing" is enabled, it will create the instance from this blueprint object.- Since:
- 2.6
-
_filterProvider
FilterProvider _filterProvider
Object used for resolving filter ids to filter instances. Non-null if explicitly defined; null by default. -
_formatWriteFeatures
int _formatWriteFeatures
States ofFormatFeature
s to enable/disable.- Since:
- 2.7
-
_formatWriteFeaturesToChange
int _formatWriteFeaturesToChange
Bitflag ofFormatFeature
s to enable/disable- Since:
- 2.7
-
_generatorFeatures
int _generatorFeatures
States ofJsonGenerator.Feature
s to enable/disable. -
_generatorFeaturesToChange
int _generatorFeaturesToChange
Bitflag ofJsonGenerator.Feature
s to enable/disable -
_serFeatures
int _serFeatures
Set ofSerializationFeature
s enabled.
-
-
-
Package com.fasterxml.jackson.databind.cfg
-
Class com.fasterxml.jackson.databind.cfg.BaseSettings extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_accessorNaming
AccessorNamingStrategy.Provider _accessorNaming
Provider for creatingAccessorNamingStrategy
instances to use- Since:
- 2.12
-
_annotationIntrospector
AnnotationIntrospector _annotationIntrospector
Introspector used for accessing annotation value based configuration. -
_classIntrospector
ClassIntrospector _classIntrospector
Introspector used to figure out Bean properties needed for bean serialization and deserialization. Overridable so that it is possible to change low-level details of introspection, like adding new annotation types. -
_dateFormat
java.text.DateFormat _dateFormat
Custom date format to use for deserialization. If specified, will be used instead ofStdDateFormat
.Note that the configured format object will be cloned once per deserialization process (first time it is needed)
-
_defaultBase64
Base64Variant _defaultBase64
Explicitly defaultBase64Variant
to use for handling binary data (byte[]
), used with data formats that use base64 encoding (like JSON, CSV).- Since:
- 2.1
-
_handlerInstantiator
HandlerInstantiator _handlerInstantiator
Object used for creating instances of handlers (serializers, deserializers, type and type id resolvers), given class to instantiate. This is typically used to do additional configuration (with dependency injection, for example) beyond simply construction of instances; or to use alternative constructors. -
_locale
java.util.Locale _locale
DefaultLocale
used with serialization formats. Default value isLocale.getDefault()
. -
_propertyNamingStrategy
PropertyNamingStrategy _propertyNamingStrategy
Custom property naming strategy in use, if any. -
_timeZone
java.util.TimeZone _timeZone
DefaultTimeZone
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. -
_typeFactory
TypeFactory _typeFactory
Specific factory used for creatingJavaType
instances; needed to allow modules to add more custom type handling (mostly to support types of non-Java JVM languages) -
_typeResolverBuilder
TypeResolverBuilder<?> _typeResolverBuilder
Builder used to create type resolver for serializing and deserializing values for which polymorphic type handling is needed. -
_typeValidator
PolymorphicTypeValidator _typeValidator
Validator that is used to limit allowed polymorphic subtypes, mostly for security reasons when dealing with untrusted content.- Since:
- 2.10
-
-
Class com.fasterxml.jackson.databind.cfg.CoercionConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_acceptBlankAsEmpty
java.lang.Boolean _acceptBlankAsEmpty
-
_coercionsByShape
CoercionAction[] _coercionsByShape
Mapping fromCoercionInputShape
into correspondingCoercionAction
.
-
-
Class com.fasterxml.jackson.databind.cfg.CoercionConfigs extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultAction
CoercionAction _defaultAction
Global default for cases not explicitly covered -
_defaultCoercions
MutableCoercionConfig _defaultCoercions
Default coercion definitions used if no overrides found by logical or physical type. -
_perClassCoercions
java.util.Map<java.lang.Class<?>,MutableCoercionConfig> _perClassCoercions
Coercion definitions by physical type (Class). -
_perTypeCoercions
MutableCoercionConfig[] _perTypeCoercions
Coercion definitions by logical type (LogicalType
)
-
-
Class com.fasterxml.jackson.databind.cfg.ConfigOverrides extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultInclusion
JsonInclude.Value _defaultInclusion
- Since:
- 2.9
-
_defaultLeniency
java.lang.Boolean _defaultLeniency
Global default setting (if any) for leniency: if disabled ({link Boolean#TRUE}), "strict" (not lenient): default setting if absence of value is considered "lenient" in Jackson 2.x. Default setting may be overridden by per-type and per-property settings.- Since:
- 2.10
-
_defaultMergeable
java.lang.Boolean _defaultMergeable
- Since:
- 2.9
-
_defaultSetterInfo
JsonSetter.Value _defaultSetterInfo
- Since:
- 2.9
-
_overrides
java.util.Map<java.lang.Class<?>,MutableConfigOverride> _overrides
Per-type override definitions -
_visibilityChecker
VisibilityChecker<?> _visibilityChecker
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.cfg.ConstructorDetector extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_allowJDKTypeCtors
boolean _allowJDKTypeCtors
Whether auto-detection of constructors of "JDK types" (those in packagesjava.
andjavax.
) is allowed or not -
_requireCtorAnnotation
boolean _requireCtorAnnotation
Whether explicitJsonCreator
is always required for detecting constructors (even if visible) other than the default (no argument) constructor. -
_singleArgMode
ConstructorDetector.SingleArgConstructor _singleArgMode
-
-
Class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl extends ContextAttributes implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_shared
java.util.Map<?,?> _shared
Shared attributes that we cannot modify in-place.
-
-
Class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_abstractTypeResolvers
AbstractTypeResolver[] _abstractTypeResolvers
List of objects that may be able to resolve abstract types to concrete types. Used by functionality like "mr Bean" to materialize types as needed. -
_additionalDeserializers
Deserializers[] _additionalDeserializers
List of providers for additional deserializers, checked before considering default basic or bean deserializers. -
_additionalKeyDeserializers
KeyDeserializers[] _additionalKeyDeserializers
List of providers for additional key deserializers, checked before considering standard key deserializers. -
_modifiers
BeanDeserializerModifier[] _modifiers
List of modifiers that can change the wayBeanDeserializer
instances are configured and constructed. -
_valueInstantiators
ValueInstantiators[] _valueInstantiators
List of objects that know how to create instances of POJO types; possibly using custom construction (non-annoted constructors; factory methods external to value type etc). Used to support objects that are created using non-standard methods; or to support post-constructor functionality.
-
-
Class com.fasterxml.jackson.databind.cfg.MapperConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_base
BaseSettings _base
Immutable container object for simple configuration settings. -
_mapperFeatures
long _mapperFeatures
Set of shared mapper features enabled.NOTE: changed from
int
(in Jackson 2.12 and prior} tolong
(2.13 and later)
-
-
Class com.fasterxml.jackson.databind.cfg.MapperConfigBase extends MapperConfig<T extends MapperConfigBase<CFG,T>> implements Serializable
-
Serialized Fields
-
_attributes
ContextAttributes _attributes
Contextual attributes accessible (get and set) during processing, on per-call basis.- Since:
- 2.3
-
_configOverrides
ConfigOverrides _configOverrides
Configuration overrides to apply, keyed by type of property.- Since:
- 2.8
-
_mixIns
SimpleMixInResolver _mixIns
Mix-in annotation mappings to use, if any: immutable, cannot be changed once defined.- Since:
- 2.6
-
_rootName
PropertyName _rootName
Explicitly defined root name to use, if any; if empty String, will disable root-name wrapping; if null, will use defaults -
_rootNames
RootNameLookup _rootNames
Simple cache used for finding out possible root name for root name wrapping.Note that instances are stateful (for caching) and as such may need to be copied, and may NOT be demoted down to
BaseSettings
.- Since:
- 2.6
-
_subtypeResolver
SubtypeResolver _subtypeResolver
Registered concrete subtypes that can be used instead of (or in addition to) ones declared using annotations.Note that instances are stateful and as such may need to be copied, and may NOT be demoted down to
BaseSettings
. -
_view
java.lang.Class<?> _view
View to use for filtering out properties to serialize or deserialize. Null if none (will also be assigned null ifObject.class
is defined), meaning that all properties are to be included.
-
-
-
Class com.fasterxml.jackson.databind.cfg.MutableCoercionConfig extends CoercionConfig implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.cfg.MutableConfigOverride extends ConfigOverride implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_additionalKeySerializers
Serializers[] _additionalKeySerializers
List of providers for additional key serializers, checked before considering default key serialializers. -
_additionalSerializers
Serializers[] _additionalSerializers
List of providers for additional serializers, checked before considering default basic or bean serialializers. -
_modifiers
BeanSerializerModifier[] _modifiers
List of modifiers that can change the wayBeanSerializer
instances are configured and constructed.
-
-
-
Package com.fasterxml.jackson.databind.deser
-
Class com.fasterxml.jackson.databind.deser.AbstractDeserializer extends JsonDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_acceptBoolean
boolean _acceptBoolean
-
_acceptDouble
boolean _acceptDouble
-
_acceptInt
boolean _acceptInt
-
_acceptString
boolean _acceptString
-
_backRefProperties
java.util.Map<java.lang.String,SettableBeanProperty> _backRefProperties
-
_baseType
JavaType _baseType
-
_objectIdReader
ObjectIdReader _objectIdReader
-
-
Class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory extends DeserializerFactory implements Serializable
-
Serialized Fields
-
_factoryConfig
DeserializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
-
-
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializer extends BeanDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializerBase extends StdDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_anySetter
SettableAnyProperty _anySetter
Fallback setter used for handling any properties that are not mapped to regular setters. If setter is not null, it will be called once for each such property. -
_arrayDelegateDeserializer
JsonDeserializer<java.lang.Object> _arrayDelegateDeserializer
Deserializer that is used iff array-delegate-based creator is to be used for deserializing from JSON Object.NOTE: cannot be
final
because we need to get it duringresolve()
method (and not contextualization). -
_backRefs
java.util.Map<java.lang.String,SettableBeanProperty> _backRefs
We may also have one or more back reference fields (usually zero or one). -
_beanProperties
BeanPropertyMap _beanProperties
Mapping of property names to properties, built when all properties to use have been successfully resolved. -
_beanType
JavaType _beanType
Declared type of the bean this deserializer handles. -
_delegateDeserializer
JsonDeserializer<java.lang.Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object.NOTE: cannot be
final
because we need to get it duringresolve()
method (and not contextualization). -
_externalTypeIdHandler
ExternalTypeHandler _externalTypeIdHandler
Handler that we need iff any of properties uses external type id. -
_ignorableProps
java.util.Set<java.lang.String> _ignorableProps
In addition to properties that are set, we will also keep track of recognized but ignorable properties: these will be skipped without errors or warnings. -
_ignoreAllUnknown
boolean _ignoreAllUnknown
Flag that can be set to ignore and skip unknown properties. If set, will not throw an exception for unknown properties. -
_includableProps
java.util.Set<java.lang.String> _includableProps
Keep track of the the properties that needs to be specifically included. -
_injectables
ValueInjector[] _injectables
List ofValueInjector
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. -
_needViewProcesing
boolean _needViewProcesing
Flag that indicates that some aspect of deserialization depends on active view used (if any) -
_nonStandardCreation
boolean _nonStandardCreation
Flag that is set to mark cases where deserialization from Object value using otherwise "standard" property binding will need to use non-default creation method: namely, either "full" delegation (array-delegation does not apply), or properties-based Creator method is used.Note that flag is somewhat mis-named as it is not affected by scalar-delegating creators; it only has effect on Object Value binding.
-
_objectIdReader
ObjectIdReader _objectIdReader
If an Object Id is to be used for value handled by this deserializer, this reader is used for handling. -
_propertyBasedCreator
PropertyBasedCreator _propertyBasedCreator
If the bean needs to be instantiated using constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation. This value gets resolved during general resolution. -
_serializationShape
JsonFormat.Shape _serializationShape
Requested shape from bean class annotations. -
_unwrappedPropertyHandler
UnwrappedPropertyHandler _unwrappedPropertyHandler
If one of properties has "unwrapped" value, we need separate helper object -
_valueInstantiator
ValueInstantiator _valueInstantiator
Object that handles details of constructing initial bean value (to which bind data to), unless instance is passed (via updateValue()) -
_vanillaProcessing
boolean _vanillaProcessing
Flag that indicates that no "special features" whatsoever are enabled, so the simplest processing is possible.
-
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory extends BasicDeserializerFactory implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer extends BeanDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildMethod
AnnotatedMethod _buildMethod
-
_targetType
JavaType _targetType
Type that the builder will produce, target type; as opposed to `handledType()` which refers to Builder class.- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.CreatorProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotated
AnnotatedParameter _annotated
Placeholder that represents constructor parameter, when it is created from actual constructor. May be null when a synthetic instance is created. -
_creatorIndex
int _creatorIndex
- Since:
- 2.1
-
_fallbackSetter
SettableBeanProperty _fallbackSetter
In special cases, when implementing "updateValue", we cannot use constructors or factory methods, but have to fall back on using a setter (or mutable field property). If so, this refers to that fallback accessor.Mutable only to allow setting after construction, but must be strictly set before any use.
- Since:
- 2.3
-
_ignorable
boolean _ignorable
Marker flag that may have to be set during construction, to indicate that although property may have been constructed and added as a placeholder, it represents something that should be ignored during deserialization. This mostly concerns Creator properties which may not be easily deleted during processing.- Since:
- 2.9.4
-
_injectableValue
JacksonInject.Value _injectableValue
Id of value to inject, if value injection should be used for this parameter (in addition to, or instead of, regular deserialization).- Since:
- 2.11
-
-
Class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext extends DeserializationContext implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectIdResolvers
java.util.List<ObjectIdResolver> _objectIdResolvers
-
-
Class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.Impl extends DefaultDeserializationContext implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.DeserializerCache extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
_cachedDeserializers
LRUMap<JavaType,JsonDeserializer<java.lang.Object>> _cachedDeserializers
We will also cache some dynamically constructed deserializers; specifically, ones that are expensive to construct. This currently means bean, Enum and container deserializers. -
_incompleteDeserializers
java.util.HashMap<JavaType,JsonDeserializer<java.lang.Object>> _incompleteDeserializers
During deserializer construction process we may need to keep track of partially completed deserializers, to resolve cyclic dependencies. This is the map used for storing deserializers before they are fully complete.
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
Need to define this to verify that we retain actual Method reference
-
-
Serialized Fields
-
_keyDeserializer
KeyDeserializer _keyDeserializer
- Since:
- 2.9
-
_property
BeanProperty _property
Method used for setting "any" properties, along with annotation information. Retained to allow contextualization of any properties. -
_setter
AnnotatedMember _setter
Annotated variant is needed for JDK serialization only -
_setterIsField
boolean _setterIsField
-
_type
JavaType _type
-
_valueDeserializer
JsonDeserializer<java.lang.Object> _valueDeserializer
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.SettableBeanProperty extends ConcreteBeanPropertyBase implements Serializable
-
Serialized Fields
-
_managedReferenceName
java.lang.String _managedReferenceName
If property represents a managed (forward) reference, we will need the name of reference for later linking.TODO: should try to make immutable.
-
_nullProvider
NullValueProvider _nullProvider
Entity used for possible translation from `null` into non-null value of type of this property. Often same as_valueDeserializer
, but not always.- Since:
- 2.9
-
_objectIdInfo
ObjectIdInfo _objectIdInfo
This is the information for object identity associated with the property.TODO: should try to make immutable.
-
_propertyIndex
int _propertyIndex
Index of property (within all property of a bean); assigned when all properties have been collected. Order of entries is arbitrary, but once indexes are assigned they are not changed.TODO: should try to make immutable if at all possible
-
_propName
PropertyName _propName
Logical name of the property (often but not always derived from the setter method name) -
_type
JavaType _type
Base type for property; may be a supertype of actual value. -
_valueDeserializer
JsonDeserializer<java.lang.Object> _valueDeserializer
Deserializer used for handling property value.NOTE: has been immutable since 2.3
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value will contain type information (to support polymorphic handling), this is the type deserializer used to handle type resolution. -
_viewMatcher
ViewMatcher _viewMatcher
Helper object used for checking whether this property is to be included in the active view, if property is view-specific; null otherwise.TODO: should try to make immutable.
-
_wrapperName
PropertyName _wrapperName
- Since:
- 2.2
-
-
-
Class com.fasterxml.jackson.databind.deser.SettableBeanProperty.Delegating extends SettableBeanProperty implements Serializable
-
Serialized Fields
-
delegate
SettableBeanProperty delegate
-
-
-
Class com.fasterxml.jackson.databind.deser.UnresolvedForwardReference extends JsonMappingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_roid
ReadableObjectId _roid
-
_unresolvedIds
java.util.List<UnresolvedId> _unresolvedIds
-
-
Class com.fasterxml.jackson.databind.deser.ValueInstantiator.Base extends ValueInstantiator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueType
java.lang.Class<?> _valueType
-
-
Class com.fasterxml.jackson.databind.deser.ValueInstantiator.Delegating extends ValueInstantiator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegate
ValueInstantiator _delegate
-
-
-
Package com.fasterxml.jackson.databind.deser.impl
-
Class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer extends BeanDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildMethod
AnnotatedMethod _buildMethod
-
_delegate
BeanDeserializerBase _delegate
Deserializer we delegate operations that we cannot handle. -
_orderedProperties
SettableBeanProperty[] _orderedProperties
Properties in order expected to be found in JSON array. -
_targetType
JavaType _targetType
Type that the builder will produce, target type; as opposed to `handledType()` which refers to Builder class.- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer extends BeanDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegate
BeanDeserializerBase _delegate
Deserializer we delegate operations that we cannot handle. -
_orderedProperties
SettableBeanProperty[] _orderedProperties
Properties in order expected to be found in JSON array.
-
-
Class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_aliasDefs
java.util.Map<java.lang.String,java.util.List<PropertyName>> _aliasDefs
Configuration of alias mappings, indexed by unmodified property name to unmodified aliases, if any; entries only included for properties that do have aliases. This is is used for constructing actual reverse lookup mapping, if needed, taking into account possible case-insensitivity, as well as possibility of name prefixes.- Since:
- 2.9
-
_aliasMapping
java.util.Map<java.lang.String,java.lang.String> _aliasMapping
Mapping from secondary names (aliases) to primary names.- Since:
- 2.9
-
_caseInsensitive
boolean _caseInsensitive
- Since:
- 2.5
-
_hashArea
java.lang.Object[] _hashArea
Hash area that contains key/property pairs in adjacent elements. -
_hashMask
int _hashMask
-
_locale
java.util.Locale _locale
We requireLocale
since case changes are locale-sensitive in certain cases (see Turkish I for example)- Since:
- 2.11
-
_propsInOrder
SettableBeanProperty[] _propsInOrder
Array of properties in the exact order they were handed in. This is used by as-array serialization, deserialization. -
_size
int _size
Number of entries stored in the hash area. -
_spillCount
int _spillCount
-
-
Class com.fasterxml.jackson.databind.deser.impl.FailingDeserializer extends StdDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_message
java.lang.String _message
-
-
Class com.fasterxml.jackson.databind.deser.impl.FieldProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
-
Serialized Fields
-
_annotated
AnnotatedField _annotated
-
_skipNulls
boolean _skipNulls
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty extends SettableBeanProperty.Delegating implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
_annotated
AnnotatedConstructor _annotated
Serializable version of single-arg constructor we use for value instantiation.
-
-
Class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty extends SettableBeanProperty.Delegating implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_backProperty
SettableBeanProperty _backProperty
-
_isContainer
boolean _isContainer
Flag that indicates whether property to handle is a container type (array, Collection, Map) or not. -
_referenceName
java.lang.String _referenceName
-
-
Class com.fasterxml.jackson.databind.deser.impl.MergingSettableBeanProperty extends SettableBeanProperty.Delegating implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_accessor
AnnotatedMember _accessor
Member (field, method) used for accessing existing value.
-
-
Class com.fasterxml.jackson.databind.deser.impl.MethodProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
-
Serialized Fields
-
_annotated
AnnotatedMethod _annotated
-
_skipNulls
boolean _skipNulls
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullProvider extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_isPrimitive
boolean _isPrimitive
-
_nullValue
java.lang.Object _nullValue
-
_rawType
java.lang.Class<?> _rawType
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsAsEmptyProvider extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<?> _deserializer
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsConstantProvider extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_access
AccessPattern _access
-
_nullValue
java.lang.Object _nullValue
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsFailProvider extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
PropertyName _name
-
_type
JavaType _type
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<java.lang.Object> _deserializer
Deserializer used for deserializing id values. -
_idType
JavaType _idType
-
generator
ObjectIdGenerator<?> generator
Blueprint generator instance: actual instance will be fetched fromSerializerProvider
using this as the key. -
idProperty
SettableBeanProperty idProperty
-
propertyName
PropertyName propertyName
-
resolver
ObjectIdResolver resolver
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_forward
SettableBeanProperty _forward
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectIdReader
ObjectIdReader _objectIdReader
-
-
Class com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator extends ObjectIdGenerators.PropertyGenerator implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotated
AnnotatedMethod _annotated
-
_getter
java.lang.reflect.Method _getter
Get method for accessing property value used to access property (of Collection or Map type) to modify.
-
-
Class com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer extends JsonDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<java.lang.Object> _deserializer
-
_typeDeserializer
TypeDeserializer _typeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.impl.UnsupportedTypeDeserializer extends StdDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_message
java.lang.String _message
-
_type
JavaType _type
-
-
Class com.fasterxml.jackson.databind.deser.impl.ValueInjector extends BeanProperty.Std implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueId
java.lang.Object _valueId
Identifier used for looking up value to inject
-
-
-
Package com.fasterxml.jackson.databind.deser.std
-
Class com.fasterxml.jackson.databind.deser.std.ArrayBlockingQueueDeserializer extends CollectionDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicBooleanDeserializer extends StdScalarDeserializer<java.util.concurrent.atomic.AtomicBoolean> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicIntegerDeserializer extends StdScalarDeserializer<java.util.concurrent.atomic.AtomicInteger> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicLongDeserializer extends StdScalarDeserializer<java.util.concurrent.atomic.AtomicLong> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer extends ReferenceTypeDeserializer<java.util.concurrent.atomic.AtomicReference<java.lang.Object>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ByteBufferDeserializer extends StdScalarDeserializer<java.nio.ByteBuffer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.CharsetDeserializer extends FromStringDeserializer<java.nio.charset.Charset> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ClassDeserializer extends StdScalarDeserializer<java.lang.Class<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer extends ContainerDeserializerBase<java.util.Collection<java.lang.Object>> implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<java.lang.Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_valueDeserializer
JsonDeserializer<java.lang.Object> _valueDeserializer
Value deserializer. -
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase extends StdDeserializer<T> implements Serializable
-
Serialized Fields
-
_containerType
JavaType _containerType
-
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with nulls.- Since:
- 2.9
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProvider
indicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.9
-
_unwrapSingle
java.lang.Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.9 (demoted from sub-classes where added in 2.7)
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.CalendarDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<java.util.Calendar> implements Serializable
-
Serialized Fields
-
_defaultCtor
java.lang.reflect.Constructor<java.util.Calendar> _defaultCtor
We may know actual expected type; if so, it will be used for instantiation.- Since:
- 2.9
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer extends StdScalarDeserializer<T> implements Serializable
-
Serialized Fields
-
_customFormat
java.text.DateFormat _customFormat
Specific format to use, if non-null; if null will just use default format. -
_formatString
java.lang.String _formatString
Let's also keep format String for reference, to use for error messages
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<java.util.Date> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.SqlDateDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<java.sql.Date> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.TimestampDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<java.sql.Timestamp> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer extends StdDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegatee
JsonDeserializer<?> _delegatee
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumDeserializer extends StdScalarDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseInsensitive
java.lang.Boolean _caseInsensitive
-
_enumDefaultValue
java.lang.Enum<?> _enumDefaultValue
- Since:
- 2.8
-
_enumsByIndex
java.lang.Object[] _enumsByIndex
-
_isFromIntValue
boolean _isFromIntValue
Marker flag for cases where we expect actual integral value for Enum, based on@JsonValue
(and equivalent) annotated accessor.- Since:
- 2.13
-
_lookupByName
CompactStringObjectMap _lookupByName
- Since:
- 2.7.3
-
_lookupByToString
CompactStringObjectMap _lookupByToString
Alternatively, we may need a different lookup object if "use toString" is defined.- Since:
- 2.7.3
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer extends ContainerDeserializerBase<java.util.EnumMap<?,?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<java.lang.Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_enumClass
java.lang.Class<?> _enumClass
-
_keyDeserializer
KeyDeserializer _keyDeserializer
-
_propertyBasedCreator
PropertyBasedCreator _propertyBasedCreator
If the Map is to be instantiated using non-default constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation. -
_valueDeserializer
JsonDeserializer<java.lang.Object> _valueDeserializer
-
_valueInstantiator
ValueInstantiator _valueInstantiator
- Since:
- 2.9
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer extends StdDeserializer<java.util.EnumSet<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_enumDeserializer
JsonDeserializer<java.lang.Enum<?>> _enumDeserializer
-
_enumType
JavaType _enumType
-
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with nulls.- Since:
- 2.10.1
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProvider
indicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.10.1
-
_unwrapSingle
java.lang.Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
-
Class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer extends StdScalarDeserializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std extends FromStringDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.deser.std.InetSocketAddressDeserializer extends FromStringDeserializer<java.net.InetSocketAddress> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JavaTypeDeserializer extends StdScalarDeserializer<JavaType> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator extends ValueInstantiator.Base implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer extends com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer<JsonNode> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.MapDeserializer extends ContainerDeserializerBase<java.util.Map<java.lang.Object,java.lang.Object>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<java.lang.Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_hasDefaultCreator
boolean _hasDefaultCreator
-
_ignorableProperties
java.util.Set<java.lang.String> _ignorableProperties
-
_includableProperties
java.util.Set<java.lang.String> _includableProperties
- Since:
- 2.12
-
_inclusionChecker
IgnorePropertiesUtil.Checker _inclusionChecker
Helper object used for name-based filtering- Since:
- 2.12
-
_keyDeserializer
KeyDeserializer _keyDeserializer
Key deserializer to use; either passed via constructor (when indicated by annotations), or resolved whenMapDeserializer.resolve(com.fasterxml.jackson.databind.DeserializationContext)
is called; -
_propertyBasedCreator
PropertyBasedCreator _propertyBasedCreator
If the Map is to be instantiated using non-default constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation. -
_standardStringKey
boolean _standardStringKey
Flag set to indicate that the key type isString
(orObject
, for which String is acceptable), and that the default Jackson key deserializer would be used. If both are true, can optimize handling. -
_valueDeserializer
JsonDeserializer<java.lang.Object> _valueDeserializer
Value deserializer. -
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer extends ContainerDeserializerBase<java.util.Map.Entry<java.lang.Object,java.lang.Object>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_keyDeserializer
KeyDeserializer _keyDeserializer
Key deserializer to use; either passed via constructor (when indicated by annotations), or resolved whenMapEntryDeserializer.createContextual(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.BeanProperty)
is called; -
_valueDeserializer
JsonDeserializer<java.lang.Object> _valueDeserializer
Value deserializer. -
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.NullifyingDeserializer extends StdDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigDecimalDeserializer extends StdScalarDeserializer<java.math.BigDecimal> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigIntegerDeserializer extends StdScalarDeserializer<java.math.BigInteger> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BooleanDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<java.lang.Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<java.lang.Byte> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.CharacterDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<java.lang.Character> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.DoubleDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<java.lang.Double> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.FloatDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<java.lang.Float> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.IntegerDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<java.lang.Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.LongDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<java.lang.Long> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.NumberDeserializer extends StdScalarDeserializer<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer extends StdScalarDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_emptyValue
T _emptyValue
-
_logicalType
LogicalType _logicalType
-
_nullValue
T _nullValue
-
_primitive
boolean _primitive
-
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ShortDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<java.lang.Short> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer extends ContainerDeserializerBase<java.lang.Object[]> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_elementClass
java.lang.Class<?> _elementClass
Type of contained elements: needed for constructing actual result array -
_elementDeserializer
JsonDeserializer<java.lang.Object> _elementDeserializer
Element deserializer -
_elementTypeDeserializer
TypeDeserializer _elementTypeDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it -
_emptyValue
java.lang.Object[] _emptyValue
- Since:
- 2.12
-
_untyped
boolean _untyped
Flag that indicates whether the component type is Object or not. Used for minor optimization when constructing result.
-
-
Class com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers extends StdDeserializer<T> implements Serializable
-
Serialized Fields
-
_nuller
NullValueProvider _nuller
Flag that indicates need for special handling; either failing (throw exception) or skipping -
_unwrapSingle
java.lang.Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
-
-
Class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_fullType
JavaType _fullType
Full type of property (or root value) for which this deserializer has been constructed and contextualized. -
_valueDeserializer
JsonDeserializer<java.lang.Object> _valueDeserializer
-
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StackTraceElementDeserializer extends StdScalarDeserializer<java.lang.StackTraceElement> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_converter
Converter<java.lang.Object,T> _converter
Converter that was used for creatingStdDelegatingDeserializer._delegateDeserializer
. -
_delegateDeserializer
JsonDeserializer<java.lang.Object> _delegateDeserializer
Underlying serializer for typeT
. -
_delegateType
JavaType _delegateType
Fully resolved delegate type, with generic information if any available.
-
-
Class com.fasterxml.jackson.databind.deser.std.StdDeserializer extends JsonDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueClass
java.lang.Class<?> _valueClass
Type of values this deserializer handles: sometimes exact types, other time most specific supertype of types deserializer handles (which may be as generic asObject
in some case) -
_valueType
JavaType _valueType
-
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer extends KeyDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deser
FromStringDeserializer<?> _deser
Some types that are deserialized using a helper deserializer. -
_keyClass
java.lang.Class<?> _keyClass
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_treeDeserializer
JsonDeserializer<java.lang.Object> _treeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator extends ValueInstantiator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayDelegateArguments
SettableBeanProperty[] _arrayDelegateArguments
-
_arrayDelegateCreator
AnnotatedWithParams _arrayDelegateCreator
-
_arrayDelegateType
JavaType _arrayDelegateType
-
_constructorArguments
SettableBeanProperty[] _constructorArguments
-
_defaultCreator
AnnotatedWithParams _defaultCreator
Default (no-argument) constructor to use for instantiation (withStdValueInstantiator.createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext)
) -
_delegateArguments
SettableBeanProperty[] _delegateArguments
-
_delegateCreator
AnnotatedWithParams _delegateCreator
-
_delegateType
JavaType _delegateType
-
_fromBigDecimalCreator
AnnotatedWithParams _fromBigDecimalCreator
-
_fromBigIntegerCreator
AnnotatedWithParams _fromBigIntegerCreator
-
_fromBooleanCreator
AnnotatedWithParams _fromBooleanCreator
-
_fromDoubleCreator
AnnotatedWithParams _fromDoubleCreator
-
_fromIntCreator
AnnotatedWithParams _fromIntCreator
-
_fromLongCreator
AnnotatedWithParams _fromLongCreator
-
_fromStringCreator
AnnotatedWithParams _fromStringCreator
-
_valueClass
java.lang.Class<?> _valueClass
- Since:
- 2.8
-
_valueTypeDesc
java.lang.String _valueTypeDesc
Type of values that are instantiated; used for error reporting purposes. -
_withArgsCreator
AnnotatedWithParams _withArgsCreator
-
-
Class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer extends StdDeserializer<java.lang.String[]> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_elementDeserializer
JsonDeserializer<java.lang.String> _elementDeserializer
Value serializer to use, if not the standard one (which is inlined) -
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with nulls.- Since:
- 2.9
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProvider
indicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.9
-
_unwrapSingle
java.lang.Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
-
Class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer extends ContainerDeserializerBase<java.util.Collection<java.lang.String>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<java.lang.Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_valueDeserializer
JsonDeserializer<java.lang.String> _valueDeserializer
Value deserializer to use, if NOT the standard one (if it is, will be null). -
_valueInstantiator
ValueInstantiator _valueInstantiator
Instantiator used in case custom handling is needed for creation.
-
-
Class com.fasterxml.jackson.databind.deser.std.StringDeserializer extends StdScalarDeserializer<java.lang.String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer extends BeanDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.TokenBufferDeserializer extends StdScalarDeserializer<TokenBuffer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer extends StdDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_listDeserializer
JsonDeserializer<java.lang.Object> _listDeserializer
-
_listType
JavaType _listType
IfList
has been mapped to non-default implementation, we'll store type here- Since:
- 2.6
-
_mapDeserializer
JsonDeserializer<java.lang.Object> _mapDeserializer
-
_mapType
JavaType _mapType
IfMap
has been mapped to non-default implementation, we'll store type here- Since:
- 2.6
-
_nonMerging
boolean _nonMerging
- Since:
- 2.9
-
_numberDeserializer
JsonDeserializer<java.lang.Object> _numberDeserializer
-
_stringDeserializer
JsonDeserializer<java.lang.Object> _stringDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer.Vanilla extends StdDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nonMerging
boolean _nonMerging
-
-
Class com.fasterxml.jackson.databind.deser.std.UUIDDeserializer extends FromStringDeserializer<java.util.UUID> implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.exc
-
Class com.fasterxml.jackson.databind.exc.IgnoredPropertyException extends PropertyBindingException implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.exc.InvalidDefinitionException extends JsonMappingException implements Serializable
-
Serialized Fields
-
_type
JavaType _type
-
-
-
Class com.fasterxml.jackson.databind.exc.InvalidFormatException extends MismatchedInputException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
java.lang.Object _value
Underlying value that could not be deserialized into target type, if available.
-
-
Class com.fasterxml.jackson.databind.exc.InvalidNullException extends MismatchedInputException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_propertyName
PropertyName _propertyName
Name of property, if known, for which null was encountered.
-
-
Class com.fasterxml.jackson.databind.exc.InvalidTypeIdException extends MismatchedInputException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseType
JavaType _baseType
Basetype for which subtype was to be resolved -
_typeId
java.lang.String _typeId
Type id that failed to be resolved to a subtype; `null` in cases where no type id was located (since 2.9).
-
-
Class com.fasterxml.jackson.databind.exc.MismatchedInputException extends JsonMappingException implements Serializable
-
Serialized Fields
-
_targetType
java.lang.Class<?> _targetType
Type of value that was to be deserialized
-
-
-
Class com.fasterxml.jackson.databind.exc.PropertyBindingException extends MismatchedInputException implements Serializable
-
Serialized Fields
-
_propertyIds
java.util.Collection<java.lang.Object> _propertyIds
Set of ids of properties that are known for the type, if this can be statically determined. -
_propertyName
java.lang.String _propertyName
Note: redundant information since it is also included in the reference path.
-
_referringClass
java.lang.Class<?> _referringClass
Class that does not contain mapping for the unrecognized property.
-
-
-
Class com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException extends PropertyBindingException implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.exc.ValueInstantiationException extends JsonMappingException implements Serializable
-
Serialized Fields
-
_type
JavaType _type
-
-
-
-
Package com.fasterxml.jackson.databind.ext
-
Class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers.Std extends FromStringDeserializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer extends StdSerializer<javax.xml.datatype.XMLGregorianCalendar> implements Serializable
-
Serialized Fields
-
_delegate
JsonSerializer<java.lang.Object> _delegate
-
-
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer extends FromStringDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.DocumentDeserializer extends DOMDeserializer<org.w3c.dom.Document> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.NodeDeserializer extends DOMDeserializer<org.w3c.dom.Node> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMSerializer extends StdSerializer<org.w3c.dom.Node> implements Serializable
-
Serialized Fields
-
transformerFactory
javax.xml.transform.TransformerFactory transformerFactory
-
-
-
Class com.fasterxml.jackson.databind.ext.NioPathDeserializer extends StdScalarDeserializer<java.nio.file.Path> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.NioPathSerializer extends StdScalarSerializer<java.nio.file.Path> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.OptionalHandlerFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_sqlDeserializers
java.util.Map<java.lang.String,java.lang.String> _sqlDeserializers
-
_sqlSerializers
java.util.Map<java.lang.String,java.lang.Object> _sqlSerializers
-
-
Class com.fasterxml.jackson.databind.ext.SqlBlobSerializer extends StdScalarSerializer<java.sql.Blob> implements Serializable
-
-
Package com.fasterxml.jackson.databind.introspect
-
Class com.fasterxml.jackson.databind.introspect.AccessorNamingStrategy.Base extends AccessorNamingStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AccessorNamingStrategy.Provider extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor extends AnnotatedWithParams implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
_constructor
java.lang.reflect.Constructor<?> _constructor
-
_serialization
com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.Serialization _serialization
Field that is used to make JDK serialization work with this object.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedField extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
_serialization
com.fasterxml.jackson.databind.introspect.AnnotatedField.Serialization _serialization
Temporary field required for JDK serialization support
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMember extends Annotated implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMethod extends AnnotatedWithParams implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
_paramClasses
java.lang.Class<?>[] _paramClasses
-
_serialization
com.fasterxml.jackson.databind.introspect.AnnotatedMethod.Serialization _serialization
Field that is used to make JDK serialization work with this object.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedParameter extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
Index of the parameter within argument list -
_owner
AnnotatedWithParams _owner
Member (method, constructor) that this parameter belongs to -
_type
JavaType _type
JDK type of the parameter, possibly contains generic type information
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_paramAnnotations
AnnotationMap[] _paramAnnotations
Annotations associated with parameters of the annotated entity (method or constructor parameters)
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.NoAnnotations extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.OneAnnotation extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_type
java.lang.Class<?> _type
-
_value
java.lang.annotation.Annotation _value
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.TwoAnnotations extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_type1
java.lang.Class<?> _type1
-
_type2
java.lang.Class<?> _type2
-
_value1
java.lang.annotation.Annotation _value1
-
_value2
java.lang.annotation.Annotation _value2
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_primary
AnnotationIntrospector _primary
-
_secondary
AnnotationIntrospector _secondary
-
-
Class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector extends ClassIntrospector implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_metadata
PropertyMetadata _metadata
Additional information about property- Since:
- 2.3
-
-
Class com.fasterxml.jackson.databind.introspect.DefaultAccessorNamingStrategy.Provider extends AccessorNamingStrategy.Provider implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseNameValidator
DefaultAccessorNamingStrategy.BaseNameValidator _baseNameValidator
-
_getterPrefix
java.lang.String _getterPrefix
-
_isGetterPrefix
java.lang.String _isGetterPrefix
-
_setterPrefix
java.lang.String _setterPrefix
-
_withPrefix
java.lang.String _withPrefix
-
-
Class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
_cfgConstructorPropertiesImpliesCreator
boolean _cfgConstructorPropertiesImpliesCreator
SeeJacksonAnnotationIntrospector.setConstructorPropertiesImpliesCreator(boolean)
for explanation.Defaults to true.
- Since:
- 2.7.4
-
-
Class com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.SimpleMixInResolver extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_localMixIns
java.util.Map<ClassKey,java.lang.Class<?>> _localMixIns
Simple mix-in targets defined locally. -
_overrides
ClassIntrospector.MixInResolver _overrides
External resolver that gets called before looking at any locally defined mix-in target classes.
-
-
Class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_declaringClass
java.lang.Class<?> _declaringClass
-
_name
java.lang.String _name
-
_type
JavaType _type
- Since:
- 2.8 with this signature; had
_rawType
earlier
-
-
Class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_creatorMinLevel
JsonAutoDetect.Visibility _creatorMinLevel
-
_fieldMinLevel
JsonAutoDetect.Visibility _fieldMinLevel
-
_getterMinLevel
JsonAutoDetect.Visibility _getterMinLevel
-
_isGetterMinLevel
JsonAutoDetect.Visibility _isGetterMinLevel
-
_setterMinLevel
JsonAutoDetect.Visibility _setterMinLevel
-
-
-
Package com.fasterxml.jackson.databind.json
-
Class com.fasterxml.jackson.databind.json.JsonMapper extends ObjectMapper implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.jsontype
-
Class com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator extends PolymorphicTypeValidator.Base implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseTypeMatchers
BasicPolymorphicTypeValidator.TypeMatcher[] _baseTypeMatchers
Set of matchers that can validate all values of polymorphic properties that match specified allowed base types. -
_invalidBaseTypes
java.util.Set<java.lang.Class<?>> _invalidBaseTypes
Set of specifically denied base types to indicate that use of specific base types is not allowed: most commonly used to fully block use ofObject
as the base type. -
_subClassMatchers
BasicPolymorphicTypeValidator.TypeMatcher[] _subClassMatchers
Set of matchers that can validate specific values of polymorphic properties that match subtype class criteria. -
_subTypeNameMatchers
BasicPolymorphicTypeValidator.NameMatcher[] _subTypeNameMatchers
Set of matchers that can validate specific values of polymorphic properties that match subtype class name criteria.
-
-
Class com.fasterxml.jackson.databind.jsontype.DefaultBaseTypeLimitingValidator extends PolymorphicTypeValidator implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.NamedType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_class
java.lang.Class<?> _class
-
_hashCode
int _hashCode
-
_name
java.lang.String _name
-
-
Class com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator.Base extends PolymorphicTypeValidator implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.jsontype.impl
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer extends TypeDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsDeductionTypeDeserializer extends AsPropertyTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fieldBitIndex
java.util.Map<java.lang.String,java.lang.Integer> fieldBitIndex
-
subtypeFingerprints
java.util.Map<java.util.BitSet,java.lang.String> subtypeFingerprints
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer extends AsArrayTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer extends AsArrayTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_inclusion
JsonTypeInfo.As _inclusion
-
_msgForMissingId
java.lang.String _msgForMissingId
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer extends TypeDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.LaissezFaireSubTypeValidator extends PolymorphicTypeValidator.Base implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver extends SubtypeResolver implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_registeredSubtypes
java.util.LinkedHashSet<NamedType> _registeredSubtypes
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase extends TypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseType
JavaType _baseType
-
_defaultImpl
JavaType _defaultImpl
Type to use as the default implementation, if type id is missing or cannot be resolved. -
_defaultImplDeserializer
JsonDeserializer<java.lang.Object> _defaultImplDeserializer
-
_deserializers
java.util.Map<java.lang.String,JsonDeserializer<java.lang.Object>> _deserializers
For efficient operation we will lazily build mappings from type ids to actual deserializers, once needed. -
_idResolver
TypeIdResolver _idResolver
-
_property
BeanProperty _property
Property that contains value for which type information is included; null if value is a root value. Note that this value is not assigned during construction but only whenTypeDeserializerBase.forProperty(com.fasterxml.jackson.databind.BeanProperty)
is called to create a copy. -
_typeIdVisible
boolean _typeIdVisible
-
_typePropertyName
java.lang.String _typePropertyName
Name of type property used; needed for non-property versions too, in cases where type id is to be exposed as part of JSON.
-
-
-
Package com.fasterxml.jackson.databind.module
-
Class com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver extends AbstractTypeResolver implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_mappings
java.util.HashMap<ClassKey,java.lang.Class<?>> _mappings
Mappings from super types to subtypes
-
-
Class com.fasterxml.jackson.databind.module.SimpleDeserializers extends Deserializers.Base implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_classMappings
java.util.HashMap<ClassKey,JsonDeserializer<?>> _classMappings
-
_hasEnumDeserializer
boolean _hasEnumDeserializer
Flag to help find "generic" enum deserializer, if one has been registered.- Since:
- 2.3
-
-
Class com.fasterxml.jackson.databind.module.SimpleKeyDeserializers extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_classMappings
java.util.HashMap<ClassKey,KeyDeserializer> _classMappings
-
-
Class com.fasterxml.jackson.databind.module.SimpleModule extends Module implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_abstractTypes
SimpleAbstractTypeResolver _abstractTypes
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete) -
_deserializerModifier
BeanDeserializerModifier _deserializerModifier
- Since:
- 2.2
-
_deserializers
SimpleDeserializers _deserializers
-
_hasExplicitName
boolean _hasExplicitName
Flag that indicates whether module was given an explicit name or not. Distinction is used to determine whether methodSimpleModule.getTypeId()
should return name (yes, if explicit) ornull
(if no explicit name was passed).- Since:
- 2.13
-
_keyDeserializers
SimpleKeyDeserializers _keyDeserializers
-
_keySerializers
SimpleSerializers _keySerializers
-
_mixins
java.util.HashMap<java.lang.Class<?>,java.lang.Class<?>> _mixins
Lazily-constructed map that contains mix-in definitions, indexed by target class, value being mix-in to apply. -
_name
java.lang.String _name
-
_namingStrategy
PropertyNamingStrategy _namingStrategy
- Since:
- 2.3
-
_serializerModifier
BeanSerializerModifier _serializerModifier
- Since:
- 2.2
-
_serializers
SimpleSerializers _serializers
-
_subtypes
java.util.LinkedHashSet<NamedType> _subtypes
Set of subtypes to register, if any. -
_valueInstantiators
SimpleValueInstantiators _valueInstantiators
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete) -
_version
Version _version
-
-
Class com.fasterxml.jackson.databind.module.SimpleSerializers extends Serializers.Base implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
_classMappings
java.util.HashMap<ClassKey,JsonSerializer<?>> _classMappings
Class-based mappings that are used both for exact and sub-class matches. -
_hasEnumSerializer
boolean _hasEnumSerializer
Flag to help find "generic" enum serializer, if one has been registered.- Since:
- 2.3
-
_interfaceMappings
java.util.HashMap<ClassKey,JsonSerializer<?>> _interfaceMappings
Interface-based matches.
-
-
Class com.fasterxml.jackson.databind.module.SimpleValueInstantiators extends ValueInstantiators.Base implements Serializable
- serialVersionUID:
- -8929386427526115130L
-
Serialized Fields
-
_classMappings
java.util.HashMap<ClassKey,ValueInstantiator> _classMappings
Mappings from raw (type-erased, i.e. non-generic) types to matchingValueInstantiator
instances.
-
-
-
Package com.fasterxml.jackson.databind.node
-
Class com.fasterxml.jackson.databind.node.ArrayNode extends ContainerNode<ArrayNode> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_children
java.util.List<JsonNode> _children
-
-
Class com.fasterxml.jackson.databind.node.BaseJsonNode extends JsonNode implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
-
-
Class com.fasterxml.jackson.databind.node.BigIntegerNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
java.math.BigInteger _value
-
-
-
Class com.fasterxml.jackson.databind.node.BinaryNode extends ValueNode implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_data
byte[] _data
-
-
Class com.fasterxml.jackson.databind.node.BooleanNode extends ValueNode implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
_value
boolean _value
-
-
Class com.fasterxml.jackson.databind.node.ContainerNode extends BaseJsonNode implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nodeFactory
JsonNodeFactory _nodeFactory
We will keep a reference to the Object (usually TreeMapper) that can construct instances of nodes to add to this container node.
-
-
Class com.fasterxml.jackson.databind.node.DecimalNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
java.math.BigDecimal _value
-
-
-
Class com.fasterxml.jackson.databind.node.DoubleNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
double _value
-
-
-
Class com.fasterxml.jackson.databind.node.FloatNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
float _value
-
-
-
Class com.fasterxml.jackson.databind.node.IntNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
int _value
Integer value this node contains
-
-
-
Class com.fasterxml.jackson.databind.node.JsonNodeFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgBigDecimalExact
boolean _cfgBigDecimalExact
-
-
Class com.fasterxml.jackson.databind.node.LongNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
long _value
-
-
-
Class com.fasterxml.jackson.databind.node.MissingNode extends ValueNode implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Class com.fasterxml.jackson.databind.node.NullNode extends ValueNode implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Class com.fasterxml.jackson.databind.node.NumericNode extends ValueNode implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.ObjectNode extends ContainerNode<ObjectNode> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_children
java.util.Map<java.lang.String,JsonNode> _children
-
-
Class com.fasterxml.jackson.databind.node.POJONode extends ValueNode implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_value
java.lang.Object _value
-
-
Class com.fasterxml.jackson.databind.node.ShortNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
short _value
-
-
-
Class com.fasterxml.jackson.databind.node.TextNode extends ValueNode implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_value
java.lang.String _value
-
-
Class com.fasterxml.jackson.databind.node.ValueNode extends BaseJsonNode implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.ser
-
Class com.fasterxml.jackson.databind.ser.BasicSerializerFactory extends SerializerFactory implements Serializable
-
Serialized Fields
-
_factoryConfig
SerializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
-
-
-
Class com.fasterxml.jackson.databind.ser.BeanPropertyWriter extends PropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
-
Serialized Fields
-
_cfgSerializationType
JavaType _cfgSerializationType
Type to use for locating serializer; normally same as return type of the accessor method, but may be overridden by annotations. -
_declaredType
JavaType _declaredType
Type property is declared to have, either in class definition or associated annotations. -
_includeInViews
java.lang.Class<?>[] _includeInViews
Alternate set of property writers used when view-based filtering is available for the Bean. -
_member
AnnotatedMember _member
Member (field, method) that represents property and allows access to associated annotations. -
_name
SerializedString _name
Logical name of the property; will be used as the field name under which value for the property is written.NOTE: do NOT change name of this field; it is accessed by Afterburner module (until 2.4; not directly from 2.5) ALSO NOTE: ... and while it really ought to be `SerializableString`, changing that is also binary-incompatible change. So nope.
-
_nonTrivialBaseType
JavaType _nonTrivialBaseType
Base type of the property, if the declared type is "non-trivial"; meaning it is either a structured type (collection, map, array), or parameterized. Used to retain type information about contained type, which is mostly necessary if type meta-data is to be included. -
_nullSerializer
JsonSerializer<java.lang.Object> _nullSerializer
Serializer used for writing out null values, if any: if null, null values are to be suppressed. -
_serializer
JsonSerializer<java.lang.Object> _serializer
Serializer to use for writing out the value: null if it cannot be known statically; non-null if it can. -
_suppressableValue
java.lang.Object _suppressableValue
Value that is considered default value of the property; used for default-value-suppression if enabled. -
_suppressNulls
boolean _suppressNulls
Whether null values are to be suppressed (nothing written out if value is null) or not. Note that this is a configuration value during construction, and actual handling relies on setting (or not) ofBeanPropertyWriter._nullSerializer
. -
_typeSerializer
TypeSerializer _typeSerializer
If property being serialized needs type information to be included this is the type serializer to use. Declared type (possibly augmented with annotations) of property is used for determining exact mechanism to use (compared to actual runtime type used for serializing actual state). -
_wrapperName
PropertyName _wrapperName
Wrapper name to use for this element, if any- Since:
- 2.2
-
-
Class com.fasterxml.jackson.databind.ser.BeanSerializer extends BeanSerializerBase implements Serializable
- serialVersionUID:
- 29L
-
Class com.fasterxml.jackson.databind.ser.BeanSerializerFactory extends BasicSerializerFactory implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.ContainerSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider extends SerializerProvider implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.Impl extends DefaultSerializerProvider implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.PropertyWriter extends ConcreteBeanPropertyBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter extends BeanPropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.ser.impl
-
Class com.fasterxml.jackson.databind.ser.impl.AttributePropertyWriter extends VirtualBeanPropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_attrName
java.lang.String _attrName
-
-
Class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer extends BeanSerializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultSerializer
BeanSerializerBase _defaultSerializer
Serializer that would produce JSON Object version; used in cases where array output cannot be used.
-
-
Class com.fasterxml.jackson.databind.ser.impl.FailingSerializer extends StdSerializer<java.lang.Object> implements Serializable
-
Serialized Fields
-
_msg
java.lang.String _msg
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer extends AsArraySerializerBase<java.util.List<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer extends StaticListSerializerBase<java.util.List<java.lang.String>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer extends AsArraySerializerBase<java.util.Iterator<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer extends ContainerSerializer<java.util.Map.Entry<?,?>> implements Serializable
-
Serialized Fields
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object. -
_entryType
JavaType _entryType
-
_keySerializer
JsonSerializer<java.lang.Object> _keySerializer
Key serializer to use, if it can be statically determined -
_keyType
JavaType _keyType
-
_property
BeanProperty _property
Map-valued property being serialized with this instance -
_suppressableValue
java.lang.Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()
is called), or marker value ofMapEntrySerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.5
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofMapEntrySerializer._suppressableValue
- Since:
- 2.9
-
_valueSerializer
JsonSerializer<java.lang.Object> _valueSerializer
Value serializer to use, if it can be statically determined -
_valueType
JavaType _valueType
-
_valueTypeIsStatic
boolean _valueTypeIsStatic
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used) -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type identifier serializer used for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator extends ObjectIdGenerators.PropertyGenerator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanPropertyWriter _property
-
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter extends SimpleBeanPropertyFilter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_propertiesToInclude
java.util.Set<java.lang.String> _propertiesToInclude
Set of property names to serialize.
-
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter extends SimpleBeanPropertyFilter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_propertiesToExclude
java.util.Set<java.lang.String> _propertiesToExclude
Set of property names to filter out.
-
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider extends FilterProvider implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgFailOnUnknownId
boolean _cfgFailOnUnknownId
Flag that indicates whether request for an unknown filter id should result an exception (default) or not. Note that this is only relevant if no default filter has been configured. -
_defaultFilter
PropertyFilter _defaultFilter
This is the filter we return in case no mapping was found for given id; default is 'null' (in which case caller typically reports an error), but can be set to an explicit filter. -
_filtersById
java.util.Map<java.lang.String,PropertyFilter> _filtersById
Mappings from ids to filters.
-
-
Class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer extends ArraySerializerBase<java.lang.String[]> implements Serializable
-
Serialized Fields
-
_elementSerializer
JsonSerializer<java.lang.Object> _elementSerializer
Value serializer to use, if it's not the standard one (if it is we can optimize serialization a lot)
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer extends StaticListSerializerBase<java.util.Collection<java.lang.String>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.impl.UnknownSerializer extends ToEmptyObjectSerializer implements Serializable
-
Class com.fasterxml.jackson.databind.ser.impl.UnsupportedTypeSerializer extends StdSerializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_message
java.lang.String _message
-
_type
JavaType _type
-
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter extends BeanPropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties of unwrapped POJO.
-
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer extends BeanSerializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties of unwrapped POJO.
-
-
-
Package com.fasterxml.jackson.databind.ser.std
-
Class com.fasterxml.jackson.databind.ser.std.ArraySerializerBase extends ContainerSerializer<T> implements Serializable
-
Serialized Fields
-
_property
BeanProperty _property
-
_unwrapSingle
java.lang.Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
-
-
Class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase extends ContainerSerializer<T> implements Serializable
-
Serialized Fields
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type cannot be statically determined, mapping from runtime type to serializer is handled using this object -
_elementSerializer
JsonSerializer<java.lang.Object> _elementSerializer
Value serializer to use, if it can be statically determined -
_elementType
JavaType _elementType
-
_property
BeanProperty _property
Collection-valued property being serialized with this instance -
_staticTyping
boolean _staticTyping
-
_unwrapSingle
java.lang.Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer used for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.AtomicReferenceSerializer extends ReferenceTypeSerializer<java.util.concurrent.atomic.AtomicReference<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase extends StdSerializer<java.lang.Object> implements Serializable
-
Serialized Fields
-
_anyGetterWriter
AnyGetterWriter _anyGetterWriter
Handler forJsonAnyGetter
annotated properties -
_beanType
JavaType _beanType
- Since:
- 2.9
-
_filteredProps
BeanPropertyWriter[] _filteredProps
Optional filters used to suppress output of properties that are only to be included in certain views -
_objectIdWriter
ObjectIdWriter _objectIdWriter
If this POJO can be alternatively serialized using just an object id to denote a reference to previously serialized object, this Object will handle details. -
_propertyFilterId
java.lang.Object _propertyFilterId
Id of the bean property filter to use, if any; null if none. -
_props
BeanPropertyWriter[] _props
Writers used for outputting actual property values -
_serializationShape
JsonFormat.Shape _serializationShape
Requested shape from bean class annotations. -
_typeId
AnnotatedMember _typeId
If using custom type ids (usually via getter, or field), this is the reference to that member.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.BooleanSerializer extends StdScalarSerializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_forPrimitive
boolean _forPrimitive
Whether type serialized is primitive (boolean) or wrapper (java.lang.Boolean); if true, former, if false, latter.
-
-
Class com.fasterxml.jackson.databind.ser.std.ByteArraySerializer extends StdSerializer<byte[]> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer extends StdScalarSerializer<java.nio.ByteBuffer> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.CalendarSerializer extends DateTimeSerializerBase<java.util.Calendar> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ClassSerializer extends StdScalarSerializer<java.lang.Class<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.CollectionSerializer extends AsArraySerializerBase<java.util.Collection<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.DateSerializer extends DateTimeSerializerBase<java.util.Date> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase extends StdScalarSerializer<T> implements Serializable
-
Serialized Fields
-
_customFormat
java.text.DateFormat _customFormat
Specific format to use, if not default format: non null value also indicates that serialization is to be done as JSON String, not numeric timestamp, unlessDateTimeSerializerBase._useTimestamp
is true. -
_reusedCustomFormat
java.util.concurrent.atomic.AtomicReference<java.text.DateFormat> _reusedCustomFormat
IfDateTimeSerializerBase._customFormat
is used, we will try to reuse instances in simplest possible form; thread-safe, but without overhead ofThreadLocal
(not from code, but wrt retaining of possibly large number of format instances over all threads, properties with custom formats).- Since:
- 2.9
-
_useTimestamp
java.lang.Boolean _useTimestamp
Flag that indicates that serialization must be done as the Java timestamp, regardless of other settings.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer extends ContainerSerializer<java.util.EnumMap<? extends java.lang.Enum<?>,?>> implements Serializable
-
Serialized Fields
-
_keyEnums
EnumValues _keyEnums
-
_property
BeanProperty _property
-
_staticTyping
boolean _staticTyping
-
_valueSerializer
JsonSerializer<java.lang.Object> _valueSerializer
-
_valueType
JavaType _valueType
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
-
-
-
Class com.fasterxml.jackson.databind.ser.std.EnumSerializer extends StdScalarSerializer<java.lang.Enum<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_serializeAsIndex
java.lang.Boolean _serializeAsIndex
Flag that is set if we statically know serialization choice between index and textual format (null if it needs to be dynamically checked).- Since:
- 2.1
-
_values
EnumValues _values
This map contains pre-resolved values (since there are ways to customize actual String constants to use) to use as serializations.
-
-
Class com.fasterxml.jackson.databind.ser.std.EnumSetSerializer extends AsArraySerializerBase<java.util.EnumSet<? extends java.lang.Enum<?>>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.FileSerializer extends StdScalarSerializer<java.io.File> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.InetAddressSerializer extends StdScalarSerializer<java.net.InetAddress> implements Serializable
-
Serialized Fields
-
_asNumeric
boolean _asNumeric
- Since:
- 2.9
-
-
-
Class com.fasterxml.jackson.databind.ser.std.InetSocketAddressSerializer extends StdScalarSerializer<java.net.InetSocketAddress> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.IterableSerializer extends AsArraySerializerBase<java.lang.Iterable<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer extends StdSerializer<java.lang.Object> implements Serializable
-
Serialized Fields
-
_accessor
AnnotatedMember _accessor
- Since:
- 2.9
-
_forceTypeInformation
boolean _forceTypeInformation
This is a flag that is set in rare (?) cases where this serializer is used for "natural" types (boolean, int, String, double); and where we actually must force type information wrapping, even though one would not normally be added. -
_property
BeanProperty _property
-
_valueSerializer
JsonSerializer<java.lang.Object> _valueSerializer
-
_valueType
JavaType _valueType
Declared type of the value accessed, as declared by accessor.- Since:
- 2.12
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
- Since:
- 2.12
-
-
-
Class com.fasterxml.jackson.databind.ser.std.MapProperty extends PropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
java.lang.Object _key
-
_keySerializer
JsonSerializer<java.lang.Object> _keySerializer
-
_property
BeanProperty _property
-
_typeSerializer
TypeSerializer _typeSerializer
-
_value
java.lang.Object _value
-
_valueSerializer
JsonSerializer<java.lang.Object> _valueSerializer
-
-
Class com.fasterxml.jackson.databind.ser.std.MapSerializer extends ContainerSerializer<java.util.Map<?,?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object. -
_filterId
java.lang.Object _filterId
Id of the property filter to use, if any; null if none.- Since:
- 2.3
-
_ignoredEntries
java.util.Set<java.lang.String> _ignoredEntries
Set of entries to omit during serialization, if any -
_includedEntries
java.util.Set<java.lang.String> _includedEntries
Set of entries to include during serialization, if null, it is ignored, empty will include nothing.- Since:
- 2.12
-
_inclusionChecker
IgnorePropertiesUtil.Checker _inclusionChecker
Helper object used for name-based filtering- Since:
- 2.12
-
_keySerializer
JsonSerializer<java.lang.Object> _keySerializer
Key serializer to use, if it can be statically determined -
_keyType
JavaType _keyType
Declared type of keys -
_property
BeanProperty _property
Map-valued property being serialized with this instance -
_sortKeys
boolean _sortKeys
Flag set if output is forced to be sorted by keys (usually due to annotation).- Since:
- 2.4
-
_suppressableValue
java.lang.Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()
is called), or marker value ofMapSerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.5
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofMapSerializer._suppressableValue
- Since:
- 2.9
-
_valueSerializer
JsonSerializer<java.lang.Object> _valueSerializer
Value serializer to use, if it can be statically determined -
_valueType
JavaType _valueType
Declared type of contained values -
_valueTypeIsStatic
boolean _valueTypeIsStatic
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used) -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type identifier serializer used for values, if any.
-
-
Class com.fasterxml.jackson.databind.ser.std.NonTypedScalarSerializerBase extends StdScalarSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NullSerializer extends StdSerializer<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializer extends StdScalarSerializer<java.lang.Number> implements Serializable
-
Serialized Fields
-
_isInt
boolean _isInt
-
-
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base extends StdScalarSerializer<T> implements Serializable
-
Serialized Fields
-
_isInt
boolean _isInt
-
_numberType
JsonParser.NumberType _numberType
-
_schemaType
java.lang.String _schemaType
-
-
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.DoubleSerializer extends NumberSerializers.Base<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.FloatSerializer extends NumberSerializers.Base<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntegerSerializer extends NumberSerializers.Base<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntLikeSerializer extends NumberSerializers.Base<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.LongSerializer extends NumberSerializers.Base<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.ShortSerializer extends NumberSerializers.Base<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer extends ArraySerializerBase<java.lang.Object[]> implements Serializable
-
Serialized Fields
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type cannot be statically determined, mapping from runtime type to serializer is handled using this object -
_elementSerializer
JsonSerializer<java.lang.Object> _elementSerializer
Value serializer to use, if it can be statically determined. -
_elementType
JavaType _elementType
Declared type of element entries -
_staticTyping
boolean _staticTyping
Whether we are using static typing (using declared types, ignoring runtime type) or not for elements. -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer to use for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.RawSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer extends StdSerializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanProperty _property
-
_referredType
JavaType _referredType
Value type -
_suppressableValue
java.lang.Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()
is called), or marker value ofReferenceTypeSerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.9
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofReferenceTypeSerializer._suppressableValue
- Since:
- 2.9
-
_unwrapper
NameTransformer _unwrapper
In case of unwrapping, need name transformer. -
_valueSerializer
JsonSerializer<java.lang.Object> _valueSerializer
Serializer for content values, if statically known. -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer used for values, if any.
-
-
Class com.fasterxml.jackson.databind.ser.std.SerializableSerializer extends StdSerializer<JsonSerializable> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.SqlDateSerializer extends DateTimeSerializerBase<java.sql.Date> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.SqlTimeSerializer extends StdScalarSerializer<java.sql.Time> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase extends StdSerializer<T extends java.util.Collection<?>> implements Serializable
-
Serialized Fields
-
_unwrapSingle
java.lang.Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer extends ArraySerializerBase<boolean[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.CharArraySerializer extends StdSerializer<char[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer extends ArraySerializerBase<double[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<float[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer extends ArraySerializerBase<int[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<long[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<short[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer extends ArraySerializerBase<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer extends StdSerializer<java.lang.Object> implements Serializable
-
Serialized Fields
-
_converter
Converter<java.lang.Object,?> _converter
-
_delegateSerializer
JsonSerializer<java.lang.Object> _delegateSerializer
Underlying serializer for typeT
. -
_delegateType
JavaType _delegateType
Fully resolved delegate type, with generic information if any available.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicBooleanSerializer extends StdScalarSerializer<java.util.concurrent.atomic.AtomicBoolean> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicIntegerSerializer extends StdScalarSerializer<java.util.concurrent.atomic.AtomicInteger> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicLongSerializer extends StdScalarSerializer<java.util.concurrent.atomic.AtomicLong> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializer extends StdSerializer<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.Default extends StdSerializer<java.lang.Object> implements Serializable
-
Serialized Fields
-
_typeId
int _typeId
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.Dynamic extends StdSerializer<java.lang.Object> implements Serializable
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.EnumKeySerializer extends StdSerializer<java.lang.Object> implements Serializable
-
Serialized Fields
-
_values
EnumValues _values
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.StringKeySerializer extends StdSerializer<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdScalarSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdSerializer extends JsonSerializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_handledType
java.lang.Class<T> _handledType
Nominal type supported, usually declared type of property for which serializer is used.
-
-
Class com.fasterxml.jackson.databind.ser.std.StringSerializer extends StdScalarSerializer<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.TimeZoneSerializer extends StdScalarSerializer<java.util.TimeZone> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ToEmptyObjectSerializer extends StdSerializer<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.TokenBufferSerializer extends StdSerializer<TokenBuffer> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializer extends ToStringSerializerBase implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializerBase extends StdSerializer<java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.UUIDSerializer extends StdScalarSerializer<java.util.UUID> implements Serializable
-
Serialized Fields
-
_asBinary
java.lang.Boolean _asBinary
Configuration setting that indicates if serialization as binary (native or Base64-encoded) has been forced;null
means "use default heuristic"- Since:
- 2.11.3
-
-
-
-
Package com.fasterxml.jackson.databind.type
-
Class com.fasterxml.jackson.databind.type.ArrayType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_componentType
JavaType _componentType
Type of elements in the array. -
_emptyArray
java.lang.Object _emptyArray
We will also keep track of shareable instance of empty array, since it usually needs to be constructed any way; and because it is essentially immutable and thus can be shared.
-
-
Class com.fasterxml.jackson.databind.type.ClassKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_class
java.lang.Class<?> _class
-
_className
java.lang.String _className
-
_hashCode
int _hashCode
Let's cache hash code straight away, since we are almost certain to need it.
-
-
Class com.fasterxml.jackson.databind.type.CollectionLikeType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_elementType
JavaType _elementType
Type of elements in collection
-
-
Class com.fasterxml.jackson.databind.type.CollectionType extends CollectionLikeType implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.MapLikeType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.MapType extends MapLikeType implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.PlaceholderForType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_actualType
JavaType _actualType
Type assigned during wildcard resolution (which follows type structure resolution) -
_ordinal
int _ordinal
-
-
Class com.fasterxml.jackson.databind.type.ReferenceType extends SimpleType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_anchorType
JavaType _anchorType
Essential type used for type ids, for example if type id is needed for referencing type with polymorphic handling. Typically initialized when aSimpleType
is upgraded into reference type, but NOT changed if being sub-classed.- Since:
- 2.8
-
_referencedType
JavaType _referencedType
-
-
Class com.fasterxml.jackson.databind.type.ResolvedRecursiveType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_referencedType
JavaType _referencedType
-
-
Class com.fasterxml.jackson.databind.type.SimpleType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.TypeBase extends JavaType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bindings
TypeBindings _bindings
Bindings in effect for this type instance; possibly empty. Needed when resolving types declared in members of this type (if any).- Since:
- 2.7
-
_superClass
JavaType _superClass
-
_superInterfaces
JavaType[] _superInterfaces
-
-
Class com.fasterxml.jackson.databind.type.TypeBindings extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
_hashCode
int _hashCode
-
_names
java.lang.String[] _names
Array of type (type variable) names. -
_types
JavaType[] _types
Types matching names -
_unboundVariables
java.lang.String[] _unboundVariables
Names of potentially unresolved type variables.- Since:
- 2.3
-
-
Class com.fasterxml.jackson.databind.type.TypeFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_classLoader
java.lang.ClassLoader _classLoader
ClassLoader used by this factory [databind#624]. -
_modifiers
TypeModifier[] _modifiers
RegisteredTypeModifier
s: objects that can change details ofJavaType
instances factory constructs. -
_parser
TypeParser _parser
-
_typeCache
LookupCache<java.lang.Object,JavaType> _typeCache
Since type resolution can be expensive (specifically when resolving actual generic types), we will use small cache to avoid repetitive resolution of core types
-
-
Class com.fasterxml.jackson.databind.type.TypeParser extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
TypeFactory _factory
-
-
-
Package com.fasterxml.jackson.databind.util
-
Class com.fasterxml.jackson.databind.util.CompactStringObjectMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_hashArea
java.lang.Object[] _hashArea
-
_hashMask
int _hashMask
-
_spillCount
int _spillCount
-
-
Class com.fasterxml.jackson.databind.util.EnumResolver extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultValue
java.lang.Enum<?> _defaultValue
-
_enumClass
java.lang.Class<java.lang.Enum<?>> _enumClass
-
_enums
java.lang.Enum<?>[] _enums
-
_enumsById
java.util.HashMap<java.lang.String,java.lang.Enum<?>> _enumsById
-
_isFromIntValue
boolean _isFromIntValue
Marker for case where value may come from@JsonValue
annotated accessor and is expected/likely to come from actual integral number value (and not String).Special case is needed since this specifically means that
Enum.index()
should NOT be used or default to.- Since:
- 2.13
-
_isIgnoreCase
boolean _isIgnoreCase
Marker for case-insensitive handling- Since:
- 2.12
-
-
Class com.fasterxml.jackson.databind.util.EnumValues extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_enumClass
java.lang.Class<java.lang.Enum<?>> _enumClass
-
_textual
SerializableString[] _textual
-
_values
java.lang.Enum<?>[] _values
-
-
Class com.fasterxml.jackson.databind.util.IgnorePropertiesUtil.Checker extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_toIgnore
java.util.Set<java.lang.String> _toIgnore
-
_toInclude
java.util.Set<java.lang.String> _toInclude
-
-
Class com.fasterxml.jackson.databind.util.ISO8601DateFormat extends java.text.DateFormat implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.LRUMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
readResolve
protected java.lang.Object readResolve()
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class com.fasterxml.jackson.databind.util.NameTransformer.Chained extends NameTransformer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_t1
NameTransformer _t1
-
_t2
NameTransformer _t2
-
-
Class com.fasterxml.jackson.databind.util.NameTransformer.NopTransformer extends NameTransformer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.ObjectIdMap extends java.util.IdentityHashMap<java.lang.Object,java.lang.Object> implements Serializable
-
Class com.fasterxml.jackson.databind.util.RootNameLookup extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
Need to override to reproduce cache object via constructor, instead of serialize/deserialize (since we do NOT want to retain cached data)
-
-
Class com.fasterxml.jackson.databind.util.StdDateFormat extends java.text.DateFormat implements Serializable
-
Serialized Fields
-
_lenient
java.lang.Boolean _lenient
Explicit override for leniency, if specified.Cannot be `final` because
StdDateFormat.setLenient(boolean)
returns `void`.- Since:
- 2.7
-
_locale
java.util.Locale _locale
-
_tzSerializedWithColon
boolean _tzSerializedWithColon
Whether the TZ offset must be formatted with a colon between hours and minutes (HH:mm
format)Defaults to
true
since 2.11: earlier versions defaulted tofalse
for backwards compatibility reasons- Since:
- 2.9.1
-
-
-
Class com.fasterxml.jackson.databind.util.ViewMatcher extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.dataformat.xml
-
Class com.fasterxml.jackson.dataformat.xml.DefaultingXmlTypeResolverBuilder extends ObjectMapper.DefaultTypeResolverBuilder implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.JacksonXmlAnnotationIntrospector extends JacksonAnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgDefaultUseWrapper
boolean _cfgDefaultUseWrapper
-
-
Class com.fasterxml.jackson.dataformat.xml.JacksonXmlModule extends SimpleModule implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgDefaultUseWrapper
boolean _cfgDefaultUseWrapper
Determination of whether indexed properties (arrays, Lists) that are not explicitly annotated (withJacksonXmlElementWrapper
or equivalent) should default to using implicit wrapper (with same name as property) or not. If enabled, wrapping is used by default; if false, it is not.Note that JAXB annotation introspector always assumes "do not wrap by default". Jackson annotations have different default due to backwards compatibility.
- Since:
- 2.1
-
_cfgNameForTextElement
java.lang.String _cfgNameForTextElement
Name used for pseudo-property used for returning XML Text value (which does not have actual element name to use). Defaults to empty String, but may be changed for interoperability reasons: JAXB, for example, uses "value" as name.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector.Pair extends AnnotationIntrospectorPair implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_xmlPrimary
AnnotationIntrospector.XmlExtensions _xmlPrimary
-
_xmlSecondary
AnnotationIntrospector.XmlExtensions _xmlSecondary
-
-
Class com.fasterxml.jackson.dataformat.xml.XmlFactory extends JsonFactory implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
In addition to default serialization, which mostly works, need to handle case of XML factories, hence override.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
readResolve
protected java.lang.Object readResolve()
Method that we need to override to actually make restoration go through constructors etc. -
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
In addition to default serialization, which mostly works, need to handle case of XML factories, hence override.- Throws:
java.io.IOException
-
-
Serialized Fields
-
_cfgNameForTextElement
java.lang.String _cfgNameForTextElement
-
_xmlGeneratorFeatures
int _xmlGeneratorFeatures
-
_xmlParserFeatures
int _xmlParserFeatures
-
-
Class com.fasterxml.jackson.dataformat.xml.XmlMapper extends ObjectMapper implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_xmlModule
JacksonXmlModule _xmlModule
-
-
-
Package com.fasterxml.jackson.datatype.jsr310
-
Class com.fasterxml.jackson.datatype.jsr310.JavaTimeModule extends SimpleModule implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.JSR310Module extends SimpleModule implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.datatype.jsr310.deser
-
Class com.fasterxml.jackson.datatype.jsr310.deser.DurationDeserializer extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<java.time.Duration> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_durationUnitConverter
DurationUnitConverter _durationUnitConverter
When defined (notnull
) integer values will be converted into duration unit configured for the converter. Using this converter will typically override the value specified inDeserializationFeature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
as it is considered that the unit set inJsonFormat.pattern()
has precedence since it is more specific.See [jackson-modules-java8#184] for more info.
- Since:
- 2.12
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer extends JSR310DateTimeDeserializerBase<T extends java.time.temporal.Temporal> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_adjustToContextTZOverride
java.lang.Boolean _adjustToContextTZOverride
Flag forJsonFormat.Feature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE
- Since:
- 2.8
-
adjust
java.util.function.BiFunction<T extends java.time.temporal.Temporal,java.time.ZoneId,T extends java.time.temporal.Temporal> adjust
-
fromMilliseconds
java.util.function.Function<InstantDeserializer.FromIntegerArguments,T extends java.time.temporal.Temporal> fromMilliseconds
-
fromNanoseconds
java.util.function.Function<InstantDeserializer.FromDecimalArguments,T extends java.time.temporal.Temporal> fromNanoseconds
-
parsedToValue
java.util.function.Function<java.time.temporal.TemporalAccessor,T extends java.time.temporal.Temporal> parsedToValue
-
replaceZeroOffsetAsZ
boolean replaceZeroOffsetAsZ
In case of vanilla `Instant` we seem to need to translate "+0000 | +00:00 | +00" timezone designator into plain "Z" for some reason; see [jackson-modules-java8#18] for more info- Since:
- 2.9.0
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.JSR310DateTimeDeserializerBase extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<T> implements Serializable
-
Serialized Fields
-
_formatter
java.time.format.DateTimeFormatter _formatter
-
_shape
JsonFormat.Shape _shape
Setting that indicates the specified for this deserializer as aJsonFormat.Shape
annotation on property or class, or due to per-type "config override", or from global settings: If Shape is NUMBER_INT, the input value is considered to be epoch days. If not a NUMBER_INT, and the deserializer was not specified with the leniency setting of true, then an exception will be thrown.- Since:
- 2.11
-
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.JSR310StringParsableDeserializer extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_typeSelector
int _typeSelector
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer extends JSR310DateTimeDeserializerBase<java.time.LocalDate> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer extends JSR310DateTimeDeserializerBase<java.time.LocalDateTime> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalTimeDeserializer extends JSR310DateTimeDeserializerBase<java.time.LocalTime> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.MonthDayDeserializer extends JSR310DateTimeDeserializerBase<java.time.MonthDay> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.OffsetTimeDeserializer extends JSR310DateTimeDeserializerBase<java.time.OffsetTime> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.YearDeserializer extends JSR310DateTimeDeserializerBase<java.time.Year> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.YearMonthDeserializer extends JSR310DateTimeDeserializerBase<java.time.YearMonth> implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.datatype.jsr310.ser
-
Class com.fasterxml.jackson.datatype.jsr310.ser.DurationSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<java.time.Duration> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_durationUnitConverter
DurationUnitConverter _durationUnitConverter
When defined (notnull
) duration values will be converted into integers with the unit configured for the converter. Only available whenSerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS
is enabled andSerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS
is not enabled since the duration converters do not support fractions- Since:
- 2.12
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializer extends InstantSerializerBase<java.time.Instant> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<T extends java.time.temporal.Temporal> implements Serializable
-
Serialized Fields
-
defaultFormat
java.time.format.DateTimeFormatter defaultFormat
-
getEpochMillis
java.util.function.ToLongFunction<T extends java.time.temporal.Temporal> getEpochMillis
-
getEpochSeconds
java.util.function.ToLongFunction<T extends java.time.temporal.Temporal> getEpochSeconds
-
getNanoseconds
java.util.function.ToIntFunction<T extends java.time.temporal.Temporal> getNanoseconds
-
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<java.time.LocalDate> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<java.time.LocalDateTime> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<java.time.LocalTime> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.MonthDaySerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<java.time.MonthDay> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.OffsetDateTimeSerializer extends InstantSerializerBase<java.time.OffsetDateTime> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.OffsetTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<java.time.OffsetTime> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.YearMonthSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<java.time.YearMonth> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.YearSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<java.time.Year> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeSerializer extends InstantSerializerBase<java.time.ZonedDateTime> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_writeZoneId
java.lang.Boolean _writeZoneId
Flag forJsonFormat.Feature.WRITE_DATES_WITH_ZONE_ID
- Since:
- 2.8
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeWithZoneIdSerializer extends InstantSerializerBase<java.time.ZonedDateTime> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZoneIdSerializer extends ToStringSerializerBase implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.module.paramnames
-
Class com.fasterxml.jackson.module.paramnames.ParameterNamesAnnotationIntrospector extends NopAnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
creatorBinding
JsonCreator.Mode creatorBinding
-
parameterExtractor
com.fasterxml.jackson.module.paramnames.ParameterExtractor parameterExtractor
-
-
Class com.fasterxml.jackson.module.paramnames.ParameterNamesModule extends SimpleModule implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
creatorBinding
JsonCreator.Mode creatorBinding
-
-
-
Package com.github.jknack.handlebars
-
Class com.github.jknack.handlebars.HandlebarsError extends java.lang.Object implements Serializable
-
Serialized Fields
-
column
int column
The error's column number. -
evidence
java.lang.String evidence
The error's evidence. -
filename
java.lang.String filename
The file's name. -
line
int line
The error's line number. -
message
java.lang.String message
The full error's message. -
reason
java.lang.String reason
The error's problem.
-
-
-
Class com.github.jknack.handlebars.HandlebarsException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -294368972176956335L
-
Serialized Fields
-
error
HandlebarsError error
A handlebars error. Optional.
-
-
-
Package com.google.common.base
-
Class com.google.common.base.Equivalence.Wrapper extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
equivalence
Equivalence<? super T> equivalence
Deprecated. -
reference
T reference
Deprecated.
-
-
Class com.google.common.base.Optional extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.base.VerifyException extends java.lang.RuntimeException implements Serializable
-
-
Package com.google.common.cache
-
Class com.google.common.cache.CacheLoader.InvalidCacheLoadException extends java.lang.RuntimeException implements Serializable
-
-
Package com.google.common.collect
-
Class com.google.common.collect.ArrayListMultimap extends com.google.common.collect.AbstractListMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectOutputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for each distinct key: the key, number of values for that key, and the key's values
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.ArrayTable extends com.google.common.collect.AbstractTable<R,C,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
array
V[][] array
Deprecated. -
columnKeyToIndex
ImmutableMap<C,java.lang.Integer> columnKeyToIndex
Deprecated. -
columnList
ImmutableList<C> columnList
Deprecated. -
rowKeyToIndex
ImmutableMap<R,java.lang.Integer> rowKeyToIndex
Deprecated. -
rowList
ImmutableList<R> rowList
Deprecated.
-
-
Class com.google.common.collect.ComputationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.ConcurrentHashMultiset extends com.google.common.collect.AbstractMultiset<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the ConcurrentMap of elements and their counts.
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.ContiguousSet extends ImmutableSortedSet<C extends java.lang.Comparable> implements Serializable
-
Serialized Fields
-
domain
DiscreteDomain<C extends java.lang.Comparable> domain
Deprecated.
-
-
-
Class com.google.common.collect.EnumBiMap extends com.google.common.collect.AbstractBiMap<K extends java.lang.Enum<K>,V extends java.lang.Enum<V>> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the key class, value class, number of entries, first key, first value, second key, second value, and so on.
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.EnumHashBiMap extends com.google.common.collect.AbstractBiMap<K extends java.lang.Enum<K>,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the key class, number of entries, first key, first value, second key, second value, and so on.
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.EnumMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E extends java.lang.Enum<E>> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Serial Data:
- the
Class<E>
for the enum type, the number of distinct elements, the first element, its count, the second element, its count, and so on - Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Class com.google.common.collect.HashBasedTable extends com.google.common.collect.StandardTable<R,C,V> implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.HashBiMap extends java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the number of entries, first key, first value, second key, second value, and so on.
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.HashMultimap extends com.google.common.collect.AbstractSetMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for each distinct key: the key, number of values for that key, and the key's values
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.HashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the number of distinct elements, the first element, its count, the second element, its count, and so on
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.ImmutableBiMap extends ImmutableMap<K,V> implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.ImmutableCollection extends java.util.AbstractCollection<E> implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.ImmutableList extends ImmutableCollection<E> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
Deprecated.- Throws:
java.io.InvalidObjectException
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.ImmutableListMultimap extends ImmutableMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- number of distinct keys, and then for each distinct key: the key, the number of values for that key, and the key's values
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.ImmutableMap extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.ImmutableMultimap extends com.google.common.collect.AbstractMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.ImmutableMultiset extends ImmutableCollection<E> implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.ImmutableRangeSet extends com.google.common.collect.AbstractRangeSet<C extends java.lang.Comparable> implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.ImmutableSet extends ImmutableCollection<E> implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.ImmutableSetMultimap extends ImmutableMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- number of distinct keys, and then for each distinct key: the key, the number of values for that key, and the key's values
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.ImmutableSortedMap extends com.google.common.collect.ImmutableSortedMapFauxverideShim<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
Class com.google.common.collect.ImmutableSortedMultiset extends com.google.common.collect.ImmutableSortedMultisetFauxverideShim<E> implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.ImmutableSortedSet extends com.google.common.collect.ImmutableSortedSetFauxverideShim<E> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
Deprecated.- Throws:
java.io.InvalidObjectException
-
writeReplace
java.lang.Object writeReplace()
Deprecated.
-
-
-
Class com.google.common.collect.LinkedHashMultimap extends com.google.common.collect.AbstractSetMultimap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the expected values per key, the number of distinct keys, the number of entries, and the entries in order
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.LinkedHashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the number of distinct elements, the first element, its count, the second element, its count, and so on
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.LinkedListMultimap extends com.google.common.collect.AbstractMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the number of distinct keys, and then for each distinct key: the first key, the number of values for that key, and the key's values, followed by successive keys and values from the entries() ordering
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.Range extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.TreeBasedTable extends com.google.common.collect.StandardRowSortedTable<R,C,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
columnComparator
java.util.Comparator<? super C> columnComparator
Deprecated.
-
-
Class com.google.common.collect.TreeMultimap extends com.google.common.collect.AbstractSortedKeySortedSetMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- key comparator, value comparator, number of distinct keys, and then for each distinct key: the key, number of values for that key, and key values
- Throws:
java.io.IOException
-
-
Class com.google.common.collect.TreeMultiset extends com.google.common.collect.AbstractSortedMultiset<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Deprecated.- Serial Data:
- the comparator, the number of distinct elements, the first element, its count, the second element, its count, and so on
- Throws:
java.io.IOException
-
-
-
Package com.google.common.hash
-
Class com.google.common.hash.BloomFilter extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace()
Deprecated.
-
-
Serialized Fields
-
bits
com.google.common.hash.BloomFilterStrategies.BitArray bits
Deprecated.The bit set of the BloomFilter (not necessarily power of 2!) -
funnel
Funnel<T> funnel
Deprecated.The funnel to translate Ts to bytes -
numHashFunctions
int numHashFunctions
Deprecated.Number of hashes per element -
strategy
com.google.common.hash.BloomFilter.Strategy strategy
Deprecated.The strategy we employ to map an element T tonumHashFunctions
bit indexes.
-
-
-
-
Package com.google.common.io
-
Class com.google.common.io.BaseEncoding.DecodingException extends java.io.IOException implements Serializable
-
Class com.google.common.io.InsecureRecursiveDeleteException extends java.nio.file.FileSystemException implements Serializable
-
-
Package com.google.common.math
-
Class com.google.common.math.PairedStats extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
sumOfProductsOfDeltas
double sumOfProductsOfDeltas
-
xStats
com.google.common.math.Stats xStats
-
yStats
com.google.common.math.Stats yStats
-
-
Class com.google.common.math.Stats extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
count
long count
-
max
double max
-
mean
double mean
-
min
double min
-
sumOfSquaresOfDeltas
double sumOfSquaresOfDeltas
-
-
-
Package com.google.common.net
-
Class com.google.common.net.HostAndPort extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
hasBracketlessColons
boolean hasBracketlessColons
Deprecated.True if the parsed host has colons, but no surrounding brackets. -
host
java.lang.String host
Deprecated.Hostname, IPv4/IPv6 literal, or unvalidated nonsense. -
port
int port
Deprecated.Validated port number in the range [0..65535], or NO_PORT
-
-
-
Package com.google.common.primitives
-
Class com.google.common.primitives.ImmutableDoubleArray extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
array
double[] array
-
end
int end
-
-
-
Class com.google.common.primitives.ImmutableIntArray extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
array
int[] array
-
end
int end
-
-
-
Class com.google.common.primitives.ImmutableLongArray extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
writeReplace
java.lang.Object writeReplace()
-
-
Serialized Fields
-
array
long[] array
-
end
int end
-
-
-
Class com.google.common.primitives.UnsignedInteger extends java.lang.Number implements Serializable
-
Serialized Fields
-
value
int value
Deprecated.
-
-
-
Class com.google.common.primitives.UnsignedLong extends java.lang.Number implements Serializable
-
Serialized Fields
-
value
long value
Deprecated.
-
-
-
-
Package com.google.common.reflect
-
Class com.google.common.reflect.TypeToken extends com.google.common.reflect.TypeCapture<T> implements Serializable
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace()
Deprecated.Implemented to support serialization of subclasses.
-
-
Serialized Fields
-
runtimeType
java.lang.reflect.Type runtimeType
Deprecated.
-
-
-
Class com.google.common.reflect.TypeToken.TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable
- serialVersionUID:
- 0L
-
-
Package com.google.common.util.concurrent
-
Class com.google.common.util.concurrent.AtomicDouble extends java.lang.Number implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Deprecated.Saves the state to a stream (that is, serializes it).- Serial Data:
- The current value is emitted (a
double
). - Throws:
java.io.IOException
-
-
Class com.google.common.util.concurrent.AtomicDoubleArray extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Deprecated.Saves the state to a stream (that is, serializes it).- Serial Data:
- The length of the array is emitted (int), followed by all
of its elements (each a
double
) in the proper order. - Throws:
java.io.IOException
-
-
Class com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace implements Serializable
-
Serialized Fields
-
conflictingStackTrace
com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace conflictingStackTrace
Deprecated.
-
-
-
Class com.google.common.util.concurrent.ExecutionError extends java.lang.Error implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.util.concurrent.UncheckedExecutionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.util.concurrent.UncheckedTimeoutException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
-
Package com.google.gson
-
Class com.google.gson.JsonIOException extends JsonParseException implements Serializable
- serialVersionUID:
- 1L
-
Class com.google.gson.JsonParseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -4086729973971783390L
-
Class com.google.gson.JsonSyntaxException extends JsonParseException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.google.gson.stream
-
Class com.google.gson.stream.MalformedJsonException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.mongodb
-
Class com.mongodb.BasicDBList extends BasicBSONList implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
_isPartialObject
boolean _isPartialObject
Deprecated.
-
-
Class com.mongodb.BasicDBObject extends BasicBSONObject implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
isPartialObject
boolean isPartialObject
Deprecated.
-
-
Class com.mongodb.BulkWriteException extends MongoServerException implements Serializable
- serialVersionUID:
- -1505950263354313025L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated. -
writeConcernError
WriteConcernError writeConcernError
Deprecated. -
writeErrors
java.util.List<BulkWriteError> writeErrors
Deprecated. -
writeResult
BulkWriteResult writeResult
Deprecated.
-
-
Class com.mongodb.CommandResult extends BasicDBObject implements Serializable
- serialVersionUID:
- 5907909423864204060L
-
Serialized Fields
-
address
ServerAddress address
Deprecated. -
response
BsonDocument response
Deprecated.
-
-
Class com.mongodb.DBAddress extends ServerAddress implements Serializable
- serialVersionUID:
- -813211264765778133L
-
Serialized Fields
-
_db
java.lang.String _db
Deprecated.
-
-
Class com.mongodb.DBRef extends java.lang.Object implements Serializable
- serialVersionUID:
- -849581217713362618L
-
Serialized Fields
-
collectionName
java.lang.String collectionName
Deprecated. -
databaseName
java.lang.String databaseName
Deprecated. -
id
java.lang.Object id
Deprecated.
-
-
Class com.mongodb.DuplicateKeyException extends WriteConcernException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Class com.mongodb.MongoBulkWriteException extends MongoServerException implements Serializable
- serialVersionUID:
- -4345399805987210275L
-
Serialized Fields
-
errors
java.util.List<BulkWriteError> errors
Deprecated. -
serverAddress
ServerAddress serverAddress
Deprecated. -
writeConcernError
WriteConcernError writeConcernError
Deprecated. -
writeResult
BulkWriteResult writeResult
Deprecated.
-
-
Class com.mongodb.MongoChangeStreamException extends MongoException implements Serializable
- serialVersionUID:
- 3621370414132219001L
-
Class com.mongodb.MongoClientException extends MongoException implements Serializable
- serialVersionUID:
- -5127414714432646066L
-
Class com.mongodb.MongoCommandException extends MongoServerException implements Serializable
- serialVersionUID:
- 8160676451944215078L
-
Serialized Fields
-
response
BsonDocument response
Deprecated.
-
-
Class com.mongodb.MongoConfigurationException extends MongoClientException implements Serializable
- serialVersionUID:
- -2343119787572079323L
-
Class com.mongodb.MongoCursorNotFoundException extends MongoQueryException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
cursorId
long cursorId
Deprecated. -
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Class com.mongodb.MongoException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
code
int code
Deprecated. -
errorLabels
java.util.Set<java.lang.String> errorLabels
Deprecated.
-
-
Class com.mongodb.MongoExecutionTimeoutException extends MongoException implements Serializable
- serialVersionUID:
- 5955669123800274594L
-
Class com.mongodb.MongoGridFSException extends MongoException implements Serializable
- serialVersionUID:
- -3894346172927543978L
-
Class com.mongodb.MongoIncompatibleDriverException extends MongoException implements Serializable
- serialVersionUID:
- -5213381354402601890L
-
Serialized Fields
-
clusterDescription
ClusterDescription clusterDescription
Deprecated.
-
-
Class com.mongodb.MongoInternalException extends MongoException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Class com.mongodb.MongoInterruptedException extends MongoException implements Serializable
- serialVersionUID:
- -4110417867718417860L
-
Class com.mongodb.MongoNodeIsRecoveringException extends MongoCommandException implements Serializable
- serialVersionUID:
- 6062524147327071635L
-
Class com.mongodb.MongoNotPrimaryException extends MongoCommandException implements Serializable
- serialVersionUID:
- 694876345217027108L
-
Class com.mongodb.MongoQueryException extends MongoServerException implements Serializable
- serialVersionUID:
- -5113350133297015801L
-
Serialized Fields
-
errorMessage
java.lang.String errorMessage
Deprecated.
-
-
Class com.mongodb.MongoSecurityException extends MongoClientException implements Serializable
- serialVersionUID:
- -7044790409935567275L
-
Serialized Fields
-
credential
MongoCredential credential
Deprecated.
-
-
Class com.mongodb.MongoServerException extends MongoException implements Serializable
- serialVersionUID:
- -5213859742051776206L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Class com.mongodb.MongoSocketClosedException extends MongoSocketException implements Serializable
- serialVersionUID:
- -6855036625330867705L
-
Class com.mongodb.MongoSocketException extends MongoException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Class com.mongodb.MongoSocketOpenException extends MongoSocketException implements Serializable
- serialVersionUID:
- 4176754100200191238L
-
Class com.mongodb.MongoSocketReadException extends MongoSocketException implements Serializable
- serialVersionUID:
- -1142547119966956531L
-
Class com.mongodb.MongoSocketReadTimeoutException extends MongoSocketException implements Serializable
- serialVersionUID:
- -7237059971254608960L
-
Class com.mongodb.MongoSocketWriteException extends MongoSocketException implements Serializable
- serialVersionUID:
- 5088061954415484493L
-
Class com.mongodb.MongoTimeoutException extends MongoClientException implements Serializable
- serialVersionUID:
- -3016560214331826577L
-
Class com.mongodb.MongoWaitQueueFullException extends MongoClientException implements Serializable
- serialVersionUID:
- 1482094507852255793L
-
Class com.mongodb.MongoWriteConcernException extends MongoServerException implements Serializable
- serialVersionUID:
- 4577579466973523211L
-
Serialized Fields
-
writeConcernError
WriteConcernError writeConcernError
Deprecated. -
writeConcernResult
WriteConcernResult writeConcernResult
Deprecated.
-
-
Class com.mongodb.MongoWriteException extends MongoServerException implements Serializable
- serialVersionUID:
- -1906795074458258147L
-
Serialized Fields
-
error
WriteError error
Deprecated.
-
-
Class com.mongodb.ServerAddress extends java.lang.Object implements Serializable
- serialVersionUID:
- 4027873363095395504L
-
Serialized Fields
-
host
java.lang.String host
Deprecated. -
port
int port
Deprecated.
-
-
Class com.mongodb.ServerCursor extends java.lang.Object implements Serializable
- serialVersionUID:
- -7013636754565190109L
-
Serialized Fields
-
address
ServerAddress address
Deprecated. -
id
long id
Deprecated.
-
-
Class com.mongodb.UnixServerAddress extends ServerAddress implements Serializable
- serialVersionUID:
- 154466643544866543L
-
Class com.mongodb.WriteConcern extends java.lang.Object implements Serializable
- serialVersionUID:
- 1884671104750417011L
-
Serialized Fields
-
fsync
java.lang.Boolean fsync
Deprecated. -
journal
java.lang.Boolean journal
Deprecated. -
w
java.lang.Object w
Deprecated. -
wTimeoutMS
java.lang.Integer wTimeoutMS
Deprecated.
-
-
Class com.mongodb.WriteConcern.Majority extends WriteConcern implements Serializable
- serialVersionUID:
- -4128295115883875212L
-
Class com.mongodb.WriteConcernException extends MongoServerException implements Serializable
- serialVersionUID:
- -1100801000476719450L
-
Serialized Fields
-
response
BsonDocument response
Deprecated. -
writeConcernResult
WriteConcernResult writeConcernResult
Deprecated.
-
-
-
Package com.mongodb.internal.connection
-
Class com.mongodb.internal.connection.ConcurrentLinkedDeque extends java.util.AbstractCollection<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialized Fields
-
Class com.mongodb.internal.connection.MongoWriteConcernWithResponseException extends MongoException implements Serializable
- serialVersionUID:
- 1707360842648550287L
-
Serialized Fields
-
cause
MongoException cause
Deprecated. -
response
java.lang.Object response
Deprecated.
-
-
-
Package com.mongodb.util
-
Class com.mongodb.util.JSONParseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
jsonString
java.lang.String jsonString
Deprecated. -
pos
int pos
Deprecated.
-
-
-
Package com.sun.mail.iap
-
Class com.sun.mail.iap.BadCommandException extends ProtocolException implements Serializable
- serialVersionUID:
- 5769722539397237515L
-
Class com.sun.mail.iap.CommandFailedException extends ProtocolException implements Serializable
- serialVersionUID:
- 793932807880443631L
-
Class com.sun.mail.iap.ConnectionException extends ProtocolException implements Serializable
- serialVersionUID:
- 5749739604257464727L
-
Class com.sun.mail.iap.LiteralException extends ProtocolException implements Serializable
- serialVersionUID:
- -6919179828339609913L
-
Class com.sun.mail.iap.ParsingException extends ProtocolException implements Serializable
- serialVersionUID:
- 7756119840142724839L
-
Class com.sun.mail.iap.ProtocolException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -4360500807971797439L
-
-
Package com.sun.mail.imap
-
Class com.sun.mail.imap.MessageVanishedEvent extends MessageCountEvent implements Serializable
- serialVersionUID:
- 2142028010250024922L
-
Serialized Fields
-
uids
long[] uids
The message UIDs.
-
-
Class com.sun.mail.imap.ModifiedSinceTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 5151457469634727992L
-
Serialized Fields
-
modseq
long modseq
-
-
Class com.sun.mail.imap.OlderTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 3951078948727995682L
-
Serialized Fields
-
interval
int interval
-
-
Class com.sun.mail.imap.ReferralException extends AuthenticationFailedException implements Serializable
- serialVersionUID:
- -3414063558596287683L
-
Serialized Fields
-
text
java.lang.String text
-
url
java.lang.String url
-
-
Class com.sun.mail.imap.YoungerTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 1592714210688163496L
-
Serialized Fields
-
interval
int interval
-
-
-
Package com.sun.mail.imap.protocol
-
Class com.sun.mail.imap.protocol.FLAGS extends Flags implements Serializable
- serialVersionUID:
- 439049847053756670L
-
Serialized Fields
-
msgno
int msgno
-
-
Class com.sun.mail.imap.protocol.IMAPReferralException extends ProtocolException implements Serializable
- serialVersionUID:
- 2578770669364251968L
-
Serialized Fields
-
url
java.lang.String url
-
-
-
Package com.sun.mail.smtp
-
Class com.sun.mail.smtp.SMTPAddressFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 804831199768630097L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
java.lang.String cmd
-
rc
int rc
-
-
Class com.sun.mail.smtp.SMTPAddressSucceededException extends MessagingException implements Serializable
- serialVersionUID:
- -1168335848623096749L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
java.lang.String cmd
-
rc
int rc
-
-
Class com.sun.mail.smtp.SMTPSenderFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 514540454964476947L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
java.lang.String cmd
-
rc
int rc
-
-
Class com.sun.mail.smtp.SMTPSendFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 8049122628728932894L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
java.lang.String cmd
-
rc
int rc
-
-
-
Package com.sun.mail.util
-
Class com.sun.mail.util.DecodingException extends java.io.IOException implements Serializable
- serialVersionUID:
- -6913647794421459390L
-
Class com.sun.mail.util.FolderClosedIOException extends java.io.IOException implements Serializable
- serialVersionUID:
- 4281122580365555735L
-
Class com.sun.mail.util.MailConnectException extends MessagingException implements Serializable
- serialVersionUID:
- -3818807731125317729L
-
Serialized Fields
-
cto
int cto
-
host
java.lang.String host
-
port
int port
-
-
Class com.sun.mail.util.MessageRemovedIOException extends java.io.IOException implements Serializable
- serialVersionUID:
- 4280468026581616424L
-
Class com.sun.mail.util.SocketConnectException extends java.io.IOException implements Serializable
- serialVersionUID:
- 3997871560538755463L
-
Serialized Fields
-
cto
int cto
The connection timeout. -
host
java.lang.String host
The socket host name. -
port
int port
The socket port.
-
-
-
Package com.sun.mail.util.logging
-
Class com.sun.mail.util.logging.SeverityComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- -2620442245251791965L
-
-
Package javax.el
-
Class javax.el.ELContextEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1255131906285426769L
-
Class javax.el.ELException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -6228042809457459161L
-
Class javax.el.Expression extends java.lang.Object implements Serializable
- serialVersionUID:
- -6663767980471823812L
-
Class javax.el.MethodExpression extends Expression implements Serializable
- serialVersionUID:
- 8163925562047324656L
-
Class javax.el.MethodNotFoundException extends ELException implements Serializable
- serialVersionUID:
- -3631968116081480328L
-
Class javax.el.PropertyNotFoundException extends ELException implements Serializable
- serialVersionUID:
- -3799200961303506745L
-
Class javax.el.PropertyNotWritableException extends ELException implements Serializable
- serialVersionUID:
- 827987155471214717L
-
Class javax.el.ValueExpression extends Expression implements Serializable
- serialVersionUID:
- 8577809572381654673L
-
Class javax.el.ValueReference extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base
java.lang.Object base
-
property
java.lang.Object property
-
-
-
Package javax.jcr
-
Class javax.jcr.AccessDeniedException extends AccessControlException implements Serializable
-
Class javax.jcr.GuestCredentials extends java.lang.Object implements Serializable
-
Class javax.jcr.InvalidItemStateException extends RepositoryException implements Serializable
-
Class javax.jcr.InvalidLifecycleTransitionException extends RepositoryException implements Serializable
-
Class javax.jcr.InvalidSerializedDataException extends RepositoryException implements Serializable
-
Class javax.jcr.ItemExistsException extends RepositoryException implements Serializable
-
Class javax.jcr.ItemNotFoundException extends RepositoryException implements Serializable
-
Class javax.jcr.LoginException extends RepositoryException implements Serializable
-
Class javax.jcr.MergeException extends RepositoryException implements Serializable
-
Class javax.jcr.NamespaceException extends RepositoryException implements Serializable
-
Class javax.jcr.NoSuchWorkspaceException extends RepositoryException implements Serializable
-
Class javax.jcr.PathNotFoundException extends RepositoryException implements Serializable
-
Class javax.jcr.ReferentialIntegrityException extends RepositoryException implements Serializable
-
Class javax.jcr.RepositoryException extends java.lang.Exception implements Serializable
-
Class javax.jcr.SimpleCredentials extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.HashMap attributes
-
password
char[] password
-
userID
java.lang.String userID
-
-
-
Class javax.jcr.UnsupportedRepositoryOperationException extends RepositoryException implements Serializable
-
Class javax.jcr.ValueFormatException extends RepositoryException implements Serializable
-
-
Package javax.jcr.lock
-
Class javax.jcr.lock.LockException extends RepositoryException implements Serializable
-
Serialized Fields
-
failureNodePath
java.lang.String failureNodePath
-
-
-
-
Package javax.jcr.nodetype
-
Class javax.jcr.nodetype.ConstraintViolationException extends RepositoryException implements Serializable
-
Class javax.jcr.nodetype.InvalidNodeTypeDefinitionException extends RepositoryException implements Serializable
-
Class javax.jcr.nodetype.NodeTypeExistsException extends RepositoryException implements Serializable
-
Class javax.jcr.nodetype.NoSuchNodeTypeException extends RepositoryException implements Serializable
-
-
Package javax.jcr.query
-
Class javax.jcr.query.InvalidQueryException extends RepositoryException implements Serializable
-
-
Package javax.jcr.security
-
Class javax.jcr.security.AccessControlException extends RepositoryException implements Serializable
-
-
Package javax.jcr.version
-
Class javax.jcr.version.ActivityViolationException extends VersionException implements Serializable
-
Class javax.jcr.version.LabelExistsVersionException extends VersionException implements Serializable
-
Class javax.jcr.version.VersionException extends RepositoryException implements Serializable
-
-
Package javax.json
-
Class javax.json.JsonException extends java.lang.RuntimeException implements Serializable
-
-
Package javax.json.stream
-
Class javax.json.stream.JsonGenerationException extends JsonException implements Serializable
-
Class javax.json.stream.JsonParsingException extends JsonException implements Serializable
-
Serialized Fields
-
location
JsonLocation location
-
-
-
-
Package javax.mail
-
Class javax.mail.Address extends java.lang.Object implements Serializable
- serialVersionUID:
- -5822459626751992278L
-
Class javax.mail.AuthenticationFailedException extends MessagingException implements Serializable
- serialVersionUID:
- 492080754054436511L
-
Class javax.mail.Flags extends java.lang.Object implements Serializable
- serialVersionUID:
- 6243590407214169028L
-
Serialized Fields
-
system_flags
int system_flags
-
user_flags
java.util.Hashtable<java.lang.String,java.lang.String> user_flags
-
-
Class javax.mail.FolderClosedException extends MessagingException implements Serializable
- serialVersionUID:
- 1687879213433302315L
-
Class javax.mail.FolderNotFoundException extends MessagingException implements Serializable
- serialVersionUID:
- 472612108891249403L
-
Class javax.mail.IllegalWriteException extends MessagingException implements Serializable
- serialVersionUID:
- 3974370223328268013L
-
Class javax.mail.Message.RecipientType extends java.lang.Object implements Serializable
- serialVersionUID:
- -7479791750606340008L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class. Subclasses must implement their ownreadResolve
method that checks for their known instances before calling this super method.- Throws:
java.io.ObjectStreamException
- for object stream errors
-
-
Serialized Fields
-
type
java.lang.String type
The type of recipient, usually the name of a corresponding Internet standard header.
-
-
Class javax.mail.MessageRemovedException extends MessagingException implements Serializable
- serialVersionUID:
- 1951292550679528690L
-
Class javax.mail.MessagingException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -7569192289819959253L
-
Serialized Fields
-
next
java.lang.Exception next
The next exception in the chain.
-
-
Class javax.mail.MethodNotSupportedException extends MessagingException implements Serializable
- serialVersionUID:
- -3757386618726131322L
-
Class javax.mail.NoSuchProviderException extends MessagingException implements Serializable
- serialVersionUID:
- 8058319293154708827L
-
Class javax.mail.ReadOnlyFolderException extends MessagingException implements Serializable
- serialVersionUID:
- 5711829372799039325L
-
Class javax.mail.SendFailedException extends MessagingException implements Serializable
- serialVersionUID:
- -6457531621682372913L
-
Class javax.mail.StoreClosedException extends MessagingException implements Serializable
- serialVersionUID:
- -3145392336120082655L
-
-
Package javax.mail.event
-
Class javax.mail.event.ConnectionEvent extends MailEvent implements Serializable
- serialVersionUID:
- -1855480171284792957L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.FolderEvent extends MailEvent implements Serializable
- serialVersionUID:
- 5278131310563694307L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.MailEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1846275636325456631L
-
Class javax.mail.event.MessageChangedEvent extends MailEvent implements Serializable
- serialVersionUID:
- -4974972972105535108L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.MessageCountEvent extends MailEvent implements Serializable
- serialVersionUID:
- -7447022340837897369L
-
Serialized Fields
-
removed
boolean removed
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this. If false, this event is the result of an expunge by external sources. -
type
int type
The event type.
-
-
Class javax.mail.event.StoreEvent extends MailEvent implements Serializable
- serialVersionUID:
- 1938704919992515330L
-
Serialized Fields
-
message
java.lang.String message
The message text to be presented to the user. -
type
int type
The event type.
-
-
Class javax.mail.event.TransportEvent extends MailEvent implements Serializable
- serialVersionUID:
- -4729852364684273073L
-
Serialized Fields
-
type
int type
The event type.
-
-
-
Package javax.mail.internet
-
Class javax.mail.internet.AddressException extends ParseException implements Serializable
- serialVersionUID:
- 9134583443539323120L
-
Serialized Fields
-
pos
int pos
The index in the string where the error occurred, or -1 if not known. -
ref
java.lang.String ref
The string being parsed.
-
-
Class javax.mail.internet.InternetAddress extends Address implements Serializable
- serialVersionUID:
- -7507595530758302903L
-
Serialized Fields
-
address
java.lang.String address
-
encodedPersonal
java.lang.String encodedPersonal
The RFC 2047 encoded version of the personal name.This field and the
personal
field track each other, so if a subclass sets one of these fields directly, it should set the other tonull
, so that it is suitably recomputed. -
personal
java.lang.String personal
The personal name.
-
-
Class javax.mail.internet.MailDateFormat extends java.text.SimpleDateFormat implements Serializable
- serialVersionUID:
- -8148227605210628779L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Allows to deserialize instances that were serialized with the previous implementation.- Throws:
java.io.IOException
- on read failuresjava.lang.ClassNotFoundException
- never
-
writeReplace
private java.lang.Object writeReplace() throws java.io.ObjectStreamException
Allows to serialize instances such that they are deserializable with the previous implementation.- Throws:
java.io.ObjectStreamException
- never
-
-
Class javax.mail.internet.MimeMessage.RecipientType extends Message.RecipientType implements Serializable
- serialVersionUID:
- -5468290701714395543L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Class javax.mail.internet.NewsAddress extends Address implements Serializable
- serialVersionUID:
- -4203797299824684143L
-
Serialized Fields
-
host
java.lang.String host
-
newsgroup
java.lang.String newsgroup
-
-
Class javax.mail.internet.ParseException extends MessagingException implements Serializable
- serialVersionUID:
- 7649991205183658089L
-
-
Package javax.mail.search
-
Class javax.mail.search.AddressStringTerm extends StringTerm implements Serializable
- serialVersionUID:
- 3086821234204980368L
-
Class javax.mail.search.AddressTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 2005405551929769980L
-
Serialized Fields
-
address
Address address
The address.
-
-
Class javax.mail.search.AndTerm extends SearchTerm implements Serializable
- serialVersionUID:
- -3583274505380989582L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the AND operator should be applied.
-
-
Class javax.mail.search.BodyTerm extends StringTerm implements Serializable
- serialVersionUID:
- -4888862527916911385L
-
Class javax.mail.search.ComparisonTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 1456646953666474308L
-
Serialized Fields
-
comparison
int comparison
The comparison.
-
-
Class javax.mail.search.DateTerm extends ComparisonTerm implements Serializable
- serialVersionUID:
- 4818873430063720043L
-
Serialized Fields
-
date
java.util.Date date
The date.
-
-
Class javax.mail.search.FlagTerm extends SearchTerm implements Serializable
- serialVersionUID:
- -142991500302030647L
-
Serialized Fields
-
flags
Flags flags
Flags object containing the flags to test. -
set
boolean set
Indicates whether to test for the presence or absence of the specified Flag. Iftrue
, then test whether all the specified flags are present, else test whether all the specified flags are absent.
-
-
Class javax.mail.search.FromStringTerm extends AddressStringTerm implements Serializable
- serialVersionUID:
- 5801127523826772788L
-
Class javax.mail.search.FromTerm extends AddressTerm implements Serializable
- serialVersionUID:
- 5214730291502658665L
-
Class javax.mail.search.HeaderTerm extends StringTerm implements Serializable
- serialVersionUID:
- 8342514650333389122L
-
Serialized Fields
-
headerName
java.lang.String headerName
The name of the header.
-
-
Class javax.mail.search.IntegerComparisonTerm extends ComparisonTerm implements Serializable
- serialVersionUID:
- -6963571240154302484L
-
Serialized Fields
-
number
int number
The number.
-
-
Class javax.mail.search.MessageIDTerm extends StringTerm implements Serializable
- serialVersionUID:
- -2121096296454691963L
-
Class javax.mail.search.MessageNumberTerm extends IntegerComparisonTerm implements Serializable
- serialVersionUID:
- -5379625829658623812L
-
Class javax.mail.search.NotTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 7152293214217310216L
-
Serialized Fields
-
term
SearchTerm term
The search term to negate.
-
-
Class javax.mail.search.OrTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 5380534067523646936L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the OR operator should be applied.
-
-
Class javax.mail.search.ReceivedDateTerm extends DateTerm implements Serializable
- serialVersionUID:
- -2756695246195503170L
-
Class javax.mail.search.RecipientStringTerm extends AddressStringTerm implements Serializable
- serialVersionUID:
- -8293562089611618849L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
-
Class javax.mail.search.RecipientTerm extends AddressTerm implements Serializable
- serialVersionUID:
- 6548700653122680468L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
-
Class javax.mail.search.SearchException extends MessagingException implements Serializable
- serialVersionUID:
- -7092886778226268686L
-
Class javax.mail.search.SearchTerm extends java.lang.Object implements Serializable
- serialVersionUID:
- -6652358452205992789L
-
Class javax.mail.search.SentDateTerm extends DateTerm implements Serializable
- serialVersionUID:
- 5647755030530907263L
-
Class javax.mail.search.SizeTerm extends IntegerComparisonTerm implements Serializable
- serialVersionUID:
- -2556219451005103709L
-
Class javax.mail.search.StringTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 1274042129007696269L
-
Serialized Fields
-
ignoreCase
boolean ignoreCase
Ignore case when comparing? -
pattern
java.lang.String pattern
The pattern.
-
-
Class javax.mail.search.SubjectTerm extends StringTerm implements Serializable
- serialVersionUID:
- 7481568618055573432L
-
-
Package javax.servlet
-
Class javax.servlet.GenericFilter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
filterConfig
FilterConfig filterConfig
-
-
Class javax.servlet.GenericServlet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.Object value
-
-
Class javax.servlet.ServletContextEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.ServletException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.Object value
-
-
Class javax.servlet.ServletRequestEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.UnavailableException extends ServletException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
permanent
boolean permanent
-
seconds
int seconds
-
servlet
Servlet servlet
-
-
-
Package javax.servlet.http
-
Class javax.servlet.http.Cookie extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
java.lang.String comment
-
domain
java.lang.String domain
-
httpOnly
boolean httpOnly
-
maxAge
int maxAge
-
name
java.lang.String name
-
path
java.lang.String path
-
secure
boolean secure
-
value
java.lang.String value
-
version
int version
-
-
Class javax.servlet.http.HttpFilter extends javax.servlet.GenericFilter implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.Object value
-
-
Class javax.servlet.http.HttpSessionEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
-
Package javax.servlet.jsp
-
Class javax.servlet.jsp.JspException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.jsp.JspTagException extends JspException implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable
- serialVersionUID:
- 1L
-
-
Package javax.servlet.jsp.el
-
Class javax.servlet.jsp.el.ELException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable
- serialVersionUID:
- 1L
-
-
Package javax.servlet.jsp.jstl.core
-
Class javax.servlet.jsp.jstl.core.ConditionalTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
result
boolean result
-
scope
int scope
-
var
java.lang.String var
-
-
-
Class javax.servlet.jsp.jstl.core.IndexedValueExpression extends ValueExpression implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
i
java.lang.Integer i
The index variable. -
orig
ValueExpression orig
The indexed variable.
-
-
Class javax.servlet.jsp.jstl.core.IteratedValueExpression extends ValueExpression implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
i
int i
-
iteratedExpression
IteratedExpression iteratedExpression
-
-
Class javax.servlet.jsp.jstl.core.LoopTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
begin
int begin
Starting index ('begin' attribute) -
beginSpecified
boolean beginSpecified
Boolean flag indicating whether 'begin' was specified. -
count
int count
-
deferredExpression
ValueExpression deferredExpression
-
end
int end
Ending index of the iteration ('end' attribute). A value of -1 internally indicates 'no end specified', although accessors for the core JSTL tags do not allow this value to be supplied directly by the user. -
endSpecified
boolean endSpecified
Boolean flag indicating whether 'end' was specified. -
index
int index
-
item
java.lang.Object item
-
itemId
java.lang.String itemId
Attribute-exposing control -
last
boolean last
-
status
LoopTagStatus status
-
statusId
java.lang.String statusId
Attribute-exposing control -
step
int step
Iteration step ('step' attribute) -
stepSpecified
boolean stepSpecified
Boolean flag indicating whether 'step' was specified.
-
-
-
-
Package javax.servlet.jsp.tagext
-
Class javax.servlet.jsp.tagext.BodyTagSupport extends TagSupport implements Serializable
- serialVersionUID:
- -7235752615580319833L
-
Class javax.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
The value of the id attribute of this tag; or null. -
parent
Tag parent
-
values
java.util.Hashtable<java.lang.String,java.lang.Object> values
-
-
-
Package opennlp.tools.chunker
-
Class opennlp.tools.chunker.ChunkerModel extends BaseModel implements Serializable
-
Class opennlp.tools.chunker.ChunkSample extends java.lang.Object implements Serializable
-
Serialized Fields
-
preds
java.util.List<java.lang.String> preds
-
sentence
java.util.List<java.lang.String> sentence
-
tags
java.util.List<java.lang.String> tags
-
-
-
-
Package opennlp.tools.namefind
-
Class opennlp.tools.namefind.NameSample extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalContext
java.lang.String[][] additionalContext
-
id
java.lang.String id
-
isClearAdaptiveData
boolean isClearAdaptiveData
-
names
java.util.List<Span> names
-
sentence
java.util.List<java.lang.String> sentence
-
-
-
Class opennlp.tools.namefind.TokenNameFinderModel extends BaseModel implements Serializable
-
Class opennlp.tools.namefind.TokenNameFinderModel.FeatureGeneratorCreationError extends java.lang.RuntimeException implements Serializable
-
-
Package opennlp.tools.postag
-
Class opennlp.tools.postag.POSModel extends BaseModel implements Serializable
-
Class opennlp.tools.postag.POSSample extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalContext
java.lang.String[][] additionalContext
-
sentence
java.util.List<java.lang.String> sentence
-
tags
java.util.List<java.lang.String> tags
-
-
-
-
Package opennlp.tools.tokenize
-
Class opennlp.tools.tokenize.TokenizerModel extends BaseModel implements Serializable
-
Class opennlp.tools.tokenize.TokenSample extends java.lang.Object implements Serializable
-
Serialized Fields
-
text
java.lang.String text
-
tokenSpans
java.util.List<Span> tokenSpans
-
-
-
-
Package opennlp.tools.util
-
Class opennlp.tools.util.Cache extends java.util.LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
capacity
int capacity
-
-
-
Class opennlp.tools.util.InsufficientTrainingDataException extends java.io.IOException implements Serializable
-
Class opennlp.tools.util.InvalidFormatException extends java.io.IOException implements Serializable
-
Class opennlp.tools.util.Span extends java.lang.Object implements Serializable
-
Serialized Fields
-
end
int end
-
prob
double prob
-
start
int start
-
type
java.lang.String type
-
-
-
-
Package opennlp.tools.util.ext
-
Class opennlp.tools.util.ext.ExtensionNotLoadedException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
isOSGiEnvironment
boolean isOSGiEnvironment
-
-
-
-
Package opennlp.tools.util.model
-
Class opennlp.tools.util.model.BaseModel extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
artifactMap
java.util.Map<java.lang.String,java.lang.Object> artifactMap
-
artifactSerializers
java.util.Map<java.lang.String,ArtifactSerializer> artifactSerializers
-
componentName
java.lang.String componentName
-
finishedLoadingArtifacts
boolean finishedLoadingArtifacts
-
isLoadedFromSerialized
boolean isLoadedFromSerialized
-
subclassSerializersInitiated
boolean subclassSerializersInitiated
-
toolFactory
BaseToolFactory toolFactory
-
-
-
-
Package org.apache.abdera.filter
-
Package org.apache.abdera.i18n.iri
-
Class org.apache.abdera.i18n.iri.IDNA extends java.lang.Object implements Serializable
- serialVersionUID:
- -617056657751424334L
-
Serialized Fields
-
regname
java.lang.String regname
Deprecated.
-
-
Class org.apache.abdera.i18n.iri.IRI extends java.lang.Object implements Serializable
- serialVersionUID:
- -4530530782760282284L
-
Serialized Fields
-
_scheme
Scheme _scheme
Deprecated. -
a_authority
java.lang.String a_authority
Deprecated. -
a_fragment
java.lang.String a_fragment
Deprecated. -
a_host
java.lang.String a_host
Deprecated. -
a_path
java.lang.String a_path
Deprecated. -
a_query
java.lang.String a_query
Deprecated. -
a_userinfo
java.lang.String a_userinfo
Deprecated. -
authority
java.lang.String authority
Deprecated. -
fragment
java.lang.String fragment
Deprecated. -
host
java.lang.String host
Deprecated. -
path
java.lang.String path
Deprecated. -
port
int port
Deprecated. -
query
java.lang.String query
Deprecated. -
scheme
java.lang.String scheme
Deprecated. -
userinfo
java.lang.String userinfo
Deprecated.
-
-
Class org.apache.abdera.i18n.iri.IRISyntaxException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 5177739661976965423L
-
-
Package org.apache.abdera.i18n.rfc4646
-
Class org.apache.abdera.i18n.rfc4646.Lang extends org.apache.abdera.i18n.rfc4646.SubtagSet implements Serializable
- serialVersionUID:
- -7095560018906537331L
-
Serialized Fields
-
locale
java.util.Locale locale
Deprecated.
-
-
Class org.apache.abdera.i18n.rfc4646.Range extends org.apache.abdera.i18n.rfc4646.SubtagSet implements Serializable
- serialVersionUID:
- -6397227794306856431L
-
Serialized Fields
-
extended
boolean extended
Deprecated.
-
-
Class org.apache.abdera.i18n.rfc4646.Subtag extends java.lang.Object implements Serializable
- serialVersionUID:
- -4496128268514329138L
-
Serialized Fields
-
name
java.lang.String name
Deprecated. -
next
Subtag next
Deprecated. -
prev
Subtag prev
Deprecated. -
type
Subtag.Type type
Deprecated.
-
-
-
Package org.apache.abdera.i18n.text
-
Class org.apache.abdera.i18n.text.Codepoint extends java.lang.Object implements Serializable
- serialVersionUID:
- 140337939131905483L
-
Serialized Fields
-
value
int value
Deprecated.
-
-
Class org.apache.abdera.i18n.text.InvalidCharacterException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7150645484748059676L
-
Serialized Fields
-
input
int input
Deprecated.
-
-
-
Package org.apache.abdera.model
-
Class org.apache.abdera.model.AtomDate extends java.lang.Object implements Serializable
- serialVersionUID:
- -7062139688635877771L
-
Serialized Fields
-
value
java.util.Date value
Deprecated.
-
-
-
Package org.apache.abdera.parser
-
Class org.apache.abdera.parser.ParseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -2586758177341912116L
-
-
Package org.apache.abdera.util
-
Class org.apache.abdera.util.AbderaConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 7460203853824337559L
-
Serialized Fields
-
bundle
java.util.ResourceBundle bundle
Deprecated. -
factories
java.util.List<ExtensionFactory> factories
Deprecated. -
parsers
java.util.Map<java.lang.String,NamedParser> parsers
Deprecated. -
streamwriters
java.util.Map<java.lang.String,java.lang.Class<? extends StreamWriter>> streamwriters
Deprecated. -
writers
java.util.Map<java.lang.String,NamedWriter> writers
Deprecated.
-
-
Class org.apache.abdera.util.EntityTag extends java.lang.Object implements Serializable
- serialVersionUID:
- 1559972888659121461L
-
Serialized Fields
-
tag
java.lang.String tag
Deprecated. -
weak
boolean weak
Deprecated. -
wild
boolean wild
Deprecated.
-
-
Class org.apache.abdera.util.MimeTypeParseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8706972350332367299L
-
-
Package org.apache.abdera.xpath
-
Class org.apache.abdera.xpath.XPathException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 7373747391262088925L
-
-
Package org.apache.aries.util
-
Class org.apache.aries.util.IORuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.aries.util.manifest
-
Class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueList extends java.util.ArrayList<ManifestHeaderProcessor.NameValuePair> implements Serializable
- serialVersionUID:
- 1808636823825029983L
-
Class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueMap extends java.util.HashMap<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> implements Serializable
- serialVersionUID:
- -6446338858542599141L
-
-
Package org.apache.cocoon.xml.sax
-
Class org.apache.cocoon.xml.sax.ParamSAXBuffer extends SAXBuffer implements Serializable
-
Serialized Fields
-
prevChar
char[] prevChar
-
-
-
Class org.apache.cocoon.xml.sax.ParamSAXFragmentBuffer extends org.apache.cocoon.xml.sax.ParamSAXBuffer implements Serializable
- serialVersionUID:
- -9153292487513611344L
-
Serialized Fields
-
depth
int depth
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer extends java.lang.Object implements Serializable
-
Serialized Fields
-
saxbits
java.util.List<org.apache.cocoon.xml.sax.SAXBuffer.SaxBit> saxbits
Deprecated.Stores list ofSAXBuffer.SaxBit
objects.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.Characters extends java.lang.Object implements Serializable
-
Serialized Fields
-
ch
char[] ch
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.Comment extends java.lang.Object implements Serializable
-
Serialized Fields
-
ch
char[] ch
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.EndCDATA extends java.lang.Object implements Serializable
-
Class org.apache.cocoon.xml.sax.SAXBuffer.EndDocument extends java.lang.Object implements Serializable
-
Class org.apache.cocoon.xml.sax.SAXBuffer.EndDTD extends java.lang.Object implements Serializable
-
Class org.apache.cocoon.xml.sax.SAXBuffer.EndElement extends java.lang.Object implements Serializable
-
Serialized Fields
-
localName
java.lang.String localName
Deprecated. -
namespaceURI
java.lang.String namespaceURI
Deprecated. -
qName
java.lang.String qName
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.EndEntity extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.EndPrefixMapping extends java.lang.Object implements Serializable
-
Serialized Fields
-
prefix
java.lang.String prefix
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.IgnorableWhitespace extends java.lang.Object implements Serializable
-
Serialized Fields
-
ch
char[] ch
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.PI extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
java.lang.String data
Deprecated. -
target
java.lang.String target
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.SkippedEntity extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartCDATA extends java.lang.Object implements Serializable
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartDocument extends java.lang.Object implements Serializable
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartDTD extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Deprecated. -
publicId
java.lang.String publicId
Deprecated. -
systemId
java.lang.String systemId
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartElement extends java.lang.Object implements Serializable
-
Serialized Fields
-
attrs
org.xml.sax.Attributes attrs
Deprecated. -
localName
java.lang.String localName
Deprecated. -
namespaceURI
java.lang.String namespaceURI
Deprecated. -
qName
java.lang.String qName
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartEntity extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartPrefixMapping extends java.lang.Object implements Serializable
-
Serialized Fields
-
prefix
java.lang.String prefix
Deprecated. -
uri
java.lang.String uri
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.XMLizableBit extends java.lang.Object implements Serializable
-
Serialized Fields
-
xml
SAXBuffer xml
Deprecated.
-
-
-
-
Package org.apache.commons.codec
-
Class org.apache.commons.codec.DecoderException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.codec.EncoderException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.collections
-
Class org.apache.commons.collections.ArrayStack extends java.util.ArrayList implements Serializable
- serialVersionUID:
- 2130079159931574599L
-
Class org.apache.commons.collections.BufferOverflowException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
throwable
java.lang.Throwable throwable
Deprecated.The root cause throwable
-
-
-
Class org.apache.commons.collections.BufferUnderflowException extends java.util.NoSuchElementException implements Serializable
-
Serialized Fields
-
throwable
java.lang.Throwable throwable
Deprecated.The root cause throwable
-
-
-
Class org.apache.commons.collections.CursorableLinkedList extends java.lang.Object implements Serializable
- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.ExtendedProperties extends java.util.Hashtable implements Serializable
-
Serialized Fields
-
basePath
java.lang.String basePath
Deprecated.Base path of the configuration file used to create this ExtendedProperties object. -
defaults
ExtendedProperties defaults
Deprecated.Default configurations repository. -
file
java.lang.String file
Deprecated.The file connected to this repository (holding comments and such). -
fileSeparator
java.lang.String fileSeparator
Deprecated.File separator. -
isInitialized
boolean isInitialized
Deprecated.Has this configuration been initialized. -
keysAsListed
java.util.ArrayList keysAsListed
Deprecated.These are the keys in the order they listed in the configuration file. This is useful when you wish to perform operations with configuration information in a particular order.
-
-
-
Class org.apache.commons.collections.FastArrayList extends java.util.ArrayList implements Serializable
-
Serialized Fields
-
fast
boolean fast
Deprecated.Are we operating in "fast" mode? -
list
java.util.ArrayList list
Deprecated.The underlying list we are managing.
-
-
-
Class org.apache.commons.collections.FastHashMap extends java.util.HashMap implements Serializable
-
Serialized Fields
-
fast
boolean fast
Deprecated.Are we currently operating in "fast" mode? -
map
java.util.HashMap map
Deprecated.The underlying map we are managing.
-
-
-
Class org.apache.commons.collections.FastTreeMap extends java.util.TreeMap implements Serializable
-
Serialized Fields
-
fast
boolean fast
Deprecated.Are we operating in "fast" mode? -
map
java.util.TreeMap map
Deprecated.The underlying map we are managing.
-
-
-
Class org.apache.commons.collections.FunctorException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
rootCause
java.lang.Throwable rootCause
Deprecated.Root cause of the exception
-
-
-
Class org.apache.commons.collections.LRUMap extends SequencedHashMap implements Serializable
- serialVersionUID:
- 2197433140769957051L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
- if the stream raises itjava.lang.ClassNotFoundException
- if the stream raises it
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
- if the stream raises it
-
-
Class org.apache.commons.collections.MultiHashMap extends java.util.HashMap implements Serializable
- serialVersionUID:
- 1943563828307035349L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the object during deserialization.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Class org.apache.commons.collections.SequencedHashMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 3380552487888102930L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Deserializes this map from the given stream.- Throws:
java.io.IOException
- if the stream raises itjava.lang.ClassNotFoundException
- if the stream raises it
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Deprecated.Serializes this map to the given stream.- Throws:
java.io.IOException
- if the stream raises it
-
-
-
Package org.apache.commons.collections.bag
-
Class org.apache.commons.collections.bag.HashBag extends AbstractMapBag implements Serializable
- serialVersionUID:
- -6561115435802554013L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the bag in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the bag out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.bag.PredicatedBag extends PredicatedCollection implements Serializable
- serialVersionUID:
- -2575833140344736876L
-
Class org.apache.commons.collections.bag.PredicatedSortedBag extends PredicatedBag implements Serializable
- serialVersionUID:
- 3448581314086406616L
-
Class org.apache.commons.collections.bag.SynchronizedBag extends SynchronizedCollection implements Serializable
- serialVersionUID:
- 8084674570753837109L
-
Class org.apache.commons.collections.bag.SynchronizedSortedBag extends SynchronizedBag implements Serializable
- serialVersionUID:
- 722374056718497858L
-
Class org.apache.commons.collections.bag.TransformedBag extends TransformedCollection implements Serializable
- serialVersionUID:
- 5421170911299074185L
-
Class org.apache.commons.collections.bag.TransformedSortedBag extends TransformedBag implements Serializable
- serialVersionUID:
- -251737742649401930L
-
Class org.apache.commons.collections.bag.TreeBag extends AbstractMapBag implements Serializable
- serialVersionUID:
- -7740146511091606676L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the bag in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the bag out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.bag.UnmodifiableBag extends AbstractBagDecorator implements Serializable
- serialVersionUID:
- -1873799975157099624L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the collection in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the collection out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.bag.UnmodifiableSortedBag extends AbstractSortedBagDecorator implements Serializable
- serialVersionUID:
- -3190437252665717841L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the collection in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the collection out using a custom routine.- Throws:
java.io.IOException
-
-
-
Package org.apache.commons.collections.bidimap
-
Class org.apache.commons.collections.bidimap.DualHashBidiMap extends AbstractDualBidiMap implements Serializable
- serialVersionUID:
- 721969328361808L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.bidimap.DualTreeBidiMap extends AbstractDualBidiMap implements Serializable
- serialVersionUID:
- 721969328361809L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Serialized Fields
-
comparator
java.util.Comparator comparator
Deprecated.The comparator to use
-
-
-
Package org.apache.commons.collections.buffer
-
Class org.apache.commons.collections.buffer.BlockingBuffer extends SynchronizedBuffer implements Serializable
- serialVersionUID:
- 1719328905017860541L
-
Serialized Fields
-
timeout
long timeout
Deprecated.The timeout value in milliseconds.
-
-
Class org.apache.commons.collections.buffer.BoundedBuffer extends SynchronizedBuffer implements Serializable
- serialVersionUID:
- 1536432911093974264L
-
Serialized Fields
-
maximumSize
int maximumSize
Deprecated.The maximum size. -
timeout
long timeout
Deprecated.The timeout milliseconds.
-
-
Class org.apache.commons.collections.buffer.BoundedFifoBuffer extends java.util.AbstractCollection implements Serializable
- serialVersionUID:
- 5603722811189451017L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the buffer in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the buffer out using a custom routine.- Throws:
java.io.IOException
-
-
Serialized Fields
-
maxElements
int maxElements
Deprecated.Capacity of the buffer
-
-
Class org.apache.commons.collections.buffer.CircularFifoBuffer extends BoundedFifoBuffer implements Serializable
- serialVersionUID:
- -8423413834657610406L
-
Class org.apache.commons.collections.buffer.PredicatedBuffer extends PredicatedCollection implements Serializable
- serialVersionUID:
- 2307609000539943581L
-
Class org.apache.commons.collections.buffer.PriorityBuffer extends java.util.AbstractCollection implements Serializable
- serialVersionUID:
- 6891186490470027896L
-
Serialized Fields
-
ascendingOrder
boolean ascendingOrder
Deprecated.If true, the first element as determined by the sort order will be returned. If false, the last element as determined by the sort order will be returned. -
comparator
java.util.Comparator comparator
Deprecated.The comparator used to order the elements -
elements
java.lang.Object[] elements
Deprecated.The elements in this buffer. -
size
int size
Deprecated.The number of elements currently in this buffer.
-
-
Class org.apache.commons.collections.buffer.SynchronizedBuffer extends SynchronizedCollection implements Serializable
- serialVersionUID:
- -6859936183953626253L
-
Class org.apache.commons.collections.buffer.TransformedBuffer extends TransformedCollection implements Serializable
- serialVersionUID:
- -7901091318986132033L
-
Class org.apache.commons.collections.buffer.UnboundedFifoBuffer extends java.util.AbstractCollection implements Serializable
- serialVersionUID:
- -3482960336579541419L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the buffer in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the buffer out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.buffer.UnmodifiableBuffer extends AbstractBufferDecorator implements Serializable
- serialVersionUID:
- 1832948656215393357L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the collection in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the collection out using a custom routine.- Throws:
java.io.IOException
-
-
-
Package org.apache.commons.collections.collection
-
Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator extends AbstractCollectionDecorator implements Serializable
- serialVersionUID:
- 6249888059822088500L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the collection in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the collection out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.collection.PredicatedCollection extends AbstractSerializableCollectionDecorator implements Serializable
- serialVersionUID:
- -5259182142076705162L
-
Serialized Fields
-
predicate
Predicate predicate
Deprecated.The predicate to use
-
-
Class org.apache.commons.collections.collection.SynchronizedCollection extends java.lang.Object implements Serializable
- serialVersionUID:
- 2412805092710877986L
-
Serialized Fields
-
collection
java.util.Collection collection
Deprecated.The collection to decorate -
lock
java.lang.Object lock
Deprecated.The object to lock on, needed for List/SortedSet views
-
-
Class org.apache.commons.collections.collection.TransformedCollection extends AbstractSerializableCollectionDecorator implements Serializable
- serialVersionUID:
- 8692300188161871514L
-
Serialized Fields
-
transformer
Transformer transformer
Deprecated.The transformer to use
-
-
Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection extends AbstractSerializableCollectionDecorator implements Serializable
- serialVersionUID:
- -7112672385450340330L
-
Class org.apache.commons.collections.collection.UnmodifiableCollection extends AbstractSerializableCollectionDecorator implements Serializable
- serialVersionUID:
- -239892006883819945L
-
-
Package org.apache.commons.collections.comparators
-
Class org.apache.commons.collections.comparators.BooleanComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1830042991606340609L
-
Serialized Fields
-
trueFirst
boolean trueFirst
Deprecated.true
ifftrue
values sort beforefalse
values.
-
-
Class org.apache.commons.collections.comparators.ComparableComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- -291439688585137865L
-
Class org.apache.commons.collections.comparators.ComparatorChain extends java.lang.Object implements Serializable
- serialVersionUID:
- -721644942746081630L
-
Serialized Fields
-
comparatorChain
java.util.List comparatorChain
Deprecated.The list of comparators in the chain. -
isLocked
boolean isLocked
Deprecated.Whether the chain has been "locked". -
orderingBits
java.util.BitSet orderingBits
Deprecated.Order - false (clear) = ascend; true (set) = descend.
-
-
Class org.apache.commons.collections.comparators.NullComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- -5820772575483504339L
-
Serialized Fields
-
nonNullComparator
java.util.Comparator nonNullComparator
Deprecated.The comparator to use when comparing two non-null
objects. -
nullsAreHigh
boolean nullsAreHigh
Deprecated.Specifies whether anull
are compared as higher than non-null
objects.
-
-
Class org.apache.commons.collections.comparators.ReverseComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 2858887242028539265L
-
Serialized Fields
-
comparator
java.util.Comparator comparator
Deprecated.The comparator being decorated.
-
-
-
Package org.apache.commons.collections.functors
-
Class org.apache.commons.collections.functors.AllPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -3094696765038308799L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
Deprecated.The array of predicates to call
-
-
Class org.apache.commons.collections.functors.AndPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 4189014213763186912L
-
Class org.apache.commons.collections.functors.AnyPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7429999530934647542L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
Deprecated.The array of predicates to call
-
-
Class org.apache.commons.collections.functors.ChainedClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iClosures
Closure[] iClosures
Deprecated.The closures to call in turn
-
-
Class org.apache.commons.collections.functors.ChainedTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 3514945074733160196L
-
Serialized Fields
-
iTransformers
Transformer[] iTransformers
Deprecated.The transformers to call in turn
-
-
Class org.apache.commons.collections.functors.CloneTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- -8188742709499652567L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream is) throws java.lang.ClassNotFoundException, java.io.IOException
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.functors.ClosureTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 478466901448617286L
-
Serialized Fields
-
iClosure
Closure iClosure
Deprecated.The closure to wrap
-
-
Class org.apache.commons.collections.functors.ConstantFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iConstant
java.lang.Object iConstant
Deprecated.The closures to call in turn
-
-
Class org.apache.commons.collections.functors.ConstantTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 6374440726369055124L
-
Serialized Fields
-
iConstant
java.lang.Object iConstant
Deprecated.The closures to call in turn
-
-
Class org.apache.commons.collections.functors.EqualPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 5633766978029907089L
-
Serialized Fields
-
iValue
java.lang.Object iValue
Deprecated.The value to compare to
-
-
Class org.apache.commons.collections.functors.ExceptionClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.FactoryTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- -6817674502475353160L
-
Serialized Fields
-
iFactory
Factory iFactory
Deprecated.The factory to wrap
-
-
Class org.apache.commons.collections.functors.FalsePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.ForClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- -1190120533393621674L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream is) throws java.lang.ClassNotFoundException, java.io.IOException
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
java.io.IOException
-
-
Serialized Fields
-
iClosure
Closure iClosure
Deprecated.The closure to call -
iCount
int iCount
Deprecated.The number of times to loop
-
-
Class org.apache.commons.collections.functors.IdentityPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -89901658494523293L
-
Serialized Fields
-
iValue
java.lang.Object iValue
Deprecated.The value to compare to
-
-
Class org.apache.commons.collections.functors.IfClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.InstanceofPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -6682656911025165584L
-
Serialized Fields
-
iType
java.lang.Class iType
Deprecated.The type to compare to
-
-
Class org.apache.commons.collections.functors.InstantiateFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -7732226881069447957L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream is) throws java.lang.ClassNotFoundException, java.io.IOException
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
java.io.IOException
-
-
Serialized Fields
-
iArgs
java.lang.Object[] iArgs
Deprecated.The constructor arguments -
iClassToInstantiate
java.lang.Class iClassToInstantiate
Deprecated.The class to create -
iParamTypes
java.lang.Class[] iParamTypes
Deprecated.The constructor parameter types
-
-
Class org.apache.commons.collections.functors.InstantiateTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 3786388740793356347L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream is) throws java.lang.ClassNotFoundException, java.io.IOException
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
java.io.IOException
-
-
Serialized Fields
-
iArgs
java.lang.Object[] iArgs
Deprecated.The constructor arguments -
iParamTypes
java.lang.Class[] iParamTypes
Deprecated.The constructor parameter types
-
-
Class org.apache.commons.collections.functors.InvokerTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- -8653385846894047688L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream is) throws java.lang.ClassNotFoundException, java.io.IOException
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
java.io.IOException
-
-
Serialized Fields
-
iArgs
java.lang.Object[] iArgs
Deprecated.The array of reflection arguments -
iMethodName
java.lang.String iMethodName
Deprecated.The method name to call -
iParamTypes
java.lang.Class[] iParamTypes
Deprecated.The array of reflection parameter types
-
-
Class org.apache.commons.collections.functors.MapTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 862391807045468939L
-
Serialized Fields
-
iMap
java.util.Map iMap
Deprecated.The map of data to lookup in
-
-
Class org.apache.commons.collections.functors.NonePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 2007613066565892961L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
Deprecated.The array of predicates to call
-
-
Class org.apache.commons.collections.functors.NOPClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.NOPTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 2133891748318574490L
-
Class org.apache.commons.collections.functors.NotNullPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.NotPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -2654603322338049674L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsExceptionPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 3243449850504576071L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsFalsePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -2997501534564735525L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsTruePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -7625133768987126273L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.OnePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -8125389089924745785L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
Deprecated.The array of predicates to call
-
-
Class org.apache.commons.collections.functors.OrPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -8791518325735182855L
-
Class org.apache.commons.collections.functors.PredicateTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 5278818408044349346L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The closure to wrap
-
-
Class org.apache.commons.collections.functors.StringValueTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 7511110693171758606L
-
Class org.apache.commons.collections.functors.SwitchClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.SwitchTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- -6404460890903469332L
-
Serialized Fields
-
iDefault
Transformer iDefault
Deprecated.The default transformer to call if no tests match -
iPredicates
Predicate[] iPredicates
Deprecated.The tests to consider -
iTransformers
Transformer[] iTransformers
Deprecated.The matching transformers to call
-
-
Class org.apache.commons.collections.functors.TransformedPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -5596090919668315834L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to call -
iTransformer
Transformer iTransformer
Deprecated.The transformer to call
-
-
Class org.apache.commons.collections.functors.TransformerClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- -5194992589193388969L
-
Serialized Fields
-
iTransformer
Transformer iTransformer
Deprecated.The transformer to wrap
-
-
Class org.apache.commons.collections.functors.TransformerPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -2407966402920578741L
-
Serialized Fields
-
iTransformer
Transformer iTransformer
Deprecated.The transformer to call
-
-
Class org.apache.commons.collections.functors.TruePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 3374767158756189740L
-
Class org.apache.commons.collections.functors.UniquePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -3319417438027438040L
-
Serialized Fields
-
iSet
java.util.Set iSet
Deprecated.The set of previously seen objects
-
-
Class org.apache.commons.collections.functors.WhileClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- -3110538116913760108L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream is) throws java.lang.ClassNotFoundException, java.io.IOException
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
java.io.IOException
-
-
Serialized Fields
-
-
Package org.apache.commons.collections.keyvalue
-
Class org.apache.commons.collections.keyvalue.MultiKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 4465448607415788805L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Deprecated.Recalculate the hash code after deserialization. The hash code of some keys might have change (hash codes based on the system hash code are only stable for the same process).
-
-
Serialized Fields
-
keys
java.lang.Object[] keys
Deprecated.The individual keys
-
-
Class org.apache.commons.collections.keyvalue.TiedMapEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -8453869361373831205L
-
Serialized Fields
-
key
java.lang.Object key
Deprecated.The key -
map
java.util.Map map
Deprecated.The map underlying the entry/iterator
-
-
-
Package org.apache.commons.collections.list
-
Class org.apache.commons.collections.list.AbstractSerializableListDecorator extends AbstractListDecorator implements Serializable
- serialVersionUID:
- 2684959196747496299L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the list in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the list out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.list.CursorableLinkedList extends AbstractLinkedList implements Serializable
- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Deserializes the data held in this object to the stream specified.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Serializes the data held in this object to the stream specified.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.list.FixedSizeList extends AbstractSerializableListDecorator implements Serializable
- serialVersionUID:
- -2218010673611160319L
-
Class org.apache.commons.collections.list.GrowthList extends AbstractSerializableListDecorator implements Serializable
- serialVersionUID:
- -3620001881672L
-
Class org.apache.commons.collections.list.LazyList extends AbstractSerializableListDecorator implements Serializable
- serialVersionUID:
- -1708388017160694542L
-
Serialized Fields
-
factory
Factory factory
Deprecated.The factory to use to lazily instantiate the objects
-
-
Class org.apache.commons.collections.list.NodeCachingLinkedList extends AbstractLinkedList implements Serializable
- serialVersionUID:
- 6897789178562232073L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Deserializes the data held in this object to the stream specified.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Serializes the data held in this object to the stream specified.- Throws:
java.io.IOException
-
-
Serialized Fields
-
maximumCacheSize
int maximumCacheSize
Deprecated.The maximum size of the cache.
-
-
Class org.apache.commons.collections.list.PredicatedList extends PredicatedCollection implements Serializable
- serialVersionUID:
- -5722039223898659102L
-
Class org.apache.commons.collections.list.SetUniqueList extends AbstractSerializableListDecorator implements Serializable
- serialVersionUID:
- 7196982186153478694L
-
Serialized Fields
-
set
java.util.Set set
Deprecated.Internal Set to maintain uniqueness.
-
-
Class org.apache.commons.collections.list.SynchronizedList extends SynchronizedCollection implements Serializable
- serialVersionUID:
- -1403835447328619437L
-
Class org.apache.commons.collections.list.TransformedList extends TransformedCollection implements Serializable
- serialVersionUID:
- 1077193035000013141L
-
Class org.apache.commons.collections.list.UnmodifiableList extends AbstractSerializableListDecorator implements Serializable
- serialVersionUID:
- 6595182819922443652L
-
-
Package org.apache.commons.collections.map
-
Class org.apache.commons.collections.map.CaseInsensitiveMap extends AbstractHashedMap implements Serializable
- serialVersionUID:
- -7074655917369299456L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.map.DefaultedMap extends AbstractMapDecorator implements Serializable
- serialVersionUID:
- 19698628745827L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Serialized Fields
-
value
java.lang.Object value
Deprecated.The transformer to use if the map does not contain a key
-
-
Class org.apache.commons.collections.map.FixedSizeMap extends AbstractMapDecorator implements Serializable
- serialVersionUID:
- 7450927208116179316L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.FixedSizeSortedMap extends AbstractSortedMapDecorator implements Serializable
- serialVersionUID:
- 3126019624511683653L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.map.Flat3Map extends java.lang.Object implements Serializable
- serialVersionUID:
- -6701087419741928296L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.map.HashedMap extends AbstractHashedMap implements Serializable
- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.map.IdentityMap extends AbstractHashedMap implements Serializable
- serialVersionUID:
- 2028493495224302329L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.map.LazyMap extends AbstractMapDecorator implements Serializable
- serialVersionUID:
- 7990956402564206740L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- Since:
- Commons Collections 3.1
-
-
Serialized Fields
-
factory
Transformer factory
Deprecated.The factory to use to construct elements
-
-
Class org.apache.commons.collections.map.LazySortedMap extends LazyMap implements Serializable
- serialVersionUID:
- 2715322183617658933L
-
Class org.apache.commons.collections.map.LinkedMap extends AbstractLinkedMap implements Serializable
- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.map.ListOrderedMap extends AbstractMapDecorator implements Serializable
- serialVersionUID:
- 2728177751851003750L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- Since:
- Commons Collections 3.1
-
-
Serialized Fields
-
insertOrder
java.util.List insertOrder
Deprecated.Internal list to hold the sequence of objects
-
-
Class org.apache.commons.collections.map.LRUMap extends AbstractLinkedMap implements Serializable
- serialVersionUID:
- -612114643488955218L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Serialized Fields
-
scanUntilRemovable
boolean scanUntilRemovable
Deprecated.Scan behaviour
-
-
Class org.apache.commons.collections.map.MultiKeyMap extends java.lang.Object implements Serializable
- serialVersionUID:
- -1788199231038721040L
-
Serialized Fields
-
map
AbstractHashedMap map
Deprecated.The decorated map
-
-
Class org.apache.commons.collections.map.PredicatedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable
- serialVersionUID:
- 7412622456128415156L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- Since:
- Commons Collections 3.1
-
-
Serialized Fields
-
Class org.apache.commons.collections.map.PredicatedSortedMap extends PredicatedMap implements Serializable
- serialVersionUID:
- 3359846175935304332L
-
Class org.apache.commons.collections.map.ReferenceIdentityMap extends AbstractReferenceMap implements Serializable
- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.map.ReferenceMap extends AbstractReferenceMap implements Serializable
- serialVersionUID:
- 1555089888138299607L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.map.SingletonMap extends java.lang.Object implements Serializable
- serialVersionUID:
- -8931271118676803261L
-
Serialized Fields
-
key
java.lang.Object key
Deprecated.Singleton key -
value
java.lang.Object value
Deprecated.Singleton value
-
-
Class org.apache.commons.collections.map.TransformedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable
- serialVersionUID:
- 7023152376788900464L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- Since:
- Commons Collections 3.1
-
-
Serialized Fields
-
keyTransformer
Transformer keyTransformer
Deprecated.The transformer to use for the key -
valueTransformer
Transformer valueTransformer
Deprecated.The transformer to use for the value
-
-
Class org.apache.commons.collections.map.TransformedSortedMap extends TransformedMap implements Serializable
- serialVersionUID:
- -8751771676410385778L
-
Class org.apache.commons.collections.map.UnmodifiableMap extends AbstractMapDecorator implements Serializable
- serialVersionUID:
- 2737023427269031941L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.UnmodifiableOrderedMap extends AbstractOrderedMapDecorator implements Serializable
- serialVersionUID:
- 8136428161720526266L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.UnmodifiableSortedMap extends AbstractSortedMapDecorator implements Serializable
- serialVersionUID:
- 5805344239827376360L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- Since:
- Commons Collections 3.1
-
-
-
Package org.apache.commons.collections.set
-
Class org.apache.commons.collections.set.AbstractSerializableSetDecorator extends AbstractSetDecorator implements Serializable
- serialVersionUID:
- 1229469966212206107L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the set in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the set out using a custom routine.- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections.set.ListOrderedSet extends AbstractSerializableSetDecorator implements Serializable
- serialVersionUID:
- -228664372470420141L
-
Serialized Fields
-
setOrder
java.util.List setOrder
Deprecated.Internal list to hold the sequence of objects
-
-
Class org.apache.commons.collections.set.MapBackedSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 6723912213766056587L
-
Serialized Fields
-
dummyValue
java.lang.Object dummyValue
Deprecated.The dummyValue to use -
map
java.util.Map map
Deprecated.The map being used as the backing store
-
-
Class org.apache.commons.collections.set.PredicatedSet extends PredicatedCollection implements Serializable
- serialVersionUID:
- -684521469108685117L
-
Class org.apache.commons.collections.set.PredicatedSortedSet extends PredicatedSet implements Serializable
- serialVersionUID:
- -9110948148132275052L
-
Class org.apache.commons.collections.set.SynchronizedSet extends SynchronizedCollection implements Serializable
- serialVersionUID:
- -8304417378626543635L
-
Class org.apache.commons.collections.set.SynchronizedSortedSet extends SynchronizedCollection implements Serializable
- serialVersionUID:
- 2775582861954500111L
-
Class org.apache.commons.collections.set.TransformedSet extends TransformedCollection implements Serializable
- serialVersionUID:
- 306127383500410386L
-
Class org.apache.commons.collections.set.TransformedSortedSet extends TransformedSet implements Serializable
- serialVersionUID:
- -1675486811351124386L
-
Class org.apache.commons.collections.set.UnmodifiableSet extends AbstractSerializableSetDecorator implements Serializable
- serialVersionUID:
- 6499119872185240161L
-
Class org.apache.commons.collections.set.UnmodifiableSortedSet extends AbstractSortedSetDecorator implements Serializable
- serialVersionUID:
- -725356885467962424L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the collection in using a custom routine.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the collection out using a custom routine.- Throws:
java.io.IOException
-
-
-
Package org.apache.commons.collections4
-
Class org.apache.commons.collections4.ArrayStack extends java.util.ArrayList<E> implements Serializable
- serialVersionUID:
- 2130079159931574599L
-
Class org.apache.commons.collections4.FunctorException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -4704772662059351193L
-
-
Package org.apache.commons.collections4.bag
-
Class org.apache.commons.collections4.bag.AbstractBagDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -3768146017343785417L
-
Class org.apache.commons.collections4.bag.AbstractSortedBagDecorator extends AbstractBagDecorator<E> implements Serializable
- serialVersionUID:
- -8223473624050467718L
-
Class org.apache.commons.collections4.bag.CollectionBag extends AbstractBagDecorator<E> implements Serializable
- serialVersionUID:
- -2560033712679053143L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the collection in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loadedjava.lang.ClassCastException
- if deserialised object has wrong type
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the collection out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.CollectionSortedBag extends AbstractSortedBagDecorator<E> implements Serializable
- serialVersionUID:
- -2560033712679053143L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the collection in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loadedjava.lang.ClassCastException
- if deserialised object has wrong type
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the collection out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.HashBag extends AbstractMapBag<E> implements Serializable
- serialVersionUID:
- -6561115435802554013L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the bag in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the bag out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.PredicatedBag extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- -2575833140344736876L
-
Class org.apache.commons.collections4.bag.PredicatedSortedBag extends PredicatedBag<E> implements Serializable
- serialVersionUID:
- 3448581314086406616L
-
Class org.apache.commons.collections4.bag.SynchronizedBag extends SynchronizedCollection<E> implements Serializable
- serialVersionUID:
- 8084674570753837109L
-
Class org.apache.commons.collections4.bag.SynchronizedSortedBag extends SynchronizedBag<E> implements Serializable
- serialVersionUID:
- 722374056718497858L
-
Class org.apache.commons.collections4.bag.TransformedBag extends TransformedCollection<E> implements Serializable
- serialVersionUID:
- 5421170911299074185L
-
Class org.apache.commons.collections4.bag.TransformedSortedBag extends TransformedBag<E> implements Serializable
- serialVersionUID:
- -251737742649401930L
-
Class org.apache.commons.collections4.bag.TreeBag extends AbstractMapBag<E> implements Serializable
- serialVersionUID:
- -7740146511091606676L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the bag in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the bag out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.UnmodifiableBag extends AbstractBagDecorator<E> implements Serializable
- serialVersionUID:
- -1873799975157099624L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the collection in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loadedjava.lang.ClassCastException
- if deserialised object has wrong type
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the collection out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.UnmodifiableSortedBag extends AbstractSortedBagDecorator<E> implements Serializable
- serialVersionUID:
- -3190437252665717841L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the collection in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loadedjava.lang.ClassCastException
- if deserialised object has wrong type
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the collection out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.bidimap
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet extends org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<K,V,java.util.Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 4040410962603292348L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet extends org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<K,java.lang.Object,K> implements Serializable
- serialVersionUID:
- -7107935777385040694L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values extends org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<java.lang.Object,V,V> implements Serializable
- serialVersionUID:
- 4023777119829639864L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 4621510560119690639L
-
Serialized Fields
-
parent
AbstractDualBidiMap<K,V> parent
The parent map
-
-
Class org.apache.commons.collections4.bidimap.DualHashBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361808L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361810L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.commons.collections4.bidimap.DualTreeBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361809L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
Class org.apache.commons.collections4.bidimap.TreeBidiMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 721969328361807L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the content of the stream.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Writes the content to the stream for serialization.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.collection
-
Class org.apache.commons.collections4.collection.AbstractCollectionDecorator extends java.lang.Object implements Serializable
- serialVersionUID:
- 6249888059822088500L
-
Serialized Fields
-
collection
java.util.Collection<E> collection
The collection being decorated
-
-
Class org.apache.commons.collections4.collection.CompositeCollection extends java.lang.Object implements Serializable
- serialVersionUID:
- 8417515734108306801L
-
Serialized Fields
-
all
java.util.List<java.util.Collection<E>> all
Collections in the composite -
mutator
CompositeCollection.CollectionMutator<E> mutator
CollectionMutator to handle changes to the collection
-
-
Class org.apache.commons.collections4.collection.IndexedCollection extends AbstractCollectionDecorator<C> implements Serializable
- serialVersionUID:
- -5512610452568370038L
-
Serialized Fields
-
index
MultiMap<K,C> index
The map of indexes to collected objects. -
keyTransformer
Transformer<C,K> keyTransformer
TheTransformer
for generating index keys. -
uniqueIndex
boolean uniqueIndex
The uniqueness constraint for the index.
-
-
Class org.apache.commons.collections4.collection.PredicatedCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -5259182142076705162L
-
Class org.apache.commons.collections4.collection.SynchronizedCollection extends java.lang.Object implements Serializable
- serialVersionUID:
- 2412805092710877986L
-
Serialized Fields
-
collection
java.util.Collection<E> collection
The collection to decorate -
lock
java.lang.Object lock
The object to lock on, needed for List/SortedSet views
-
-
Class org.apache.commons.collections4.collection.TransformedCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 8692300188161871514L
-
Serialized Fields
-
transformer
Transformer<? super E,? extends E> transformer
The transformer to use
-
-
Class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -7112672385450340330L
-
Class org.apache.commons.collections4.collection.UnmodifiableCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -239892006883819945L
-
-
Package org.apache.commons.collections4.comparators
-
Class org.apache.commons.collections4.comparators.BooleanComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1830042991606340609L
-
Serialized Fields
-
trueFirst
boolean trueFirst
true
ifftrue
values sort beforefalse
values.
-
-
Class org.apache.commons.collections4.comparators.ComparableComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- -291439688585137865L
-
Class org.apache.commons.collections4.comparators.ComparatorChain extends java.lang.Object implements Serializable
- serialVersionUID:
- -721644942746081630L
-
Serialized Fields
-
comparatorChain
java.util.List<java.util.Comparator<E>> comparatorChain
The list of comparators in the chain. -
isLocked
boolean isLocked
Whether the chain has been "locked". -
orderingBits
java.util.BitSet orderingBits
Order - false (clear) = ascend; true (set) = descend.
-
-
Class org.apache.commons.collections4.comparators.FixedOrderComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 82794675842863201L
-
Serialized Fields
-
counter
int counter
Counter used in determining the position in the map -
isLocked
boolean isLocked
Is the comparator locked against further change -
map
java.util.Map<T,java.lang.Integer> map
Internal map of object to position -
unknownObjectBehavior
FixedOrderComparator.UnknownObjectBehavior unknownObjectBehavior
The behaviour in the case of an unknown object
-
-
Class org.apache.commons.collections4.comparators.NullComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- -5820772575483504339L
-
Serialized Fields
-
nonNullComparator
java.util.Comparator<? super E> nonNullComparator
The comparator to use when comparing two non-null
objects. -
nullsAreHigh
boolean nullsAreHigh
Specifies whether anull
are compared as higher than non-null
objects.
-
-
Class org.apache.commons.collections4.comparators.ReverseComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 2858887242028539265L
-
Serialized Fields
-
comparator
java.util.Comparator<? super E> comparator
The comparator being decorated.
-
-
Class org.apache.commons.collections4.comparators.TransformingComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 3456940356043606220L
-
Serialized Fields
-
decorated
java.util.Comparator<O> decorated
The decorated comparator. -
transformer
Transformer<? super I,? extends O> transformer
The transformer being used.
-
-
-
Package org.apache.commons.collections4.functors
-
Class org.apache.commons.collections4.functors.AbstractQuantifierPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -3094696765038308799L
-
Class org.apache.commons.collections4.functors.AllPredicate extends AbstractQuantifierPredicate<T> implements Serializable
- serialVersionUID:
- -3094696765038308799L
-
Class org.apache.commons.collections4.functors.AndPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 4189014213763186912L
-
Class org.apache.commons.collections4.functors.AnyPredicate extends AbstractQuantifierPredicate<T> implements Serializable
- serialVersionUID:
- 7429999530934647542L
-
Class org.apache.commons.collections4.functors.ChainedClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- -3520677225766901240L
-
Class org.apache.commons.collections4.functors.ChainedTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 3514945074733160196L
-
Serialized Fields
-
iTransformers
Transformer<? super T,? extends T>[] iTransformers
The transformers to call in turn
-
-
Class org.apache.commons.collections4.functors.ClosureTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 478466901448617286L
-
Class org.apache.commons.collections4.functors.ComparatorPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -1863209236504077399L
-
Serialized Fields
-
comparator
java.util.Comparator<T> comparator
The comparator to use for comparison -
criterion
ComparatorPredicate.Criterion criterion
The comparison evaluation criterion to use -
object
T object
The internal object to compare with
-
-
Class org.apache.commons.collections4.functors.ConstantFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iConstant
T iConstant
The closures to call in turn
-
-
Class org.apache.commons.collections4.functors.ConstantTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 6374440726369055124L
-
Serialized Fields
-
iConstant
O iConstant
The closures to call in turn
-
-
Class org.apache.commons.collections4.functors.DefaultEquator extends java.lang.Object implements Serializable
- serialVersionUID:
- 825802648423525485L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.EqualPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 5633766978029907089L
-
Class org.apache.commons.collections4.functors.ExceptionClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.ExceptionFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.ExceptionPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.ExceptionTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.FactoryTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- -6817674502475353160L
-
Class org.apache.commons.collections4.functors.FalsePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.IdentityPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -89901658494523293L
-
Serialized Fields
-
iValue
T iValue
The value to compare to
-
-
Class org.apache.commons.collections4.functors.IfClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections4.functors.IfTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 8069309411242014252L
-
Serialized Fields
-
iFalseTransformer
Transformer<? super I,? extends O> iFalseTransformer
The transformer to use if false -
iPredicate
Predicate<? super I> iPredicate
The test -
iTrueTransformer
Transformer<? super I,? extends O> iTrueTransformer
The transformer to use if true
-
-
Class org.apache.commons.collections4.functors.InstanceofPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -6682656911025165584L
-
Serialized Fields
-
iType
java.lang.Class<?> iType
The type to compare to
-
-
Class org.apache.commons.collections4.functors.MapTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 862391807045468939L
-
Class org.apache.commons.collections4.functors.NonePredicate extends AbstractQuantifierPredicate<T> implements Serializable
- serialVersionUID:
- 2007613066565892961L
-
Class org.apache.commons.collections4.functors.NOPClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.NOPTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 2133891748318574490L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.NotNullPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.NotPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -2654603322338049674L
-
Class org.apache.commons.collections4.functors.NullIsExceptionPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 3243449850504576071L
-
Class org.apache.commons.collections4.functors.NullIsFalsePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -2997501534564735525L
-
Class org.apache.commons.collections4.functors.NullIsTruePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -7625133768987126273L
-
Class org.apache.commons.collections4.functors.NullPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.OnePredicate extends AbstractQuantifierPredicate<T> implements Serializable
- serialVersionUID:
- -8125389089924745785L
-
Class org.apache.commons.collections4.functors.OrPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -8791518325735182855L
-
Class org.apache.commons.collections4.functors.PredicateTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 5278818408044349346L
-
Class org.apache.commons.collections4.functors.StringValueTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 7511110693171758606L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.SwitchClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections4.functors.SwitchTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- -6404460890903469332L
-
Serialized Fields
-
iDefault
Transformer<? super I,? extends O> iDefault
The default transformer to call if no tests match -
iPredicates
Predicate<? super I>[] iPredicates
The tests to consider -
iTransformers
Transformer<? super I,? extends O>[] iTransformers
The matching transformers to call
-
-
Class org.apache.commons.collections4.functors.TransformedPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -5596090919668315834L
-
Serialized Fields
-
iPredicate
Predicate<? super T> iPredicate
The predicate to call -
iTransformer
Transformer<? super T,? extends T> iTransformer
The transformer to call
-
-
Class org.apache.commons.collections4.functors.TransformerClosure extends java.lang.Object implements Serializable
- serialVersionUID:
- -5194992589193388969L
-
Serialized Fields
-
iTransformer
Transformer<? super E,?> iTransformer
The transformer to wrap
-
-
Class org.apache.commons.collections4.functors.TransformerPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -2407966402920578741L
-
Serialized Fields
-
iTransformer
Transformer<? super T,java.lang.Boolean> iTransformer
The transformer to call
-
-
Class org.apache.commons.collections4.functors.TruePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 3374767158756189740L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.commons.collections4.functors.UniquePredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -3319417438027438040L
-
Serialized Fields
-
iSet
java.util.Set<T> iSet
The set of previously seen objects
-
-
-
Package org.apache.commons.collections4.keyvalue
-
Class org.apache.commons.collections4.keyvalue.MultiKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 4465448607415788805L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
Recalculate the hash code after deserialization. The hash code of some keys might have change (hash codes based on the system hash code are only stable for the same process).
-
-
Serialized Fields
-
keys
K[] keys
The individual keys
-
-
Class org.apache.commons.collections4.keyvalue.TiedMapEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -8453869361373831205L
-
-
Package org.apache.commons.collections4.list
-
Class org.apache.commons.collections4.list.AbstractListDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 4500739654952315623L
-
Class org.apache.commons.collections4.list.AbstractSerializableListDecorator extends AbstractListDecorator<E> implements Serializable
- serialVersionUID:
- 2684959196747496299L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the list in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the list out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.list.CursorableLinkedList extends AbstractLinkedList<E> implements Serializable
- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deserializes the data held in this object to the stream specified.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Serializes the data held in this object to the stream specified.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.list.FixedSizeList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- -2218010673611160319L
-
Class org.apache.commons.collections4.list.GrowthList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- -3620001881672L
-
Class org.apache.commons.collections4.list.LazyList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- -3677737457567429713L
-
Serialized Fields
-
factory
Factory<? extends E> factory
The factory to use to lazily instantiate the objects -
transformer
Transformer<java.lang.Integer,? extends E> transformer
The transformer to use to lazily instantiate the objects
-
-
Class org.apache.commons.collections4.list.NodeCachingLinkedList extends AbstractLinkedList<E> implements Serializable
- serialVersionUID:
- 6897789178562232073L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deserializes the data held in this object to the stream specified.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Serializes the data held in this object to the stream specified.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Serialized Fields
-
maximumCacheSize
int maximumCacheSize
The maximum size of the cache.
-
-
Class org.apache.commons.collections4.list.PredicatedList extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- -5722039223898659102L
-
Class org.apache.commons.collections4.list.SetUniqueList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- 7196982186153478694L
-
Serialized Fields
-
set
java.util.Set<E> set
Internal Set to maintain uniqueness.
-
-
Class org.apache.commons.collections4.list.TransformedList extends TransformedCollection<E> implements Serializable
- serialVersionUID:
- 1077193035000013141L
-
Class org.apache.commons.collections4.list.UnmodifiableList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- 6595182819922443652L
-
-
Package org.apache.commons.collections4.map
-
Class org.apache.commons.collections4.map.CaseInsensitiveMap extends AbstractHashedMap<K,V> implements Serializable
- serialVersionUID:
- -7074655917369299456L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.CompositeMap extends AbstractIterableMap<K,V> implements Serializable
- serialVersionUID:
- -6096931280583808322L
-
Serialized Fields
-
composite
java.util.Map<K,V>[] composite
Array of all maps in the composite -
mutator
CompositeMap.MapMutator<K,V> mutator
Handle mutation operations
-
-
Class org.apache.commons.collections4.map.DefaultedMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 19698628745827L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Serialized Fields
-
value
Transformer<? super K,? extends V> value
The transformer to use if the map does not contain a key
-
-
Class org.apache.commons.collections4.map.FixedSizeMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 7450927208116179316L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.FixedSizeSortedMap extends AbstractSortedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 3126019624511683653L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.Flat3Map extends java.lang.Object implements Serializable
- serialVersionUID:
- -6701087419741928296L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.HashedMap extends AbstractHashedMap<K,V> implements Serializable
- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.LazyMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 7990956402564206740L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
factory
Transformer<? super K,? extends V> factory
The factory to use to construct elements
-
-
Class org.apache.commons.collections4.map.LazySortedMap extends LazyMap<K,V> implements Serializable
- serialVersionUID:
- 2715322183617658933L
-
Class org.apache.commons.collections4.map.LinkedMap extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.ListOrderedMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 2728177751851003750L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
insertOrder
java.util.List<K> insertOrder
Internal list to hold the sequence of objects
-
-
Class org.apache.commons.collections4.map.LRUMap extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- -612114643488955218L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Serialized Fields
-
scanUntilRemovable
boolean scanUntilRemovable
Scan behaviour
-
-
Class org.apache.commons.collections4.map.MultiKeyMap extends AbstractMapDecorator<MultiKey<? extends K>,V> implements Serializable
- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.MultiValueMap extends AbstractMapDecorator<K,java.lang.Object> implements Serializable
- serialVersionUID:
- -2214159910087182007L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 4.0
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 4.0
-
-
Serialized Fields
-
Class org.apache.commons.collections4.map.PassiveExpiringMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Serialized Fields
-
expirationMap
java.util.Map<java.lang.Object,java.lang.Long> expirationMap
map used to manage expiration times for the actual map entries. -
expiringPolicy
PassiveExpiringMap.ExpirationPolicy<K,V> expiringPolicy
the policy used to determine time-to-live values for map entries.
-
-
Class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timeToLiveMillis
long timeToLiveMillis
the constant time-to-live value measured in milliseconds.
-
-
Class org.apache.commons.collections4.map.PredicatedMap extends org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 7412622456128415156L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
Class org.apache.commons.collections4.map.PredicatedSortedMap extends PredicatedMap<K,V> implements Serializable
- serialVersionUID:
- 3359846175935304332L
-
Class org.apache.commons.collections4.map.ReferenceIdentityMap extends AbstractReferenceMap<K,V> implements Serializable
- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.ReferenceMap extends AbstractReferenceMap<K,V> implements Serializable
- serialVersionUID:
- 1555089888138299607L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.SingletonMap extends java.lang.Object implements Serializable
- serialVersionUID:
- -8931271118676803261L
-
Class org.apache.commons.collections4.map.TransformedMap extends org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 7023152376788900464L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
keyTransformer
Transformer<? super K,? extends K> keyTransformer
The transformer to use for the key -
valueTransformer
Transformer<? super V,? extends V> valueTransformer
The transformer to use for the value
-
-
Class org.apache.commons.collections4.map.TransformedSortedMap extends TransformedMap<K,V> implements Serializable
- serialVersionUID:
- -8751771676410385778L
-
Class org.apache.commons.collections4.map.UnmodifiableEntrySet extends AbstractSetDecorator<java.util.Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 1678353579659253473L
-
Class org.apache.commons.collections4.map.UnmodifiableMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 2737023427269031941L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.UnmodifiableOrderedMap extends AbstractOrderedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 8136428161720526266L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.UnmodifiableSortedMap extends AbstractSortedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 5805344239827376360L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
-
Package org.apache.commons.collections4.multimap
-
Class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150612L
-
Serialized Fields
-
map
MultiValuedMap<K,V> map
MultiValuedMap to decorate
-
-
Class org.apache.commons.collections4.multimap.ArrayListValuedHashMap extends AbstractListValuedMap<K,V> implements Serializable
- serialVersionUID:
- 20151118L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
initialListCapacity
int initialListCapacity
The initial list capacity when creating a new value collection.
-
-
Class org.apache.commons.collections4.multimap.HashSetValuedHashMap extends AbstractSetValuedMap<K,V> implements Serializable
- serialVersionUID:
- 20151118L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
initialSetCapacity
int initialSetCapacity
The initial list capacity when creating a new value collection.
-
-
Class org.apache.commons.collections4.multimap.TransformedMultiValuedMap extends AbstractMultiValuedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 20150612L
-
Serialized Fields
-
keyTransformer
Transformer<? super K,? extends K> keyTransformer
The key transformer -
valueTransformer
Transformer<? super V,? extends V> valueTransformer
The value transformer
-
-
Class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap extends AbstractMultiValuedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 20150612L
-
-
Package org.apache.commons.collections4.multiset
-
Class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 20150610L
-
Class org.apache.commons.collections4.multiset.HashMultiSet extends AbstractMapMultiSet<E> implements Serializable
- serialVersionUID:
- 20150610L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the multiset in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the multiset out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.multiset.PredicatedMultiSet extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- 20150629L
-
Class org.apache.commons.collections4.multiset.SynchronizedMultiSet extends SynchronizedCollection<E> implements Serializable
- serialVersionUID:
- 20150629L
-
Class org.apache.commons.collections4.multiset.UnmodifiableMultiSet extends AbstractMultiSetDecorator<E> implements Serializable
- serialVersionUID:
- 20150611L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the collection in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loadedjava.lang.ClassCastException
- if deserialised object has wrong type
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the collection out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.properties
-
Class org.apache.commons.collections4.properties.SortedProperties extends java.util.Properties implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.collections4.queue
-
Class org.apache.commons.collections4.queue.AbstractQueueDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -2629815475789577029L
-
Class org.apache.commons.collections4.queue.CircularFifoQueue extends java.util.AbstractCollection<E> implements Serializable
- serialVersionUID:
- -8423413834657610406L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the queue in using a custom routine.- Throws:
java.io.IOException
- if an I/O error occurs while writing to the output streamjava.lang.ClassNotFoundException
- if the class of a serialized object can not be found
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the queue out using a custom routine.- Throws:
java.io.IOException
- if an I/O error occurs while writing to the output stream
-
-
Serialized Fields
-
maxElements
int maxElements
Capacity of the queue.
-
-
Class org.apache.commons.collections4.queue.PredicatedQueue extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- 2307609000539943581L
-
Class org.apache.commons.collections4.queue.SynchronizedQueue extends SynchronizedCollection<E> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.collections4.queue.TransformedQueue extends TransformedCollection<E> implements Serializable
- serialVersionUID:
- -7901091318986132033L
-
Class org.apache.commons.collections4.queue.UnmodifiableQueue extends AbstractQueueDecorator<E> implements Serializable
- serialVersionUID:
- 1832948656215393357L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the collection in using a custom routine.- Throws:
java.io.IOException
- if an I/O error occurs while reading from the input streamjava.lang.ClassNotFoundException
- if the class of a serialized object can not be found
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the collection out using a custom routine.- Throws:
java.io.IOException
- if an I/O error occurs while writing to the output stream
-
-
-
Package org.apache.commons.collections4.set
-
Class org.apache.commons.collections4.set.AbstractNavigableSetDecorator extends AbstractSortedSetDecorator<E> implements Serializable
- serialVersionUID:
- 20150528L
-
Class org.apache.commons.collections4.set.AbstractSerializableSetDecorator extends AbstractSetDecorator<E> implements Serializable
- serialVersionUID:
- 1229469966212206107L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the set in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the set out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.set.AbstractSetDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -4678668309576958546L
-
Class org.apache.commons.collections4.set.AbstractSortedSetDecorator extends AbstractSetDecorator<E> implements Serializable
- serialVersionUID:
- -3462240946294214398L
-
Class org.apache.commons.collections4.set.CompositeSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 5185069727540378940L
-
Serialized Fields
-
all
java.util.List<java.util.Set<E>> all
Sets in the composite -
mutator
CompositeSet.SetMutator<E> mutator
SetMutator to handle changes to the collection
-
-
Class org.apache.commons.collections4.set.ListOrderedSet extends AbstractSerializableSetDecorator<E> implements Serializable
- serialVersionUID:
- -228664372470420141L
-
Serialized Fields
-
setOrder
java.util.List<E> setOrder
Internal list to hold the sequence of objects
-
-
Class org.apache.commons.collections4.set.MapBackedSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 6723912213766056587L
-
Class org.apache.commons.collections4.set.PredicatedNavigableSet extends PredicatedSortedSet<E> implements Serializable
- serialVersionUID:
- 20150528L
-
Class org.apache.commons.collections4.set.PredicatedSet extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- -684521469108685117L
-
Class org.apache.commons.collections4.set.PredicatedSortedSet extends PredicatedSet<E> implements Serializable
- serialVersionUID:
- -9110948148132275052L
-
Class org.apache.commons.collections4.set.TransformedNavigableSet extends TransformedSortedSet<E> implements Serializable
- serialVersionUID:
- 20150528L
-
Class org.apache.commons.collections4.set.TransformedSet extends TransformedCollection<E> implements Serializable
- serialVersionUID:
- 306127383500410386L
-
Class org.apache.commons.collections4.set.TransformedSortedSet extends TransformedSet<E> implements Serializable
- serialVersionUID:
- -1675486811351124386L
-
Class org.apache.commons.collections4.set.UnmodifiableNavigableSet extends AbstractNavigableSetDecorator<E> implements Serializable
- serialVersionUID:
- 20150528L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the collection in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the collection out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.set.UnmodifiableSet extends AbstractSerializableSetDecorator<E> implements Serializable
- serialVersionUID:
- 6499119872185240161L
-
Class org.apache.commons.collections4.set.UnmodifiableSortedSet extends AbstractSortedSetDecorator<E> implements Serializable
- serialVersionUID:
- -725356885467962424L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the collection in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the collection out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.splitmap
-
Class org.apache.commons.collections4.splitmap.TransformedSplitMap extends AbstractIterableGetMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 5966875321133456994L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Read the map in using a custom routine.- Throws:
java.io.IOException
- if an error occurs while reading from the streamjava.lang.ClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Write the map out using a custom routine.- Throws:
java.io.IOException
- if an error occurs while writing to the stream
-
-
Serialized Fields
-
keyTransformer
Transformer<? super J,? extends K> keyTransformer
The transformer to use for the key -
valueTransformer
Transformer<? super U,? extends V> valueTransformer
The transformer to use for the value
-
-
-
Package org.apache.commons.collections4.trie
-
Class org.apache.commons.collections4.trie.AbstractBitwiseTrie extends java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 5826987063535505652L
-
Serialized Fields
-
keyAnalyzer
KeyAnalyzer<? super K> keyAnalyzer
TheKeyAnalyzer
that's being used to build the PATRICIATrie
.
-
-
Class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry extends org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry<K,V> implements Serializable
- serialVersionUID:
- 4596023148184140013L
-
Serialized Fields
-
bitIndex
int bitIndex
The index this entry is comparing. -
left
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry<K,V> left
The left child of this entry. -
parent
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry<K,V> parent
The parent of this entry. -
predecessor
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry<K,V> predecessor
The entry who uplinks to this entry. -
right
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry<K,V> right
The right child of this entry.
-
-
Class org.apache.commons.collections4.trie.KeyAnalyzer extends java.lang.Object implements Serializable
- serialVersionUID:
- -20497563720380683L
-
Class org.apache.commons.collections4.trie.PatriciaTrie extends org.apache.commons.collections4.trie.AbstractPatriciaTrie<java.lang.String,E> implements Serializable
- serialVersionUID:
- 4446367780901817838L
-
Class org.apache.commons.collections4.trie.UnmodifiableTrie extends java.lang.Object implements Serializable
- serialVersionUID:
- -7156426030315945159L
-
-
Package org.apache.commons.collections4.trie.analyzer
-
Class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer extends KeyAnalyzer<java.lang.String> implements Serializable
- serialVersionUID:
- -7032449491269434877L
-
-
Package org.apache.commons.compress
-
Class org.apache.commons.compress.MemoryLimitException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
memoryLimitInKb
int memoryLimitInKb
-
memoryNeededInKb
long memoryNeededInKb
-
-
Class org.apache.commons.compress.PasswordRequiredException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1391070005491684483L
-
-
Package org.apache.commons.compress.archivers
-
Class org.apache.commons.compress.archivers.ArchiveException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2772690708123267100L
-
Class org.apache.commons.compress.archivers.StreamingNotSupportedException extends ArchiveException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
format
java.lang.String format
-
-
-
Package org.apache.commons.compress.archivers.dump
-
Class org.apache.commons.compress.archivers.dump.DumpArchiveException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.compress.archivers.dump.InvalidFormatException extends DumpArchiveException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
offset
long offset
-
-
Class org.apache.commons.compress.archivers.dump.ShortFileException extends DumpArchiveException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.compress.archivers.dump.UnrecognizedFormatException extends DumpArchiveException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException extends DumpArchiveException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.compress.archivers.zip
-
Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException extends java.util.zip.ZipException implements Serializable
- serialVersionUID:
- 20161219L
-
Serialized Fields
-
reason
UnsupportedZipFeatureException.Feature reason
-
-
Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature extends java.lang.Object implements Serializable
- serialVersionUID:
- 4112582948775420359L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.compress.archivers.zip.X7875_NewUnix extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gid
java.math.BigInteger gid
-
uid
java.math.BigInteger uid
-
version
int version
-
-
Class org.apache.commons.compress.archivers.zip.Zip64RequiredException extends java.util.zip.ZipException implements Serializable
- serialVersionUID:
- 20110809L
-
Class org.apache.commons.compress.archivers.zip.ZipEightByteInteger extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
java.math.BigInteger value
-
-
Class org.apache.commons.compress.archivers.zip.ZipLong extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
long value
-
-
Class org.apache.commons.compress.archivers.zip.ZipShort extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
int value
-
-
-
Package org.apache.commons.compress.compressors
-
Class org.apache.commons.compress.compressors.CompressorException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2932901310255908814L
-
-
Package org.apache.commons.exec
-
Class org.apache.commons.exec.ExecuteException extends java.io.IOException implements Serializable
- serialVersionUID:
- 3256443620654331699L
-
Serialized Fields
-
cause
java.lang.Throwable cause
The underlying cause of this exception. -
exitValue
int exitValue
The exit value returned by the failed process
-
-
-
Package org.apache.commons.fileupload
-
Class org.apache.commons.fileupload.FileCountLimitExceededException extends FileUploadException implements Serializable
- serialVersionUID:
- 6904179610227521789L
-
Serialized Fields
-
limit
long limit
The limit that was exceeded.
-
-
Class org.apache.commons.fileupload.FileItemStream.ItemSkippedException extends java.io.IOException implements Serializable
- serialVersionUID:
- -7280778431581963740L
-
Class org.apache.commons.fileupload.FileUploadBase.FileSizeLimitExceededException extends org.apache.commons.fileupload.FileUploadBase.SizeException implements Serializable
- serialVersionUID:
- 8150776562029630058L
-
Serialized Fields
-
fieldName
java.lang.String fieldName
Field name of the item, which caused the exception. -
fileName
java.lang.String fileName
File name of the item, which caused the exception.
-
-
Class org.apache.commons.fileupload.FileUploadBase.FileUploadIOException extends java.io.IOException implements Serializable
- serialVersionUID:
- -7047616958165584154L
-
Serialized Fields
-
cause
FileUploadException cause
The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
-
-
Class org.apache.commons.fileupload.FileUploadBase.InvalidContentTypeException extends FileUploadException implements Serializable
- serialVersionUID:
- -9073026332015646668L
-
Class org.apache.commons.fileupload.FileUploadBase.IOFileUploadException extends FileUploadException implements Serializable
- serialVersionUID:
- 1749796615868477269L
-
Serialized Fields
-
cause
java.io.IOException cause
The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
-
-
Class org.apache.commons.fileupload.FileUploadBase.SizeException extends FileUploadException implements Serializable
- serialVersionUID:
- -8776225574705254126L
-
Serialized Fields
-
actual
long actual
The actual size of the request. -
permitted
long permitted
The maximum permitted size of the request.
-
-
Class org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededException extends org.apache.commons.fileupload.FileUploadBase.SizeException implements Serializable
- serialVersionUID:
- -2474893167098052828L
-
Class org.apache.commons.fileupload.FileUploadBase.UnknownSizeException extends FileUploadException implements Serializable
- serialVersionUID:
- 7062279004812015273L
-
Class org.apache.commons.fileupload.FileUploadException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 8881893724388807504L
-
Serialized Fields
-
cause
java.lang.Throwable cause
The exceptions cause. We overwrite the cause of the super class, which isn't available in Java 1.3.
-
-
Class org.apache.commons.fileupload.InvalidFileNameException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 7922042602454350470L
-
Serialized Fields
-
name
java.lang.String name
The file name causing the exception.
-
-
Class org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException extends java.io.IOException implements Serializable
- serialVersionUID:
- -161533165102632918L
-
Class org.apache.commons.fileupload.MultipartStream.MalformedStreamException extends java.io.IOException implements Serializable
- serialVersionUID:
- 6466926458059796677L
-
-
Package org.apache.commons.fileupload.util
-
Class org.apache.commons.fileupload.util.FileItemHeadersImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -4455695752627032559L
-
Serialized Fields
-
headerNameToValueListMap
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerNameToValueListMap
Map ofString
keys to aList
ofString
instances.
-
-
-
Package org.apache.commons.httpclient
-
Class org.apache.commons.httpclient.CircularRedirectException extends RedirectException implements Serializable
-
Class org.apache.commons.httpclient.ConnectionPoolTimeoutException extends ConnectTimeoutException implements Serializable
-
Class org.apache.commons.httpclient.ConnectTimeoutException extends java.io.InterruptedIOException implements Serializable
-
Class org.apache.commons.httpclient.Cookie extends NameValuePair implements Serializable
-
Serialized Fields
-
cookieComment
java.lang.String cookieComment
Deprecated.Comment attribute. -
cookieDomain
java.lang.String cookieDomain
Deprecated.Domain attribute. -
cookieExpiryDate
java.util.Date cookieExpiryDate
Deprecated.ExpirationDate
. -
cookiePath
java.lang.String cookiePath
Deprecated.Path attribute. -
cookieVersion
int cookieVersion
Deprecated.The version of the cookie specification I was created from. -
hasDomainAttribute
boolean hasDomainAttribute
Deprecated.Specifies if the set-cookie header included a Domain attribute for this cookie -
hasPathAttribute
boolean hasPathAttribute
Deprecated.Specifies if the set-cookie header included a Path attribute for this cookie -
isSecure
boolean isSecure
Deprecated.My secure flag.
-
-
-
Class org.apache.commons.httpclient.Header extends NameValuePair implements Serializable
-
Serialized Fields
-
isAutogenerated
boolean isAutogenerated
Deprecated.Autogenerated header flag.
-
-
-
Class org.apache.commons.httpclient.HeaderElement extends NameValuePair implements Serializable
-
Serialized Fields
-
parameters
NameValuePair[] parameters
Deprecated.My parameters, if any.
-
-
-
Class org.apache.commons.httpclient.HttpClientError extends java.lang.Error implements Serializable
-
Class org.apache.commons.httpclient.HttpContentTooLargeException extends HttpException implements Serializable
-
Serialized Fields
-
maxlen
int maxlen
Deprecated.
-
-
-
Class org.apache.commons.httpclient.HttpException extends java.io.IOException implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
Deprecated.The original Throwable representing the cause of this error -
reason
java.lang.String reason
Deprecated.HttpClient no longer uses this field for itself. It is only provided for compatibility with existing clients.A "reason" string provided for compatibility with older clients. -
reasonCode
int reasonCode
Deprecated.HttpClient no longer uses this field for itself. It is only provided for compatibility with existing clients.Reason code for compatibility with older clients.
-
-
-
Class org.apache.commons.httpclient.HttpRecoverableException extends HttpException implements Serializable
-
Class org.apache.commons.httpclient.HttpsURL extends HttpURL implements Serializable
- serialVersionUID:
- 887844277028676648L
-
Class org.apache.commons.httpclient.HttpURL extends URI implements Serializable
- serialVersionUID:
- -7158031098595039459L
-
Class org.apache.commons.httpclient.InvalidRedirectLocationException extends RedirectException implements Serializable
-
Serialized Fields
-
location
java.lang.String location
Deprecated.
-
-
-
Class org.apache.commons.httpclient.NameValuePair extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Deprecated.Name. -
value
java.lang.String value
Deprecated.Value.
-
-
-
Class org.apache.commons.httpclient.NoHttpResponseException extends java.io.IOException implements Serializable
-
Class org.apache.commons.httpclient.ProtocolException extends HttpException implements Serializable
-
Class org.apache.commons.httpclient.RedirectException extends ProtocolException implements Serializable
-
Class org.apache.commons.httpclient.URI extends java.lang.Object implements Serializable
- serialVersionUID:
- 604752400577948726L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
Deprecated.Read a URI.- Throws:
java.lang.ClassNotFoundException
- If one of the classes specified in the input stream cannot be found.java.io.IOException
- If an IO problem occurs.
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Deprecated.Write the content of this URI.- Throws:
java.io.IOException
- If an IO problem occurs.
-
-
Serialized Fields
-
_authority
char[] _authority
Deprecated.The authority. -
_fragment
char[] _fragment
Deprecated.The fragment. -
_host
char[] _host
Deprecated.The host. -
_is_abs_path
boolean _is_abs_path
Deprecated. -
_is_hier_part
boolean _is_hier_part
Deprecated. -
_is_hostname
boolean _is_hostname
Deprecated. -
_is_IPv4address
boolean _is_IPv4address
Deprecated. -
_is_IPv6reference
boolean _is_IPv6reference
Deprecated. -
_is_net_path
boolean _is_net_path
Deprecated. -
_is_opaque_part
boolean _is_opaque_part
Deprecated. -
_is_reg_name
boolean _is_reg_name
Deprecated. -
_is_rel_path
boolean _is_rel_path
Deprecated. -
_is_server
boolean _is_server
Deprecated. -
_opaque
char[] _opaque
Deprecated.The opaque. -
_path
char[] _path
Deprecated.The path. -
_port
int _port
Deprecated.The port. -
_query
char[] _query
Deprecated.The query. -
_scheme
char[] _scheme
Deprecated.The scheme. -
_uri
char[] _uri
Deprecated.This Uniform Resource Identifier (URI). The URI is always in an "escaped" form, since escaping or unescaping a completed URI might change its semantics. -
_userinfo
char[] _userinfo
Deprecated.The userinfo. -
hash
int hash
Deprecated.Cache the hash code for this URI. -
protocolCharset
java.lang.String protocolCharset
Deprecated.The charset of the protocol used by this URI instance.
-
-
Class org.apache.commons.httpclient.URI.DefaultCharsetChanged extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
reason
java.lang.String reason
The reason message. -
reasonCode
int reasonCode
The reason code.
-
-
-
Class org.apache.commons.httpclient.URIException extends HttpException implements Serializable
-
Serialized Fields
-
reason
java.lang.String reason
Deprecated.The reason message. -
reasonCode
int reasonCode
Deprecated.The reason code.
-
-
-
-
Package org.apache.commons.httpclient.auth
-
Class org.apache.commons.httpclient.auth.AuthChallengeException extends AuthenticationException implements Serializable
-
Class org.apache.commons.httpclient.auth.AuthenticationException extends ProtocolException implements Serializable
-
Class org.apache.commons.httpclient.auth.CredentialsNotAvailableException extends AuthenticationException implements Serializable
-
Class org.apache.commons.httpclient.auth.InvalidCredentialsException extends AuthenticationException implements Serializable
-
Class org.apache.commons.httpclient.auth.MalformedChallengeException extends ProtocolException implements Serializable
-
-
Package org.apache.commons.httpclient.cookie
-
Class org.apache.commons.httpclient.cookie.Cookie2 extends Cookie implements Serializable
-
Serialized Fields
-
cookieCommentURL
java.lang.String cookieCommentURL
Deprecated.Comment URL attribute -
cookiePorts
int[] cookiePorts
Deprecated.Port attribute. -
discard
boolean discard
Deprecated.Discard attribute. -
hasPortAttribute
boolean hasPortAttribute
Deprecated.Indicates if the set-cookie2 header included a Port attribute for this cookie -
hasVersionAttribute
boolean hasVersionAttribute
Deprecated.Indicates if the set-cookie2 header included a Version attribute -
isPortAttributeBlank
boolean isPortAttributeBlank
Deprecated.Indicates if the set-cookie2 header's Port attribute did not have any value.
-
-
-
Class org.apache.commons.httpclient.cookie.MalformedCookieException extends ProtocolException implements Serializable
-
-
Package org.apache.commons.httpclient.params
-
Class org.apache.commons.httpclient.params.DefaultHttpParams extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaults
HttpParams defaults
Deprecated.The set of default values to defer to -
parameters
java.util.HashMap parameters
Deprecated.Hash map of HTTP parameters that this collection contains
-
-
-
Class org.apache.commons.httpclient.params.HostParams extends DefaultHttpParams implements Serializable
-
Class org.apache.commons.httpclient.params.HttpClientParams extends HttpMethodParams implements Serializable
-
Class org.apache.commons.httpclient.params.HttpConnectionManagerParams extends HttpConnectionParams implements Serializable
-
Class org.apache.commons.httpclient.params.HttpConnectionParams extends DefaultHttpParams implements Serializable
-
Class org.apache.commons.httpclient.params.HttpMethodParams extends DefaultHttpParams implements Serializable
-
-
Package org.apache.commons.httpclient.util
-
Class org.apache.commons.httpclient.util.DateParseException extends java.lang.Exception implements Serializable
-
Class org.apache.commons.httpclient.util.TimeoutController.TimeoutException extends java.lang.Exception implements Serializable
-
Class org.apache.commons.httpclient.util.URIUtil.Coder extends URI implements Serializable
-
-
Package org.apache.commons.imaging
-
Class org.apache.commons.imaging.ImageReadException extends ImagingException implements Serializable
- serialVersionUID:
- -1L
-
Class org.apache.commons.imaging.ImageWriteException extends ImagingException implements Serializable
- serialVersionUID:
- -1L
-
Class org.apache.commons.imaging.ImagingException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1L
-
-
Package org.apache.commons.io
-
Class org.apache.commons.io.ByteOrderMark extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
int[] bytes
-
charsetName
java.lang.String charsetName
-
-
Class org.apache.commons.io.DirectoryWalker.CancelException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1347339620135041008L
-
Serialized Fields
-
depth
int depth
The file depth when the exception was thrown. -
file
java.io.File file
The file being processed when the exception was thrown.
-
-
Class org.apache.commons.io.FileExistsException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.io.IOExceptionList extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
causeList
java.util.List<? extends java.lang.Throwable> causeList
-
-
Class org.apache.commons.io.IOExceptionWithCause extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.io.IOIndexedException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int index
-
-
Class org.apache.commons.io.TaggedIOException extends IOExceptionWithCause implements Serializable
- serialVersionUID:
- -6994123481142850163L
-
Serialized Fields
-
tag
java.io.Serializable tag
The tag of this exception.
-
-
-
Package org.apache.commons.io.comparator
-
Class org.apache.commons.io.comparator.CompositeFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable
- serialVersionUID:
- -2224170307287243428L
-
Serialized Fields
-
delegates
java.util.Comparator<java.io.File>[] delegates
-
-
Class org.apache.commons.io.comparator.DefaultFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable
- serialVersionUID:
- 3260141861365313518L
-
Class org.apache.commons.io.comparator.DirectoryFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable
- serialVersionUID:
- 296132640160964395L
-
Class org.apache.commons.io.comparator.ExtensionFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable
- serialVersionUID:
- 1928235200184222815L
-
Serialized Fields
-
caseSensitivity
IOCase caseSensitivity
Whether the comparison is case sensitive.
-
-
Class org.apache.commons.io.comparator.LastModifiedFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable
- serialVersionUID:
- 7372168004395734046L
-
Class org.apache.commons.io.comparator.NameFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable
- serialVersionUID:
- 8397947749814525798L
-
Serialized Fields
-
caseSensitivity
IOCase caseSensitivity
Whether the comparison is case sensitive.
-
-
Class org.apache.commons.io.comparator.PathFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable
- serialVersionUID:
- 6527501707585768673L
-
Serialized Fields
-
caseSensitivity
IOCase caseSensitivity
Whether the comparison is case sensitive.
-
-
Class org.apache.commons.io.comparator.SizeFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable
- serialVersionUID:
- -1201561106411416190L
-
Serialized Fields
-
sumDirectoryContents
boolean sumDirectoryContents
Whether the sum of the directory's contents should be calculated.
-
-
-
Package org.apache.commons.io.filefilter
-
Class org.apache.commons.io.filefilter.AgeFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- -2132740084016138541L
-
Serialized Fields
-
acceptOlder
boolean acceptOlder
Whether the files accepted will be older or newer. -
cutoffMillis
long cutoffMillis
The cutoff time threshold measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970).
-
-
Class org.apache.commons.io.filefilter.AndFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 7215974688563965257L
-
Serialized Fields
-
fileFilters
java.util.List<IOFileFilter> fileFilters
The list of file filters.
-
-
Class org.apache.commons.io.filefilter.CanExecuteFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 3179904805251622989L
-
Class org.apache.commons.io.filefilter.CanReadFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 3179904805251622989L
-
Class org.apache.commons.io.filefilter.CanWriteFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 5132005214688990379L
-
Class org.apache.commons.io.filefilter.DelegateFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- -8723373124984771318L
-
Serialized Fields
-
fileFilter
java.io.FileFilter fileFilter
The File filter -
filenameFilter
java.io.FilenameFilter filenameFilter
The Filename filter
-
-
Class org.apache.commons.io.filefilter.DirectoryFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- -5148237843784525732L
-
Class org.apache.commons.io.filefilter.EmptyFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 3631422087512832211L
-
Class org.apache.commons.io.filefilter.FalseFileFilter extends java.lang.Object implements Serializable
- serialVersionUID:
- 6210271677940926200L
-
Class org.apache.commons.io.filefilter.FileFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 5345244090827540862L
-
Class org.apache.commons.io.filefilter.HiddenFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 8930842316112759062L
-
Class org.apache.commons.io.filefilter.MagicNumberFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- -547733176983104172L
-
Serialized Fields
-
byteOffset
long byteOffset
The offset (in bytes) within the files that the magic number's bytes should appear. -
magicNumbers
byte[] magicNumbers
The magic number to compare against the file's bytes at the provided offset.
-
-
Class org.apache.commons.io.filefilter.NameFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 176844364689077340L
-
Serialized Fields
-
caseSensitivity
IOCase caseSensitivity
Whether the comparison is case sensitive. -
names
java.lang.String[] names
The file names to search for
-
-
Class org.apache.commons.io.filefilter.NotFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 6131563330944994230L
-
Serialized Fields
-
filter
IOFileFilter filter
The filter
-
-
Class org.apache.commons.io.filefilter.OrFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 5767770777065432721L
-
Serialized Fields
-
fileFilters
java.util.List<IOFileFilter> fileFilters
The list of file filters.
-
-
Class org.apache.commons.io.filefilter.PrefixFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 8533897440809599867L
-
Serialized Fields
-
caseSensitivity
IOCase caseSensitivity
Whether the comparison is case sensitive. -
prefixes
java.lang.String[] prefixes
The file name prefixes to search for
-
-
Class org.apache.commons.io.filefilter.RegexFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 4269646126155225062L
-
Serialized Fields
-
pathToString
java.util.function.Function<java.nio.file.Path,java.lang.String> pathToString
How convert a path to a string. -
pattern
java.util.regex.Pattern pattern
The regular expression pattern that will be used to match file names.
-
-
Class org.apache.commons.io.filefilter.SizeFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 7388077430788600069L
-
Serialized Fields
-
acceptLarger
boolean acceptLarger
Whether the files accepted will be larger or smaller. -
size
long size
The size threshold.
-
-
Class org.apache.commons.io.filefilter.SuffixFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- -3389157631240246157L
-
Serialized Fields
-
caseSensitivity
IOCase caseSensitivity
Whether the comparison is case sensitive. -
suffixes
java.lang.String[] suffixes
The file name suffixes to search for
-
-
Class org.apache.commons.io.filefilter.SymbolicLinkFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.io.filefilter.TrueFileFilter extends java.lang.Object implements Serializable
- serialVersionUID:
- 8782512160909720199L
-
Class org.apache.commons.io.filefilter.WildcardFileFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- -7426486598995782105L
-
Serialized Fields
-
caseSensitivity
IOCase caseSensitivity
Whether the comparison is case sensitive. -
wildcards
java.lang.String[] wildcards
The wildcards that will be used to match file names.
-
-
Class org.apache.commons.io.filefilter.WildcardFilter extends AbstractFileFilter implements Serializable
- serialVersionUID:
- -5037645902506953517L
-
Serialized Fields
-
wildcards
java.lang.String[] wildcards
Deprecated.The wildcards that will be used to match file names.
-
-
-
Package org.apache.commons.io.input
-
Class org.apache.commons.io.input.CharSequenceReader extends java.io.Reader implements Serializable
- serialVersionUID:
- 3724187752191401220L
-
Serialized Fields
-
charSequence
java.lang.CharSequence charSequence
-
end
java.lang.Integer end
The end index in the character sequence, exclusive.When de-serializing a CharSequenceReader that was serialized before this fields was added, this field will be initialized to
null
, which gives the same behavior as before: stop reading at the CharSequence's length. If this field was an int instead, it would be initialized to 0 when the CharSequenceReader is de-serialized, causing it to not return any characters at all.- Since:
- 2.7
- See Also:
CharSequenceReader.end()
-
idx
int idx
-
mark
int mark
-
start
int start
The start index in the character sequence, inclusive.When de-serializing a CharSequenceReader that was serialized before this fields was added, this field will be initialized to 0, which gives the same behavior as before: start reading from the start.
- Since:
- 2.7
- See Also:
CharSequenceReader.start()
-
-
Class org.apache.commons.io.input.XmlStreamReaderException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bomEncoding
java.lang.String bomEncoding
-
contentTypeEncoding
java.lang.String contentTypeEncoding
-
contentTypeMime
java.lang.String contentTypeMime
-
xmlEncoding
java.lang.String xmlEncoding
-
xmlGuessEncoding
java.lang.String xmlGuessEncoding
-
-
-
Package org.apache.commons.io.monitor
-
Class org.apache.commons.io.monitor.FileAlterationObserver extends java.lang.Object implements Serializable
- serialVersionUID:
- 1185122225658782848L
-
Serialized Fields
-
comparator
java.util.Comparator<java.io.File> comparator
-
fileFilter
java.io.FileFilter fileFilter
-
listeners
java.util.List<FileAlterationListener> listeners
-
rootEntry
FileEntry rootEntry
-
-
Class org.apache.commons.io.monitor.FileEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -2505664948818681153L
-
-
Package org.apache.commons.io.output
-
Class org.apache.commons.io.output.StringBuilderWriter extends java.io.Writer implements Serializable
- serialVersionUID:
- -146927496096066153L
-
Serialized Fields
-
builder
java.lang.StringBuilder builder
-
-
-
Package org.apache.commons.lang
-
Class org.apache.commons.lang.CharRange extends java.lang.Object implements Serializable
- serialVersionUID:
- 8270183163158333422L
-
Serialized Fields
-
end
char end
Deprecated.The last character, inclusive, in the range. -
negated
boolean negated
Deprecated.True if the range is everything except the characters specified. -
start
char start
Deprecated.The first character, inclusive, in the range.
-
-
Class org.apache.commons.lang.CharSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 5947847346149275958L
-
Serialized Fields
-
set
java.util.Set set
Deprecated.The set of CharRange objects.
-
-
Class org.apache.commons.lang.IllegalClassException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 8063272569377254819L
-
Class org.apache.commons.lang.IncompleteArgumentException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 4954193403612068178L
-
Class org.apache.commons.lang.NotImplementedException extends java.lang.UnsupportedOperationException implements Serializable
- serialVersionUID:
- -6894122266938754088L
-
Serialized Fields
-
cause
java.lang.Throwable cause
Deprecated.Holds the reference to the exception or error that caused this exception to be thrown. -
delegate
NestableDelegate delegate
Deprecated.The exception helper to delegate nested exception handling to.
-
-
Class org.apache.commons.lang.NullArgumentException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1174360235354917591L
-
Class org.apache.commons.lang.ObjectUtils.Null extends java.lang.Object implements Serializable
- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Deprecated.Ensure singleton.
-
-
Class org.apache.commons.lang.SerializationException extends NestableRuntimeException implements Serializable
- serialVersionUID:
- 4029025366392702726L
-
Class org.apache.commons.lang.UnhandledException extends NestableRuntimeException implements Serializable
- serialVersionUID:
- 1832101364842773720L
-
-
Package org.apache.commons.lang.builder
-
Class org.apache.commons.lang.builder.StandardToStringStyle extends ToStringStyle implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang.builder.ToStringStyle extends java.lang.Object implements Serializable
-
Serialized Fields
-
arrayContentDetail
boolean arrayContentDetail
Deprecated.The detail for array content. -
arrayEnd
java.lang.String arrayEnd
Deprecated.The array end'}'
. -
arraySeparator
java.lang.String arraySeparator
Deprecated.The array separator','
. -
arrayStart
java.lang.String arrayStart
Deprecated.The array start'{'
. -
contentEnd
java.lang.String contentEnd
Deprecated.The content end']'
. -
contentStart
java.lang.String contentStart
Deprecated.The content start'['
. -
defaultFullDetail
boolean defaultFullDetail
Deprecated.The value to use when fullDetail isnull
, the default value istrue
. -
fieldNameValueSeparator
java.lang.String fieldNameValueSeparator
Deprecated.The field name value separator'='
. -
fieldSeparator
java.lang.String fieldSeparator
Deprecated.The field separator','
. -
fieldSeparatorAtEnd
boolean fieldSeparatorAtEnd
Deprecated.Whether the field separator should be added after any other fields. -
fieldSeparatorAtStart
boolean fieldSeparatorAtStart
Deprecated.Whether the field separator should be added before any other fields. -
nullText
java.lang.String nullText
Deprecated.Thenull
text'<null>'
. -
sizeEndText
java.lang.String sizeEndText
Deprecated.The summary size text start'>'
. -
sizeStartText
java.lang.String sizeStartText
Deprecated.The summary size text start'
. -
summaryObjectEndText
java.lang.String summaryObjectEndText
Deprecated.The summary object text start'>'
. -
summaryObjectStartText
java.lang.String summaryObjectStartText
Deprecated.The summary object text start'<'
. -
useClassName
boolean useClassName
Deprecated.Whether to use the class name, the default istrue
. -
useFieldNames
boolean useFieldNames
Deprecated.Whether to use the field names, the default istrue
. -
useIdentityHashCode
boolean useIdentityHashCode
Deprecated.Whether to use the identity hash code, the default istrue
. -
useShortClassName
boolean useShortClassName
Deprecated.Whether to use short class names, the default isfalse
.
-
-
-
-
Package org.apache.commons.lang.enums
-
Class org.apache.commons.lang.enums.Enum extends java.lang.Object implements Serializable
- serialVersionUID:
- -487045951170455942L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
Deprecated.Handle the deserialization of the class to ensure that multiple copies are not wastefully created, or illegal enum types created.
-
-
Serialized Fields
-
iName
java.lang.String iName
Deprecated.The string representation of the Enum.
-
-
Class org.apache.commons.lang.enums.ValuedEnum extends Enum implements Serializable
- serialVersionUID:
- -7129650521543789085L
-
Serialized Fields
-
iValue
int iValue
Deprecated.The value contained in enum.
-
-
-
Package org.apache.commons.lang.exception
-
Class org.apache.commons.lang.exception.CloneFailedException extends NestableRuntimeException implements Serializable
- serialVersionUID:
- 20091223L
-
Class org.apache.commons.lang.exception.NestableDelegate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nestable
java.lang.Throwable nestable
Deprecated.Holds the reference to the exception or error that we're wrapping (which must be aNestable
implementation).
-
-
Class org.apache.commons.lang.exception.NestableError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
java.lang.Throwable cause
Deprecated.Holds the reference to the exception or error that caused this exception to be thrown. -
delegate
NestableDelegate delegate
Deprecated.The helper instance which contains much of the code which we delegate to.
-
-
Class org.apache.commons.lang.exception.NestableException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
java.lang.Throwable cause
Deprecated.Holds the reference to the exception or error that caused this exception to be thrown. -
delegate
NestableDelegate delegate
Deprecated.The helper instance which contains much of the code which we delegate to.
-
-
Class org.apache.commons.lang.exception.NestableRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
java.lang.Throwable cause
Deprecated.Holds the reference to the exception or error that caused this exception to be thrown. -
delegate
NestableDelegate delegate
Deprecated.The helper instance which contains much of the code which we delegate to.
-
-
-
Package org.apache.commons.lang.math
-
Class org.apache.commons.lang.math.DoubleRange extends Range implements Serializable
- serialVersionUID:
- 71849363892740L
-
Serialized Fields
-
max
double max
Deprecated.The maximum number in this range (inclusive). -
min
double min
Deprecated.The minimum number in this range (inclusive).
-
-
Class org.apache.commons.lang.math.FloatRange extends Range implements Serializable
- serialVersionUID:
- 71849363892750L
-
Serialized Fields
-
max
float max
Deprecated.The maximum number in this range (inclusive). -
min
float min
Deprecated.The minimum number in this range (inclusive).
-
-
Class org.apache.commons.lang.math.Fraction extends java.lang.Number implements Serializable
- serialVersionUID:
- 65382027393090L
-
Serialized Fields
-
denominator
int denominator
Deprecated.The denominator number part of the fraction (the seven in three sevenths). -
numerator
int numerator
Deprecated.The numerator number part of the fraction (the three in three sevenths).
-
-
Class org.apache.commons.lang.math.IntRange extends Range implements Serializable
- serialVersionUID:
- 71849363892730L
-
Serialized Fields
-
max
int max
Deprecated.The maximum number in this range (inclusive). -
min
int min
Deprecated.The minimum number in this range (inclusive).
-
-
Class org.apache.commons.lang.math.JVMRandom extends java.util.Random implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
constructed
boolean constructed
Deprecated.Ensures that only the parent constructor can call reseed.
-
-
Class org.apache.commons.lang.math.LongRange extends Range implements Serializable
- serialVersionUID:
- 71849363892720L
-
Serialized Fields
-
max
long max
Deprecated.The maximum number in this range (inclusive). -
min
long min
Deprecated.The minimum number in this range (inclusive).
-
-
Class org.apache.commons.lang.math.NumberRange extends Range implements Serializable
- serialVersionUID:
- 71849363892710L
-
Serialized Fields
-
max
java.lang.Number max
Deprecated.The maximum number in this range. -
min
java.lang.Number min
Deprecated.The minimum number in this range.
-
-
-
Package org.apache.commons.lang.mutable
-
Class org.apache.commons.lang.mutable.MutableBoolean extends java.lang.Object implements Serializable
- serialVersionUID:
- -4830728138360036487L
-
Serialized Fields
-
value
boolean value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableByte extends java.lang.Number implements Serializable
- serialVersionUID:
- -1585823265L
-
Serialized Fields
-
value
byte value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableDouble extends java.lang.Number implements Serializable
- serialVersionUID:
- 1587163916L
-
Serialized Fields
-
value
double value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableFloat extends java.lang.Number implements Serializable
- serialVersionUID:
- 5787169186L
-
Serialized Fields
-
value
float value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableInt extends java.lang.Number implements Serializable
- serialVersionUID:
- 512176391864L
-
Serialized Fields
-
value
int value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableLong extends java.lang.Number implements Serializable
- serialVersionUID:
- 62986528375L
-
Serialized Fields
-
value
long value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableObject extends java.lang.Object implements Serializable
- serialVersionUID:
- 86241875189L
-
Serialized Fields
-
value
java.lang.Object value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableShort extends java.lang.Number implements Serializable
- serialVersionUID:
- -2135791679L
-
Serialized Fields
-
value
short value
Deprecated.The mutable value.
-
-
-
Package org.apache.commons.lang.text
-
Class org.apache.commons.lang.text.CompositeFormat extends java.text.Format implements Serializable
- serialVersionUID:
- -4329119827877627683L
-
Serialized Fields
-
formatter
java.text.Format formatter
Deprecated.The formatter to use. -
parser
java.text.Format parser
Deprecated.The parser to use.
-
-
Class org.apache.commons.lang.text.ExtendedMessageFormat extends java.text.MessageFormat implements Serializable
- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
java.util.Map registry
Deprecated. -
toPattern
java.lang.String toPattern
Deprecated.
-
-
-
Package org.apache.commons.lang.time
-
Class org.apache.commons.lang.time.FastDateFormat extends java.text.Format implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Create the object after serialization. This implementation reinitializes the transient properties.- Throws:
java.io.IOException
- if there is an IO issue.java.lang.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
mLocale
java.util.Locale mLocale
Deprecated.The locale. -
mLocaleForced
boolean mLocaleForced
Deprecated.Whether the locale overrides the default. -
mPattern
java.lang.String mPattern
Deprecated.The pattern. -
mTimeZone
java.util.TimeZone mTimeZone
Deprecated.The time zone. -
mTimeZoneForced
boolean mTimeZoneForced
Deprecated.Whether the time zone overrides any on Calendars.
-
-
-
Package org.apache.commons.lang3
-
Class org.apache.commons.lang3.CharSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 5947847346149275958L
-
Serialized Fields
-
set
java.util.Set<org.apache.commons.lang3.CharRange> set
The set of CharRange objects.
-
-
Class org.apache.commons.lang3.NotImplementedException extends java.lang.UnsupportedOperationException implements Serializable
- serialVersionUID:
- 20131021L
-
Serialized Fields
-
code
java.lang.String code
-
-
Class org.apache.commons.lang3.ObjectUtils.Null extends java.lang.Object implements Serializable
- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Ensure singleton.
-
-
Class org.apache.commons.lang3.Range extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.SerializationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 4029025366392702726L
-
-
Package org.apache.commons.lang3.builder
-
Class org.apache.commons.lang3.builder.Diff extends Pair<T,T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fieldName
java.lang.String fieldName
-
type
java.lang.reflect.Type type
-
-
Class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle extends RecursiveToStringStyle implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
spaces
int spaces
Current indenting.
-
-
Class org.apache.commons.lang3.builder.RecursiveToStringStyle extends ToStringStyle implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.StandardToStringStyle extends ToStringStyle implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.ToStringStyle extends java.lang.Object implements Serializable
- serialVersionUID:
- -2587890625525655916L
-
Serialized Fields
-
arrayContentDetail
boolean arrayContentDetail
The detail for array content. -
arrayEnd
java.lang.String arrayEnd
The array end'
'}. -
arraySeparator
java.lang.String arraySeparator
The array separator','
. -
arrayStart
java.lang.String arrayStart
The array start'{'
. -
contentEnd
java.lang.String contentEnd
The content end']'
. -
contentStart
java.lang.String contentStart
The content start'['
. -
defaultFullDetail
boolean defaultFullDetail
The value to use when fullDetail isnull
, the default value istrue
. -
fieldNameValueSeparator
java.lang.String fieldNameValueSeparator
The field name value separator'='
. -
fieldSeparator
java.lang.String fieldSeparator
The field separator','
. -
fieldSeparatorAtEnd
boolean fieldSeparatorAtEnd
Whether the field separator should be added after any other fields. -
fieldSeparatorAtStart
boolean fieldSeparatorAtStart
Whether the field separator should be added before any other fields. -
nullText
java.lang.String nullText
Thenull
text'<null>'
. -
sizeEndText
java.lang.String sizeEndText
The summary size text start'>'
. -
sizeStartText
java.lang.String sizeStartText
The summary size text start'<size'
. -
summaryObjectEndText
java.lang.String summaryObjectEndText
The summary object text start'>'
. -
summaryObjectStartText
java.lang.String summaryObjectStartText
The summary object text start'<'
. -
useClassName
boolean useClassName
Whether to use the class name, the default istrue
. -
useFieldNames
boolean useFieldNames
Whether to use the field names, the default istrue
. -
useIdentityHashCode
boolean useIdentityHashCode
Whether to use the identity hash code, the default istrue
. -
useShortClassName
boolean useShortClassName
Whether to use short class names, the default isfalse
.
-
-
-
Package org.apache.commons.lang3.compare
-
Class org.apache.commons.lang3.compare.ObjectToStringComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.concurrent
-
Class org.apache.commons.lang3.concurrent.CircuitBreakingException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1408176654686913340L
-
Class org.apache.commons.lang3.concurrent.ConcurrentException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 6622707671812226130L
-
Class org.apache.commons.lang3.concurrent.ConcurrentRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -6582182735562919670L
-
-
Package org.apache.commons.lang3.event
-
Class org.apache.commons.lang3.event.EventListenerSupport extends java.lang.Object implements Serializable
- serialVersionUID:
- 3593265990380473632L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream objectInputStream) throws java.io.IOException, java.lang.ClassNotFoundException
Deserialize.- Throws:
java.io.IOException
- if an IO error occursjava.lang.ClassNotFoundException
- if the class cannot be resolved
-
writeObject
private void writeObject(java.io.ObjectOutputStream objectOutputStream) throws java.io.IOException
Serialize.- Throws:
java.io.IOException
- if an IO error occurs
-
-
Serialized Fields
-
listeners
java.util.List<L> listeners
The list used to hold the registered listeners. This list is intentionally a thread-safe copy-on-write-array so that traversals over the list of listeners will be atomic.
-
-
-
Package org.apache.commons.lang3.exception
-
Class org.apache.commons.lang3.exception.CloneFailedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 20091223L
-
Class org.apache.commons.lang3.exception.ContextedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
-
Class org.apache.commons.lang3.exception.ContextedRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
-
Class org.apache.commons.lang3.exception.DefaultExceptionContext extends java.lang.Object implements Serializable
- serialVersionUID:
- 20110706L
-
Serialized Fields
-
contextValues
java.util.List<Pair<java.lang.String,java.lang.Object>> contextValues
The list storing the label-data pairs.
-
-
-
Package org.apache.commons.lang3.math
-
Class org.apache.commons.lang3.math.Fraction extends java.lang.Number implements Serializable
- serialVersionUID:
- 65382027393090L
-
Serialized Fields
-
denominator
int denominator
The denominator number part of the fraction (the seven in three sevenths). -
numerator
int numerator
The numerator number part of the fraction (the three in three sevenths).
-
-
-
Package org.apache.commons.lang3.mutable
-
Class org.apache.commons.lang3.mutable.MutableBoolean extends java.lang.Object implements Serializable
- serialVersionUID:
- -4830728138360036487L
-
Serialized Fields
-
value
boolean value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableByte extends java.lang.Number implements Serializable
- serialVersionUID:
- -1585823265L
-
Serialized Fields
-
value
byte value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableDouble extends java.lang.Number implements Serializable
- serialVersionUID:
- 1587163916L
-
Serialized Fields
-
value
double value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableFloat extends java.lang.Number implements Serializable
- serialVersionUID:
- 5787169186L
-
Serialized Fields
-
value
float value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableInt extends java.lang.Number implements Serializable
- serialVersionUID:
- 512176391864L
-
Serialized Fields
-
value
int value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableLong extends java.lang.Number implements Serializable
- serialVersionUID:
- 62986528375L
-
Serialized Fields
-
value
long value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableObject extends java.lang.Object implements Serializable
- serialVersionUID:
- 86241875189L
-
Serialized Fields
-
value
T value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableShort extends java.lang.Number implements Serializable
- serialVersionUID:
- -2135791679L
-
Serialized Fields
-
value
short value
The mutable value.
-
-
-
Package org.apache.commons.lang3.text
-
Class org.apache.commons.lang3.text.CompositeFormat extends java.text.Format implements Serializable
- serialVersionUID:
- -4329119827877627683L
-
Serialized Fields
-
formatter
java.text.Format formatter
Deprecated.The formatter to use. -
parser
java.text.Format parser
Deprecated.The parser to use.
-
-
Class org.apache.commons.lang3.text.ExtendedMessageFormat extends java.text.MessageFormat implements Serializable
- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
java.util.Map<java.lang.String,? extends FormatFactory> registry
Deprecated. -
toPattern
java.lang.String toPattern
Deprecated.
-
-
Class org.apache.commons.lang3.text.StrBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 7628716375283629643L
-
Serialized Fields
-
buffer
char[] buffer
Deprecated.Internal data storage. -
newLine
java.lang.String newLine
Deprecated.The new line. -
nullText
java.lang.String nullText
Deprecated.The null text. -
size
int size
Deprecated.Current size of the buffer.
-
-
-
Package org.apache.commons.lang3.time
-
Class org.apache.commons.lang3.time.FastDateFormat extends java.text.Format implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
parser
FastDateParser parser
-
printer
FastDatePrinter printer
-
-
Class org.apache.commons.lang3.time.FastDateParser extends java.lang.Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Creates the object after serialization. This implementation reinitializes the transient properties.- Throws:
java.io.IOException
- if there is an IO issue.java.lang.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
century
int century
-
locale
java.util.Locale locale
-
pattern
java.lang.String pattern
-
startYear
int startYear
-
timeZone
java.util.TimeZone timeZone
-
-
Class org.apache.commons.lang3.time.FastDatePrinter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Create the object after serialization. This implementation reinitializes the transient properties.- Throws:
java.io.IOException
- if there is an IO issue.java.lang.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
mLocale
java.util.Locale mLocale
The locale. -
mPattern
java.lang.String mPattern
The pattern. -
mTimeZone
java.util.TimeZone mTimeZone
The time zone.
-
-
-
Package org.apache.commons.lang3.tuple
-
Class org.apache.commons.lang3.tuple.ImmutablePair extends Pair<L,R> implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.ImmutableTriple extends Triple<L,M,R> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.tuple.MutablePair extends Pair<L,R> implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.MutableTriple extends Triple<L,M,R> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.tuple.Pair extends java.lang.Object implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.Triple extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.logging
-
Class org.apache.commons.logging.LogConfigurationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 8486587136871052495L
-
Serialized Fields
-
cause
java.lang.Throwable cause
The underlying cause of this exception.
-
-
-
Package org.apache.commons.logging.impl
-
Class org.apache.commons.logging.impl.Jdk13LumberjackLogger extends java.lang.Object implements Serializable
- serialVersionUID:
- -8649807923527610591L
-
Serialized Fields
-
classAndMethodFound
boolean classAndMethodFound
-
name
java.lang.String name
-
sourceClassName
java.lang.String sourceClassName
-
sourceMethodName
java.lang.String sourceMethodName
-
-
Class org.apache.commons.logging.impl.Jdk14Logger extends java.lang.Object implements Serializable
- serialVersionUID:
- 4784713551416303804L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.apache.commons.logging.impl.Log4JLogger extends java.lang.Object implements Serializable
- serialVersionUID:
- 5160705895411730424L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.apache.commons.logging.impl.LogKitLogger extends java.lang.Object implements Serializable
- serialVersionUID:
- 3768538055836059519L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.apache.commons.logging.impl.NoOpLog extends java.lang.Object implements Serializable
- serialVersionUID:
- 561423906191706148L
-
Class org.apache.commons.logging.impl.SimpleLog extends java.lang.Object implements Serializable
- serialVersionUID:
- 136942970684951178L
-
Serialized Fields
-
currentLogLevel
int currentLogLevel
The current log level -
logName
java.lang.String logName
The name of this simple log instance -
shortLogName
java.lang.String shortLogName
The short name of this simple log instance
-
-
Class org.apache.commons.logging.impl.SLF4JLocationAwareLog extends java.lang.Object implements Serializable
- serialVersionUID:
- -2379157579039314822L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.apache.commons.logging.impl.SLF4JLog extends java.lang.Object implements Serializable
- serialVersionUID:
- 680728617011167209L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.apache.commons.logging.impl.WeakHashtable extends java.util.Hashtable implements Serializable
- serialVersionUID:
- -1546036869799732453L
-
Serialized Fields
-
changeCount
int changeCount
-
queue
java.lang.ref.ReferenceQueue queue
-
-
-
Package org.apache.commons.mail
-
Class org.apache.commons.mail.EmailException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 5550674499282474616L
-
-
Package org.apache.commons.math
-
Class org.apache.commons.math.ArgumentOutsideDomainException extends FunctionEvaluationException implements Serializable
- serialVersionUID:
- -4965972841162580234L
-
Class org.apache.commons.math.ConvergenceException extends MathException implements Serializable
- serialVersionUID:
- -1111352570797662604L
-
Class org.apache.commons.math.DimensionMismatchException extends MathException implements Serializable
- serialVersionUID:
- -1316089546353786411L
-
Serialized Fields
-
dimension1
int dimension1
Deprecated.First dimension. -
dimension2
int dimension2
Deprecated.Second dimension.
-
-
Class org.apache.commons.math.DuplicateSampleAbscissaException extends MathException implements Serializable
- serialVersionUID:
- -2271007547170169872L
-
Class org.apache.commons.math.FunctionEvaluationException extends MathException implements Serializable
- serialVersionUID:
- 1384427981840836868L
-
Serialized Fields
-
argument
double[] argument
Argument causing function evaluation failure
-
-
Class org.apache.commons.math.MathConfigurationException extends MathException implements Serializable
- serialVersionUID:
- 5261476508226103366L
-
Class org.apache.commons.math.MathException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7428019509644517071L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
Arguments used to build the message. -
pattern
Localizable pattern
Pattern used to build the message.
-
-
Class org.apache.commons.math.MathRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 9058794795027570002L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
Arguments used to build the message. -
pattern
Localizable pattern
Pattern used to build the message.
-
-
Class org.apache.commons.math.MaxEvaluationsExceededException extends ConvergenceException implements Serializable
- serialVersionUID:
- -5921271447220129118L
-
Serialized Fields
-
maxEvaluations
int maxEvaluations
Maximal number of evaluations allowed.
-
-
Class org.apache.commons.math.MaxIterationsExceededException extends ConvergenceException implements Serializable
- serialVersionUID:
- -7821226672760574694L
-
Serialized Fields
-
maxIterations
int maxIterations
Maximal number of iterations allowed.
-
-
-
Package org.apache.commons.math.analysis.interpolation
-
Class org.apache.commons.math.analysis.interpolation.DividedDifferenceInterpolator extends java.lang.Object implements Serializable
- serialVersionUID:
- 107049519551235069L
-
Class org.apache.commons.math.analysis.interpolation.LoessInterpolator extends java.lang.Object implements Serializable
- serialVersionUID:
- 5204927143605193821L
-
Serialized Fields
-
accuracy
double accuracy
If the median residual at a certain robustness iteration is less than this amount, no more iterations are done. -
bandwidth
double bandwidth
The bandwidth parameter: when computing the loess fit at a particular point, this fraction of source points closest to the current point is taken into account for computing a least-squares regression. A sensible value is usually 0.25 to 0.5. -
robustnessIters
int robustnessIters
The number of robustness iterations parameter: this many robustness iterations are done. A sensible value is usually 0 (just the initial fit without any robustness iterations) to 4.
-
-
Class org.apache.commons.math.analysis.interpolation.NevilleInterpolator extends java.lang.Object implements Serializable
- serialVersionUID:
- 3003707660147873733L
-
-
Package org.apache.commons.math.analysis.polynomials
-
Class org.apache.commons.math.analysis.polynomials.PolynomialFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -7726511984200295583L
-
Serialized Fields
-
coefficients
double[] coefficients
The coefficients of the polynomial, ordered by degree -- i.e., coefficients[0] is the constant term and coefficients[n] is the coefficient of x^n where n is the degree of the polynomial.
-
-
-
Package org.apache.commons.math.complex
-
Class org.apache.commons.math.complex.Complex extends java.lang.Object implements Serializable
- serialVersionUID:
- -6195664516687396620L
-
Serialization Methods
-
readResolve
protected final java.lang.Object readResolve()
Resolve the transient fields in a deserialized Complex Object.
Subclasses will need to override
Complex.createComplex(double, double)
to deserialize properly- Since:
- 2.0
-
-
Serialized Fields
-
imaginary
double imaginary
The imaginary part. -
real
double real
The real part.
-
-
Class org.apache.commons.math.complex.ComplexField extends java.lang.Object implements Serializable
- serialVersionUID:
- -6130362688700788798L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math.complex.ComplexFormat extends CompositeFormat implements Serializable
- serialVersionUID:
- -3343698360149467646L
-
Serialized Fields
-
imaginaryCharacter
java.lang.String imaginaryCharacter
The notation used to signify the imaginary part of the complex number. -
imaginaryFormat
java.text.NumberFormat imaginaryFormat
The format used for the imaginary part. -
realFormat
java.text.NumberFormat realFormat
The format used for the real part.
-
-
-
Package org.apache.commons.math.distribution
-
Class org.apache.commons.math.distribution.AbstractContinuousDistribution extends AbstractDistribution implements Serializable
- serialVersionUID:
- -38038050983108802L
-
Serialized Fields
-
randomData
RandomDataImpl randomData
RandomData instance used to generate samples from the distribution- Since:
- 2.2
-
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Solver absolute accuracy for inverse cumulative computation- Since:
- 2.1
-
-
Class org.apache.commons.math.distribution.AbstractDistribution extends java.lang.Object implements Serializable
- serialVersionUID:
- -38038050983108802L
-
Class org.apache.commons.math.distribution.AbstractIntegerDistribution extends AbstractDistribution implements Serializable
- serialVersionUID:
- -1146319659338487221L
-
Serialized Fields
-
randomData
RandomDataImpl randomData
RandomData instance used to generate samples from the distribution- Since:
- 2.2
-
-
Class org.apache.commons.math.distribution.BetaDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- -1221965979403477668L
-
Serialized Fields
-
alpha
double alpha
First shape parameter. -
beta
double beta
Second shape parameter. -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy -
z
double z
Normalizing factor used in density computations. updated whenever alpha or beta are changed.
-
-
Class org.apache.commons.math.distribution.BinomialDistributionImpl extends AbstractIntegerDistribution implements Serializable
- serialVersionUID:
- 6751309484392813623L
-
Serialized Fields
-
numberOfTrials
int numberOfTrials
The number of trials. -
probabilityOfSuccess
double probabilityOfSuccess
The probability of success.
-
-
Class org.apache.commons.math.distribution.CauchyDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- 8589540077390120676L
-
Serialized Fields
-
median
double median
The median of this distribution. -
scale
double scale
The scale of this distribution. -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy
-
-
Class org.apache.commons.math.distribution.ChiSquaredDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- -8352658048349159782L
-
Serialized Fields
-
gamma
GammaDistribution gamma
Internal Gamma distribution. -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy
-
-
Class org.apache.commons.math.distribution.ExponentialDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- 2401296428283614780L
-
Serialized Fields
-
mean
double mean
The mean of this distribution. -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy
-
-
Class org.apache.commons.math.distribution.FDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- -8516354193418641566L
-
Serialized Fields
-
denominatorDegreesOfFreedom
double denominatorDegreesOfFreedom
The numerator degrees of freedom -
numeratorDegreesOfFreedom
double numeratorDegreesOfFreedom
The numerator degrees of freedom -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy
-
-
Class org.apache.commons.math.distribution.GammaDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- -3239549463135430361L
-
Serialized Fields
-
alpha
double alpha
The shape parameter. -
beta
double beta
The scale parameter. -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy
-
-
Class org.apache.commons.math.distribution.HypergeometricDistributionImpl extends AbstractIntegerDistribution implements Serializable
- serialVersionUID:
- -436928820673516179L
-
Serialized Fields
-
numberOfSuccesses
int numberOfSuccesses
The number of successes in the population. -
populationSize
int populationSize
The population size. -
sampleSize
int sampleSize
The sample size.
-
-
Class org.apache.commons.math.distribution.NormalDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- 8589540077390120676L
-
Serialized Fields
-
mean
double mean
The mean of this distribution. -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy -
standardDeviation
double standardDeviation
The standard deviation of this distribution.
-
-
Class org.apache.commons.math.distribution.PascalDistributionImpl extends AbstractIntegerDistribution implements Serializable
- serialVersionUID:
- 6751309484392813623L
-
Serialized Fields
-
numberOfSuccesses
int numberOfSuccesses
The number of successes -
probabilityOfSuccess
double probabilityOfSuccess
The probability of success
-
-
Class org.apache.commons.math.distribution.PoissonDistributionImpl extends AbstractIntegerDistribution implements Serializable
- serialVersionUID:
- -3349935121172596109L
-
Serialized Fields
-
epsilon
double epsilon
Convergence criterion for cumulative probability. -
maxIterations
int maxIterations
Maximum number of iterations for cumulative probability. Cumulative probabilities are estimated using either Lanczos series approximation of Gamma#regularizedGammaP or continued fraction approximation of Gamma#regularizedGammaQ. -
mean
double mean
Holds the Poisson mean for the distribution. -
normal
NormalDistribution normal
Distribution used to compute normal approximation.
-
-
Class org.apache.commons.math.distribution.TDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- -5852615386664158222L
-
Serialized Fields
-
degreesOfFreedom
double degreesOfFreedom
The degrees of freedom -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy
-
-
Class org.apache.commons.math.distribution.WeibullDistributionImpl extends AbstractContinuousDistribution implements Serializable
- serialVersionUID:
- 8589540077390120676L
-
Serialized Fields
-
numericalMean
double numericalMean
Cached numerical mean -
numericalMeanIsCalculated
boolean numericalMeanIsCalculated
Whether or not the numerical mean has been calculated -
numericalVariance
double numericalVariance
Cached numerical variance -
numericalVarianceIsCalculated
boolean numericalVarianceIsCalculated
Whether or not the numerical variance has been calculated -
scale
double scale
The scale parameter. -
shape
double shape
The shape parameter. -
solverAbsoluteAccuracy
double solverAbsoluteAccuracy
Inverse cumulative probability accuracy
-
-
Class org.apache.commons.math.distribution.ZipfDistributionImpl extends AbstractIntegerDistribution implements Serializable
- serialVersionUID:
- -140627372283420404L
-
Serialized Fields
-
exponent
double exponent
Exponent parameter of the distribution. -
numberOfElements
int numberOfElements
Number of elements.
-
-
-
Package org.apache.commons.math.estimation
-
Class org.apache.commons.math.estimation.EstimatedParameter extends java.lang.Object implements Serializable
- serialVersionUID:
- -555440800213416949L
-
Serialized Fields
-
bound
boolean bound
Deprecated.Indicator for bound parameters (ie parameters that should not be estimated) -
estimate
double estimate
Deprecated.Current value of the parameter -
name
java.lang.String name
Deprecated.Name of the parameter
-
-
Class org.apache.commons.math.estimation.EstimationException extends MathException implements Serializable
- serialVersionUID:
- -573038581493881337L
-
Class org.apache.commons.math.estimation.GaussNewtonEstimator extends AbstractEstimator implements Serializable
- serialVersionUID:
- 5485001826076289109L
-
Serialized Fields
-
convergence
double convergence
Deprecated.Threshold for cost convergence. -
steadyStateThreshold
double steadyStateThreshold
Deprecated.Threshold for cost steady state detection.
-
-
Class org.apache.commons.math.estimation.LevenbergMarquardtEstimator extends AbstractEstimator implements Serializable
- serialVersionUID:
- -5705952631533171019L
-
Serialized Fields
-
beta
double[] beta
Deprecated.Coefficients of the Householder transforms vectors. -
costRelativeTolerance
double costRelativeTolerance
Deprecated.Desired relative error in the sum of squares. -
diagR
double[] diagR
Deprecated.Diagonal elements of the R matrix in the Q.R. decomposition. -
initialStepBoundFactor
double initialStepBoundFactor
Deprecated.Positive input variable used in determining the initial step bound. -
jacNorm
double[] jacNorm
Deprecated.Norms of the columns of the jacobian matrix. -
lmDir
double[] lmDir
Deprecated.Parameters evolution direction associated with lmPar. -
lmPar
double lmPar
Deprecated.Levenberg-Marquardt parameter. -
orthoTolerance
double orthoTolerance
Deprecated.Desired max cosine on the orthogonality between the function vector and the columns of the jacobian. -
parRelativeTolerance
double parRelativeTolerance
Deprecated.Desired relative error in the approximate solution parameters. -
permutation
int[] permutation
Deprecated.Columns permutation array. -
rank
int rank
Deprecated.Rank of the jacobian matrix. -
solvedCols
int solvedCols
Deprecated.Number of solved variables.
-
-
Class org.apache.commons.math.estimation.WeightedMeasurement extends java.lang.Object implements Serializable
- serialVersionUID:
- 4360046376796901941L
-
Serialized Fields
-
ignored
boolean ignored
Deprecated.Ignore measurement indicator. -
measuredValue
double measuredValue
Deprecated.Value of the measurements. -
weight
double weight
Deprecated.Measurement weight.
-
-
-
Package org.apache.commons.math.exception
-
Class org.apache.commons.math.exception.ConvergenceException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Class org.apache.commons.math.exception.DimensionMismatchException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -8415396756375798143L
-
Serialized Fields
-
dimension
int dimension
Correct dimension.
-
-
Class org.apache.commons.math.exception.MathIllegalArgumentException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
Arguments used to build the message. -
general
Localizable general
Pattern used to build the message (general problem description). -
specific
Localizable specific
Pattern used to build the message (specific context).
-
-
Class org.apache.commons.math.exception.MathIllegalNumberException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -7447085893598031110L
-
Serialized Fields
-
argument
java.lang.Number argument
Requested.
-
-
Class org.apache.commons.math.exception.MathIllegalStateException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
Arguments used to build the message. -
general
Localizable general
Pattern used to build the message (general problem description). -
specific
Localizable specific
Pattern used to build the message (specific context).
-
-
Class org.apache.commons.math.exception.MathInternalError extends MathIllegalStateException implements Serializable
- serialVersionUID:
- -6276776513966934846L
-
Class org.apache.commons.math.exception.MathUnsupportedOperationException extends java.lang.UnsupportedOperationException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
Arguments used to build the message. -
specific
Localizable specific
Pattern used to build the message (specific context).
-
-
Class org.apache.commons.math.exception.NoDataException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- -3629324471511904459L
-
Class org.apache.commons.math.exception.NonMonotonousSequenceException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 3596849179428944575L
-
Serialized Fields
-
direction
MathUtils.OrderDirection direction
Direction (positive for increasing, negative for decreasing). -
index
int index
Index of the wrong value. -
previous
java.lang.Number previous
Previous value. -
strict
boolean strict
Whether the sequence must be strictly increasing or decreasing.
-
-
Class org.apache.commons.math.exception.NotPositiveException extends NumberIsTooSmallException implements Serializable
- serialVersionUID:
- -2250556892093726375L
-
Class org.apache.commons.math.exception.NotStrictlyPositiveException extends NumberIsTooSmallException implements Serializable
- serialVersionUID:
- -7824848630829852237L
-
Class org.apache.commons.math.exception.NullArgumentException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math.exception.NumberIsTooLargeException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Whether the maximum is included in the allowed range. -
max
java.lang.Number max
Higher bound.
-
-
Class org.apache.commons.math.exception.NumberIsTooSmallException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -6100997100383932834L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Whether the maximum is included in the allowed range. -
min
java.lang.Number min
Higher bound.
-
-
Class org.apache.commons.math.exception.OutOfRangeException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 111601815794403609L
-
Serialized Fields
-
hi
java.lang.Number hi
Higher bound. -
lo
java.lang.Number lo
Lower bound.
-
-
Class org.apache.commons.math.exception.ZeroException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -1960874856936000015L
-
-
Package org.apache.commons.math.exception.util
-
Class org.apache.commons.math.exception.util.DummyLocalizable extends java.lang.Object implements Serializable
- serialVersionUID:
- 8843275624471387299L
-
Serialized Fields
-
source
java.lang.String source
Source string.
-
-
-
Package org.apache.commons.math.fraction
-
Class org.apache.commons.math.fraction.AbstractFormat extends java.text.NumberFormat implements Serializable
- serialVersionUID:
- -6981118387974191891L
-
Serialized Fields
-
denominatorFormat
java.text.NumberFormat denominatorFormat
The format used for the denominator. -
numeratorFormat
java.text.NumberFormat numeratorFormat
The format used for the numerator.
-
-
Class org.apache.commons.math.fraction.BigFraction extends java.lang.Number implements Serializable
- serialVersionUID:
- -5630213147331578515L
-
Serialized Fields
-
denominator
java.math.BigInteger denominator
The denominator. -
numerator
java.math.BigInteger numerator
The numerator.
-
-
Class org.apache.commons.math.fraction.BigFractionField extends java.lang.Object implements Serializable
- serialVersionUID:
- -1699294557189741703L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math.fraction.BigFractionFormat extends AbstractFormat implements Serializable
- serialVersionUID:
- -2932167925527338976L
-
Class org.apache.commons.math.fraction.Fraction extends java.lang.Number implements Serializable
- serialVersionUID:
- 3698073679419233275L
-
Serialized Fields
-
denominator
int denominator
The denominator. -
numerator
int numerator
The numerator.
-
-
Class org.apache.commons.math.fraction.FractionConversionException extends ConvergenceException implements Serializable
- serialVersionUID:
- -4661812640132576263L
-
Class org.apache.commons.math.fraction.FractionField extends java.lang.Object implements Serializable
- serialVersionUID:
- -1257768487499119313L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math.fraction.FractionFormat extends AbstractFormat implements Serializable
- serialVersionUID:
- 3008655719530972611L
-
Class org.apache.commons.math.fraction.ProperBigFractionFormat extends BigFractionFormat implements Serializable
- serialVersionUID:
- -6337346779577272307L
-
Serialized Fields
-
wholeFormat
java.text.NumberFormat wholeFormat
The format used for the whole number.
-
-
Class org.apache.commons.math.fraction.ProperFractionFormat extends FractionFormat implements Serializable
- serialVersionUID:
- 760934726031766749L
-
Serialized Fields
-
wholeFormat
java.text.NumberFormat wholeFormat
The format used for the whole number.
-
-
-
Package org.apache.commons.math.genetics
-
Class org.apache.commons.math.genetics.InvalidRepresentationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.math.geometry
-
Class org.apache.commons.math.geometry.CardanEulerSingularityException extends MathException implements Serializable
- serialVersionUID:
- -1360952845582206770L
-
Class org.apache.commons.math.geometry.NotARotationMatrixException extends MathException implements Serializable
- serialVersionUID:
- 5647178478658937642L
-
Class org.apache.commons.math.geometry.Rotation extends java.lang.Object implements Serializable
- serialVersionUID:
- -2153622329907944313L
-
Serialized Fields
-
q0
double q0
Scalar coordinate of the quaternion. -
q1
double q1
First coordinate of the vectorial part of the quaternion. -
q2
double q2
Second coordinate of the vectorial part of the quaternion. -
q3
double q3
Third coordinate of the vectorial part of the quaternion.
-
-
Class org.apache.commons.math.geometry.Vector3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 5133268763396045979L
-
Serialized Fields
-
x
double x
Abscissa. -
y
double y
Ordinate. -
z
double z
Height.
-
-
Class org.apache.commons.math.geometry.Vector3DFormat extends CompositeFormat implements Serializable
- serialVersionUID:
- -5447606608652576301L
-
Serialized Fields
-
format
java.text.NumberFormat format
The format used for components. -
prefix
java.lang.String prefix
Prefix. -
separator
java.lang.String separator
Separator. -
suffix
java.lang.String suffix
Suffix. -
trimmedPrefix
java.lang.String trimmedPrefix
Trimmed prefix. -
trimmedSeparator
java.lang.String trimmedSeparator
Trimmed separator. -
trimmedSuffix
java.lang.String trimmedSuffix
Trimmed suffix.
-
-
-
Package org.apache.commons.math.linear
-
Class org.apache.commons.math.linear.Array2DRowFieldMatrix extends AbstractFieldMatrix<T extends FieldElement<T>> implements Serializable
- serialVersionUID:
- 7260756672015356458L
-
Serialized Fields
-
data
T extends FieldElement<T>[][] data
Entries of the matrix
-
-
Class org.apache.commons.math.linear.Array2DRowRealMatrix extends AbstractRealMatrix implements Serializable
- serialVersionUID:
- -1067294169172445528L
-
Serialized Fields
-
data
double[][] data
Entries of the matrix
-
-
Class org.apache.commons.math.linear.ArrayFieldVector extends java.lang.Object implements Serializable
- serialVersionUID:
- 7648186910365927050L
-
Serialized Fields
-
data
T extends FieldElement<T>[] data
Entries of the vector. -
field
Field<T extends FieldElement<T>> field
Field to which the elements belong.
-
-
Class org.apache.commons.math.linear.ArrayRealVector extends AbstractRealVector implements Serializable
- serialVersionUID:
- -1097961340710804027L
-
Serialized Fields
-
data
double[] data
Entries of the vector.
-
-
Class org.apache.commons.math.linear.BigMatrixImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -1011428905656140431L
-
Serialized Fields
-
data
java.math.BigDecimal[][] data
Deprecated.Entries of the matrix -
lu
java.math.BigDecimal[][] lu
Deprecated.Entries of cached LU decomposition. All updates to data (other than luDecompose()) *must* set this to null -
parity
int parity
Deprecated.Parity of the permutation associated with the LU decomposition -
permutation
int[] permutation
Deprecated.Permutation associated with LU decomposition -
roundingMode
int roundingMode
Deprecated.Rounding mode for divisions -
scale
int scale
Deprecated.BigDecimal scale
-
-
Class org.apache.commons.math.linear.BlockFieldMatrix extends AbstractFieldMatrix<T extends FieldElement<T>> implements Serializable
- serialVersionUID:
- -4602336630143123183L
-
Serialized Fields
-
blockColumns
int blockColumns
Number of block columns of the matrix. -
blockRows
int blockRows
Number of block rows of the matrix. -
blocks
T extends FieldElement<T>[][] blocks
Blocks of matrix entries. -
columns
int columns
Number of columns of the matrix. -
rows
int rows
Number of rows of the matrix.
-
-
Class org.apache.commons.math.linear.BlockRealMatrix extends AbstractRealMatrix implements Serializable
- serialVersionUID:
- 4991895511313664478L
-
Serialized Fields
-
blockColumns
int blockColumns
Number of block columns of the matrix. -
blockRows
int blockRows
Number of block rows of the matrix. -
blocks
double[][] blocks
Blocks of matrix entries. -
columns
int columns
Number of columns of the matrix. -
rows
int rows
Number of rows of the matrix.
-
-
Class org.apache.commons.math.linear.InvalidMatrixException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -2068020346562029801L
-
Class org.apache.commons.math.linear.MatrixIndexException extends MathRuntimeException implements Serializable
- serialVersionUID:
- 8120540015829487660L
-
Class org.apache.commons.math.linear.MatrixVisitorException extends MathRuntimeException implements Serializable
- serialVersionUID:
- 3814333035048617048L
-
Class org.apache.commons.math.linear.NonSquareMatrixException extends InvalidMatrixException implements Serializable
- serialVersionUID:
- 8996207526636673730L
-
Class org.apache.commons.math.linear.NotPositiveDefiniteMatrixException extends MathException implements Serializable
- serialVersionUID:
- 4122929125438624648L
-
Class org.apache.commons.math.linear.NotSymmetricMatrixException extends MathException implements Serializable
- serialVersionUID:
- -7012803946709786097L
-
Class org.apache.commons.math.linear.OpenMapRealMatrix extends AbstractRealMatrix implements Serializable
- serialVersionUID:
- -5962461716457143437L
-
Serialized Fields
-
columns
int columns
Number of columns of the matrix. -
entries
OpenIntToDoubleHashMap entries
Storage for (sparse) matrix elements. -
rows
int rows
Number of rows of the matrix.
-
-
Class org.apache.commons.math.linear.OpenMapRealVector extends AbstractRealVector implements Serializable
- serialVersionUID:
- 8772222695580707260L
-
Serialized Fields
-
entries
OpenIntToDoubleHashMap entries
Entries of the vector. -
epsilon
double epsilon
Tolerance for having a value considered zero. -
virtualSize
int virtualSize
Dimension of the vector.
-
-
Class org.apache.commons.math.linear.RealMatrixImpl extends AbstractRealMatrix implements Serializable
- serialVersionUID:
- -1067294169172445528L
-
Serialized Fields
-
data
double[][] data
Deprecated.Entries of the matrix
-
-
Class org.apache.commons.math.linear.RealVectorFormat extends CompositeFormat implements Serializable
- serialVersionUID:
- -708767813036157690L
-
Serialized Fields
-
format
java.text.NumberFormat format
The format used for components. -
prefix
java.lang.String prefix
Prefix. -
separator
java.lang.String separator
Separator. -
suffix
java.lang.String suffix
Suffix. -
trimmedPrefix
java.lang.String trimmedPrefix
Trimmed prefix. -
trimmedSeparator
java.lang.String trimmedSeparator
Trimmed separator. -
trimmedSuffix
java.lang.String trimmedSuffix
Trimmed suffix.
-
-
Class org.apache.commons.math.linear.SingularMatrixException extends InvalidMatrixException implements Serializable
- serialVersionUID:
- -7379143356784298432L
-
Class org.apache.commons.math.linear.SparseFieldVector extends java.lang.Object implements Serializable
- serialVersionUID:
- 7841233292190413362L
-
Serialized Fields
-
entries
OpenIntToFieldHashMap<T extends FieldElement<T>> entries
Entries of the vector. -
field
Field<T extends FieldElement<T>> field
Field to which the elements belong. -
virtualSize
int virtualSize
Dimension of the vector.
-
-
-
Package org.apache.commons.math.ode
-
Class org.apache.commons.math.ode.ContinuousOutputModel extends java.lang.Object implements Serializable
- serialVersionUID:
- -1417964919405031606L
-
Serialized Fields
-
finalTime
double finalTime
Final integration time. -
forward
boolean forward
Integration direction indicator. -
index
int index
Current interpolator index. -
initialTime
double initialTime
Initial integration time. -
steps
java.util.List<StepInterpolator> steps
Steps table.
-
-
Class org.apache.commons.math.ode.DerivativeException extends MathException implements Serializable
- serialVersionUID:
- 5666710788967425123L
-
Class org.apache.commons.math.ode.IntegratorException extends MathException implements Serializable
- serialVersionUID:
- -1607588949778036796L
-
-
Package org.apache.commons.math.ode.events
-
Class org.apache.commons.math.ode.events.EventException extends MathException implements Serializable
- serialVersionUID:
- -898215297400035290L
-
-
Package org.apache.commons.math.ode.jacobians
-
Package org.apache.commons.math.ode.sampling
-
Class org.apache.commons.math.ode.sampling.AbstractStepInterpolator extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public abstract void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public abstract void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.apache.commons.math.ode.sampling.DummyStepInterpolator extends AbstractStepInterpolator implements Serializable
- serialVersionUID:
- 1708010296707839488L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
Read the instance from an input channel.- Throws:
java.io.IOException
- if the instance cannot be read
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Write the instance to an output channel.- Throws:
java.io.IOException
- if the instance cannot be written
-
-
Class org.apache.commons.math.ode.sampling.NordsieckStepInterpolator extends AbstractStepInterpolator implements Serializable
- serialVersionUID:
- -7179861704951334960L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Package org.apache.commons.math.optimization
-
Class org.apache.commons.math.optimization.OptimizationException extends ConvergenceException implements Serializable
- serialVersionUID:
- -4605887730798282127L
-
Class org.apache.commons.math.optimization.RealPointValuePair extends java.lang.Object implements Serializable
- serialVersionUID:
- 1003888396256744753L
-
Serialized Fields
-
point
double[] point
Point coordinates. -
value
double value
Value of the objective function at the point.
-
-
Class org.apache.commons.math.optimization.VectorialPointValuePair extends java.lang.Object implements Serializable
- serialVersionUID:
- 1003888396256744753L
-
Serialized Fields
-
point
double[] point
Point coordinates. -
value
double[] value
Vectorial value of the objective function at the point.
-
-
-
Package org.apache.commons.math.optimization.fitting
-
Class org.apache.commons.math.optimization.fitting.GaussianDerivativeFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -6500229089670174766L
-
Serialized Fields
-
b
double b
Parameter b of this function. -
c
double c
Parameter c of this function. -
d2
double d2
Square of the parameter d of this function.
-
-
Class org.apache.commons.math.optimization.fitting.GaussianFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -3195385616125629512L
-
Serialized Fields
-
a
double a
Parameter a of this function. -
b
double b
Parameter b of this function. -
c
double c
Parameter c of this function. -
d
double d
Parameter d of this function.
-
-
Class org.apache.commons.math.optimization.fitting.ParametricGaussianFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -3875578602503903233L
-
Class org.apache.commons.math.optimization.fitting.WeightedObservedPoint extends java.lang.Object implements Serializable
- serialVersionUID:
- 5306874947404636157L
-
Serialized Fields
-
weight
double weight
Weight of the measurement in the fitting process. -
x
double x
Abscissa of the point. -
y
double y
Observed value of the function at x.
-
-
-
Package org.apache.commons.math.optimization.linear
-
Class org.apache.commons.math.optimization.linear.LinearConstraint extends java.lang.Object implements Serializable
- serialVersionUID:
- -764632794033034092L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
Deserialize the instance.- Throws:
java.lang.ClassNotFoundException
- if a class in the stream cannot be foundjava.io.IOException
- if object cannot be read from the stream
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Serialize the instance.- Throws:
java.io.IOException
- if object cannot be written to stream
-
-
Serialized Fields
-
relationship
Relationship relationship
Relationship between left and right hand sides (=, <=, >=). -
value
double value
Value of the constraint (right hand side).
-
-
Class org.apache.commons.math.optimization.linear.LinearObjectiveFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -4531815507568396090L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
Deserialize the instance.- Throws:
java.lang.ClassNotFoundException
- if a class in the stream cannot be foundjava.io.IOException
- if object cannot be read from the stream
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Serialize the instance.- Throws:
java.io.IOException
- if object cannot be written to stream
-
-
Serialized Fields
-
constantTerm
double constantTerm
Constant term of the linear equation.
-
-
Class org.apache.commons.math.optimization.linear.NoFeasibleSolutionException extends OptimizationException implements Serializable
- serialVersionUID:
- -3044253632189082760L
-
Class org.apache.commons.math.optimization.linear.UnboundedSolutionException extends OptimizationException implements Serializable
- serialVersionUID:
- 940539497277290619L
-
-
Package org.apache.commons.math.random
-
Class org.apache.commons.math.random.AbstractWell extends BitsStreamGenerator implements Serializable
- serialVersionUID:
- -817701723016583596L
-
Serialized Fields
-
i1
int[] i1
Index indirection table giving for each index the value index + m1 taking table size into account. -
i2
int[] i2
Index indirection table giving for each index the value index + m2 taking table size into account. -
i3
int[] i3
Index indirection table giving for each index the value index + m3 taking table size into account. -
index
int index
Current index in the bytes pool. -
iRm1
int[] iRm1
Index indirection table giving for each index its predecessor taking table size into account. -
iRm2
int[] iRm2
Index indirection table giving for each index its second predecessor taking table size into account. -
v
int[] v
Bytes pool.
-
-
Class org.apache.commons.math.random.EmpiricalDistributionImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 5729073523949762654L
-
Serialized Fields
-
binCount
int binCount
number of bins -
binStats
java.util.List<SummaryStatistics> binStats
List of SummaryStatistics objects characterizing the bins -
delta
double delta
Grid size -
loaded
boolean loaded
is the distribution loaded? -
max
double max
Max loaded value -
min
double min
Min loaded value -
randomData
RandomData randomData
RandomData instance to use in repeated calls to getNext() -
sampleStats
SummaryStatistics sampleStats
Sample statistics -
upperBounds
double[] upperBounds
upper bounds of subintervals in (0,1) "belonging" to the bins
-
-
Class org.apache.commons.math.random.JDKRandomGenerator extends java.util.Random implements Serializable
- serialVersionUID:
- -7745277476784028798L
-
Class org.apache.commons.math.random.MersenneTwister extends BitsStreamGenerator implements Serializable
- serialVersionUID:
- 8661194735290153518L
-
Serialized Fields
-
mt
int[] mt
Bytes pool. -
mti
int mti
Current index in the bytes pool.
-
-
Class org.apache.commons.math.random.RandomAdaptor extends java.util.Random implements Serializable
- serialVersionUID:
- 2306581345647615033L
-
Serialized Fields
-
randomGenerator
RandomGenerator randomGenerator
Wrapped randomGenerator instance
-
-
Class org.apache.commons.math.random.RandomDataImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -626730818244969716L
-
Serialized Fields
-
rand
RandomGenerator rand
underlying random number generator -
secRand
java.security.SecureRandom secRand
underlying secure random number generator
-
-
Class org.apache.commons.math.random.Well1024a extends AbstractWell implements Serializable
- serialVersionUID:
- 5680173464174485492L
-
Class org.apache.commons.math.random.Well19937a extends AbstractWell implements Serializable
- serialVersionUID:
- -7462102162223815419L
-
Class org.apache.commons.math.random.Well19937c extends AbstractWell implements Serializable
- serialVersionUID:
- -7203498180754925124L
-
Class org.apache.commons.math.random.Well44497a extends AbstractWell implements Serializable
- serialVersionUID:
- -3859207588353972099L
-
Class org.apache.commons.math.random.Well44497b extends AbstractWell implements Serializable
- serialVersionUID:
- 4032007538246675492L
-
Class org.apache.commons.math.random.Well512a extends AbstractWell implements Serializable
- serialVersionUID:
- -6104179812103820574L
-
-
Package org.apache.commons.math.stat
-
Class org.apache.commons.math.stat.Frequency extends java.lang.Object implements Serializable
- serialVersionUID:
- -3845586908418844111L
-
Serialized Fields
-
freqTable
java.util.TreeMap<java.lang.Comparable<?>,java.lang.Long> freqTable
underlying collection
-
-
-
Package org.apache.commons.math.stat.clustering
-
Class org.apache.commons.math.stat.clustering.Cluster extends java.lang.Object implements Serializable
- serialVersionUID:
- -3442297081515880464L
-
Serialized Fields
-
center
T extends Clusterable<T> center
Center of the cluster. -
points
java.util.List<T extends Clusterable<T>> points
The points contained in this cluster.
-
-
Class org.apache.commons.math.stat.clustering.EuclideanIntegerPoint extends java.lang.Object implements Serializable
- serialVersionUID:
- 3946024775784901369L
-
Serialized Fields
-
point
int[] point
Point coordinates.
-
-
-
Package org.apache.commons.math.stat.descriptive
-
Class org.apache.commons.math.stat.descriptive.AggregateSummaryStatistics extends java.lang.Object implements Serializable
- serialVersionUID:
- -8207112444016386906L
-
Serialized Fields
-
statistics
SummaryStatistics statistics
The SummaryStatistics in which aggregate statistics are accumulated. -
statisticsPrototype
SummaryStatistics statisticsPrototype
A SummaryStatistics serving as a prototype for creating SummaryStatistics contributing to this aggregate
-
-
Class org.apache.commons.math.stat.descriptive.DescriptiveStatistics extends java.lang.Object implements Serializable
- serialVersionUID:
- 4133067267405273064L
-
Serialized Fields
-
eDA
ResizableDoubleArray eDA
Stored data values -
geometricMeanImpl
UnivariateStatistic geometricMeanImpl
Geometric mean statistic implementation - can be reset by setter. -
kurtosisImpl
UnivariateStatistic kurtosisImpl
Kurtosis statistic implementation - can be reset by setter. -
maxImpl
UnivariateStatistic maxImpl
Maximum statistic implementation - can be reset by setter. -
meanImpl
UnivariateStatistic meanImpl
Mean statistic implementation - can be reset by setter. -
minImpl
UnivariateStatistic minImpl
Minimum statistic implementation - can be reset by setter. -
percentileImpl
UnivariateStatistic percentileImpl
Percentile statistic implementation - can be reset by setter. -
skewnessImpl
UnivariateStatistic skewnessImpl
Skewness statistic implementation - can be reset by setter. -
sumImpl
UnivariateStatistic sumImpl
Sum statistic implementation - can be reset by setter. -
sumsqImpl
UnivariateStatistic sumsqImpl
Sum of squares statistic implementation - can be reset by setter. -
varianceImpl
UnivariateStatistic varianceImpl
Variance statistic implementation - can be reset by setter. -
windowSize
int windowSize
hold the window size
-
-
Class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatistics extends java.lang.Object implements Serializable
- serialVersionUID:
- 2271900808994826718L
-
Serialized Fields
-
covarianceImpl
VectorialCovariance covarianceImpl
Covariance statistic implementation - cannot be reset. -
geoMeanImpl
StorelessUnivariateStatistic[] geoMeanImpl
Geometric mean statistic implementation - can be reset by setter. -
k
int k
Dimension of the data. -
maxImpl
StorelessUnivariateStatistic[] maxImpl
Maximum statistic implementation - can be reset by setter. -
meanImpl
StorelessUnivariateStatistic[] meanImpl
Mean statistic implementation - can be reset by setter. -
minImpl
StorelessUnivariateStatistic[] minImpl
Minimum statistic implementation - can be reset by setter. -
n
long n
Count of values that have been added -
sumImpl
StorelessUnivariateStatistic[] sumImpl
Sum statistic implementation - can be reset by setter. -
sumLogImpl
StorelessUnivariateStatistic[] sumLogImpl
Sum of log statistic implementation - can be reset by setter. -
sumSqImpl
StorelessUnivariateStatistic[] sumSqImpl
Sum of squares statistic implementation - can be reset by setter.
-
-
Class org.apache.commons.math.stat.descriptive.StatisticalSummaryValues extends java.lang.Object implements Serializable
- serialVersionUID:
- -5108854841843722536L
-
Serialized Fields
-
max
double max
The maximum value -
mean
double mean
The sample mean -
min
double min
The minimum value -
n
long n
The number of observations in the sample -
sum
double sum
The sum of the sample values -
variance
double variance
The sample variance
-
-
Class org.apache.commons.math.stat.descriptive.SummaryStatistics extends java.lang.Object implements Serializable
- serialVersionUID:
- -2021321786743555871L
-
Serialized Fields
-
geoMean
GeometricMean geoMean
geoMean of values that have been added -
geoMeanImpl
StorelessUnivariateStatistic geoMeanImpl
Geometric mean statistic implementation - can be reset by setter. -
max
Max max
max of values that have been added -
maxImpl
StorelessUnivariateStatistic maxImpl
Maximum statistic implementation - can be reset by setter. -
mean
Mean mean
mean of values that have been added -
meanImpl
StorelessUnivariateStatistic meanImpl
Mean statistic implementation - can be reset by setter. -
min
Min min
min of values that have been added -
minImpl
StorelessUnivariateStatistic minImpl
Minimum statistic implementation - can be reset by setter. -
n
long n
count of values that have been added -
secondMoment
SecondMoment secondMoment
SecondMoment is used to compute the mean and variance -
sum
Sum sum
sum of values that have been added -
sumImpl
StorelessUnivariateStatistic sumImpl
Sum statistic implementation - can be reset by setter. -
sumLog
SumOfLogs sumLog
sumLog of values that have been added -
sumLogImpl
StorelessUnivariateStatistic sumLogImpl
Sum of log statistic implementation - can be reset by setter. -
sumsq
SumOfSquares sumsq
sum of the square of each value that has been added -
sumsqImpl
StorelessUnivariateStatistic sumsqImpl
Sum of squares statistic implementation - can be reset by setter. -
variance
Variance variance
variance of values that have been added -
varianceImpl
StorelessUnivariateStatistic varianceImpl
Variance statistic implementation - can be reset by setter.
-
-
Class org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatistics extends DescriptiveStatistics implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics extends MultivariateSummaryStatistics implements Serializable
- serialVersionUID:
- 7099834153347155363L
-
Class org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatistics extends SummaryStatistics implements Serializable
- serialVersionUID:
- 1909861009042253704L
-
-
Package org.apache.commons.math.stat.descriptive.moment
-
Class org.apache.commons.math.stat.descriptive.moment.FirstMoment extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- 6112755307178490473L
-
Serialized Fields
-
dev
double dev
Deviation of most recently added value from previous first moment. Retained to prevent repeated computation in higher order moments. -
m1
double m1
First moment of values that have been added -
n
long n
Count of values that have been added -
nDev
double nDev
Deviation of most recently added value from previous first moment, normalized by previous sample size. Retained to prevent repeated computation in higher order moments
-
-
Class org.apache.commons.math.stat.descriptive.moment.FourthMoment extends ThirdMoment implements Serializable
- serialVersionUID:
- 4763990447117157611L
-
Serialized Fields
-
m4
double m4
fourth moment of values that have been added
-
-
Class org.apache.commons.math.stat.descriptive.moment.GeometricMean extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- -8178734905303459453L
-
Serialized Fields
-
sumOfLogs
StorelessUnivariateStatistic sumOfLogs
Wrapped SumOfLogs instance
-
-
Class org.apache.commons.math.stat.descriptive.moment.Kurtosis extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- 2784465764798260919L
-
Serialized Fields
-
incMoment
boolean incMoment
Determines whether or not this statistic can be incremented or cleared.Statistics based on (constructed from) external moments cannot be incremented or cleared.
-
moment
FourthMoment moment
Fourth Moment on which this statistic is based
-
-
Class org.apache.commons.math.stat.descriptive.moment.Mean extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- -1296043746617791564L
-
Serialized Fields
-
incMoment
boolean incMoment
Determines whether or not this statistic can be incremented or cleared.Statistics based on (constructed from) external moments cannot be incremented or cleared.
-
moment
FirstMoment moment
First moment on which this statistic is based.
-
-
Class org.apache.commons.math.stat.descriptive.moment.SecondMoment extends FirstMoment implements Serializable
- serialVersionUID:
- 3942403127395076445L
-
Serialized Fields
-
m2
double m2
second moment of values that have been added
-
-
Class org.apache.commons.math.stat.descriptive.moment.SemiVariance extends AbstractUnivariateStatistic implements Serializable
- serialVersionUID:
- -2653430366886024994L
-
Serialized Fields
-
biasCorrected
boolean biasCorrected
Determines whether or not bias correction is applied when computing the value of the statisic. True means that bias is corrected. -
varianceDirection
SemiVariance.Direction varianceDirection
Determines whether to calculate downside or upside SemiVariance.
-
-
Class org.apache.commons.math.stat.descriptive.moment.Skewness extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- 7101857578996691352L
-
Serialized Fields
-
incMoment
boolean incMoment
Determines whether or not this statistic can be incremented or cleared.Statistics based on (constructed from) external moments cannot be incremented or cleared.
-
moment
ThirdMoment moment
Third moment on which this statistic is based
-
-
Class org.apache.commons.math.stat.descriptive.moment.StandardDeviation extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- 5728716329662425188L
-
Serialized Fields
-
variance
Variance variance
Wrapped Variance instance
-
-
Class org.apache.commons.math.stat.descriptive.moment.ThirdMoment extends SecondMoment implements Serializable
- serialVersionUID:
- -7818711964045118679L
-
Serialized Fields
-
m3
double m3
third moment of values that have been added -
nDevSq
double nDevSq
Square of deviation of most recently added value from previous first moment, normalized by previous sample size. Retained to prevent repeated computation in higher order moments. nDevSq = nDev * nDev.
-
-
Class org.apache.commons.math.stat.descriptive.moment.Variance extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- -9111962718267217978L
-
Serialized Fields
-
incMoment
boolean incMoment
Boolean test to determine if this Variance should also increment the second moment, this evaluates to false when this Variance is constructed with an external SecondMoment as a parameter. -
isBiasCorrected
boolean isBiasCorrected
Determines whether or not bias correction is applied when computing the value of the statisic. True means that bias is corrected. SeeVariance
for details on the formula. -
moment
SecondMoment moment
SecondMoment is used in incremental calculation of Variance
-
-
Class org.apache.commons.math.stat.descriptive.moment.VectorialCovariance extends java.lang.Object implements Serializable
- serialVersionUID:
- 4118372414238930270L
-
Serialized Fields
-
isBiasCorrected
boolean isBiasCorrected
Indicator for bias correction. -
n
long n
Number of vectors in the sample. -
productsSums
double[] productsSums
Sums of products for each component. -
sums
double[] sums
Sums for each component.
-
-
Class org.apache.commons.math.stat.descriptive.moment.VectorialMean extends java.lang.Object implements Serializable
- serialVersionUID:
- 8223009086481006892L
-
Serialized Fields
-
means
Mean[] means
Means for each component.
-
-
-
Package org.apache.commons.math.stat.descriptive.rank
-
Class org.apache.commons.math.stat.descriptive.rank.Max extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- -5593383832225844641L
-
Serialized Fields
-
n
long n
Number of values that have been added -
value
double value
Current value of the statistic
-
-
Class org.apache.commons.math.stat.descriptive.rank.Median extends Percentile implements Serializable
- serialVersionUID:
- -3961477041290915687L
-
Class org.apache.commons.math.stat.descriptive.rank.Min extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- -2941995784909003131L
-
Serialized Fields
-
n
long n
Number of values that have been added -
value
double value
Current value of the statistic
-
-
Class org.apache.commons.math.stat.descriptive.rank.Percentile extends AbstractUnivariateStatistic implements Serializable
- serialVersionUID:
- -8091216485095130416L
-
Serialized Fields
-
cachedPivots
int[] cachedPivots
Cached pivots. -
quantile
double quantile
Determines what percentile is computed when evaluate() is activated with no quantile argument
-
-
-
Package org.apache.commons.math.stat.descriptive.summary
-
Class org.apache.commons.math.stat.descriptive.summary.Product extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- 2824226005990582538L
-
Serialized Fields
-
n
long n
The number of values that have been added -
value
double value
The current Running Product.
-
-
Class org.apache.commons.math.stat.descriptive.summary.Sum extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- -8231831954703408316L
-
Serialized Fields
-
n
long n
-
value
double value
The currently running sum.
-
-
Class org.apache.commons.math.stat.descriptive.summary.SumOfLogs extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- -370076995648386763L
-
Serialized Fields
-
n
int n
Number of values that have been added -
value
double value
The currently running value
-
-
Class org.apache.commons.math.stat.descriptive.summary.SumOfSquares extends AbstractStorelessUnivariateStatistic implements Serializable
- serialVersionUID:
- 1460986908574398008L
-
Serialized Fields
-
n
long n
-
value
double value
The currently running sumSq
-
-
-
Package org.apache.commons.math.stat.regression
-
Class org.apache.commons.math.stat.regression.SimpleRegression extends java.lang.Object implements Serializable
- serialVersionUID:
- -3004689053607543335L
-
Serialized Fields
-
distribution
TDistribution distribution
the distribution used to compute inference statistics. -
n
long n
number of observations -
sumX
double sumX
sum of x values -
sumXX
double sumXX
total variation in x (sum of squared deviations from xbar) -
sumXY
double sumXY
sum of products -
sumY
double sumY
sum of y values -
sumYY
double sumYY
total variation in y (sum of squared deviations from ybar) -
xbar
double xbar
mean of accumulated x values, used in updating formulas -
ybar
double ybar
mean of accumulated y values, used in updating formulas
-
-
-
Package org.apache.commons.math.transform
-
Class org.apache.commons.math.transform.FastFourierTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 5138259215438106000L
-
Serialized Fields
-
roots
org.apache.commons.math.transform.FastFourierTransformer.RootsOfUnity roots
roots of unity
-
-
-
Package org.apache.commons.math.util
-
Class org.apache.commons.math.util.BigReal extends java.lang.Object implements Serializable
- serialVersionUID:
- 4984534880991310382L
-
Serialized Fields
-
d
java.math.BigDecimal d
Underlying BigDecimal. -
roundingMode
java.math.RoundingMode roundingMode
Rounding mode for divisions. -
scale
int scale
BigDecimal scale
-
-
Class org.apache.commons.math.util.BigRealField extends java.lang.Object implements Serializable
- serialVersionUID:
- 4756431066541037559L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math.util.CompositeFormat extends java.text.Format implements Serializable
- serialVersionUID:
- 5358685519349262494L
-
Class org.apache.commons.math.util.DefaultTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 4019938025047800455L
-
Class org.apache.commons.math.util.OpenIntToDoubleHashMap extends java.lang.Object implements Serializable
- serialVersionUID:
- -3646337053166149105L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Read a serialized object.- Throws:
java.io.IOException
- if object cannot be readjava.lang.ClassNotFoundException
- if the class corresponding to the serialized object cannot be found
-
-
Serialized Fields
-
keys
int[] keys
Keys table. -
mask
int mask
Bit mask for hash values. -
missingEntries
double missingEntries
Return value for missing entries. -
size
int size
Current size of the map. -
states
byte[] states
States table. -
values
double[] values
Values table.
-
-
Class org.apache.commons.math.util.OpenIntToFieldHashMap extends java.lang.Object implements Serializable
- serialVersionUID:
- -9179080286849120720L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Read a serialized object.- Throws:
java.io.IOException
- if object cannot be readjava.lang.ClassNotFoundException
- if the class corresponding to the serialized object cannot be found
-
-
Serialized Fields
-
field
Field<T extends FieldElement<T>> field
Field to which the elements belong. -
keys
int[] keys
Keys table. -
mask
int mask
Bit mask for hash values. -
missingEntries
T extends FieldElement<T> missingEntries
Return value for missing entries. -
size
int size
Current size of the map. -
states
byte[] states
States table. -
values
T extends FieldElement<T>[] values
Values table.
-
-
Class org.apache.commons.math.util.ResizableDoubleArray extends java.lang.Object implements Serializable
- serialVersionUID:
- -3485529955529426875L
-
Serialized Fields
-
contractionCriteria
float contractionCriteria
The contraction criteria determines when the internal array will be contracted to fit the number of elements contained in the element array + 1. -
expansionFactor
float expansionFactor
The expansion factor of the array. When the array needs to be expanded, the new array size will beinternalArray.length * expansionFactor
ifexpansionMode
is set to MULTIPLICATIVE_MODE, orinternalArray.length + expansionFactor
ifexpansionMode
is set to ADDITIVE_MODE. -
expansionMode
int expansionMode
Determines whether array expansion byexpansionFactor
is additive or multiplicative. -
initialCapacity
int initialCapacity
The initial capacity of the array. Initial capacity is not exposed as a property as it is only meaningful when passed to a constructor. -
internalArray
double[] internalArray
The internal storage array. -
numElements
int numElements
The number of addressable elements in the array. Note that this has nothing to do with the length of the internal storage array. -
startIndex
int startIndex
The position of the first addressable element in the internal storage array. The addressable elements in the array areinternalArray[startIndex],...,internalArray[startIndex + numElements -1]
-
-
Class org.apache.commons.math.util.TransformerMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 4605318041528645258L
-
Serialized Fields
-
defaultTransformer
NumberTransformer defaultTransformer
A default Number Transformer for Numbers and numeric Strings. -
map
java.util.Map<java.lang.Class<?>,NumberTransformer> map
The internal Map.
-
-
-
Package org.apache.commons.text
-
Class org.apache.commons.text.CompositeFormat extends java.text.Format implements Serializable
- serialVersionUID:
- -4329119827877627683L
-
Serialized Fields
-
formatter
java.text.Format formatter
The formatter to use. -
parser
java.text.Format parser
The parser to use.
-
-
Class org.apache.commons.text.ExtendedMessageFormat extends java.text.MessageFormat implements Serializable
- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
java.util.Map<java.lang.String,? extends FormatFactory> registry
Our registry of FormatFactory. -
toPattern
java.lang.String toPattern
To pattern string.
-
-
Class org.apache.commons.text.StrBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 7628716375283629643L
-
Serialized Fields
-
buffer
char[] buffer
Deprecated.Internal data storage. -
newLine
java.lang.String newLine
Deprecated.The new line. -
nullText
java.lang.String nullText
Deprecated.The null text. -
size
int size
Deprecated.Current size of the buffer.
-
-
Class org.apache.commons.text.TextStringBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buffer
char[] buffer
Internal data storage. -
newLine
java.lang.String newLine
The new line. -
nullText
java.lang.String nullText
The null text. -
reallocations
int reallocations
Incremented when the buffer is reallocated. -
size
int size
Current size of the buffer.
-
-
-
Package org.apache.felix.webconsole
-
Class org.apache.felix.webconsole.AbstractWebConsolePlugin extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bundleContext
BundleContext bundleContext
Deprecated. -
getResourceMethod
java.lang.reflect.Method getResourceMethod
Deprecated.The reference to the getResource method provided by theAbstractWebConsolePlugin.getResourceProvider()
. This isnull
if there is none or before the first check if there is one. -
getResourceMethodChecked
boolean getResourceMethodChecked
Deprecated.flag indicating whether the getResource method has already been looked up or not. This prevens theAbstractWebConsolePlugin.getGetResourceMethod()
method from repeatedly looking up the resource method on plugins which do not have one.
-
-
Class org.apache.felix.webconsole.DefaultVariableResolver extends java.util.HashMap implements Serializable
- serialVersionUID:
- 4148807223433047780L
-
Class org.apache.felix.webconsole.SimpleWebConsolePlugin extends AbstractWebConsolePlugin implements Serializable
- serialVersionUID:
- 1500463493078823878L
-
Serialized Fields
-
category
java.lang.String category
Deprecated. -
css
java.lang.String[] css
Deprecated. -
label
java.lang.String label
Deprecated. -
labelRes
java.lang.String labelRes
Deprecated. -
labelResLen
int labelResLen
Deprecated. -
reg
ServiceRegistration reg
Deprecated. -
regLock
java.lang.Object regLock
Deprecated. -
services
java.util.Map services
Deprecated. -
servletName
java.lang.String servletName
Deprecated. -
title
java.lang.String title
Deprecated.
-
-
-
Package org.apache.geronimo.transaction
-
Class org.apache.geronimo.transaction.GeronimoUserTransaction extends java.lang.Object implements Serializable
- serialVersionUID:
- -7524804683512228998L
-
-
Package org.apache.geronimo.transaction.log
-
Class org.apache.geronimo.transaction.log.XidImpl2 extends java.lang.Object implements Serializable
-
Serialized Fields
-
buffer
byte[] buffer
-
hash
int hash
-
key
java.lang.Object key
-
-
-
-
Package org.apache.geronimo.transaction.manager
-
Class org.apache.geronimo.transaction.manager.ImportedTransactionActiveException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
xid
javax.transaction.xa.Xid xid
-
-
-
Class org.apache.geronimo.transaction.manager.LogException extends java.lang.Exception implements Serializable
-
Class org.apache.geronimo.transaction.manager.SetRollbackOnlyException extends java.lang.Exception implements Serializable
-
Class org.apache.geronimo.transaction.manager.XidImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
branchId
byte[] branchId
-
formatId
int formatId
-
globalId
byte[] globalId
-
hash
int hash
-
-
-
-
Package org.apache.http
-
Class org.apache.http.ConnectionClosedException extends java.io.IOException implements Serializable
- serialVersionUID:
- 617550366255636674L
-
Class org.apache.http.ContentTooLongException extends java.io.IOException implements Serializable
- serialVersionUID:
- -924287689552495383L
-
Class org.apache.http.HttpException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -5437299376222011036L
-
Class org.apache.http.HttpHost extends java.lang.Object implements Serializable
- serialVersionUID:
- -7529410654042457626L
-
Serialized Fields
-
address
java.net.InetAddress address
-
hostname
java.lang.String hostname
The host to use. -
lcHostname
java.lang.String lcHostname
The lowercase host, forHttpHost.equals(java.lang.Object)
andHttpHost.hashCode()
. -
port
int port
The port to use, defaults to -1 if not set. -
schemeName
java.lang.String schemeName
The scheme (lowercased)
-
-
Class org.apache.http.HttpVersion extends ProtocolVersion implements Serializable
- serialVersionUID:
- -5856653513894415344L
-
Class org.apache.http.MalformedChunkCodingException extends java.io.IOException implements Serializable
- serialVersionUID:
- 2158560246948994524L
-
Class org.apache.http.MessageConstraintException extends java.nio.charset.CharacterCodingException implements Serializable
- serialVersionUID:
- 6077207720446368695L
-
Serialized Fields
-
message
java.lang.String message
-
-
Class org.apache.http.MethodNotSupportedException extends HttpException implements Serializable
- serialVersionUID:
- 3365359036840171201L
-
Class org.apache.http.NoHttpResponseException extends java.io.IOException implements Serializable
- serialVersionUID:
- -7658940387386078766L
-
Class org.apache.http.ParseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7288819855864183578L
-
Class org.apache.http.ProtocolException extends HttpException implements Serializable
- serialVersionUID:
- -2143571074341228994L
-
Class org.apache.http.ProtocolVersion extends java.lang.Object implements Serializable
- serialVersionUID:
- 8950662842175091068L
-
Serialized Fields
-
major
int major
Major version number of the protocol -
minor
int minor
Minor version number of the protocol -
protocol
java.lang.String protocol
Name of the protocol.
-
-
Class org.apache.http.TruncatedChunkException extends MalformedChunkCodingException implements Serializable
- serialVersionUID:
- -23506263930279460L
-
Class org.apache.http.UnsupportedHttpVersionException extends ProtocolException implements Serializable
- serialVersionUID:
- -1348448090193107031L
-
-
Package org.apache.http.auth
-
Class org.apache.http.auth.AuthenticationException extends ProtocolException implements Serializable
- serialVersionUID:
- -6794031905674764776L
-
Class org.apache.http.auth.BasicUserPrincipal extends java.lang.Object implements Serializable
- serialVersionUID:
- -2266305184969850467L
-
Serialized Fields
-
username
java.lang.String username
-
-
Class org.apache.http.auth.InvalidCredentialsException extends AuthenticationException implements Serializable
- serialVersionUID:
- -4834003835215460648L
-
Class org.apache.http.auth.KerberosCredentials extends java.lang.Object implements Serializable
- serialVersionUID:
- 487421613855550713L
-
Serialized Fields
-
gssCredential
org.ietf.jgss.GSSCredential gssCredential
GSSCredential
-
-
Class org.apache.http.auth.MalformedChallengeException extends ProtocolException implements Serializable
- serialVersionUID:
- 814586927989932284L
-
Class org.apache.http.auth.NTCredentials extends java.lang.Object implements Serializable
- serialVersionUID:
- -7385699315228907265L
-
Serialized Fields
-
password
java.lang.String password
Password -
principal
NTUserPrincipal principal
The user principal -
workstation
java.lang.String workstation
The host the authentication request is originating from.
-
-
Class org.apache.http.auth.NTUserPrincipal extends java.lang.Object implements Serializable
- serialVersionUID:
- -6870169797924406894L
-
Serialized Fields
-
domain
java.lang.String domain
-
ntname
java.lang.String ntname
-
username
java.lang.String username
-
-
Class org.apache.http.auth.UsernamePasswordCredentials extends java.lang.Object implements Serializable
- serialVersionUID:
- 243343858802739403L
-
Serialized Fields
-
password
java.lang.String password
-
principal
BasicUserPrincipal principal
-
-
-
Package org.apache.http.client
-
Class org.apache.http.client.CircularRedirectException extends RedirectException implements Serializable
- serialVersionUID:
- 6830063487001091803L
-
Class org.apache.http.client.ClientProtocolException extends java.io.IOException implements Serializable
- serialVersionUID:
- -5596590843227115865L
-
Class org.apache.http.client.HttpResponseException extends ClientProtocolException implements Serializable
- serialVersionUID:
- -7186627969477257933L
-
Serialized Fields
-
reasonPhrase
java.lang.String reasonPhrase
-
statusCode
int statusCode
-
-
Class org.apache.http.client.NonRepeatableRequestException extends ProtocolException implements Serializable
- serialVersionUID:
- 82685265288806048L
-
Class org.apache.http.client.RedirectException extends ProtocolException implements Serializable
- serialVersionUID:
- 4418824536372559326L
-
-
Package org.apache.http.client.cache
-
Class org.apache.http.client.cache.HttpCacheEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -6300496422359477413L
-
Serialized Fields
-
date
java.util.Date date
-
requestDate
java.util.Date requestDate
-
resource
Resource resource
-
responseDate
java.util.Date responseDate
-
responseHeaders
HeaderGroup responseHeaders
-
statusLine
StatusLine statusLine
-
variantMap
java.util.Map<java.lang.String,java.lang.String> variantMap
-
-
Class org.apache.http.client.cache.HttpCacheEntrySerializationException extends java.io.IOException implements Serializable
- serialVersionUID:
- 9219188365878433519L
-
Class org.apache.http.client.cache.HttpCacheUpdateException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 823573584868632876L
-
-
Package org.apache.http.conn
-
Class org.apache.http.conn.ConnectionPoolTimeoutException extends ConnectTimeoutException implements Serializable
- serialVersionUID:
- -7898874842020245128L
-
Class org.apache.http.conn.ConnectTimeoutException extends java.io.InterruptedIOException implements Serializable
- serialVersionUID:
- -4816682903149535989L
-
Serialized Fields
-
host
HttpHost host
-
-
Class org.apache.http.conn.HttpHostConnectException extends java.net.ConnectException implements Serializable
- serialVersionUID:
- -3194482710275220224L
-
Serialized Fields
-
host
HttpHost host
-
-
Class org.apache.http.conn.HttpInetSocketAddress extends java.net.InetSocketAddress implements Serializable
- serialVersionUID:
- -6650701828361907957L
-
Serialized Fields
-
httphost
HttpHost httphost
Deprecated.
-
-
Class org.apache.http.conn.UnsupportedSchemeException extends java.io.IOException implements Serializable
- serialVersionUID:
- 3597127619218687636L
-
-
Package org.apache.http.conn.ssl
-
Class org.apache.http.conn.ssl.SSLInitializationException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- -8243587425648536702L
-
-
Package org.apache.http.cookie
-
Class org.apache.http.cookie.CookieIdentityComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 4466565437490631532L
-
Class org.apache.http.cookie.CookiePathComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 7523645369616405818L
-
Class org.apache.http.cookie.CookieRestrictionViolationException extends MalformedCookieException implements Serializable
- serialVersionUID:
- 7371235577078589013L
-
Class org.apache.http.cookie.MalformedCookieException extends ProtocolException implements Serializable
- serialVersionUID:
- -6695462944287282185L
-
-
Package org.apache.http.entity
-
Class org.apache.http.entity.ContentType extends java.lang.Object implements Serializable
- serialVersionUID:
- -7768694718232371896L
-
Serialized Fields
-
charset
java.nio.charset.Charset charset
-
mimeType
java.lang.String mimeType
-
params
NameValuePair[] params
-
-
-
Package org.apache.http.impl.auth
-
Class org.apache.http.impl.auth.BasicScheme extends RFC2617Scheme implements Serializable
- serialVersionUID:
- -1931571557597830536L
-
Serialized Fields
-
complete
boolean complete
Whether the basic authentication process is complete
-
-
Class org.apache.http.impl.auth.DigestScheme extends RFC2617Scheme implements Serializable
- serialVersionUID:
- 3883908186234566916L
-
Serialized Fields
-
a1
java.lang.String a1
-
a2
java.lang.String a2
-
cnonce
java.lang.String cnonce
-
complete
boolean complete
Whether the digest authentication process is complete -
lastNonce
java.lang.String lastNonce
-
nounceCount
long nounceCount
-
-
Class org.apache.http.impl.auth.NTLMEngineException extends AuthenticationException implements Serializable
- serialVersionUID:
- 6027981323731768824L
-
Class org.apache.http.impl.auth.RFC2617Scheme extends AuthSchemeBase implements Serializable
- serialVersionUID:
- -2845454858205884623L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
readObjectNoData
private void readObjectNoData() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
params
java.util.Map<java.lang.String,java.lang.String> params
-
-
Class org.apache.http.impl.auth.UnsupportedDigestAlgorithmException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 319558534317118022L
-
-
Package org.apache.http.impl.client
-
Class org.apache.http.impl.client.BasicCookieStore extends java.lang.Object implements Serializable
- serialVersionUID:
- -7581093305228232025L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
cookies
java.util.TreeSet<Cookie> cookies
-
-
Class org.apache.http.impl.client.TunnelRefusedException extends HttpException implements Serializable
- serialVersionUID:
- -8646722842745617323L
-
Serialized Fields
-
response
HttpResponse response
Deprecated.
-
-
-
Package org.apache.http.impl.client.cache
-
Class org.apache.http.impl.client.cache.FileResource extends java.lang.Object implements Serializable
- serialVersionUID:
- 4132244415919043397L
-
Serialized Fields
-
disposed
boolean disposed
-
file
java.io.File file
-
-
Class org.apache.http.impl.client.cache.HeapResource extends java.lang.Object implements Serializable
- serialVersionUID:
- -2078599905620463394L
-
Serialized Fields
-
b
byte[] b
-
-
-
Package org.apache.http.impl.client.cache.memcached
-
Class org.apache.http.impl.client.cache.memcached.MemcachedKeyHashingException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7553380015989141114L
-
Class org.apache.http.impl.client.cache.memcached.MemcachedSerializationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 2201652990656412236L
-
-
Package org.apache.http.impl.conn
-
Class org.apache.http.impl.conn.ConnectionShutdownException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 5868657401162844497L
-
-
Package org.apache.http.impl.cookie
-
Class org.apache.http.impl.cookie.BasicClientCookie extends java.lang.Object implements Serializable
- serialVersionUID:
- -3869795591041535538L
-
Serialized Fields
-
attribs
java.util.Map<java.lang.String,java.lang.String> attribs
Cookie attributes as specified by the origin server -
cookieComment
java.lang.String cookieComment
Comment attribute. -
cookieDomain
java.lang.String cookieDomain
Domain attribute. -
cookieExpiryDate
java.util.Date cookieExpiryDate
ExpirationDate
. -
cookiePath
java.lang.String cookiePath
Path attribute. -
cookieVersion
int cookieVersion
The version of the cookie specification I was created from. -
creationDate
java.util.Date creationDate
-
isSecure
boolean isSecure
My secure flag. -
name
java.lang.String name
Cookie name -
value
java.lang.String value
Cookie value
-
-
Class org.apache.http.impl.cookie.BasicClientCookie2 extends BasicClientCookie implements Serializable
- serialVersionUID:
- -7744598295706617057L
-
Serialized Fields
-
commentURL
java.lang.String commentURL
-
discard
boolean discard
-
ports
int[] ports
-
-
Class org.apache.http.impl.cookie.DateParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 4417696455000643370L
-
-
Package org.apache.http.impl.execchain
-
Class org.apache.http.impl.execchain.RequestAbortedException extends java.io.InterruptedIOException implements Serializable
- serialVersionUID:
- 4973849966012490112L
-
Class org.apache.http.impl.execchain.TunnelRefusedException extends HttpException implements Serializable
- serialVersionUID:
- -8646722842745617323L
-
Serialized Fields
-
response
HttpResponse response
-
-
-
Package org.apache.http.message
-
Class org.apache.http.message.BasicHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- -5427236326487562174L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
Class org.apache.http.message.BasicNameValuePair extends java.lang.Object implements Serializable
- serialVersionUID:
- -6437800749411518984L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
Class org.apache.http.message.BasicRequestLine extends java.lang.Object implements Serializable
- serialVersionUID:
- 2810581718468737193L
-
Serialized Fields
-
method
java.lang.String method
-
protoversion
ProtocolVersion protoversion
-
uri
java.lang.String uri
-
-
Class org.apache.http.message.BasicStatusLine extends java.lang.Object implements Serializable
- serialVersionUID:
- -2443303766890459269L
-
Serialized Fields
-
protoVersion
ProtocolVersion protoVersion
The protocol version. -
reasonPhrase
java.lang.String reasonPhrase
The reason phrase. -
statusCode
int statusCode
The status code.
-
-
Class org.apache.http.message.BufferedHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- -2768352615787625448L
-
Serialized Fields
-
buffer
CharArrayBuffer buffer
The buffer containing the entire header line. -
name
java.lang.String name
Header name. -
valuePos
int valuePos
The beginning of the header value in the buffer
-
-
Class org.apache.http.message.HeaderGroup extends java.lang.Object implements Serializable
- serialVersionUID:
- 2608834160639271617L
-
-
Package org.apache.http.nio.reactor
-
Class org.apache.http.nio.reactor.IOReactorException extends java.io.IOException implements Serializable
- serialVersionUID:
- -4248110651729635749L
-
-
Package org.apache.http.params
-
Class org.apache.http.params.BasicHttpParams extends AbstractHttpParams implements Serializable
- serialVersionUID:
- -7086398485908701455L
-
Serialized Fields
-
parameters
java.util.Map<java.lang.String,java.lang.Object> parameters
Deprecated.Map of HTTP parameters that this collection contains.
-
-
Class org.apache.http.params.SyncBasicHttpParams extends BasicHttpParams implements Serializable
- serialVersionUID:
- 5387834869062660642L
-
-
Package org.apache.http.pool
-
Class org.apache.http.pool.PoolStats extends java.lang.Object implements Serializable
- serialVersionUID:
- -2807686144795228544L
-
Serialized Fields
-
available
int available
-
leased
int leased
-
max
int max
-
pending
int pending
-
-
-
Package org.apache.http.ssl
-
Class org.apache.http.ssl.SSLInitializationException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- -8243587425648536702L
-
-
Package org.apache.http.util
-
Class org.apache.http.util.ByteArrayBuffer extends java.lang.Object implements Serializable
- serialVersionUID:
- 4359112959524048036L
-
Serialized Fields
-
buffer
byte[] buffer
-
len
int len
-
-
Class org.apache.http.util.CharArrayBuffer extends java.lang.Object implements Serializable
- serialVersionUID:
- -6208952725094867135L
-
Serialized Fields
-
buffer
char[] buffer
-
len
int len
-
-
-
Package org.apache.jackrabbit
-
Package org.apache.jackrabbit.api
-
Class org.apache.jackrabbit.api.ReferenceBinaryException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.api.security.authentication.token
-
Class org.apache.jackrabbit.api.security.authentication.token.TokenCredentials extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.HashMap<java.lang.String,java.lang.String> attributes
-
token
java.lang.String token
-
-
-
-
Package org.apache.jackrabbit.api.security.user
-
Class org.apache.jackrabbit.api.security.user.AuthorizableExistsException extends RepositoryException implements Serializable
- serialVersionUID:
- 7875416346848889564L
-
Class org.apache.jackrabbit.api.security.user.AuthorizableTypeException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.api.stats
-
Package org.apache.jackrabbit.commons.cnd
-
Class org.apache.jackrabbit.commons.cnd.ParseException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
colNumber
int colNumber
the column number where the error occurred -
lineNumber
int lineNumber
the line number where the error occurred -
systemId
java.lang.String systemId
the systemid of the source that produced the error
-
-
-
-
Package org.apache.jackrabbit.core.config
-
Class org.apache.jackrabbit.core.config.ConfigurationException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.core.data
-
Class org.apache.jackrabbit.core.data.DataIdentifier extends java.lang.Object implements Serializable
- serialVersionUID:
- -9197191401131100016L
-
Serialized Fields
-
identifier
java.lang.String identifier
Data identifier.
-
-
Class org.apache.jackrabbit.core.data.DataStoreException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.core.fs
-
Class org.apache.jackrabbit.core.fs.FileSystemException extends java.lang.Exception implements Serializable
-
-
Package org.apache.jackrabbit.data.core
-
Class org.apache.jackrabbit.data.core.TransactionException extends java.lang.Exception implements Serializable
-
-
Package org.apache.jackrabbit.oak.api
-
Class org.apache.jackrabbit.oak.api.CommitFailedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2727602333350620918L
-
Serialized Fields
-
code
int code
-
source
java.lang.String source
-
type
java.lang.String type
-
-
Class org.apache.jackrabbit.oak.api.IllegalRepositoryStateException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.jackrabbit.oak.plugins.index.lucene
-
Package org.apache.jackrabbit.oak.spi.security.authentication
-
Class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfo
AuthInfo authInfo
-
baseCredentials
Credentials baseCredentials
-
-
-
-
Package org.apache.jackrabbit.oak.spi.security.authentication.credentials
-
Class org.apache.jackrabbit.oak.spi.security.authentication.credentials.AbstractCredentials extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,java.lang.Object> attributes
-
userId
java.lang.String userId
-
-
-
-
Package org.apache.jackrabbit.oak.spi.security.authentication.external
-
Class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityException extends java.lang.Exception implements Serializable
-
Class org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException extends java.lang.Exception implements Serializable
-
-
Package org.apache.jackrabbit.oak.spi.security.authentication.token
-
Class org.apache.jackrabbit.oak.spi.security.authentication.token.TokenCredentialsExpiredException extends javax.security.auth.login.CredentialException implements Serializable
-
-
Package org.apache.jackrabbit.oak.spi.security.user
-
Class org.apache.jackrabbit.oak.spi.security.user.UserIdCredentials extends java.lang.Object implements Serializable
-
Serialized Fields
-
userId
java.lang.String userId
-
-
-
-
Package org.apache.jackrabbit.oak.spi.state
-
Class org.apache.jackrabbit.oak.spi.state.ReadyOnlyBuilderException extends java.lang.UnsupportedOperationException implements Serializable
-
-
Package org.apache.jackrabbit.spi
-
Package org.apache.jackrabbit.spi.commons
-
Class org.apache.jackrabbit.spi.commons.ChildInfoImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
index
int index
1-based index of this child info. -
name
Name name
The name of this child info. -
uniqueId
java.lang.String uniqueId
The unique id for this child info ornull
if it does not have a unique id.
-
-
-
Class org.apache.jackrabbit.spi.commons.EventBundleImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
events
java.util.Collection<Event> events
The events in this bundle. -
isLocal
boolean isLocal
Indicates if this bundle was created due to a local change.
-
-
-
Class org.apache.jackrabbit.spi.commons.EventFilterImpl extends java.lang.Object implements Serializable
-
Class org.apache.jackrabbit.spi.commons.EventImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
info
java.util.Map<Name,QValue> info
-
itemId
ItemId itemId
The id of the affected item. -
mixinTypeNames
Name[] mixinTypeNames
The names of the mixin types of the 'associated' node of this event. -
parentId
NodeId parentId
The id of the affected item. -
path
Path path
The path of the affected item. -
primaryNodeTypeName
Name primaryNodeTypeName
The name of the primary node type of the 'associated' node of this event. -
timestamp
long timestamp
-
type
int type
The SPI event type.- See Also:
Event
-
userData
java.lang.String userData
-
userId
java.lang.String userId
The user ID connected with this event.
-
-
-
Class org.apache.jackrabbit.spi.commons.ItemInfoImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
isNode
boolean isNode
Flag indicating whether this is a node or a property info. -
path
Path path
The path of this item info.
-
-
-
Class org.apache.jackrabbit.spi.commons.LockInfoImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
isDeep
boolean isDeep
The isDeep flag. -
isLockOwner
boolean isLockOwner
Flag indicating if the session is lock owner or not. -
isSessionScoped
boolean isSessionScoped
The isSessionScoped flag. -
lockOwner
java.lang.String lockOwner
The owner of the lock. -
lockToken
java.lang.String lockToken
The lock token for this lock info. -
nodeId
NodeId nodeId
TheNodeId
of the locked node. -
secondsRemaining
long secondsRemaining
Number of seconds until the lock time outs.
-
-
-
Class org.apache.jackrabbit.spi.commons.NodeInfoImpl extends ItemInfoImpl implements Serializable
-
Serialized Fields
-
childInfos
java.util.List<ChildInfo> childInfos
The list ofChildInfo
s of this node info. -
id
NodeId id
The node id of the underlying node. -
index
int index
1-based index of the underlying node. -
mixinNames
Name[] mixinNames
The names of assigned mixins. -
primaryTypeName
Name primaryTypeName
The name of the primary node type. -
propertyIds
java.util.List<PropertyId> propertyIds
The list ofPropertyId
s of this node info. -
references
java.util.List<PropertyId> references
The list ofPropertyId
s that reference this node info.
-
-
-
Class org.apache.jackrabbit.spi.commons.PropertyInfoImpl extends ItemInfoImpl implements Serializable
-
Serialized Fields
-
isMultiValued
boolean isMultiValued
The multiValued flag. -
propertyId
PropertyId propertyId
The property info of the underlying property. -
type
int type
The type of the property. -
values
QValue[] values
The values of this property info.
-
-
-
Class org.apache.jackrabbit.spi.commons.QItemDefinitionImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
autoCreated
boolean autoCreated
The 'autoCreated' flag. -
declaringNodeType
Name declaringNodeType
The name of the declaring node type. -
mandatory
boolean mandatory
The 'mandatory' flag. -
name
Name name
The name of the child item. -
onParentVersion
int onParentVersion
The 'onParentVersion' attribute. -
writeProtected
boolean writeProtected
The 'protected' flag.
-
-
-
Class org.apache.jackrabbit.spi.commons.QNodeDefinitionImpl extends QItemDefinitionImpl implements Serializable
- serialVersionUID:
- -3671882394577685657L
-
Class org.apache.jackrabbit.spi.commons.QNodeTypeDefinitionImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -4065300714874671511L
-
Serialized Fields
-
childNodeDefs
java.util.Set<QNodeDefinition> childNodeDefs
The list of property definitions. -
hasOrderableChildNodes
boolean hasOrderableChildNodes
Indicates whether this node type definition has orderable child nodes. -
isAbstract
boolean isAbstract
Indicates whether this is an abstract node type definition. -
isMixin
boolean isMixin
Indicates whether this is a mixin node type definition. -
isQueryable
boolean isQueryable
Indicates whether this is a queryable node type definition. -
name
Name name
The name of the node definition. -
primaryItemName
Name primaryItemName
The name of the primary item ornull
if none is defined. -
propertyDefs
java.util.Set<QPropertyDefinition> propertyDefs
The list of child node definitions. -
supertypes
Name[] supertypes
The names of the declared super types of this node type definition. -
supportedMixins
Name[] supportedMixins
The names of the supported mixins on this node type (ornull
)
-
-
Class org.apache.jackrabbit.spi.commons.QPropertyDefinitionImpl extends QItemDefinitionImpl implements Serializable
- serialVersionUID:
- 1064686456661663541L
-
Serialized Fields
-
availableQueryOperators
java.lang.String[] availableQueryOperators
The available query operators -
defaultValues
QValue[] defaultValues
The default values. -
fullTextSearchable
boolean fullTextSearchable
The 'fullTextSearcheable' flag -
multiple
boolean multiple
The 'multiple' flag -
queryOrderable
boolean queryOrderable
The 'queryOrderable' flag -
requiredType
int requiredType
The required type. -
valueConstraints
QValueConstraint[] valueConstraints
The value constraints.
-
-
Class org.apache.jackrabbit.spi.commons.SerializableBatch extends java.lang.Object implements Serializable
-
Serialized Fields
-
itemId
ItemId itemId
-
recording
java.util.List<SerializableBatch.Operation> recording
-
-
-
Class org.apache.jackrabbit.spi.commons.SessionInfoImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
lockTokens
java.util.List<java.lang.String> lockTokens
The list of lock tokens. -
userData
java.lang.String userData
The user data ornull
. -
userId
java.lang.String userId
The userId ornull
if unknown. -
workspaceName
java.lang.String workspaceName
The name of the workspace to connect to ornull
if this session info refers to the default workspace.
-
-
-
-
Package org.apache.jackrabbit.spi.commons.conversion
-
Class org.apache.jackrabbit.spi.commons.conversion.IllegalNameException extends NameException implements Serializable
-
Class org.apache.jackrabbit.spi.commons.conversion.MalformedPathException extends NameException implements Serializable
-
Class org.apache.jackrabbit.spi.commons.conversion.NameException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.spi.commons.nodetype
-
Class org.apache.jackrabbit.spi.commons.nodetype.InvalidConstraintException extends RepositoryException implements Serializable
-
Class org.apache.jackrabbit.spi.commons.nodetype.NodeTypeConflictException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.spi.commons.privilege
-
Class org.apache.jackrabbit.spi.commons.privilege.ParseException extends java.lang.Exception implements Serializable
-
-
Package org.apache.jackrabbit.spi.commons.query.sql
-
Class org.apache.jackrabbit.spi.commons.query.sql.ParseException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Class org.apache.jackrabbit.spi.commons.query.sql.TokenMgrError extends java.lang.Error implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
-
Package org.apache.jackrabbit.spi.commons.query.xpath
-
Class org.apache.jackrabbit.spi.commons.query.xpath.ParseException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Class org.apache.jackrabbit.spi.commons.query.xpath.TokenMgrError extends java.lang.Error implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
-
Package org.apache.jackrabbit.spi.commons.value
-
Class org.apache.jackrabbit.spi.commons.value.AbstractQValue extends java.lang.Object implements Serializable
- serialVersionUID:
- 6976433831974695272L
-
Serialized Fields
-
type
int type
-
val
java.lang.Object val
-
-
Class org.apache.jackrabbit.spi.commons.value.DefaultQValue extends AbstractQValue implements Serializable
- serialVersionUID:
- -3887529703765183611L
-
-
Package org.apache.jackrabbit.stats
-
Class org.apache.jackrabbit.stats.QueryStatDtoImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
creationTime
java.util.Date creationTime
the time that the query was created -
durationMs
long durationMs
run duration in ms -
language
java.lang.String language
query language -
occurrenceCount
int occurrenceCount
used in popular queries list -
position
long position
lazy, computed at call time -
statement
java.lang.String statement
query statement
-
-
-
Package org.apache.jackrabbit.vault.fs.config
-
Class org.apache.jackrabbit.vault.fs.config.ConfigurationException extends java.lang.Exception implements Serializable
-
-
Package org.apache.jackrabbit.vault.fs.io
-
Class org.apache.jackrabbit.vault.fs.io.DocViewParser.XmlParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
nodePath
java.lang.String nodePath
-
-
Class org.apache.jackrabbit.vault.fs.io.ZipNioArchive.ArchiveNotOpenException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 5634035426424134529L
-
-
Package org.apache.jackrabbit.vault.packaging
-
Class org.apache.jackrabbit.vault.packaging.CyclicDependencyException extends PackageException implements Serializable
-
Class org.apache.jackrabbit.vault.packaging.DependencyException extends PackageException implements Serializable
-
Class org.apache.jackrabbit.vault.packaging.NoSuchPackageException extends PackageException implements Serializable
-
Serialized Fields
-
id
PackageId id
-
-
-
Class org.apache.jackrabbit.vault.packaging.PackageException extends java.lang.Exception implements Serializable
-
Class org.apache.jackrabbit.vault.packaging.PackageExistsException extends PackageException implements Serializable
-
Serialized Fields
-
id
PackageId id
-
-
-
-
Package org.apache.jackrabbit.vault.util
-
Class org.apache.jackrabbit.vault.util.UncheckedRepositoryException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 7179774059211440453L
-
-
Package org.apache.jackrabbit.webdav
-
Class org.apache.jackrabbit.webdav.DavException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
-
errorCondition
org.w3c.dom.Element errorCondition
-
-
-
-
Package org.apache.jackrabbit.webdav.server
-
Class org.apache.jackrabbit.webdav.server.AbstractWebdavServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
authenticate_header
java.lang.String authenticate_header
Header value as specified in theAbstractWebdavServlet.INIT_PARAM_AUTHENTICATE_HEADER
parameter. -
createAbsoluteURI
boolean createAbsoluteURI
Create per default absolute URI hrefs -
csrfUtil
CSRFUtil csrfUtil
CSRF protection utility
-
-
-
-
Package org.apache.jackrabbit.webdav.util
-
Class org.apache.jackrabbit.webdav.util.HttpDateFormat extends java.text.SimpleDateFormat implements Serializable
-
-
Package org.apache.log4j
-
Class org.apache.log4j.Level extends Priority implements Serializable
- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Custom deserialization of Level.- Throws:
java.io.IOException
- if IO exception.java.lang.ClassNotFoundException
- if class not found.
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Deprecated.Resolved deserialized level to one of the stock instances. May be overridden in classes derived from Level.- Throws:
java.io.ObjectStreamException
- if exception during resolution.
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Deprecated.Serialize level.- Throws:
java.io.IOException
- if exception during serialization.
-
-
-
Package org.apache.log4j.helpers
-
Class org.apache.log4j.helpers.AbsoluteTimeDateFormat extends java.text.DateFormat implements Serializable
- serialVersionUID:
- -388856345976723342L
-
Class org.apache.log4j.helpers.DateTimeDateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable
- serialVersionUID:
- 5547637772208514971L
-
Serialized Fields
-
shortMonths
java.lang.String[] shortMonths
-
-
Class org.apache.log4j.helpers.ISO8601DateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable
- serialVersionUID:
- -759840745298755296L
-
Class org.apache.log4j.helpers.RelativeTimeDateFormat extends java.text.DateFormat implements Serializable
- serialVersionUID:
- 7055751607085611984L
-
Serialized Fields
-
startTime
long startTime
-
-
Class org.apache.log4j.helpers.UtilLoggingLevel extends Level implements Serializable
- serialVersionUID:
- 909301162611820211L
-
-
Package org.apache.log4j.spi
-
Class org.apache.log4j.spi.LocationInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- -1325822038990805636L
-
Serialized Fields
-
fullInfo
java.lang.String fullInfo
-
-
Class org.apache.log4j.spi.ThrowableInformation extends java.lang.Object implements Serializable
- serialVersionUID:
- -4748765566864322735L
-
Serialized Fields
-
rep
java.lang.String[] rep
-
-
-
Package org.apache.logging.log4j
-
Class org.apache.logging.log4j.Level extends java.lang.Object implements Serializable
- serialVersionUID:
- 1581082L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Serialized Fields
-
intLevel
int intLevel
-
name
java.lang.String name
-
standardLevel
StandardLevel standardLevel
-
-
Class org.apache.logging.log4j.LoggingException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 6366395965071580537L
-
Class org.apache.logging.log4j.MarkerManager.Log4jMarker extends java.lang.Object implements Serializable
- serialVersionUID:
- 100L
-
Serialized Fields
-
name
java.lang.String name
-
parents
Marker[] parents
-
-
-
Package org.apache.logging.log4j.message
-
Class org.apache.logging.log4j.message.AbstractMessageFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -1307891137684031187L
-
Class org.apache.logging.log4j.message.DefaultFlowMessageFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 8578655591131397576L
-
Serialized Fields
-
entryText
java.lang.String entryText
-
exitText
java.lang.String exitText
-
messageFactory
MessageFactory messageFactory
-
-
Class org.apache.logging.log4j.message.FormattedMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -665975803997290697L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
locale
java.util.Locale locale
-
message
Message message
-
messagePattern
java.lang.String messagePattern
-
stringArgs
java.lang.String[] stringArgs
-
throwable
java.lang.Throwable throwable
-
-
Class org.apache.logging.log4j.message.FormattedMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.message.LocalizedMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 3893703791567290742L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
baseName
java.lang.String baseName
-
formattedMessage
java.lang.String formattedMessage
-
key
java.lang.String key
-
locale
java.util.Locale locale
-
loggerName
java.lang.String loggerName
-
stringArgs
java.lang.String[] stringArgs
-
-
Class org.apache.logging.log4j.message.LocalizedMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- -1996295808703146741L
-
Serialized Fields
-
baseName
java.lang.String baseName
-
-
Class org.apache.logging.log4j.message.MapMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -5031471831131487120L
-
Serialized Fields
-
data
org.apache.logging.log4j.util.IndexedStringMap data
-
-
Class org.apache.logging.log4j.message.MessageFormatMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
locale
java.util.Locale locale
-
messagePattern
java.lang.String messagePattern
-
serializedParameters
java.lang.String[] serializedParameters
-
-
Class org.apache.logging.log4j.message.MessageFormatMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- 3584821740584192453L
-
Class org.apache.logging.log4j.message.ObjectArrayMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -5903272448334166185L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.logging.log4j.message.ObjectMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -5903272448334166185L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.apache.logging.log4j.message.ParameterizedMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -665975803997290697L
-
Serialized Fields
-
formattedMessage
java.lang.String formattedMessage
-
indices
int[] indices
-
messagePattern
java.lang.String messagePattern
-
usedCount
int usedCount
-
-
Class org.apache.logging.log4j.message.ParameterizedMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- -8970940216592525651L
-
Class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- 5027639245636870500L
-
Class org.apache.logging.log4j.message.ReusableMessageFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -8970940216592525651L
-
Class org.apache.logging.log4j.message.ReusableObjectMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 6922476812535519960L
-
Class org.apache.logging.log4j.message.ReusableParameterizedMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 7800075879295123856L
-
Serialized Fields
-
argCount
int argCount
-
indices
int[] indices
-
messagePattern
java.lang.String messagePattern
-
usedCount
int usedCount
-
-
Class org.apache.logging.log4j.message.ReusableSimpleMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -9199974506498249809L
-
Serialized Fields
-
charSequence
java.lang.CharSequence charSequence
-
-
Class org.apache.logging.log4j.message.SimpleMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -8398002534962715992L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
message
java.lang.String message
-
-
Class org.apache.logging.log4j.message.SimpleMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- 4418995198790088516L
-
Class org.apache.logging.log4j.message.StringFormattedMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -665975803997290697L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
locale
java.util.Locale locale
-
messagePattern
java.lang.String messagePattern
-
stringArgs
java.lang.String[] stringArgs
-
-
Class org.apache.logging.log4j.message.StringFormatterMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- -1626332412176965642L
-
Class org.apache.logging.log4j.message.StringMapMessage extends MapMessage<StringMapMessage,java.lang.String> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.message.StructuredDataCollectionMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 5725337076388822924L
-
Serialized Fields
-
structuredDataMessageList
java.util.List<StructuredDataMessage> structuredDataMessageList
-
-
Class org.apache.logging.log4j.message.StructuredDataId extends java.lang.Object implements Serializable
- serialVersionUID:
- -8252896346202183738L
-
Serialized Fields
-
enterpriseNumber
java.lang.String enterpriseNumber
-
name
java.lang.String name
-
optional
java.lang.String[] optional
-
required
java.lang.String[] required
-
-
Class org.apache.logging.log4j.message.StructuredDataMessage extends MapMessage<StructuredDataMessage,java.lang.String> implements Serializable
- serialVersionUID:
- 1703221292892071920L
-
Serialized Fields
-
id
StructuredDataId id
-
maxLength
int maxLength
-
message
java.lang.String message
-
type
java.lang.String type
-
-
Class org.apache.logging.log4j.message.ThreadDumpMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -1103400781608841088L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
-
writeReplace
protected java.lang.Object writeReplace()
Creates a ThreadDumpMessageProxy that can be serialized.
-
-
Serialized Fields
-
formattedMessage
java.lang.String formattedMessage
-
threads
java.util.Map<ThreadInformation,java.lang.StackTraceElement[]> threads
-
title
java.lang.String title
-
-
-
Package org.apache.logging.log4j.spi
-
Class org.apache.logging.log4j.spi.AbstractLogger extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
flowMessageFactory
FlowMessageFactory flowMessageFactory
-
messageFactory
MessageFactory2 messageFactory
-
name
java.lang.String name
-
-
Class org.apache.logging.log4j.spi.DefaultThreadContextMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 8218007901108944053L
-
Serialized Fields
-
localMap
java.lang.ThreadLocal<java.util.Map<java.lang.String,java.lang.String>> localMap
-
useMap
boolean useMap
-
-
Class org.apache.logging.log4j.spi.DefaultThreadContextStack extends java.lang.Object implements Serializable
- serialVersionUID:
- 5050501L
-
Serialized Fields
-
useStack
boolean useStack
-
-
Class org.apache.logging.log4j.spi.ExtendedLoggerWrapper extends AbstractLogger implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
ExtendedLogger logger
The wrapped Logger.
-
-
Class org.apache.logging.log4j.spi.MutableThreadContextStack extends java.lang.Object implements Serializable
- serialVersionUID:
- 50505011L
-
Serialized Fields
-
frozen
boolean frozen
-
list
java.util.List<java.lang.String> list
The underlying list (never null).
-
-
-
Package org.apache.lucene.analysis.tokenattributes
-
Class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl extends AttributeImpl implements Serializable
-
Serialized Fields
-
termBuffer
char[] termBuffer
-
termLength
int termLength
-
-
-
-
Package org.apache.lucene.document
-
Class org.apache.lucene.document.AbstractField extends java.lang.Object implements Serializable
-
Serialized Fields
-
binaryLength
int binaryLength
-
binaryOffset
int binaryOffset
-
boost
float boost
-
fieldsData
java.lang.Object fieldsData
-
isBinary
boolean isBinary
-
isIndexed
boolean isIndexed
-
isStored
boolean isStored
-
isTokenized
boolean isTokenized
-
lazy
boolean lazy
-
name
java.lang.String name
-
omitNorms
boolean omitNorms
-
omitTermFreqAndPositions
boolean omitTermFreqAndPositions
-
storeOffsetWithTermVector
boolean storeOffsetWithTermVector
-
storePositionWithTermVector
boolean storePositionWithTermVector
-
storeTermVector
boolean storeTermVector
-
tokenStream
TokenStream tokenStream
-
-
-
Class org.apache.lucene.document.LoadFirstFieldSelector extends java.lang.Object implements Serializable
-
Class org.apache.lucene.document.MapFieldSelector extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldSelections
java.util.Map<java.lang.String,org.apache.lucene.document.FieldSelectorResult> fieldSelections
-
-
-
Class org.apache.lucene.document.NumericField extends org.apache.lucene.document.AbstractField implements Serializable
-
Serialized Fields
-
tokenStream
NumericTokenStream tokenStream
-
-
-
Class org.apache.lucene.document.SetBasedFieldSelector extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldsToLoad
java.util.Set<java.lang.String> fieldsToLoad
-
lazyFieldsToLoad
java.util.Set<java.lang.String> lazyFieldsToLoad
-
-
-
-
Package org.apache.lucene.facet.taxonomy
-
Class org.apache.lucene.facet.taxonomy.LRUHashMap extends java.util.LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
maxSize
int maxSize
-
-
-
-
Package org.apache.lucene.index
-
Class org.apache.lucene.index.CorruptIndexException extends java.io.IOException implements Serializable
-
Class org.apache.lucene.index.FieldReaderException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.lucene.index.IndexFormatTooNewException extends CorruptIndexException implements Serializable
-
Class org.apache.lucene.index.IndexFormatTooOldException extends CorruptIndexException implements Serializable
-
Class org.apache.lucene.index.IndexNotFoundException extends java.io.FileNotFoundException implements Serializable
-
Class org.apache.lucene.index.MergePolicy.MergeAbortedException extends java.io.IOException implements Serializable
-
Class org.apache.lucene.index.MergePolicy.MergeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
dir
Directory dir
-
-
-
Class org.apache.lucene.index.Payload extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
byte[] data
-
length
int length
-
offset
int offset
-
-
-
Class org.apache.lucene.index.StaleReaderException extends java.io.IOException implements Serializable
-
Class org.apache.lucene.index.TermVectorOffsetInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
endOffset
int endOffset
-
startOffset
int startOffset
-
-
-
Class org.apache.lucene.index.TwoPhaseCommitTool.CommitFailException extends java.io.IOException implements Serializable
-
Class org.apache.lucene.index.TwoPhaseCommitTool.PrepareCommitFailException extends java.io.IOException implements Serializable
-
-
Package org.apache.lucene.queries.function.docvalues
-
Class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues.DocTermsIndexException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.lucene.queryparser.classic
-
Class org.apache.lucene.queryparser.classic.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.apache.lucene.queryparser.classic.QueryParserBase.MethodRemovedUseAnother extends java.lang.Throwable implements Serializable
-
Class org.apache.lucene.queryparser.classic.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class org.apache.lucene.queryparser.classic.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.lucene.queryparser.flexible.core
-
Class org.apache.lucene.queryparser.flexible.core.QueryNodeError extends java.lang.Error implements Serializable
-
Serialized Fields
-
message
Message message
-
-
-
Class org.apache.lucene.queryparser.flexible.core.QueryNodeException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
message
Message message
-
-
-
Class org.apache.lucene.queryparser.flexible.core.QueryNodeParseException extends QueryNodeException implements Serializable
-
Serialized Fields
-
beginColumn
int beginColumn
-
beginLine
int beginLine
-
errorToken
java.lang.String errorToken
-
query
java.lang.CharSequence query
-
-
-
-
Package org.apache.lucene.queryparser.flexible.standard.config
-
Class org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat extends java.text.NumberFormat implements Serializable
- serialVersionUID:
- 964823936071308283L
-
Serialized Fields
-
dateFormat
java.text.DateFormat dateFormat
-
-
-
Package org.apache.lucene.queryparser.flexible.standard.parser
-
Class org.apache.lucene.queryparser.flexible.standard.parser.ParseException extends QueryNodeParseException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.apache.lucene.queryparser.flexible.standard.parser.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.lucene.queryparser.surround.parser
-
Class org.apache.lucene.queryparser.surround.parser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.apache.lucene.queryparser.surround.parser.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class org.apache.lucene.queryparser.surround.parser.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.lucene.queryparser.surround.query
-
Class org.apache.lucene.queryparser.surround.query.TooManyBasicQueries extends java.io.IOException implements Serializable
-
-
Package org.apache.lucene.search
-
Class org.apache.lucene.search.BooleanQuery.TooManyClauses extends java.lang.RuntimeException implements Serializable
-
Class org.apache.lucene.search.CollectionTerminatedException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.lucene.search.DefaultSimilarity extends org.apache.lucene.search.Similarity implements Serializable
-
Serialized Fields
-
discountOverlaps
boolean discountOverlaps
-
-
-
Class org.apache.lucene.search.Hit extends java.lang.Object implements Serializable
-
Serialized Fields
-
doc
Document doc
Deprecated. -
hitNumber
int hitNumber
Deprecated. -
hits
org.apache.lucene.search.Hits hits
Deprecated. -
resolved
boolean resolved
Deprecated.
-
-
-
Class org.apache.lucene.search.RemoteSearchable extends java.rmi.server.UnicastRemoteObject implements Serializable
-
Serialized Fields
-
local
org.apache.lucene.search.Searchable local
-
-
-
Class org.apache.lucene.search.RemoteSearchable_Stub extends java.rmi.server.RemoteStub implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.lucene.search.Similarity extends java.lang.Object implements Serializable
-
Class org.apache.lucene.search.SimilarityDelegator extends org.apache.lucene.search.Similarity implements Serializable
-
Serialized Fields
-
delegee
org.apache.lucene.search.Similarity delegee
-
-
-
Class org.apache.lucene.search.SortComparator extends java.lang.Object implements Serializable
-
Class org.apache.lucene.search.TimeLimitedCollector.TimeExceededException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
lastDocCollected
int lastDocCollected
-
timeAllowed
long timeAllowed
-
timeElapsed
long timeElapsed
-
-
-
Class org.apache.lucene.search.TimeLimitingCollector.TimeExceededException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
lastDocCollected
int lastDocCollected
-
timeAllowed
long timeAllowed
-
timeElapsed
long timeElapsed
-
-
-
-
Package org.apache.lucene.search.highlight
-
Class org.apache.lucene.search.highlight.InvalidTokenOffsetsException extends java.lang.Exception implements Serializable
-
Class org.apache.lucene.search.highlight.WeightedSpanTermExtractor.PositionCheckingMap extends java.util.HashMap<K,WeightedSpanTerm> implements Serializable
-
-
Package org.apache.lucene.store
-
Class org.apache.lucene.store.AlreadyClosedException extends java.lang.IllegalStateException implements Serializable
-
Class org.apache.lucene.store.LockObtainFailedException extends java.io.IOException implements Serializable
-
Class org.apache.lucene.store.LockReleaseFailedException extends java.io.IOException implements Serializable
-
Class org.apache.lucene.store.NoSuchDirectoryException extends java.io.FileNotFoundException implements Serializable
-
-
Package org.apache.lucene.util
-
Class org.apache.lucene.util.BytesRefHash.MaxBytesLengthExceededException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.lucene.util.Parameter extends java.lang.Object implements Serializable
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Deprecated.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
name
java.lang.String name
Deprecated.
-
-
-
Class org.apache.lucene.util.SetOnce.AlreadySetException extends java.lang.IllegalStateException implements Serializable
-
Class org.apache.lucene.util.ThreadInterruptedException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.oltu.oauth2.common.exception
-
Class org.apache.oltu.oauth2.common.exception.OAuthProblemException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
error
java.lang.String error
-
parameters
java.util.Map<java.lang.String,java.lang.String> parameters
-
redirectUri
java.lang.String redirectUri
-
responseStatus
int responseStatus
-
scope
java.lang.String scope
-
state
java.lang.String state
-
uri
java.lang.String uri
-
-
-
Class org.apache.oltu.oauth2.common.exception.OAuthRuntimeException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.oltu.oauth2.common.exception.OAuthSystemException extends java.lang.Exception implements Serializable
-
-
Package org.apache.poi
-
Class org.apache.poi.EmptyFileException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1536449292174360166L
-
Class org.apache.poi.EncryptedDocumentException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 7276950444540469193L
-
Class org.apache.poi.OldFileFormatException extends UnsupportedFileFormatException implements Serializable
- serialVersionUID:
- 7849681804154571175L
-
Class org.apache.poi.POIXMLException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.poi.UnsupportedFileFormatException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- -8281969197282030046L
-
-
Package org.apache.poi.hdgf.exceptions
-
Class org.apache.poi.hdgf.exceptions.HDGFException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.poi.hdgf.exceptions.OldVisioFormatException extends OldFileFormatException implements Serializable
-
-
Package org.apache.poi.hpsf
-
Class org.apache.poi.hpsf.HPSFException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
reason
java.lang.Throwable reason
The underlying reason for this exception - may be
null
.
-
-
-
Class org.apache.poi.hpsf.HPSFRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7804271670232727159L
-
Serialized Fields
-
reason
java.lang.Throwable reason
The underlying reason for this exception - may be
null
.
-
-
Class org.apache.poi.hpsf.IllegalPropertySetDataException extends HPSFRuntimeException implements Serializable
-
Class org.apache.poi.hpsf.IllegalVariantTypeException extends VariantTypeException implements Serializable
-
Class org.apache.poi.hpsf.MarkUnsupportedException extends HPSFException implements Serializable
-
Class org.apache.poi.hpsf.MissingSectionException extends HPSFRuntimeException implements Serializable
-
Class org.apache.poi.hpsf.NoFormatIDException extends HPSFRuntimeException implements Serializable
-
Class org.apache.poi.hpsf.NoPropertySetStreamException extends HPSFException implements Serializable
-
Class org.apache.poi.hpsf.NoSingleSectionException extends HPSFRuntimeException implements Serializable
-
Class org.apache.poi.hpsf.ReadingNotSupportedException extends UnsupportedVariantTypeException implements Serializable
-
Class org.apache.poi.hpsf.UnexpectedPropertySetTypeException extends HPSFException implements Serializable
-
Class org.apache.poi.hpsf.UnsupportedVariantTypeException extends VariantTypeException implements Serializable
-
Class org.apache.poi.hpsf.VariantTypeException extends HPSFException implements Serializable
-
Serialized Fields
-
value
java.lang.Object value
-
variantType
long variantType
-
-
-
Class org.apache.poi.hpsf.WritingNotSupportedException extends UnsupportedVariantTypeException implements Serializable
-
-
Package org.apache.poi.hpsf.wellknown
-
Package org.apache.poi.hslf.exceptions
-
Class org.apache.poi.hslf.exceptions.CorruptPowerPointFileException extends java.lang.IllegalStateException implements Serializable
-
Class org.apache.poi.hslf.exceptions.EncryptedPowerPointFileException extends EncryptedDocumentException implements Serializable
-
Class org.apache.poi.hslf.exceptions.HSLFException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.poi.hslf.exceptions.InvalidRecordFormatException extends java.lang.Exception implements Serializable
-
Class org.apache.poi.hslf.exceptions.OldPowerPointFormatException extends OldFileFormatException implements Serializable
-
-
Package org.apache.poi.hsmf.datatypes
-
Class org.apache.poi.hsmf.datatypes.AttachmentChunks.AttachmentChunksSorter extends java.lang.Object implements Serializable
-
Class org.apache.poi.hsmf.datatypes.RecipientChunks.RecipientChunksSorter extends java.lang.Object implements Serializable
-
-
Package org.apache.poi.hsmf.exceptions
-
Class org.apache.poi.hsmf.exceptions.ChunkNotFoundException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.poi.hsmf.exceptions.DirectoryChunkNotFoundException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.poi.hssf
-
Class org.apache.poi.hssf.OldExcelFormatException extends OldFileFormatException implements Serializable
-
-
Package org.apache.poi.hssf.eventusermodel
-
Class org.apache.poi.hssf.eventusermodel.HSSFUserException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
reason
java.lang.Throwable reason
-
-
-
-
Package org.apache.poi.hssf.model
-
Class org.apache.poi.hssf.model.InternalSheet.UnsupportedBOFType extends RecordFormatException implements Serializable
-
Serialized Fields
-
type
int type
-
-
-
-
Package org.apache.poi.hssf.record
-
Class org.apache.poi.hssf.record.RecordFormatException extends RecordFormatException implements Serializable
-
Class org.apache.poi.hssf.record.RecordInputStream.LeftoverDataException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.poi.hwpf
-
Class org.apache.poi.hwpf.OldWordFileFormatException extends OldFileFormatException implements Serializable
-
-
Package org.apache.poi.ooxml
-
Class org.apache.poi.ooxml.POIXMLException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.poi.openxml4j.exceptions
-
Class org.apache.poi.openxml4j.exceptions.InvalidFormatException extends OpenXML4JException implements Serializable
-
Class org.apache.poi.openxml4j.exceptions.InvalidOperationException extends OpenXML4JRuntimeException implements Serializable
-
Class org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException extends UnsupportedFileFormatException implements Serializable
-
Class org.apache.poi.openxml4j.exceptions.ODFNotOfficeXmlFileException extends NotOfficeXmlFileException implements Serializable
-
Class org.apache.poi.openxml4j.exceptions.OLE2NotOfficeXmlFileException extends NotOfficeXmlFileException implements Serializable
-
Class org.apache.poi.openxml4j.exceptions.OpenXML4JException extends java.lang.Exception implements Serializable
-
Class org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.poi.openxml4j.exceptions.PartAlreadyExistsException extends InvalidOperationException implements Serializable
-
-
Package org.apache.poi.openxml4j.opc
-
Class org.apache.poi.openxml4j.opc.PackagePartCollection extends java.lang.Object implements Serializable
- serialVersionUID:
- 2515031135957635517L
-
Serialized Fields
-
packagePartLookup
java.util.TreeMap<java.lang.String,PackagePart> packagePartLookup
-
registerPartNameStr
java.util.Set<java.lang.String> registerPartNameStr
HashSet use to store this collection part names as string for rule M1.11 optimized checking.
-
-
-
Package org.apache.poi.poifs.filesystem
-
Class org.apache.poi.poifs.filesystem.NotOLE2FileException extends java.io.IOException implements Serializable
-
Class org.apache.poi.poifs.filesystem.OfficeXmlFileException extends UnsupportedFileFormatException implements Serializable
-
Class org.apache.poi.poifs.filesystem.Ole10NativeException extends java.lang.Exception implements Serializable
-
-
Package org.apache.poi.poifs.macros
-
Package org.apache.poi.poifs.property
-
Class org.apache.poi.poifs.property.DirectoryProperty.PropertyComparator extends java.lang.Object implements Serializable
-
-
Package org.apache.poi.ss.formula
-
Class org.apache.poi.ss.formula.CollaboratingWorkbooksEnvironment.WorkbookNotFoundException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 8787784539811167941L
-
Class org.apache.poi.ss.formula.FormulaParseException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.poi.ss.formula.eval
-
Class org.apache.poi.ss.formula.eval.EvaluationException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_errorEval
ErrorEval _errorEval
-
-
-
Class org.apache.poi.ss.formula.eval.NotImplementedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5840703336495141301L
-
Class org.apache.poi.ss.formula.eval.NotImplementedFunctionException extends NotImplementedException implements Serializable
- serialVersionUID:
- 1208119411557559057L
-
Serialized Fields
-
functionName
java.lang.String functionName
-
-
-
Package org.apache.poi.ss.usermodel
-
Class org.apache.poi.ss.usermodel.ExcelGeneralNumberFormat extends java.text.Format implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
decimalFormat
java.text.DecimalFormat decimalFormat
-
decimalSymbols
java.text.DecimalFormatSymbols decimalSymbols
-
integerFormat
java.text.DecimalFormat integerFormat
-
scientificFormat
java.text.DecimalFormat scientificFormat
-
-
Class org.apache.poi.ss.usermodel.ExcelStyleDateFormatter extends java.text.SimpleDateFormat implements Serializable
-
Serialized Fields
-
dateToBeFormatted
double dateToBeFormatted
-
-
-
Class org.apache.poi.ss.usermodel.FractionFormat extends java.text.Format implements Serializable
-
Serialized Fields
-
exactDenom
int exactDenom
-
maxDenom
int maxDenom
-
wholePartFormatString
java.lang.String wholePartFormatString
-
-
-
-
Package org.apache.poi.util
-
Class org.apache.poi.util.DocumentFormatException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.poi.util.LittleEndian.BufferUnderrunException extends java.io.IOException implements Serializable
- serialVersionUID:
- 8736973884877006145L
-
Class org.apache.poi.util.RecordFormatException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.poi.xdgf.usermodel.shape.exceptions
-
Class org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisiting extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -4651207777092840750L
-
Class org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisitingThisBranch extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 5262319077534717862L
-
-
Package org.apache.poi.xssf
-
Class org.apache.poi.xssf.XLSBUnsupportedException extends UnsupportedFileFormatException implements Serializable
- serialVersionUID:
- 7849681804154571175L
-
-
Package org.apache.poi.xssf.binary
-
Class org.apache.poi.xssf.binary.XSSFBParseException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.poi.xssf.streaming
-
Class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator.RowFlushedException extends java.lang.IllegalStateException implements Serializable
-
Class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator.SheetsFlushedException extends java.lang.IllegalStateException implements Serializable
-
-
Package org.apache.sling.api
-
Class org.apache.sling.api.SlingException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -1243027389278210618L
-
Class org.apache.sling.api.SlingIOException extends SlingException implements Serializable
- serialVersionUID:
- 5278814329174799608L
-
Class org.apache.sling.api.SlingServletException extends SlingException implements Serializable
- serialVersionUID:
- 8666411662509951915L
-
-
Package org.apache.sling.api.auth
-
Class org.apache.sling.api.auth.NoAuthenticationHandlerException extends SlingException implements Serializable
-
-
Package org.apache.sling.api.request
-
Class org.apache.sling.api.request.RecursionTooDeepException extends SlingException implements Serializable
- serialVersionUID:
- 776668636261012142L
-
Class org.apache.sling.api.request.RequestDispatcherOptions extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable
- serialVersionUID:
- -9081782403304877746L
-
Class org.apache.sling.api.request.TooManyCallsException extends SlingException implements Serializable
- serialVersionUID:
- -8725296173002395104L
-
-
Package org.apache.sling.api.request.header
-
Class org.apache.sling.api.request.header.MediaRangeList extends java.util.TreeSet<MediaRangeList.MediaRange> implements Serializable
-
Serialized Fields
-
matchesAll
boolean matchesAll
-
-
-
-
Package org.apache.sling.api.resource
-
Class org.apache.sling.api.resource.LoginException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -5896615185390272299L
-
Class org.apache.sling.api.resource.PersistenceException extends java.io.IOException implements Serializable
- serialVersionUID:
- 2454225989618227698L
-
Serialized Fields
-
propertyName
java.lang.String propertyName
Optional property name. -
resourcePath
java.lang.String resourcePath
Optional resource path.
-
-
Class org.apache.sling.api.resource.QuerySyntaxException extends SlingException implements Serializable
- serialVersionUID:
- -6529624886228517646L
-
Serialized Fields
-
language
java.lang.String language
-
query
java.lang.String query
-
-
Class org.apache.sling.api.resource.ResourceMetadata extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
- serialVersionUID:
- 4692666752269523738L
-
Serialized Fields
-
isReadOnly
boolean isReadOnly
-
-
Class org.apache.sling.api.resource.ResourceNotFoundException extends SlingException implements Serializable
- serialVersionUID:
- -6684709279554347984L
-
Serialized Fields
-
resource
java.lang.String resource
-
-
-
Package org.apache.sling.api.scripting
-
Class org.apache.sling.api.scripting.InvalidServiceFilterSyntaxException extends SlingException implements Serializable
- serialVersionUID:
- 6557699360505403255L
-
Serialized Fields
-
filter
java.lang.String filter
-
-
Class org.apache.sling.api.scripting.LazyBindings extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
-
Serialized Fields
-
suppliers
java.util.Map<java.lang.String,LazyBindings.Supplier> suppliers
-
-
-
Class org.apache.sling.api.scripting.ScriptEvaluationException extends SlingException implements Serializable
- serialVersionUID:
- -274759591325189020L
-
Serialized Fields
-
scriptName
java.lang.String scriptName
-
-
Class org.apache.sling.api.scripting.SlingBindings extends LazyBindings implements Serializable
- serialVersionUID:
- 209505693646323450L
-
-
Package org.apache.sling.api.security
-
Class org.apache.sling.api.security.AccessSecurityException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -8388988380137140280L
-
-
Package org.apache.sling.api.servlets
-
Class org.apache.sling.api.servlets.SlingAllMethodsServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- -7960975481323952419L
-
Class org.apache.sling.api.servlets.SlingSafeMethodsServlet extends GenericServlet implements Serializable
- serialVersionUID:
- 3620512288346703072L
-
-
Package org.apache.sling.auth.core.spi
-
Class org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
rawForm
java.util.concurrent.atomic.AtomicReference<java.lang.String> rawForm
The raw form used by theAbstractAuthenticationFormServlet.getForm(HttpServletRequest)
method to fill in with per-request data. This field is set by theAbstractAuthenticationFormServlet.getRawForm()
method when first loading the form.
-
-
-
Class org.apache.sling.auth.core.spi.AuthenticationInfo extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
-
-
Package org.apache.sling.caconfig
-
Class org.apache.sling.caconfig.ConfigurationResolveException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.sling.caconfig.spi
-
Class org.apache.sling.caconfig.spi.ConfigurationPersistenceAccessDeniedException extends ConfigurationPersistenceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.sling.caconfig.spi.ConfigurationPersistenceException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.sling.commons.auth
-
Class org.apache.sling.commons.auth.NoAuthenticationHandlerException extends SlingException implements Serializable
-
-
Package org.apache.sling.commons.auth.spi
-
Class org.apache.sling.commons.auth.spi.AuthenticationInfo extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
-
-
Package org.apache.sling.commons.compiler
-
Class org.apache.sling.commons.compiler.Options extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
- serialVersionUID:
- 1576005888428747431L
-
-
Package org.apache.sling.commons.json
-
Class org.apache.sling.commons.json.JSONException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 8262447656274268887L
-
-
Package org.apache.sling.distribution
-
Class org.apache.sling.distribution.ImportPostProcessException extends java.lang.Exception implements Serializable
-
Class org.apache.sling.distribution.InvalidationProcessException extends java.lang.Exception implements Serializable
-
-
Package org.apache.sling.distribution.common
-
Class org.apache.sling.distribution.common.DistributionException extends java.lang.Exception implements Serializable
-
Class org.apache.sling.distribution.common.RecoverableDistributionException extends DistributionException implements Serializable
-
-
Package org.apache.sling.engine
-
Package org.apache.sling.engine.auth
-
Class org.apache.sling.engine.auth.NoAuthenticationHandlerException extends SlingException implements Serializable
-
-
Package org.apache.sling.hapi
-
Class org.apache.sling.hapi.HApiException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 2626376214501558054L
-
-
Package org.apache.sling.jcr.api
-
Class org.apache.sling.jcr.api.TooManySessionsException extends LoginException implements Serializable
- serialVersionUID:
- 373941570783176462L
-
-
Package org.apache.sling.models.factory
-
Class org.apache.sling.models.factory.ExportException extends java.lang.Exception implements Serializable
-
Class org.apache.sling.models.factory.InvalidAdaptableException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -1209301268928038702L
-
Class org.apache.sling.models.factory.InvalidModelException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 366657841414210438L
-
Class org.apache.sling.models.factory.MissingElementException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 5782291184414886658L
-
Serialized Fields
-
element
java.lang.reflect.AnnotatedElement element
-
-
Class org.apache.sling.models.factory.MissingElementsException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 7870762030809272254L
-
Serialized Fields
-
missingElements
java.util.Collection<MissingElementException> missingElements
-
-
Class org.apache.sling.models.factory.MissingExporterException extends java.lang.Exception implements Serializable
-
Class org.apache.sling.models.factory.ModelClassException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 4323592065808565135L
-
Class org.apache.sling.models.factory.PostConstructException extends ModelClassException implements Serializable
- serialVersionUID:
- -2527043835215727726L
-
Class org.apache.sling.models.factory.ValidationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1115037385798809055L
-
-
Package org.apache.sling.scripting.jsp.jasper.runtime
-
Class org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase extends HttpServlet implements Serializable
-
-
Package org.apache.sling.scripting.jsp.taglib
-
Class org.apache.sling.scripting.jsp.taglib.AbstractCATag extends TagSupport implements Serializable
- serialVersionUID:
- -3083138119694952836L
-
Serialized Fields
-
bucket
java.lang.String bucket
The bucket. -
name
java.lang.String name
The name. -
var
java.lang.String var
The var.
-
-
Class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler extends TagSupport implements Serializable
- serialVersionUID:
- 6275972595573203863L
-
Serialized Fields
-
addSelectors
java.lang.String addSelectors
additional selectors argument -
path
java.lang.String path
path argument -
replaceSelectors
java.lang.String replaceSelectors
replace selectors argument -
replaceSuffix
java.lang.String replaceSuffix
replace suffix argument -
resourceType
java.lang.String resourceType
resource type argument
-
-
Class org.apache.sling.scripting.jsp.taglib.AdaptToTag extends TagSupport implements Serializable
- serialVersionUID:
- -1945089681840552408L
-
Serialized Fields
-
adaptTo
java.lang.String adaptTo
-
var
java.lang.String var
-
-
Class org.apache.sling.scripting.jsp.taglib.CallTag extends TagSupport implements Serializable
- serialVersionUID:
- 5446209582533607741L
-
Serialized Fields
-
flush
boolean flush
flush -
ignoreComponentHierarchy
boolean ignoreComponentHierarchy
ignores the component hierarchy and only respect scripts paths -
script
java.lang.String script
jsp script
-
-
Class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag extends TagSupport implements Serializable
- serialVersionUID:
- -1858674361149195892L
-
Serialized Fields
-
bindingsName
java.lang.String bindingsName
-
logName
java.lang.String logName
-
nodeName
java.lang.String nodeName
-
requestName
java.lang.String requestName
-
resourceName
java.lang.String resourceName
-
resourceResolverName
java.lang.String resourceResolverName
-
responseName
java.lang.String responseName
-
slingName
java.lang.String slingName
-
-
Class org.apache.sling.scripting.jsp.taglib.EncodeTag extends BodyTagSupport implements Serializable
- serialVersionUID:
- 5673936481350419997L
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
-
mode
org.apache.sling.scripting.jsp.taglib.internal.XSSSupport.EncodingMode mode
-
readBody
boolean readBody
-
value
java.lang.String value
-
-
Class org.apache.sling.scripting.jsp.taglib.EvalTagHandler extends TagSupport implements Serializable
- serialVersionUID:
- 7070941156517599283L
-
Serialized Fields
-
flush
boolean flush
flush argument -
ignoreResourceTypeHierarchy
boolean ignoreResourceTypeHierarchy
ignore resource type hierarchy -
resourceType
java.lang.String resourceType
resource type argument -
script
java.lang.String script
script argument
-
-
Class org.apache.sling.scripting.jsp.taglib.FindResourcesTag extends TagSupport implements Serializable
- serialVersionUID:
- 8717969268407440925L
-
Serialized Fields
-
language
java.lang.String language
The language. -
query
java.lang.String query
The query. -
var
java.lang.String var
The var.
-
-
Class org.apache.sling.scripting.jsp.taglib.ForwardTagHandler extends AbstractDispatcherTagHandler implements Serializable
- serialVersionUID:
- 4516800311593983971L
-
Class org.apache.sling.scripting.jsp.taglib.GetCAConfigResourcesTag extends AbstractCATag implements Serializable
- serialVersionUID:
- -8191004532757820167L
-
Class org.apache.sling.scripting.jsp.taglib.GetCAConfigResourceTag extends AbstractCATag implements Serializable
- serialVersionUID:
- -8191004532757820167L
-
Class org.apache.sling.scripting.jsp.taglib.GetParentsTag extends TagSupport implements Serializable
- serialVersionUID:
- -7519905660523764503L
-
Serialized Fields
-
startDepth
java.lang.String startDepth
The startDepth. -
var
java.lang.String var
The var.
-
-
Class org.apache.sling.scripting.jsp.taglib.GetParentTag extends TagSupport implements Serializable
- serialVersionUID:
- -3419869755342010983L
-
Serialized Fields
-
level
java.lang.String level
The level. -
var
java.lang.String var
The var.
-
-
Class org.apache.sling.scripting.jsp.taglib.GetPropertyTag extends TagSupport implements Serializable
- serialVersionUID:
- -1945089681840552408L
-
Serialized Fields
-
key
java.lang.String key
-
returnClass
java.lang.String returnClass
-
var
java.lang.String var
-
-
Class org.apache.sling.scripting.jsp.taglib.GetResourceTag extends TagSupport implements Serializable
- serialVersionUID:
- -1945089681840552408L
-
Serialized Fields
-
path
java.lang.String path
The path. -
var
java.lang.String var
The var.
-
-
Class org.apache.sling.scripting.jsp.taglib.IncludeTagHandler extends AbstractDispatcherTagHandler implements Serializable
- serialVersionUID:
- 2835586777145471683L
-
Serialized Fields
-
flush
boolean flush
flush argument -
scope
java.lang.Integer scope
-
var
java.lang.String var
-
-
Class org.apache.sling.scripting.jsp.taglib.ListChildrenTag extends TagSupport implements Serializable
- serialVersionUID:
- -1945089681840552408L
-
Serialized Fields
-
var
java.lang.String var
-
-
-
Package org.apache.sling.scripting.sightly
-
Class org.apache.sling.scripting.sightly.SightlyException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.sling.scripting.sightly.compiler
-
Class org.apache.sling.scripting.sightly.compiler.SightlyCompilerException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
column
int column
-
line
int line
-
offendingInput
java.lang.String offendingInput
-
-
-
-
Package org.apache.sling.scripting.sightly.java.compiler
-
Class org.apache.sling.scripting.sightly.java.compiler.RenderUnit.FluentMap extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
-
Class org.apache.sling.scripting.sightly.java.compiler.SightlyJavaCompilerException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.sling.scripting.sightly.render
-
Package org.apache.sling.servlets.post
-
Class org.apache.sling.servlets.post.JSONResponse.JSONResponseException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.sling.sitemap
-
Class org.apache.sling.sitemap.SitemapException extends java.lang.Exception implements Serializable
-
-
Package org.apache.taglibs.standard.tag.common.core
-
Class org.apache.taglibs.standard.tag.common.core.CatchTag extends TagSupport implements Serializable
-
Serialized Fields
-
caught
boolean caught
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ChooseTag extends TagSupport implements Serializable
-
Serialized Fields
-
subtagGateClosed
boolean subtagGateClosed
-
-
-
Class org.apache.taglibs.standard.tag.common.core.DeclareTag extends TagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.ForEachSupport extends LoopTagSupport implements Serializable
-
Serialized Fields
-
items
java.util.Iterator items
-
rawItems
java.lang.Object rawItems
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ForTokensSupport extends LoopTagSupport implements Serializable
-
Serialized Fields
-
currentIndex
int currentIndex
-
delims
java.lang.String delims
-
items
java.lang.Object items
-
itemsValueIteratedExpression
IteratedExpression itemsValueIteratedExpression
-
st
java.util.StringTokenizer st
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ImportSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
charEncoding
java.lang.String charEncoding
-
context
java.lang.String context
-
isAbsoluteUrl
boolean isAbsoluteUrl
-
params
ParamSupport.ParamManager params
-
r
java.io.Reader r
-
scope
int scope
-
url
java.lang.String url
-
urlWithParams
java.lang.String urlWithParams
-
var
java.lang.String var
-
varReader
java.lang.String varReader
-
-
-
Class org.apache.taglibs.standard.tag.common.core.NullAttributeException extends JspTagException implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.OtherwiseTag extends WhenTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.common.core.OutSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
output
java.lang.Object output
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ParamSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
encode
boolean encode
There used to be an 'encode' attribute; I've left this as a vestige in case custom subclasses want to use our functionality but NOT encode parameters. -
name
java.lang.String name
-
value
java.lang.String value
-
-
-
Class org.apache.taglibs.standard.tag.common.core.RedirectSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
context
java.lang.String context
-
params
ParamSupport.ParamManager params
-
scope
int scope
-
url
java.lang.String url
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.RemoveTag extends TagSupport implements Serializable
-
Serialized Fields
-
scope
int scope
-
scopeSpecified
boolean scopeSpecified
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.SetSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
scope
java.lang.String scope
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.UrlSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
context
java.lang.String context
-
params
ParamSupport.ParamManager params
-
scope
int scope
-
value
java.lang.String value
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.WhenTagSupport extends ConditionalTagSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.common.fmt
-
Class org.apache.taglibs.standard.tag.common.fmt.BundleSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
basename
java.lang.String basename
-
locCtxt
LocalizationContext locCtxt
-
prefix
java.lang.String prefix
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport extends TagSupport implements Serializable
-
Serialized Fields
-
dateStyle
java.lang.String dateStyle
-
pattern
java.lang.String pattern
-
scope
int scope
-
timeStyle
java.lang.String timeStyle
-
timeZone
java.lang.Object timeZone
-
type
java.lang.String type
-
value
java.util.Date value
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
currencyCode
java.lang.String currencyCode
-
currencySymbol
java.lang.String currencySymbol
-
groupingUsedSpecified
boolean groupingUsedSpecified
-
isGroupingUsed
boolean isGroupingUsed
-
maxFractionDigits
int maxFractionDigits
-
maxFractionDigitsSpecified
boolean maxFractionDigitsSpecified
-
maxIntegerDigits
int maxIntegerDigits
-
maxIntegerDigitsSpecified
boolean maxIntegerDigitsSpecified
-
minFractionDigits
int minFractionDigits
-
minFractionDigitsSpecified
boolean minFractionDigitsSpecified
-
minIntegerDigits
int minIntegerDigits
-
minIntegerDigitsSpecified
boolean minIntegerDigitsSpecified
-
pattern
java.lang.String pattern
-
scope
int scope
-
type
java.lang.String type
-
value
java.lang.Object value
-
valueSpecified
boolean valueSpecified
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.MessageSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
bundleAttrValue
LocalizationContext bundleAttrValue
-
bundleSpecified
boolean bundleSpecified
-
keyAttrValue
java.lang.String keyAttrValue
-
keySpecified
boolean keySpecified
-
params
java.util.List params
-
scope
int scope
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.ParamSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
value
java.lang.Object value
-
valueSpecified
boolean valueSpecified
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
dateStyle
java.lang.String dateStyle
-
parseLocale
java.util.Locale parseLocale
-
pattern
java.lang.String pattern
-
scope
int scope
-
timeStyle
java.lang.String timeStyle
-
timeZone
java.lang.Object timeZone
-
type
java.lang.String type
-
value
java.lang.String value
-
valueSpecified
boolean valueSpecified
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
integerOnlySpecified
boolean integerOnlySpecified
-
isIntegerOnly
boolean isIntegerOnly
-
parseLocale
java.util.Locale parseLocale
-
pattern
java.lang.String pattern
-
scope
int scope
-
type
java.lang.String type
-
value
java.lang.String value
-
valueSpecified
boolean valueSpecified
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport extends TagSupport implements Serializable
-
Serialized Fields
-
charEncoding
java.lang.String charEncoding
-
value
java.lang.String value
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport extends TagSupport implements Serializable
-
Serialized Fields
-
basename
java.lang.String basename
-
scope
int scope
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport extends TagSupport implements Serializable
-
Serialized Fields
-
scope
int scope
-
value
java.lang.Object value
-
variant
java.lang.String variant
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport extends TagSupport implements Serializable
-
Serialized Fields
-
scope
int scope
-
value
java.lang.Object value
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
timeZone
java.util.TimeZone timeZone
-
value
java.lang.Object value
-
-
-
-
Package org.apache.taglibs.standard.tag.common.sql
-
Class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
type
java.lang.String type
-
value
java.util.Date value
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.DriverTag extends TagSupport implements Serializable
-
Serialized Fields
-
driverClassName
java.lang.String driverClassName
-
jdbcURL
java.lang.String jdbcURL
-
scope
int scope
-
userName
java.lang.String userName
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.ParamTagSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
value
java.lang.Object value
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
conn
java.sql.Connection conn
-
dataSourceSpecified
boolean dataSourceSpecified
-
isPartOfTransaction
boolean isPartOfTransaction
-
maxRows
int maxRows
-
maxRowsSpecified
boolean maxRowsSpecified
-
parameters
java.util.List parameters
-
rawDataSource
java.lang.Object rawDataSource
-
scope
int scope
-
sql
java.lang.String sql
-
startRow
int startRow
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
dataSource
java.lang.Object dataSource
-
dataSourceSpecified
boolean dataSourceSpecified
-
driverClassName
java.lang.String driverClassName
-
jdbcURL
java.lang.String jdbcURL
-
password
java.lang.String password
-
scope
int scope
-
userName
java.lang.String userName
-
var
java.lang.String var
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport extends TagSupport implements Serializable
-
Serialized Fields
-
conn
java.sql.Connection conn
-
dataSourceSpecified
boolean dataSourceSpecified
-
isolation
int isolation
-
origIsolation
int origIsolation
-
rawDataSource
java.lang.Object rawDataSource
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport extends BodyTagSupport implements Serializable
-
Serialized Fields
-
conn
java.sql.Connection conn
-
dataSourceSpecified
boolean dataSourceSpecified
-
isPartOfTransaction
boolean isPartOfTransaction
-
parameters
java.util.List parameters
-
rawDataSource
java.lang.Object rawDataSource
-
scope
int scope
-
sql
java.lang.String sql
-
var
java.lang.String var
-
-
-
-
Package org.apache.taglibs.standard.tag.rt.core
-
Class org.apache.taglibs.standard.tag.rt.core.ForEachTag extends ForEachSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.ForTokensTag extends ForTokensSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.IfTag extends ConditionalTagSupport implements Serializable
-
Serialized Fields
-
test
boolean test
-
-
-
Class org.apache.taglibs.standard.tag.rt.core.ImportTag extends ImportSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.OutTag extends OutSupport implements Serializable
-
Serialized Fields
-
def
java.lang.String def
-
escapeXml
boolean escapeXml
-
value
java.lang.Object value
-
-
-
Class org.apache.taglibs.standard.tag.rt.core.ParamTag extends ParamSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.RedirectTag extends RedirectSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.SetTag extends SetSupport implements Serializable
-
Serialized Fields
-
property
java.lang.String property
-
target
java.lang.Object target
-
value
java.lang.Object value
-
valueSpecified
boolean valueSpecified
-
-
-
Class org.apache.taglibs.standard.tag.rt.core.UrlTag extends UrlSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.core.WhenTag extends WhenTagSupport implements Serializable
-
Serialized Fields
-
test
boolean test
-
-
-
-
Package org.apache.taglibs.standard.tag.rt.fmt
-
Class org.apache.taglibs.standard.tag.rt.fmt.BundleTag extends BundleSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag extends FormatDateSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag extends FormatNumberSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.MessageTag extends MessageSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.ParamTag extends ParamSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag extends ParseDateSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag extends ParseNumberSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag extends RequestEncodingSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag extends SetBundleSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag extends SetLocaleSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag extends SetTimeZoneSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag extends TimeZoneSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.rt.sql
-
Class org.apache.taglibs.standard.tag.rt.sql.DateParamTag extends DateParamTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.sql.ParamTag extends ParamTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.sql.QueryTag extends QueryTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag extends SetDataSourceTagSupport implements Serializable
-
Class org.apache.taglibs.standard.tag.rt.sql.TransactionTag extends TransactionTagSupport implements Serializable
-
Serialized Fields
-
isolationRT
java.lang.String isolationRT
-
-
-
Class org.apache.taglibs.standard.tag.rt.sql.UpdateTag extends UpdateTagSupport implements Serializable
-
-
Package org.apache.tika.config
-
Class org.apache.tika.config.Param extends java.lang.Object implements Serializable
-
-
Package org.apache.tika.detect
-
Class org.apache.tika.detect.CompositeDetector extends java.lang.Object implements Serializable
- serialVersionUID:
- 5980683158436430252L
-
Serialized Fields
-
detectors
java.util.List<Detector> detectors
-
registry
MediaTypeRegistry registry
-
-
Class org.apache.tika.detect.CompositeEncodingDetector extends java.lang.Object implements Serializable
- serialVersionUID:
- 5980683158436430252L
-
Serialized Fields
-
detectors
java.util.List<EncodingDetector> detectors
-
-
Class org.apache.tika.detect.ContainerAwareDetector extends java.lang.Object implements Serializable
-
Serialized Fields
-
fallbackDetector
Detector fallbackDetector
-
poifsDetector
org.apache.tika.detect.POIFSContainerDetector poifsDetector
-
zipDetector
org.apache.tika.detect.ZipContainerDetector zipDetector
-
-
-
Class org.apache.tika.detect.DefaultDetector extends CompositeDetector implements Serializable
- serialVersionUID:
- -8170114575326908027L
-
Class org.apache.tika.detect.DefaultEncodingDetector extends CompositeEncodingDetector implements Serializable
-
Class org.apache.tika.detect.DefaultProbDetector extends CompositeDetector implements Serializable
- serialVersionUID:
- -8836240060532323352L
-
Class org.apache.tika.detect.EmptyDetector extends java.lang.Object implements Serializable
-
Class org.apache.tika.detect.FileCommandDetector extends java.lang.Object implements Serializable
-
Serialized Fields
-
fileCommandPath
java.lang.String fileCommandPath
-
hasFileCommand
java.lang.Boolean hasFileCommand
-
maxBytes
int maxBytes
-
timeoutMs
long timeoutMs
-
-
-
Class org.apache.tika.detect.MagicDetector extends java.lang.Object implements Serializable
-
Serialized Fields
-
isRegex
boolean isRegex
True if pattern is a regular expression, false otherwise. -
isStringIgnoreCase
boolean isStringIgnoreCase
True if we're doing a case-insensitive string match, false otherwise. -
length
int length
Length of the comparison window. -
mask
byte[] mask
Bit mask that is applied to the source bytes before pattern matching. -
offsetRangeBegin
int offsetRangeBegin
First offset (inclusive) of the comparison window within the document input stream. Greater than or equal to zero. -
offsetRangeEnd
int offsetRangeEnd
Last offset (inclusive) of the comparison window within the document input stream. Greater than or equal to thefirst offset
.Note that this is not the offset of the last byte read from the document stream. Instead, the last window of bytes to be compared starts at this offset.
-
pattern
byte[] pattern
The magic match pattern. If this byte pattern is equal to the possibly bit-masked bytes from the input stream, then the type detection succeeds and the configuredMagicDetector.type
is returned. -
patternLength
int patternLength
Length of the pattern, which in the case of regular expressions will not be the same as the comparison window length. -
type
MediaType type
The matching media type. Returned by theMagicDetector.detect(InputStream, Metadata)
method if a match is found.
-
-
-
Class org.apache.tika.detect.NameDetector extends java.lang.Object implements Serializable
-
Serialized Fields
-
patterns
java.util.Map<java.util.regex.Pattern,MediaType> patterns
The regular expression patterns used for type detection.
-
-
-
Class org.apache.tika.detect.NNExampleModelDetector extends TrainedModelDetector implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.tika.detect.NonDetectingEncodingDetector extends java.lang.Object implements Serializable
-
Serialized Fields
-
charset
java.nio.charset.Charset charset
-
-
-
Class org.apache.tika.detect.OverrideDetector extends java.lang.Object implements Serializable
-
Class org.apache.tika.detect.POIFSContainerDetector extends java.lang.Object implements Serializable
-
Class org.apache.tika.detect.TextDetector extends java.lang.Object implements Serializable
- serialVersionUID:
- 4774601079503507765L
-
Serialized Fields
-
bytesToTest
int bytesToTest
-
-
Class org.apache.tika.detect.TrainedModelDetector extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
MODEL_MAP
java.util.Map<MediaType,TrainedModel> MODEL_MAP
-
-
Class org.apache.tika.detect.TypeDetector extends java.lang.Object implements Serializable
-
Class org.apache.tika.detect.ZeroSizeFileDetector extends java.lang.Object implements Serializable
-
Class org.apache.tika.detect.ZipContainerDetector extends java.lang.Object implements Serializable
-
-
Package org.apache.tika.embedder
-
Class org.apache.tika.embedder.ExternalEmbedder extends java.lang.Object implements Serializable
- serialVersionUID:
- -2828829275642475697L
-
Serialized Fields
-
command
java.lang.String[] command
The external command to invoke.- See Also:
Runtime.exec(String[])
-
commandAppendOperator
java.lang.String commandAppendOperator
-
commandAssignmentDelimeter
java.lang.String commandAssignmentDelimeter
-
commandAssignmentOperator
java.lang.String commandAssignmentOperator
-
metadataCommandArguments
java.util.Map<Property,java.lang.String[]> metadataCommandArguments
Mapping of Tika metadata to command line parameters. -
quoteAssignmentValues
boolean quoteAssignmentValues
-
supportedEmbedTypes
java.util.Set<MediaType> supportedEmbedTypes
Media types supported by the external program. -
tmp
TemporaryResources tmp
-
-
-
Package org.apache.tika.exception
-
Class org.apache.tika.exception.AccessPermissionException extends TikaException implements Serializable
-
Class org.apache.tika.exception.CorruptedFileException extends TikaException implements Serializable
-
Class org.apache.tika.exception.EncryptedDocumentException extends TikaException implements Serializable
-
Class org.apache.tika.exception.RuntimeSAXException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.tika.exception.TikaConfigException extends TikaException implements Serializable
-
Class org.apache.tika.exception.TikaException extends java.lang.Exception implements Serializable
-
Class org.apache.tika.exception.TikaMemoryLimitException extends TikaException implements Serializable
-
Class org.apache.tika.exception.UnsupportedFormatException extends TikaException implements Serializable
-
Class org.apache.tika.exception.WriteLimitReachedException extends org.xml.sax.SAXException implements Serializable
-
Class org.apache.tika.exception.ZeroByteFileException extends TikaException implements Serializable
-
-
Package org.apache.tika.extractor
-
Class org.apache.tika.extractor.EmbeddedDocumentUtil extends java.lang.Object implements Serializable
-
Serialized Fields
-
context
ParseContext context
-
detector
Detector detector
-
embeddedDocumentExtractor
EmbeddedDocumentExtractor embeddedDocumentExtractor
-
mimeTypes
MimeTypes mimeTypes
-
tikaConfig
TikaConfig tikaConfig
-
-
-
Class org.apache.tika.extractor.ParserContainerExtractor extends java.lang.Object implements Serializable
- serialVersionUID:
- 2261131045580861514L
-
-
Package org.apache.tika.fork
-
Class org.apache.tika.fork.ForkParser extends AbstractParser implements Serializable
- serialVersionUID:
- -4962742892274663950L
-
Serialized Fields
-
currentlyInUse
int currentlyInUse
-
java
java.util.List<java.lang.String> java
Java command line -
loader
java.lang.ClassLoader loader
-
maxFilesProcessedPerClient
int maxFilesProcessedPerClient
-
parser
Parser parser
-
parserFactoryFactory
ParserFactoryFactory parserFactoryFactory
-
pool
java.util.Queue<org.apache.tika.fork.ForkClient> pool
-
poolSize
int poolSize
Process pool size -
serverParseTimeoutMillis
long serverParseTimeoutMillis
-
serverPulseMillis
long serverPulseMillis
-
serverWaitTimeoutMillis
long serverWaitTimeoutMillis
-
tikaBin
java.nio.file.Path tikaBin
-
-
Class org.apache.tika.fork.ParserFactoryFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 4710974869988895410L
-
Serialized Fields
-
args
java.util.Map<java.lang.String,java.lang.String> args
-
className
java.lang.String className
-
-
-
Package org.apache.tika.io
-
Class org.apache.tika.io.EndianUtils.BufferUnderrunException extends TikaException implements Serializable
- serialVersionUID:
- 8358288231138076276L
-
Class org.apache.tika.io.IOExceptionWithCause extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.tika.io.TaggedIOException extends IOExceptionWithCause implements Serializable
-
Serialized Fields
-
tag
java.lang.Object tag
The object reference used to tag the exception.
-
-
-
-
Package org.apache.tika.metadata
-
Class org.apache.tika.metadata.Metadata extends java.lang.Object implements Serializable
- serialVersionUID:
- 5623926545693153182L
-
Serialized Fields
-
metadata
java.util.Map<java.lang.String,java.lang.String[]> metadata
A map of all metadata attributes.
-
-
Class org.apache.tika.metadata.PropertyTypeException extends java.lang.IllegalArgumentException implements Serializable
-
-
Package org.apache.tika.mime
-
Class org.apache.tika.mime.MediaType extends java.lang.Object implements Serializable
- serialVersionUID:
- -3831000556189036392L
-
Serialized Fields
-
parameters
java.util.Map<java.lang.String,java.lang.String> parameters
Immutable sorted map of media type parameters. -
semicolon
int semicolon
Location of the first ";" character separating the type part ofMediaType.string
from possible parameters. Length ofMediaType.string
in case there are no parameters. -
slash
int slash
Location of the "/" character separating the type and the subtype tokens inMediaType.string
. -
string
java.lang.String string
Canonical string representation of this media type.
-
-
Class org.apache.tika.mime.MediaTypeRegistry extends java.lang.Object implements Serializable
- serialVersionUID:
- 4710974869988895410L
-
Serialized Fields
-
inheritance
java.util.Map<MediaType,MediaType> inheritance
Known type inheritance relationships. The mapping is from a media type to the closest supertype. -
registry
java.util.Map<MediaType,MediaType> registry
Registry of known media types, including type aliases. A canonical media type is handled as an identity mapping, while an alias is stored as a mapping from the alias to the corresponding canonical type.
-
-
Class org.apache.tika.mime.MimeType extends java.lang.Object implements Serializable
- serialVersionUID:
- 4357830439860729201L
-
Serialized Fields
-
acronym
java.lang.String acronym
The MimeType acronym -
description
java.lang.String description
Description of this media type. -
extensions
java.util.List<java.lang.String> extensions
All known file extensions of this type, in order of preference (best first). -
isInterpreted
boolean isInterpreted
Whether this mime-type is used for server-side scripts, and thus cannot reliably be used for filename-based type detection -
links
java.util.List<java.net.URI> links
Documentation Links -
magics
java.util.List<org.apache.tika.mime.Magic> magics
The magics associated to this Mime-Type -
minLength
int minLength
The minimum length of data to provides for magic analyzis -
rootXML
java.util.List<org.apache.tika.mime.MimeType.RootXML> rootXML
The root-XML associated to this Mime-Type -
type
MediaType type
The normalized media type name. -
uti
java.lang.String uti
The http://en.wikipedia.org/wiki/Uniform_Type_Identifier
-
-
Class org.apache.tika.mime.MimeTypeException extends TikaException implements Serializable
-
Class org.apache.tika.mime.MimeTypes extends java.lang.Object implements Serializable
- serialVersionUID:
- -1350863170146349036L
-
Serialized Fields
-
htmlMimeType
MimeType htmlMimeType
html type, text/html -
magics
java.util.List<org.apache.tika.mime.Magic> magics
Sorted list of all registered magics -
patterns
org.apache.tika.mime.Patterns patterns
The patterns matcher -
registry
MediaTypeRegistry registry
Registered media types and their aliases. -
rootMimeType
MimeType rootMimeType
Root type, application/octet-stream. -
rootMimeTypeL
java.util.List<MimeType> rootMimeTypeL
-
textMimeType
MimeType textMimeType
Text type, text/plain. -
types
java.util.Map<MediaType,MimeType> types
All the registered MimeTypes indexed on their canonical names -
xmlMimeType
MimeType xmlMimeType
xml type, application/xml -
xmls
java.util.List<MimeType> xmls
Sorted list of all registered rootXML
-
-
Class org.apache.tika.mime.ProbabilisticMimeDetectionSelector extends java.lang.Object implements Serializable
- serialVersionUID:
- 224589862960269260L
-
Serialized Fields
-
changeRate
float changeRate
-
extension_neg
float extension_neg
-
extension_trust
float extension_trust
-
magic_neg
float magic_neg
-
magic_trust
float magic_trust
-
meta_neg
float meta_neg
-
meta_trust
float meta_trust
-
mimeTypes
MimeTypes mimeTypes
-
priorExtensionFileType
float priorExtensionFileType
-
priorMagicFileType
float priorMagicFileType
-
priorMetaFileType
float priorMetaFileType
-
rootMediaType
MediaType rootMediaType
-
threshold
float threshold
-
-
-
Package org.apache.tika.parser
-
Class org.apache.tika.parser.AbstractEncodingDetectorParser extends AbstractParser implements Serializable
-
Serialized Fields
-
encodingDetector
EncodingDetector encodingDetector
-
-
-
Class org.apache.tika.parser.AbstractExternalProcessParser extends AbstractParser implements Serializable
- serialVersionUID:
- 7186985395903074255L
-
Class org.apache.tika.parser.AbstractParser extends java.lang.Object implements Serializable
- serialVersionUID:
- 7186985395903074255L
-
Class org.apache.tika.parser.AutoDetectParser extends CompositeParser implements Serializable
- serialVersionUID:
- 6110455808615143122L
-
Serialized Fields
-
detector
Detector detector
The type detector used by this parser to auto-detect the type of a document.
-
-
Class org.apache.tika.parser.CompositeParser extends AbstractParser implements Serializable
- serialVersionUID:
- 2192845797749627824L
-
Serialized Fields
-
fallback
Parser fallback
The fallback parser, used when no better parser is available. -
parsers
java.util.List<Parser> parsers
List of component parsers. -
registry
MediaTypeRegistry registry
Media type registry.
-
-
Class org.apache.tika.parser.CryptoParser extends DelegatingParser implements Serializable
- serialVersionUID:
- -3507995752666557731L
-
Serialized Fields
-
provider
java.security.Provider provider
-
transformation
java.lang.String transformation
-
types
java.util.Set<MediaType> types
-
-
Class org.apache.tika.parser.DefaultParser extends CompositeParser implements Serializable
- serialVersionUID:
- 3612324825403757520L
-
Class org.apache.tika.parser.DelegatingParser extends AbstractParser implements Serializable
-
Class org.apache.tika.parser.DigestingParser extends ParserDecorator implements Serializable
-
Serialized Fields
-
digester
DigestingParser.Digester digester
-
-
-
Class org.apache.tika.parser.EmptyParser extends AbstractParser implements Serializable
- serialVersionUID:
- -4218649699095732123L
-
Class org.apache.tika.parser.ErrorParser extends AbstractParser implements Serializable
- serialVersionUID:
- 7727423956957641824L
-
Class org.apache.tika.parser.ExternalParser extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.lang.String command
-
supportedTypes
java.util.Set<MediaType> supportedTypes
-
-
-
Class org.apache.tika.parser.NetworkParser extends AbstractParser implements Serializable
-
Serialized Fields
-
supportedTypes
java.util.Set<MediaType> supportedTypes
-
uri
java.net.URI uri
-
-
-
Class org.apache.tika.parser.ParseContext extends java.lang.Object implements Serializable
- serialVersionUID:
- -5921436862145826534L
-
Serialized Fields
-
context
java.util.Map<java.lang.String,java.lang.Object> context
Map of objects in this context
-
-
Class org.apache.tika.parser.ParserDecorator extends AbstractParser implements Serializable
- serialVersionUID:
- -3861669115439125268L
-
Serialized Fields
-
parser
Parser parser
The decorated parser instance.
-
-
Class org.apache.tika.parser.ParserPostProcessor extends ParserDecorator implements Serializable
-
Class org.apache.tika.parser.RecursiveParserWrapper extends ParserDecorator implements Serializable
- serialVersionUID:
- 9086536568120690938L
-
Serialized Fields
-
catchEmbeddedExceptions
boolean catchEmbeddedExceptions
-
contentHandlerFactory
ContentHandlerFactory contentHandlerFactory
Deprecated.this should be passed in via theRecursiveParserWrapperHandler
-
lastParseState
org.apache.tika.parser.RecursiveParserWrapper.ParserState lastParseState
Deprecated.this is here only for legacy behavior; it will be removed in 2.0 and/or 1.20 -
maxEmbeddedResources
int maxEmbeddedResources
Deprecated.this is here only for legacy behavior; it will be removed in 2.0 and/or 1.20set this on the RecursiveParserWrapperHandler instead
-
-
Class org.apache.tika.parser.RecursiveParserWrapper.WriteLimitReached extends org.xml.sax.SAXException implements Serializable
-
Serialized Fields
-
writeLimit
int writeLimit
-
-
-
-
Package org.apache.tika.parser.apple
-
Class org.apache.tika.parser.apple.AppleSingleFileParser extends AbstractParser implements Serializable
-
Class org.apache.tika.parser.apple.BPListDetector extends java.lang.Object implements Serializable
-
Class org.apache.tika.parser.apple.PListParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.asm
-
Class org.apache.tika.parser.asm.ClassParser extends AbstractParser implements Serializable
- serialVersionUID:
- -3531388963354454357L
-
-
Package org.apache.tika.parser.audio
-
Class org.apache.tika.parser.audio.AudioParser extends AbstractParser implements Serializable
- serialVersionUID:
- -6015684081240882695L
-
Class org.apache.tika.parser.audio.MidiParser extends AbstractParser implements Serializable
- serialVersionUID:
- 6343278584336189432L
-
-
Package org.apache.tika.parser.chm
-
Class org.apache.tika.parser.chm.ChmParser extends AbstractParser implements Serializable
- serialVersionUID:
- 5938777307516469802L
-
-
Package org.apache.tika.parser.chm.accessor
-
Class org.apache.tika.parser.chm.accessor.ChmItsfHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- 2215291838533213826L
-
Serialized Fields
-
currentPlace
int currentPlace
-
data_offset
long data_offset
-
dataRemained
int dataRemained
-
dir_len
long dir_len
-
dir_offset
long dir_offset
-
dir_uuid
byte[] dir_uuid
-
header_len
int header_len
-
lang_id
long lang_id
-
last_modified
long last_modified
-
signature
byte[] signature
-
stream_uuid
byte[] stream_uuid
-
unknown_000c
int unknown_000c
-
unknown_len
long unknown_len
-
unknown_offset
long unknown_offset
-
version
int version
-
-
Class org.apache.tika.parser.chm.accessor.ChmItspHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- 1962394421998181341L
-
Serialized Fields
-
block_len
long block_len
-
blockidx_intvl
int blockidx_intvl
-
currentPlace
int currentPlace
-
dataRemained
int dataRemained
-
header_len
int header_len
-
index_depth
int index_depth
-
index_head
int index_head
-
index_root
int index_root
-
lang_id
long lang_id
-
num_blocks
long num_blocks
-
signature
byte[] signature
-
system_uuid
byte[] system_uuid
-
unknown_000c
int unknown_000c
-
unknown_0024
int unknown_0024
-
unknown_002c
int unknown_002c
-
unknown_0044
byte[] unknown_0044
-
version
int version
-
-
Class org.apache.tika.parser.chm.accessor.ChmLzxcControlData extends java.lang.Object implements Serializable
- serialVersionUID:
- -7897854774939631565L
-
Serialized Fields
-
currentPlace
int currentPlace
-
dataRemained
int dataRemained
-
resetInterval
long resetInterval
-
signature
byte[] signature
-
size
long size
-
unknown_18
long unknown_18
-
version
long version
-
windowSize
long windowSize
-
windowsPerReset
long windowsPerReset
-
-
Class org.apache.tika.parser.chm.accessor.ChmLzxcResetTable extends java.lang.Object implements Serializable
- serialVersionUID:
- -8209574429411707460L
-
Serialized Fields
-
block_address
long[] block_address
-
block_count
long block_count
-
block_len
long block_len
-
compressed_len
long compressed_len
-
currentPlace
int currentPlace
-
dataRemained
int dataRemained
-
table_offset
long table_offset
-
uncompressed_len
long uncompressed_len
-
unknown
long unknown
-
version
long version
-
-
Class org.apache.tika.parser.chm.accessor.ChmPmgiHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- -2092282339894303701L
-
Serialized Fields
-
currentPlace
int currentPlace
-
dataRemained
int dataRemained
-
free_space
long free_space
-
signature
byte[] signature
-
-
Class org.apache.tika.parser.chm.accessor.ChmPmglHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- -6139486487475923593L
-
Serialized Fields
-
block_next
int block_next
-
block_prev
int block_prev
-
currentPlace
int currentPlace
-
dataRemained
int dataRemained
-
free_space
long free_space
-
signature
byte[] signature
-
unknown_0008
long unknown_0008
-
-
-
Package org.apache.tika.parser.chm.exception
-
Class org.apache.tika.parser.chm.exception.ChmParsingException extends TikaException implements Serializable
- serialVersionUID:
- 6497936044733665210L
-
-
Package org.apache.tika.parser.code
-
Class org.apache.tika.parser.code.SourceCodeParser extends AbstractEncodingDetectorParser implements Serializable
- serialVersionUID:
- -4543476498190054160L
-
-
Package org.apache.tika.parser.crypto
-
Class org.apache.tika.parser.crypto.Pkcs7Parser extends AbstractParser implements Serializable
- serialVersionUID:
- -7310531559075115044L
-
Class org.apache.tika.parser.crypto.TSDParser extends AbstractParser implements Serializable
- serialVersionUID:
- 3268158344501763323L
-
-
Package org.apache.tika.parser.ctakes
-
Class org.apache.tika.parser.ctakes.CTAKESConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- -1599741171775528923L
-
Serialized Fields
-
aeDescriptorPath
java.lang.String aeDescriptorPath
-
annotationProps
CTAKESAnnotationProperty[] annotationProps
-
metadata
java.lang.String[] metadata
-
prettyPrint
boolean prettyPrint
-
separatorChar
char separatorChar
-
serialize
boolean serialize
-
serializerType
CTAKESSerializer serializerType
-
stream
java.io.OutputStream stream
-
text
boolean text
-
UMLSPass
java.lang.String UMLSPass
-
UMLSUser
java.lang.String UMLSUser
-
-
Class org.apache.tika.parser.ctakes.CTAKESParser extends ParserDecorator implements Serializable
- serialVersionUID:
- -2313482748027097961L
-
-
Package org.apache.tika.parser.dbf
-
Class org.apache.tika.parser.dbf.DBFParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.dif
-
Class org.apache.tika.parser.dif.DIFParser extends AbstractParser implements Serializable
- serialVersionUID:
- 971505521275777826L
-
-
Package org.apache.tika.parser.dwg
-
Class org.apache.tika.parser.dwg.DWGParser extends AbstractParser implements Serializable
- serialVersionUID:
- -7744232583079169119L
-
-
Package org.apache.tika.parser.envi
-
Class org.apache.tika.parser.envi.EnviHeaderParser extends AbstractEncodingDetectorParser implements Serializable
- serialVersionUID:
- -1479368523072408091L
-
Serialized Fields
-
multiLineFieldValueList
java.util.List<java.lang.String> multiLineFieldValueList
-
-
-
Package org.apache.tika.parser.epub
-
Class org.apache.tika.parser.epub.EpubContentParser extends AbstractParser implements Serializable
-
Class org.apache.tika.parser.epub.EpubParser extends AbstractParser implements Serializable
- serialVersionUID:
- 215176772484050550L
-
-
Package org.apache.tika.parser.executable
-
Class org.apache.tika.parser.executable.ExecutableParser extends AbstractParser implements Serializable
- serialVersionUID:
- 32128791892482L
-
-
Package org.apache.tika.parser.external
-
Class org.apache.tika.parser.external.CompositeExternalParser extends CompositeParser implements Serializable
- serialVersionUID:
- 6962436916649024024L
-
Class org.apache.tika.parser.external.ExternalParser extends AbstractParser implements Serializable
- serialVersionUID:
- -1079128990650687037L
-
Serialized Fields
-
command
java.lang.String[] command
The external command to invoke.- See Also:
Runtime.exec(String[])
-
ignoredLineConsumer
ExternalParser.LineConsumer ignoredLineConsumer
A consumer for ignored Lines -
metadataPatterns
java.util.Map<java.util.regex.Pattern,java.lang.String> metadataPatterns
Regular Expressions to run over STDOUT to extract Metadata. -
supportedTypes
java.util.Set<MediaType> supportedTypes
Media types supported by the external program.
-
-
-
Package org.apache.tika.parser.feed
-
Class org.apache.tika.parser.feed.FeedParser extends AbstractParser implements Serializable
- serialVersionUID:
- -3785361933034525186L
-
-
Package org.apache.tika.parser.font
-
Class org.apache.tika.parser.font.AdobeFontMetricParser extends AbstractParser implements Serializable
- serialVersionUID:
- -4820306522217196835L
-
Class org.apache.tika.parser.font.TrueTypeParser extends AbstractParser implements Serializable
- serialVersionUID:
- 44788554612243032L
-
-
Package org.apache.tika.parser.gdal
-
Class org.apache.tika.parser.gdal.GDALParser extends AbstractParser implements Serializable
- serialVersionUID:
- -3869130527323941401L
-
Serialized Fields
-
command
java.lang.String command
-
-
-
Package org.apache.tika.parser.geo.topic
-
Class org.apache.tika.parser.geo.topic.GeoParser extends AbstractParser implements Serializable
- serialVersionUID:
- -2241391757440215491L
-
Serialized Fields
-
available
boolean available
-
defaultConfig
GeoParserConfig defaultConfig
-
gazetteerClient
GeoGazetteerClient gazetteerClient
-
initialized
boolean initialized
-
modelUrl
java.net.URL modelUrl
-
nameFinder
NameFinderME nameFinder
-
-
Class org.apache.tika.parser.geo.topic.GeoParserConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- -3167692634278575818L
-
Serialized Fields
-
gazetteerRestEndpoint
java.lang.String gazetteerRestEndpoint
-
nerModelUrl
java.net.URL nerModelUrl
-
-
-
Package org.apache.tika.parser.geo.topic.gazetteer
-
Class org.apache.tika.parser.geo.topic.gazetteer.Location extends java.lang.Object implements Serializable
- serialVersionUID:
- -59485448766406004L
-
Serialized Fields
-
admin1Code
java.lang.String admin1Code
-
admin2Code
java.lang.String admin2Code
-
countryCode
java.lang.String countryCode
-
latitude
java.lang.String latitude
-
longitude
java.lang.String longitude
-
name
java.lang.String name
-
-
-
Package org.apache.tika.parser.geoinfo
-
Class org.apache.tika.parser.geoinfo.GeographicInformationParser extends AbstractParser implements Serializable
-
Serialized Fields
-
SUPPORTED_TYPES
java.util.Set<MediaType> SUPPORTED_TYPES
-
-
-
-
Package org.apache.tika.parser.grib
-
Class org.apache.tika.parser.grib.GribParser extends AbstractParser implements Serializable
- serialVersionUID:
- 7855458954474247655L
-
Serialized Fields
-
SUPPORTED_TYPES
java.util.Set<MediaType> SUPPORTED_TYPES
-
-
-
Package org.apache.tika.parser.hdf
-
Class org.apache.tika.parser.hdf.HDFParser extends AbstractParser implements Serializable
- serialVersionUID:
- 1091208208003437549L
-
-
Package org.apache.tika.parser.html
-
Class org.apache.tika.parser.html.HtmlEncodingDetector extends java.lang.Object implements Serializable
-
Serialized Fields
-
markLimit
int markLimit
-
-
-
Class org.apache.tika.parser.html.HtmlParser extends AbstractEncodingDetectorParser implements Serializable
- serialVersionUID:
- 7895315240498733128L
-
Serialized Fields
-
extractScripts
boolean extractScripts
-
-
-
Package org.apache.tika.parser.image
-
Class org.apache.tika.parser.image.BPGParser extends AbstractParser implements Serializable
- serialVersionUID:
- -161736541253892772L
-
Serialized Fields
-
maxRecordLength
int maxRecordLength
-
-
Class org.apache.tika.parser.image.HeifParser extends AbstractParser implements Serializable
-
Class org.apache.tika.parser.image.ICNSParser extends AbstractParser implements Serializable
- serialVersionUID:
- 922010233654248327L
-
Class org.apache.tika.parser.image.ImageParser extends AbstractParser implements Serializable
- serialVersionUID:
- 7852529269245520335L
-
Class org.apache.tika.parser.image.PSDParser extends AbstractParser implements Serializable
- serialVersionUID:
- 883387734607994914L
-
Class org.apache.tika.parser.image.TiffParser extends AbstractParser implements Serializable
- serialVersionUID:
- -3941143576535464926L
-
Class org.apache.tika.parser.image.WebPParser extends AbstractParser implements Serializable
- serialVersionUID:
- -3941143576535464926L
-
-
Package org.apache.tika.parser.iptc
-
Class org.apache.tika.parser.iptc.IptcAnpaParser extends java.lang.Object implements Serializable
- serialVersionUID:
- -6062820170212879115L
-
Serialized Fields
-
FMT_ANPA_1312
int FMT_ANPA_1312
-
FMT_ANPA_UPI
int FMT_ANPA_UPI
-
FMT_ANPA_UPI_DL
int FMT_ANPA_UPI_DL
-
FMT_IPTC_7901
int FMT_IPTC_7901
-
FMT_IPTC_AP
int FMT_IPTC_AP
-
FMT_IPTC_BLM
int FMT_IPTC_BLM
-
FMT_IPTC_CHAR
int FMT_IPTC_CHAR
-
FMT_IPTC_NYT
int FMT_IPTC_NYT
-
FMT_IPTC_PHOTO
int FMT_IPTC_PHOTO
-
FMT_IPTC_RTR
int FMT_IPTC_RTR
-
FMT_NITF
int FMT_NITF
-
FMT_NITF_RB
int FMT_NITF_RB
-
FMT_NITF_TT
int FMT_NITF_TT
-
FORMAT
int FORMAT
-
-
-
Package org.apache.tika.parser.isatab
-
Class org.apache.tika.parser.isatab.ISArchiveParser extends java.lang.Object implements Serializable
- serialVersionUID:
- 3640809327541300229L
-
Serialized Fields
-
location
java.lang.String location
-
studyFileName
java.lang.String studyFileName
-
SUPPORTED_TYPES
java.util.Set<MediaType> SUPPORTED_TYPES
-
-
-
Package org.apache.tika.parser.iwork
-
Class org.apache.tika.parser.iwork.IWorkPackageParser extends AbstractParser implements Serializable
- serialVersionUID:
- -2160322853809682372L
-
Class org.apache.tika.parser.iwork.IWorkParser extends java.lang.Object implements Serializable
-
-
Package org.apache.tika.parser.iwork.iwana
-
Class org.apache.tika.parser.iwork.iwana.IWork13PackageParser extends AbstractParser implements Serializable
-
Class org.apache.tika.parser.iwork.iwana.IWork18PackageParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.jdbc
-
Class org.apache.tika.parser.jdbc.SQLite3Parser extends AbstractParser implements Serializable
- serialVersionUID:
- -752276948656079347L
-
-
Package org.apache.tika.parser.journal
-
Class org.apache.tika.parser.journal.JournalParser extends AbstractParser implements Serializable
- serialVersionUID:
- 4664255544154296438L
-
-
Package org.apache.tika.parser.jpeg
-
Class org.apache.tika.parser.jpeg.JpegParser extends AbstractParser implements Serializable
- serialVersionUID:
- -1355028253756234603L
-
-
Package org.apache.tika.parser.mail
-
Class org.apache.tika.parser.mail.RFC822Parser extends AbstractParser implements Serializable
- serialVersionUID:
- -5504243905998074168L
-
Serialized Fields
-
detector
Detector detector
-
extractAllAlternatives
boolean extractAllAlternatives
-
-
-
Package org.apache.tika.parser.mat
-
Class org.apache.tika.parser.mat.MatParser extends AbstractParser implements Serializable
-
Serialized Fields
-
SUPPORTED_TYPES
java.util.Set<MediaType> SUPPORTED_TYPES
-
-
-
-
Package org.apache.tika.parser.mbox
-
Class org.apache.tika.parser.mbox.MboxParser extends AbstractParser implements Serializable
- serialVersionUID:
- -1762689436731160661L
-
Serialized Fields
-
tracking
boolean tracking
-
trackingMetadata
java.util.Map<java.lang.Integer,Metadata> trackingMetadata
-
-
Class org.apache.tika.parser.mbox.OutlookPSTParser extends AbstractParser implements Serializable
- serialVersionUID:
- 620998217748364063L
-
-
Package org.apache.tika.parser.microsoft
-
Class org.apache.tika.parser.microsoft.AbstractOfficeParser extends AbstractParser implements Serializable
-
Serialized Fields
-
defaultOfficeParserConfig
OfficeParserConfig defaultOfficeParserConfig
-
-
-
Class org.apache.tika.parser.microsoft.EMFParser extends AbstractParser implements Serializable
-
Class org.apache.tika.parser.microsoft.JackcessParser extends AbstractParser implements Serializable
- serialVersionUID:
- -752276948656079347L
-
Serialized Fields
-
locale
java.util.Locale locale
-
-
Class org.apache.tika.parser.microsoft.MSOwnerFileParser extends AbstractParser implements Serializable
- serialVersionUID:
- -752276948656079347L
-
Class org.apache.tika.parser.microsoft.OfficeParser extends AbstractOfficeParser implements Serializable
- serialVersionUID:
- 7393462244028653479L
-
Class org.apache.tika.parser.microsoft.OfficeParserConfig extends java.lang.Object implements Serializable
-
Serialized Fields
-
concatenatePhoneticRuns
boolean concatenatePhoneticRuns
-
dateOverrideFormat
java.lang.String dateOverrideFormat
-
extractAllAlternativesFromMSG
boolean extractAllAlternativesFromMSG
-
extractMacros
boolean extractMacros
-
includeDeletedContent
boolean includeDeletedContent
-
includeHeadersAndFooters
boolean includeHeadersAndFooters
-
includeMissingRows
boolean includeMissingRows
-
includeMoveFromContent
boolean includeMoveFromContent
-
includeShapeBasedContent
boolean includeShapeBasedContent
-
includeSlideMasterContent
boolean includeSlideMasterContent
-
includeSlideNotes
boolean includeSlideNotes
-
useSAXDocxExtractor
boolean useSAXDocxExtractor
-
useSAXPptxExtractor
boolean useSAXPptxExtractor
-
-
-
Class org.apache.tika.parser.microsoft.OldExcelParser extends AbstractParser implements Serializable
- serialVersionUID:
- 4611820730372823452L
-
Class org.apache.tika.parser.microsoft.POIFSContainerDetector extends java.lang.Object implements Serializable
- serialVersionUID:
- -3028021741663605293L
-
Serialized Fields
-
markLimit
int markLimit
-
-
Class org.apache.tika.parser.microsoft.TikaExcelGeneralFormat extends java.text.Format implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
decimalFormat
java.text.DecimalFormat decimalFormat
-
decimalSymbols
java.text.DecimalFormatSymbols decimalSymbols
-
integerFormat
java.text.DecimalFormat integerFormat
-
scientificFormat
java.text.DecimalFormat scientificFormat
-
-
Class org.apache.tika.parser.microsoft.TNEFParser extends AbstractParser implements Serializable
- serialVersionUID:
- 4611820730372823452L
-
Class org.apache.tika.parser.microsoft.WMFParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.microsoft.ooxml
-
Class org.apache.tika.parser.microsoft.ooxml.OOXMLParser extends AbstractOfficeParser implements Serializable
- serialVersionUID:
- 6535995710857776481L
-
-
Package org.apache.tika.parser.microsoft.ooxml.xwpf.ml2006
-
Class org.apache.tika.parser.microsoft.ooxml.xwpf.ml2006.Word2006MLParser extends AbstractOfficeParser implements Serializable
-
-
Package org.apache.tika.parser.microsoft.xml
-
Class org.apache.tika.parser.microsoft.xml.AbstractXML2003Parser extends AbstractParser implements Serializable
-
Class org.apache.tika.parser.microsoft.xml.SpreadsheetMLParser extends AbstractXML2003Parser implements Serializable
-
Class org.apache.tika.parser.microsoft.xml.WordMLParser extends AbstractXML2003Parser implements Serializable
-
-
Package org.apache.tika.parser.mp3
-
Class org.apache.tika.parser.mp3.Mp3Parser extends AbstractParser implements Serializable
- serialVersionUID:
- 8537074922934844370L
-
-
Package org.apache.tika.parser.mp4
-
Class org.apache.tika.parser.mp4.MP4Parser extends AbstractParser implements Serializable
- serialVersionUID:
- 84011216792285L
-
Serialized Fields
-
iso6709Extractor
org.apache.tika.parser.mp4.ISO6709Extractor iso6709Extractor
-
-
Class org.apache.tika.parser.mp4.NoakesMP4Parser extends AbstractParser implements Serializable
- serialVersionUID:
- 84011216792285L
-
Serialized Fields
-
iso6709Extractor
org.apache.tika.parser.mp4.ISO6709Extractor iso6709Extractor
-
-
-
Package org.apache.tika.parser.ner
-
Class org.apache.tika.parser.ner.NamedEntityParser extends AbstractParser implements Serializable
-
Serialized Fields
-
available
boolean available
-
initialized
boolean initialized
-
nerChain
java.util.List<NERecogniser> nerChain
-
secondaryParser
Tika secondaryParser
-
-
-
-
Package org.apache.tika.parser.netcdf
-
Class org.apache.tika.parser.netcdf.NetCDFParser extends AbstractParser implements Serializable
- serialVersionUID:
- -5940938274907708665L
-
Serialized Fields
-
SUPPORTED_TYPES
java.util.Set<MediaType> SUPPORTED_TYPES
-
-
-
Package org.apache.tika.parser.ocr
-
Class org.apache.tika.parser.ocr.TesseractOCRConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- -4861942486845757891L
-
Serialized Fields
-
applyRotation
boolean applyRotation
-
colorspace
java.lang.String colorspace
-
density
int density
-
depth
int depth
-
enableImageProcessing
int enableImageProcessing
-
filter
java.lang.String filter
-
imageMagickPath
java.lang.String imageMagickPath
-
language
java.lang.String language
-
maxFileSizeToOcr
long maxFileSizeToOcr
-
minFileSizeToOcr
long minFileSizeToOcr
-
otherTesseractConfig
java.util.Map<java.lang.String,java.lang.String> otherTesseractConfig
-
outputType
TesseractOCRConfig.OUTPUT_TYPE outputType
-
pageSegMode
java.lang.String pageSegMode
-
pageSeparator
java.lang.String pageSeparator
-
preserveInterwordSpacing
boolean preserveInterwordSpacing
-
resize
int resize
-
tessdataPath
java.lang.String tessdataPath
-
tesseractPath
java.lang.String tesseractPath
-
timeout
int timeout
-
-
Class org.apache.tika.parser.ocr.TesseractOCRParser extends AbstractExternalProcessParser implements Serializable
- serialVersionUID:
- -8167538283213097265L
-
Serialized Fields
-
defaultConfig
TesseractOCRConfig defaultConfig
-
-
-
Package org.apache.tika.parser.odf
-
Class org.apache.tika.parser.odf.FlatOpenDocumentParser extends AbstractParser implements Serializable
- serialVersionUID:
- -8739250869531737584L
-
Serialized Fields
-
extractMacros
boolean extractMacros
-
-
Class org.apache.tika.parser.odf.OpenDocumentContentParser extends AbstractParser implements Serializable
-
Class org.apache.tika.parser.odf.OpenDocumentMetaParser extends XMLParser implements Serializable
- serialVersionUID:
- -8739250869531737584L
-
Class org.apache.tika.parser.odf.OpenDocumentParser extends AbstractParser implements Serializable
- serialVersionUID:
- -6410276875438618287L
-
-
Package org.apache.tika.parser.opendocument
-
Class org.apache.tika.parser.opendocument.OpenOfficeParser extends OpenDocumentParser implements Serializable
-
-
Package org.apache.tika.parser.pdf
-
Class org.apache.tika.parser.pdf.AccessChecker extends java.lang.Object implements Serializable
- serialVersionUID:
- 6492570218190936986L
-
Serialized Fields
-
allowAccessibility
boolean allowAccessibility
-
needToCheck
boolean needToCheck
-
-
Class org.apache.tika.parser.pdf.PDFParser extends AbstractParser implements Serializable
- serialVersionUID:
- -752276948656079347L
-
Serialized Fields
-
defaultConfig
PDFParserConfig defaultConfig
-
initializableProblemHandler
InitializableProblemHandler initializableProblemHandler
-
-
Class org.apache.tika.parser.pdf.PDFParserConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- 6492570218190936986L
-
Serialized Fields
-
accessChecker
AccessChecker accessChecker
-
averageCharTolerance
java.lang.Float averageCharTolerance
-
catchIntermediateIOExceptions
boolean catchIntermediateIOExceptions
-
detectAngles
boolean detectAngles
-
dropThreshold
java.lang.Float dropThreshold
-
enableAutoSpace
boolean enableAutoSpace
-
extractAcroFormContent
boolean extractAcroFormContent
-
extractActions
boolean extractActions
-
extractAnnotationText
boolean extractAnnotationText
-
extractBookmarksText
boolean extractBookmarksText
-
extractFontNames
boolean extractFontNames
-
extractInlineImageMetadataOnly
boolean extractInlineImageMetadataOnly
-
extractInlineImages
boolean extractInlineImages
-
extractMarkedContent
boolean extractMarkedContent
-
extractUniqueInlineImagesOnly
boolean extractUniqueInlineImagesOnly
-
ifXFAExtractOnlyXFA
boolean ifXFAExtractOnlyXFA
-
maxMainMemoryBytes
long maxMainMemoryBytes
-
ocrDPI
int ocrDPI
-
ocrImageFormatName
java.lang.String ocrImageFormatName
-
ocrImageQuality
float ocrImageQuality
-
ocrImageScale
float ocrImageScale
deprecated ... use OCRDPI instead -
ocrImageType
org.apache.pdfbox.rendering.ImageType ocrImageType
-
ocrStrategy
PDFParserConfig.OCR_STRATEGY ocrStrategy
-
setKCMS
boolean setKCMS
-
sortByPosition
boolean sortByPosition
-
spacingTolerance
java.lang.Float spacingTolerance
-
suppressDuplicateOverlappingText
boolean suppressDuplicateOverlappingText
-
-
Class org.apache.tika.parser.pdf.PDFPreflightParser extends PDFParser implements Serializable
-
-
Package org.apache.tika.parser.pkg
-
Class org.apache.tika.parser.pkg.ArParser extends PackageParser implements Serializable
-
Class org.apache.tika.parser.pkg.Bzip2Parser extends DelegatingParser implements Serializable
-
Class org.apache.tika.parser.pkg.CompressorParser extends AbstractParser implements Serializable
- serialVersionUID:
- 2793565792967222459L
-
Serialized Fields
-
memoryLimitInKb
int memoryLimitInKb
-
-
Class org.apache.tika.parser.pkg.CpioParser extends PackageParser implements Serializable
-
Class org.apache.tika.parser.pkg.GzipParser extends DelegatingParser implements Serializable
-
Class org.apache.tika.parser.pkg.PackageParser extends AbstractEncodingDetectorParser implements Serializable
- serialVersionUID:
- -5331043266963888708L
-
Serialized Fields
-
detectCharsetsInEntryNames
boolean detectCharsetsInEntryNames
-
-
Class org.apache.tika.parser.pkg.RarParser extends AbstractParser implements Serializable
- serialVersionUID:
- 6157727985054451501L
-
Class org.apache.tika.parser.pkg.StreamingZipContainerDetector extends org.apache.tika.parser.pkg.ZipContainerDetectorBase implements Serializable
-
Serialized Fields
-
markLimit
int markLimit
-
-
-
Class org.apache.tika.parser.pkg.TarParser extends PackageParser implements Serializable
-
Class org.apache.tika.parser.pkg.ZipContainerDetector extends java.lang.Object implements Serializable
- serialVersionUID:
- 2891763938430295453L
-
Serialized Fields
-
markLimit
int markLimit
-
streamingZipContainerDetector
StreamingZipContainerDetector streamingZipContainerDetector
-
-
Class org.apache.tika.parser.pkg.ZipParser extends PackageParser implements Serializable
-
-
Package org.apache.tika.parser.pot
-
Class org.apache.tika.parser.pot.PooledTimeSeriesParser extends AbstractParser implements Serializable
- serialVersionUID:
- -2855917932512164988L
-
-
Package org.apache.tika.parser.prt
-
Class org.apache.tika.parser.prt.PRTParser extends AbstractParser implements Serializable
- serialVersionUID:
- 4659638314375035178L
-
-
Package org.apache.tika.parser.recognition
-
Class org.apache.tika.parser.recognition.ObjectRecognitionParser extends AbstractParser implements Serializable
-
Serialized Fields
-
recogniser
ObjectRecogniser recogniser
-
-
-
-
Package org.apache.tika.parser.recognition.tf
-
Class org.apache.tika.parser.recognition.tf.TensorflowImageRecParser extends ExternalParser implements Serializable
-
Serialized Fields
-
availabilityTestArgs
java.lang.String availabilityTestArgs
-
available
boolean available
-
executor
java.lang.String executor
-
imageArg
java.lang.String imageArg
-
modelArg
java.lang.String modelArg
-
modelFile
java.io.File modelFile
-
outPattern
java.lang.String outPattern
-
scriptFile
java.io.File scriptFile
-
-
-
-
Package org.apache.tika.parser.rtf
-
Class org.apache.tika.parser.rtf.RTFParser extends AbstractParser implements Serializable
- serialVersionUID:
- -4165069489372320313L
-
Serialized Fields
-
ignoreListMarkup
boolean ignoreListMarkup
-
memoryLimitInKb
int memoryLimitInKb
-
-
-
Package org.apache.tika.parser.sentiment
-
Class org.apache.tika.parser.sentiment.SentimentAnalysisParser extends AbstractParser implements Serializable
-
Serialized Fields
-
classifier
opennlp.tools.sentiment.SentimentME classifier
-
modelPath
java.lang.String modelPath
Path to model path. Default is "https://raw.githubusercontent.com/USCDataScience/SentimentAnalysisParser/master/sentiment-models/src/main/resources/edu/usc/irds/sentiment/en-netflix-sentiment.bin"
The path could be one of the following:- a HTTP or HTTPS URL (Not recommended for production use since no caching is implemented)
- an absolute or relative path on local file system (recommended for production use in standalone mode)
- a relative path known to class loader (Especially useful in distributed environments, recommended for advanced users
-
-
-
-
Package org.apache.tika.parser.strings
-
Class org.apache.tika.parser.strings.FileConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- 5712655467296441314L
-
Serialized Fields
-
filePath
java.lang.String filePath
-
mimetype
boolean mimetype
-
-
Class org.apache.tika.parser.strings.Latin1StringsParser extends AbstractParser implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inPos
int inPos
The position into the input buffer. -
input
byte[] input
The input buffer. -
inSize
int inSize
The number of bytes into the input buffer. -
minSize
int minSize
The minimum size of a character sequence to be extracted. -
outPos
int outPos
The current position into the output buffer. -
output
byte[] output
The output buffer. -
tmpPos
int tmpPos
The temporary position into the output buffer. -
xhtml
XHTMLContentHandler xhtml
The output content handler.
-
-
Class org.apache.tika.parser.strings.StringsConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- -1465227101645003594L
-
Serialized Fields
-
encoding
StringsEncoding encoding
-
minLength
int minLength
-
stringsPath
java.lang.String stringsPath
-
timeout
int timeout
-
-
Class org.apache.tika.parser.strings.StringsParser extends AbstractParser implements Serializable
- serialVersionUID:
- 802566634661575025L
-
-
Package org.apache.tika.parser.txt
-
Class org.apache.tika.parser.txt.Icu4jEncodingDetector extends java.lang.Object implements Serializable
-
Serialized Fields
-
markLimit
int markLimit
-
stripMarkup
boolean stripMarkup
-
-
-
Class org.apache.tika.parser.txt.TXTParser extends AbstractEncodingDetectorParser implements Serializable
- serialVersionUID:
- -6656102320836888910L
-
Class org.apache.tika.parser.txt.UniversalEncodingDetector extends java.lang.Object implements Serializable
-
Serialized Fields
-
markLimit
int markLimit
-
-
-
-
Package org.apache.tika.parser.utils
-
Class org.apache.tika.parser.utils.DataURISchemeParseException extends TikaException implements Serializable
-
-
Package org.apache.tika.parser.video
-
Class org.apache.tika.parser.video.FLVParser extends AbstractParser implements Serializable
- serialVersionUID:
- -8718013155719197679L
-
-
Package org.apache.tika.parser.wordperfect
-
Class org.apache.tika.parser.wordperfect.QuattroProParser extends AbstractParser implements Serializable
- serialVersionUID:
- 8941810225917012232L
-
Class org.apache.tika.parser.wordperfect.WordPerfectParser extends AbstractParser implements Serializable
- serialVersionUID:
- 8941810225917012232L
-
Serialized Fields
-
includeDeletedContent
boolean includeDeletedContent
-
-
-
Package org.apache.tika.parser.xml
-
Class org.apache.tika.parser.xml.DcXMLParser extends XMLParser implements Serializable
- serialVersionUID:
- 4905318835463880819L
-
Class org.apache.tika.parser.xml.FictionBookParser extends XMLParser implements Serializable
- serialVersionUID:
- 4195954546491524374L
-
Class org.apache.tika.parser.xml.XMLParser extends AbstractParser implements Serializable
- serialVersionUID:
- -6028836725280212837L
-
Class org.apache.tika.parser.xml.XMLProfiler extends AbstractParser implements Serializable
-
-
Package org.apache.tika.sax
-
Class org.apache.tika.sax.AbstractRecursiveParserWrapperHandler extends org.xml.sax.helpers.DefaultHandler implements Serializable
-
Serialized Fields
-
contentHandlerFactory
ContentHandlerFactory contentHandlerFactory
-
embeddedDepth
int embeddedDepth
-
embeddedResources
int embeddedResources
-
maxEmbeddedResources
int maxEmbeddedResources
-
totalWriteLimit
int totalWriteLimit
-
-
-
Class org.apache.tika.sax.BasicContentHandlerFactory extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
BasicContentHandlerFactory.HANDLER_TYPE type
-
writeLimit
int writeLimit
-
-
-
Class org.apache.tika.sax.RecursiveParserWrapperHandler extends AbstractRecursiveParserWrapperHandler implements Serializable
-
Serialized Fields
-
metadataFilter
org.apache.tika.metadata.filter.MetadataFilter metadataFilter
-
metadataList
java.util.List<Metadata> metadataList
-
-
-
Class org.apache.tika.sax.TaggedSAXException extends org.xml.sax.SAXException implements Serializable
-
Serialized Fields
-
tag
java.lang.Object tag
The object reference used to tag the exception.
-
-
-
-
Package org.apache.tika.utils
-
Class org.apache.tika.utils.XMLReaderUtils extends java.lang.Object implements Serializable
- serialVersionUID:
- 6110455808615143122L
-
-
Package org.apache.xmlbeans
-
Class org.apache.xmlbeans.GDate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bits
int _bits
-
_CY
int _CY
-
_D
int _D
-
_fs
java.math.BigDecimal _fs
-
_h
int _h
-
_m
int _m
-
_M
int _M
-
_s
int _s
-
_tzh
int _tzh
-
_tzm
int _tzm
-
_tzsign
int _tzsign
-
-
Class org.apache.xmlbeans.GDateBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bits
int _bits
-
_CY
int _CY
-
_D
int _D
-
_fs
java.math.BigDecimal _fs
-
_h
int _h
-
_m
int _m
-
_M
int _M
-
_s
int _s
-
_tzh
int _tzh
-
_tzm
int _tzm
-
_tzsign
int _tzsign
-
-
Class org.apache.xmlbeans.GDuration extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_CY
int _CY
-
_D
int _D
-
_fs
java.math.BigDecimal _fs
-
_h
int _h
-
_m
int _m
-
_M
int _M
-
_s
int _s
-
_sign
int _sign
-
-
Class org.apache.xmlbeans.GDurationBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_CY
int _CY
-
_D
int _D
-
_fs
java.math.BigDecimal _fs
-
_h
int _h
-
_m
int _m
-
_M
int _M
-
_s
int _s
-
_sign
int _sign
-
-
Class org.apache.xmlbeans.QNameSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_excludedQNames
java.util.Set<javax.xml.namespace.QName> _excludedQNames
-
_includedQNames
java.util.Set<javax.xml.namespace.QName> _includedQNames
-
_includedURIs
java.util.Set<java.lang.String> _includedURIs
-
_inverted
boolean _inverted
-
-
Class org.apache.xmlbeans.QNameSetBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_excludedQNames
java.util.Set<javax.xml.namespace.QName> _excludedQNames
-
_includedQNames
java.util.Set<javax.xml.namespace.QName> _includedQNames
-
_includedURIs
java.util.Set<java.lang.String> _includedURIs
-
_inverted
boolean _inverted
-
-
Class org.apache.xmlbeans.SchemaTypeLoaderException extends XmlRuntimeException implements Serializable
-
Serialized Fields
-
_code
int _code
-
-
-
Class org.apache.xmlbeans.StringEnumAbstractBase extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_int
int _int
-
_string
java.lang.String _string
-
-
Class org.apache.xmlbeans.XmlCalendar extends java.util.GregorianCalendar implements Serializable
-
Class org.apache.xmlbeans.XmlError extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_code
java.lang.String _code
-
_column
int _column
-
_line
int _line
-
_message
java.lang.String _message
-
_offset
int _offset
-
_severity
int _severity
-
_source
java.lang.String _source
-
-
Class org.apache.xmlbeans.XmlException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_errors
java.util.List<XmlError> _errors
-
-
Class org.apache.xmlbeans.XmlOptions extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_map
java.util.Map<XmlOptions.XmlOptionsKeys,java.lang.Object> _map
-
-
Class org.apache.xmlbeans.XmlRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_errors
java.util.List<XmlError> _errors
-
-
Class org.apache.xmlbeans.XmlSimpleList extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
underlying
java.util.List<T> underlying
-
-
Class org.apache.xmlbeans.XMLStreamValidationException extends org.apache.xmlbeans.xml.stream.XMLStreamException implements Serializable
-
Serialized Fields
-
_xmlError
XmlError _xmlError
-
-
-
Class org.apache.xmlbeans.XmlValidationError extends XmlError implements Serializable
-
Serialized Fields
-
_badSchemaType
SchemaType _badSchemaType
-
_errorType
int _errorType
-
_expectedQNames
java.util.List<javax.xml.namespace.QName> _expectedQNames
-
_expectedSchemaType
SchemaType _expectedSchemaType
-
_fieldQName
javax.xml.namespace.QName _fieldQName
-
_offendingQName
javax.xml.namespace.QName _offendingQName
-
-
-
-
Package org.apache.xmlbeans.impl.common
-
Class org.apache.xmlbeans.impl.common.ConcurrentReaderHashMap extends java.util.AbstractMap implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
barrierLock
org.apache.xmlbeans.impl.common.ConcurrentReaderHashMap.BarrierLock barrierLock
-
loadFactor
float loadFactor
-
threshold
int threshold
-
-
-
Class org.apache.xmlbeans.impl.common.ConcurrentReaderHashMap.BarrierLock extends java.lang.Object implements Serializable
-
Class org.apache.xmlbeans.impl.common.InvalidLexicalValueException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_location
javax.xml.stream.Location _location
-
-
-
Class org.apache.xmlbeans.impl.common.XPath.XPathCompileException extends XmlException implements Serializable
-
-
Package org.apache.xmlbeans.impl.regex
-
Class org.apache.xmlbeans.impl.regex.ParseException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
location
int location
-
-
-
Class org.apache.xmlbeans.impl.regex.RegularExpression extends java.lang.Object implements Serializable
- serialVersionUID:
- 6242499334195006401L
-
Serialized Fields
-
hasBackReferences
boolean hasBackReferences
-
nofparen
int nofparen
The number of parenthesis in the regular expression. -
options
int options
-
regex
java.lang.String regex
A regular expression. -
tokentree
org.apache.xmlbeans.impl.regex.Token tokentree
Internal representation of the regular expression.
-
-
Class org.apache.xmlbeans.impl.regex.SchemaRegularExpression extends RegularExpression implements Serializable
-
-
Package org.apache.xmlbeans.impl.soap
-
Class org.apache.xmlbeans.impl.soap.SOAPException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
-
Package org.apache.xmlbeans.impl.store
-
Class org.apache.xmlbeans.impl.store.DomImpl.DomLevel3NotImplemented extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.xmlbeans.impl.values
-
Class org.apache.xmlbeans.impl.values.JavaBase64Holder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_hashcached
boolean _hashcached
-
_value
byte[] _value
-
hashcode
int hashcode
-
-
-
Class org.apache.xmlbeans.impl.values.JavaBase64HolderEx extends JavaBase64Holder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaBooleanHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
boolean _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx extends JavaBooleanHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaDecimalHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
java.math.BigDecimal _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx extends JavaDecimalHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaDoubleHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
double _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx extends JavaDoubleHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaFloatHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
float _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaFloatHolderEx extends JavaFloatHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaGDateHolderEx extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
_value
GDate _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
_value
GDuration _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_hashcached
boolean _hashcached
-
_value
byte[] _value
-
hashcode
int hashcode
-
-
-
Class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx extends JavaHexBinaryHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaIntegerHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
java.math.BigInteger _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaIntegerHolderEx extends JavaIntegerHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaIntHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
int _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaIntHolderEx extends JavaIntHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaLongHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
long _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaLongHolderEx extends JavaLongHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaNotationHolder extends XmlQNameImpl implements Serializable
-
Class org.apache.xmlbeans.impl.values.JavaNotationHolderEx extends JavaNotationHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaQNameHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
javax.xml.namespace.QName _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaQNameHolderEx extends JavaQNameHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx extends JavaStringHolderEx implements Serializable
-
Serialized Fields
-
_val
StringEnumAbstractBase _val
-
-
-
Class org.apache.xmlbeans.impl.values.JavaStringHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
java.lang.String _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaStringHolderEx extends JavaStringHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaUriHolder extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_value
java.lang.String _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaUriHolderEx extends JavaUriHolder implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.StringEnumValue extends StringEnumAbstractBase implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
_textvalue
java.lang.String _textvalue
-
-
-
Class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeRestriction extends XmlAnySimpleTypeImpl implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.XmlAnyTypeImpl extends XmlComplexContentImpl implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlAnyUriImpl extends JavaUriHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlAnyUriRestriction extends JavaUriHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlBase64BinaryImpl extends JavaBase64Holder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlBase64BinaryRestriction extends JavaBase64HolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlBooleanImpl extends JavaBooleanHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlBooleanRestriction extends JavaBooleanHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlByteImpl extends JavaIntHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlComplexContentImpl extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_schemaType
SchemaTypeImpl _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.XmlDateImpl extends JavaGDateHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlDateTimeImpl extends JavaGDateHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlDecimalImpl extends JavaDecimalHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlDecimalRestriction extends JavaDecimalHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlDoubleImpl extends JavaDoubleHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlDoubleRestriction extends JavaDoubleHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlDurationImpl extends JavaGDurationHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlEntitiesImpl extends XmlListImpl implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlEntityImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlFloatImpl extends JavaFloatHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlFloatRestriction extends JavaFloatHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlGDayImpl extends JavaGDateHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlGMonthDayImpl extends JavaGDateHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlGMonthImpl extends JavaGDateHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlGYearImpl extends JavaGDateHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlGYearMonthImpl extends JavaGDateHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlHexBinaryImpl extends JavaHexBinaryHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlHexBinaryRestriction extends JavaHexBinaryHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlIdImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlIdRefImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlIdRefsImpl extends XmlListImpl implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlIntegerImpl extends JavaIntegerHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlIntegerRestriction extends JavaIntegerHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlIntImpl extends JavaIntHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlIntRestriction extends JavaIntHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlLanguageImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlListImpl extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_jvalue
XmlSimpleList<?> _jvalue
-
_schemaType
SchemaType _schemaType
-
_value
XmlSimpleList<? extends XmlAnySimpleType> _value
-
-
-
Class org.apache.xmlbeans.impl.values.XmlLongImpl extends JavaLongHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlLongRestriction extends JavaLongHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNameImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNCNameImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNegativeIntegerImpl extends JavaIntegerHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNmTokenImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNmTokensImpl extends XmlListImpl implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNonNegativeIntegerImpl extends JavaIntegerHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNonPositiveIntegerImpl extends JavaIntegerHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNormalizedStringImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNotationImpl extends JavaNotationHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlNotationRestriction extends JavaNotationHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlObjectBase extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeReplace
public java.lang.Object writeReplace()
This method can writeReplace either an unwrapped XmlObjectBase or an XBean proxy. A "true" argument means unwrapped.The serialization strategy for XmlObjects is this:
(1) Only the root XmlObject for a document actually gets fully serialized; it is serialized as a SerializedRootObject, which simply saves itself as XML text.
(2) Interior XmlObjects get serialized as a reference to the root XmlObject for their document, plus an integer which indicates the position of the XmlObject within the owner document. This pair is stored as a SerializedInteriorObject.
Both objects can be maked as wrapped or unwrapped. If wrapped, then the proxy is returned when deserializing; if unwrapped, then the proxy is stripped when deserializing.
-
-
Serialized Fields
-
_flags
int _flags
-
_textsource
java.lang.Object _textsource
-
-
-
Class org.apache.xmlbeans.impl.values.XmlPositiveIntegerImpl extends JavaIntegerHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlQNameImpl extends JavaQNameHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlQNameRestriction extends JavaQNameHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlShortImpl extends JavaIntHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlStringEnumeration extends JavaStringEnumerationHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlStringImpl extends JavaStringHolder implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlStringRestriction extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlTimeImpl extends JavaGDateHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlTokenImpl extends JavaStringHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlUnionImpl extends XmlObjectBase implements Serializable
-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
_textvalue
java.lang.String _textvalue
-
_value
XmlAnySimpleType _value
-
-
-
Class org.apache.xmlbeans.impl.values.XmlUnsignedByteImpl extends JavaIntHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlUnsignedIntImpl extends JavaLongHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlUnsignedLongImpl extends JavaIntegerHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlUnsignedShortImpl extends JavaIntHolderEx implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlValueDisconnectedException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlValueNotNillableException extends java.lang.RuntimeException implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlValueNotSupportedException extends XmlValueOutOfRangeException implements Serializable
-
Class org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException extends java.lang.IllegalArgumentException implements Serializable
-
-
Package org.apache.xmlbeans.impl.xb.ltgfmt
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.FileDesc.Role.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.apache.xmlbeans.impl.xb.ltgfmt.impl
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.CodeImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.FileDescImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.FileDescImpl.RoleImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.TestCaseImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.TestCaseImpl.FilesImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.TestsDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.TestsDocumentImpl.TestsImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.substwsdl.impl
-
Class org.apache.xmlbeans.impl.xb.substwsdl.impl.DefinitionsDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.substwsdl.impl.DefinitionsDocumentImpl.DefinitionsImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.substwsdl.impl.TImportImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.xmlconfig
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.JavaNameList.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.NamespaceList.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.NamespaceList.Member2.Item.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.Qnametargetenum.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.apache.xmlbeans.impl.xb.xmlconfig.impl
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ConfigDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ConfigDocumentImpl.ConfigImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ExtensionconfigImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ExtensionconfigImpl.InterfaceImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ExtensionconfigImpl.PrePostSetImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameImpl extends JavaStringHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameListImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameListImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameListImpl.MemberImpl2 extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl.MemberImpl2 extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl.MemberImpl2.ItemImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl.MemberImpl2.ItemImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespacePrefixListImpl extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NsconfigImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.QnameconfigImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.QnametargetenumImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.QnametargetlistImpl extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.UsertypeconfigImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.xmlschema
-
Class org.apache.xmlbeans.impl.xb.xmlschema.LangAttribute.Lang.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.apache.xmlbeans.impl.xb.xmlschema.impl
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.BaseAttributeImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.IdAttributeImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.LangAttributeImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.LangAttributeImpl.LangImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.LangAttributeImpl.LangImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.SpaceAttributeImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.SpaceAttributeImpl.SpaceImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.xsdownload.impl
-
Class org.apache.xmlbeans.impl.xb.xsdownload.impl.DownloadedSchemaEntryImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdownload.impl.DownloadedSchemasDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdownload.impl.DownloadedSchemasDocumentImpl.DownloadedSchemasImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.xsdschema
-
Class org.apache.xmlbeans.impl.xb.xsdschema.AllNNI.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.Attribute.Use.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.DerivationControl.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.DerivationSet.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.FormChoice.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.FullDerivationSet.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.NamespaceList.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.NamespaceList.Member2.Item.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.SimpleDerivationSet.Member.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace.Value.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.Wildcard.ProcessContents.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.apache.xmlbeans.impl.xb.xsdschema.impl
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllImpl extends ExplicitGroupImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllImpl.MaxOccursImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllImpl.MinOccursImpl extends JavaIntegerHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllNNIImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllNNIImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnnotatedImpl extends OpenAttrsImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnnotationDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnnotationDocumentImpl.AnnotationImpl extends OpenAttrsImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnyAttributeDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnyDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnyDocumentImpl.AnyImpl extends WildcardImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AppinfoDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AppinfoDocumentImpl.AppinfoImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeGroupDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeGroupImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeGroupRefImpl extends AttributeGroupImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeImpl.UseImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl.MemberImpl2 extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl.MemberImpl2.ItemImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ChoiceDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexContentDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexContentDocumentImpl.ComplexContentImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexRestrictionTypeImpl extends RestrictionTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexTypeDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexTypeImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DerivationControlImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DerivationSetImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DerivationSetImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DerivationSetImpl.MemberImpl2 extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DocumentationDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DocumentationDocumentImpl.DocumentationImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ElementDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ElementImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.EnumerationDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ExplicitGroupImpl extends GroupImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ExtensionTypeImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FacetImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FieldDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FieldDocumentImpl.FieldImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FieldDocumentImpl.FieldImpl.XpathImpl extends JavaStringHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FormChoiceImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FractionDigitsDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FullDerivationSetImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FullDerivationSetImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FullDerivationSetImpl.MemberImpl2 extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.GroupDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.GroupImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.GroupRefImpl extends RealGroupImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ImportDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ImportDocumentImpl.ImportImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.IncludeDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.IncludeDocumentImpl.IncludeImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.KeybaseImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.KeyDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.KeyrefDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.KeyrefDocumentImpl.KeyrefImpl extends KeybaseImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.LengthDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ListDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ListDocumentImpl.ListImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalComplexTypeImpl extends ComplexTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalElementImpl extends ElementImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalSimpleTypeImpl extends SimpleTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MaxExclusiveDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MaxInclusiveDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MaxLengthDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MinExclusiveDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MinInclusiveDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MinLengthDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamedAttributeGroupImpl extends AttributeGroupImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamedGroupImpl extends RealGroupImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamedGroupImpl.AllImpl extends AllImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl.MemberImpl2 extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl.MemberImpl2.ItemImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl.MemberImpl2.ItemImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NarrowMaxMinImpl extends LocalElementImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NarrowMaxMinImpl.MaxOccursImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NarrowMaxMinImpl.MinOccursImpl extends JavaIntegerHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NoFixedFacetImpl extends FacetImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NotationDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NotationDocumentImpl.NotationImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NumFacetImpl extends FacetImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.OpenAttrsImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.PatternDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.PatternDocumentImpl.PatternImpl extends NoFixedFacetImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.PublicImpl extends JavaStringHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RealGroupImpl extends GroupImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RedefineDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RedefineDocumentImpl.RedefineImpl extends OpenAttrsImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ReducedDerivationControlImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RestrictionDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RestrictionDocumentImpl.RestrictionImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RestrictionTypeImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SchemaDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SchemaDocumentImpl.SchemaImpl extends OpenAttrsImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SelectorDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SelectorDocumentImpl.SelectorImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SelectorDocumentImpl.SelectorImpl.XpathImpl extends JavaStringHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SequenceDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleContentDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleContentDocumentImpl.SimpleContentImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleDerivationSetImpl extends XmlUnionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleDerivationSetImpl.MemberImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleDerivationSetImpl.MemberImpl2 extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleDerivationSetImpl.MemberImpl2.ItemImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleExplicitGroupImpl extends ExplicitGroupImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleExtensionTypeImpl extends ExtensionTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleRestrictionTypeImpl extends RestrictionTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleTypeDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleTypeImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TopLevelAttributeImpl extends AttributeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TopLevelComplexTypeImpl extends ComplexTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TopLevelElementImpl extends ElementImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TopLevelSimpleTypeImpl extends SimpleTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TotalDigitsDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TotalDigitsDocumentImpl.TotalDigitsImpl extends NumFacetImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TypeDerivationControlImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.UnionDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.UnionDocumentImpl.UnionImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.UnionDocumentImpl.UnionImpl.MemberTypesImpl extends XmlListImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.UniqueDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WhiteSpaceDocumentImpl extends XmlComplexContentImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WhiteSpaceDocumentImpl.WhiteSpaceImpl extends FacetImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WhiteSpaceDocumentImpl.WhiteSpaceImpl.ValueImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WildcardImpl extends AnnotatedImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WildcardImpl.ProcessContentsImpl extends JavaStringEnumerationHolderEx implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xpath
-
Class org.apache.xmlbeans.impl.xpath.XPath.XPathCompileException extends XmlException implements Serializable
-
-
Package org.apache.xmlbeans.impl.xpathgen
-
Class org.apache.xmlbeans.impl.xpathgen.XPathGenerationException extends XmlException implements Serializable
-
-
Package org.apache.xmlbeans.xml.stream
-
Package org.bson
-
Class org.bson.BasicBSONObject extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Class org.bson.BsonDocument extends BsonValue implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
Deprecated.- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
Deprecated.
-
-
Serialized Fields
-
map
java.util.Map<java.lang.String,BsonValue> map
Deprecated.
-
-
Class org.bson.BsonDocumentWrapper extends BsonDocument implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
Deprecated.- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
Deprecated.
-
-
Serialized Fields
-
unwrapped
BsonDocument unwrapped
Deprecated.
-
-
Class org.bson.BSONException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
errorCode
java.lang.Integer errorCode
Deprecated.
-
-
Class org.bson.BsonInvalidOperationException extends BSONException implements Serializable
- serialVersionUID:
- 7684248076818601418L
-
Class org.bson.BsonMaximumSizeExceededException extends BsonSerializationException implements Serializable
- serialVersionUID:
- 8725368828269129777L
-
Class org.bson.BsonSerializationException extends BSONException implements Serializable
- serialVersionUID:
- -5214580094005440780L
-
Class org.bson.Document extends java.lang.Object implements Serializable
- serialVersionUID:
- 6297731997167536582L
-
Serialized Fields
-
documentAsMap
java.util.LinkedHashMap<java.lang.String,java.lang.Object> documentAsMap
Deprecated.
-
-
Class org.bson.RawBsonArray extends BsonArray implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
Deprecated.- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
Deprecated.
-
-
Class org.bson.RawBsonDocument extends BsonDocument implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
Deprecated.- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
Deprecated.
-
-
Serialized Fields
-
bytes
byte[] bytes
Deprecated. -
length
int length
Deprecated. -
offset
int offset
Deprecated.
-
-
-
Package org.bson.codecs.configuration
-
Class org.bson.codecs.configuration.CodecConfigurationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5656763889202800056L
-
-
Package org.bson.json
-
Class org.bson.json.JsonParseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -6722022620020198727L
-
-
Package org.bson.types
-
Class org.bson.types.BasicBSONList extends java.util.ArrayList<java.lang.Object> implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Class org.bson.types.Binary extends java.lang.Object implements Serializable
- serialVersionUID:
- 7902997490338209467L
-
Serialized Fields
-
data
byte[] data
Deprecated. -
type
byte type
Deprecated.
-
-
Class org.bson.types.BSONTimestamp extends java.lang.Object implements Serializable
- serialVersionUID:
- -3268482672267936464L
-
Serialized Fields
-
inc
int inc
Deprecated. -
time
java.util.Date time
Deprecated.
-
-
Class org.bson.types.Code extends java.lang.Object implements Serializable
- serialVersionUID:
- 475535263314046697L
-
Serialized Fields
-
code
java.lang.String code
Deprecated.
-
-
Class org.bson.types.CodeWithScope extends Code implements Serializable
- serialVersionUID:
- -6284832275113680002L
-
Serialized Fields
-
scope
Document scope
Deprecated.
-
-
Class org.bson.types.CodeWScope extends Code implements Serializable
- serialVersionUID:
- -6284832275113680002L
-
Serialized Fields
-
scope
BSONObject scope
Deprecated.
-
-
Class org.bson.types.Decimal128 extends java.lang.Number implements Serializable
- serialVersionUID:
- 4570973266503637887L
-
Serialized Fields
-
high
long high
Deprecated. -
low
long low
Deprecated.
-
-
Class org.bson.types.MaxKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 5123414776151687185L
-
Class org.bson.types.MinKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 4075901136671855684L
-
Class org.bson.types.ObjectId extends java.lang.Object implements Serializable
- serialVersionUID:
- 3670079982654483072L
-
Serialized Fields
-
counter
int counter
Deprecated. -
randomValue1
int randomValue1
Deprecated. -
randomValue2
short randomValue2
Deprecated. -
timestamp
int timestamp
Deprecated.
-
-
Class org.bson.types.Symbol extends java.lang.Object implements Serializable
- serialVersionUID:
- 1326269319883146072L
-
Serialized Fields
-
symbol
java.lang.String symbol
Deprecated.
-
-
-
Package org.eclipse.jetty.client
-
Class org.eclipse.jetty.client.HttpRequestException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
request
Request request
Deprecated.
-
-
-
Class org.eclipse.jetty.client.HttpResponseException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
response
Response response
Deprecated.
-
-
-
-
Package org.eclipse.jetty.http
-
Class org.eclipse.jetty.http.BadMessageException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_code
int _code
Deprecated. -
_reason
java.lang.String _reason
Deprecated.
-
-
-
Class org.eclipse.jetty.http.HttpException extends java.io.IOException implements Serializable
-
Serialized Fields
-
_reason
java.lang.String _reason
-
_status
int _status
-
-
-
Class org.eclipse.jetty.http.PathMap extends java.util.HashMap<java.lang.String,O> implements Serializable
-
Serialized Fields
-
_default
PathMap.MappedEntry<O> _default
Deprecated. -
_defaultSingletonList
java.util.List<PathMap.MappedEntry<O>> _defaultSingletonList
Deprecated. -
_exactMap
java.util.Map<java.lang.String,PathMap.MappedEntry<O>> _exactMap
Deprecated. -
_nodefault
boolean _nodefault
Deprecated. -
_prefixDefault
PathMap.MappedEntry<O> _prefixDefault
Deprecated. -
_prefixMap
Trie<PathMap.MappedEntry<O>> _prefixMap
Deprecated. -
_suffixMap
Trie<PathMap.MappedEntry<O>> _suffixMap
Deprecated.
-
-
-
-
Package org.eclipse.jetty.io
-
Class org.eclipse.jetty.io.EofException extends java.io.EOFException implements Serializable
-
Class org.eclipse.jetty.io.RuntimeIOException extends java.lang.RuntimeException implements Serializable
-
-
Package org.eclipse.jetty.io.ssl
-
Class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event extends java.util.EventObject implements Serializable
-
-
Package org.eclipse.jetty.security
-
Class org.eclipse.jetty.security.AbstractLoginService.RolePrincipal extends java.lang.Object implements Serializable
- serialVersionUID:
- 2998397924051854402L
-
Serialized Fields
-
_roleName
java.lang.String _roleName
Deprecated.
-
-
Class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal extends java.lang.Object implements Serializable
- serialVersionUID:
- -6226920753748399662L
-
Serialized Fields
-
_credential
Credential _credential
Deprecated. -
_name
java.lang.String _name
Deprecated.
-
-
Class org.eclipse.jetty.security.AbstractUserAuthentication extends java.lang.Object implements Serializable
- serialVersionUID:
- -6290411814232723403L
-
Serialized Fields
-
_method
java.lang.String _method
Deprecated.
-
-
Class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal extends AbstractLoginService.UserPrincipal implements Serializable
-
Serialized Fields
-
_userKey
int _userKey
Deprecated.
-
-
-
Class org.eclipse.jetty.security.MappedLoginService.Anonymous extends java.lang.Object implements Serializable
- serialVersionUID:
- 1097640442553284845L
-
Class org.eclipse.jetty.security.MappedLoginService.KnownUser extends java.lang.Object implements Serializable
- serialVersionUID:
- -6226920753748399662L
-
Serialized Fields
-
_credential
Credential _credential
-
_name
java.lang.String _name
-
-
Class org.eclipse.jetty.security.MappedLoginService.RolePrincipal extends java.lang.Object implements Serializable
- serialVersionUID:
- 2998397924051854402L
-
Serialized Fields
-
_roleName
java.lang.String _roleName
-
-
Class org.eclipse.jetty.security.ServerAuthException extends java.security.GeneralSecurityException implements Serializable
-
Class org.eclipse.jetty.security.UserAuthentication extends AbstractUserAuthentication implements Serializable
-
-
Package org.eclipse.jetty.server
-
Class org.eclipse.jetty.server.Authentication.Failed extends QuietServletException implements Serializable
-
Class org.eclipse.jetty.server.QuietServletException extends ServletException implements Serializable
-
-
Package org.eclipse.jetty.server.session
-
Class org.eclipse.jetty.server.session.SessionData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Serialized Fields
-
_accessed
long _accessed
Deprecated. -
_attributes
java.util.Map<java.lang.String,java.lang.Object> _attributes
Deprecated. -
_contextPath
java.lang.String _contextPath
Deprecated. -
_cookieSet
long _cookieSet
Deprecated. -
_created
long _created
Deprecated. -
_dirty
boolean _dirty
Deprecated. -
_expiry
long _expiry
Deprecated. -
_id
java.lang.String _id
Deprecated. -
_lastAccessed
long _lastAccessed
Deprecated. -
_lastNode
java.lang.String _lastNode
Deprecated. -
_lastSaved
long _lastSaved
Deprecated. -
_maxInactiveMs
long _maxInactiveMs
Deprecated. -
_metaDataDirty
boolean _metaDataDirty
Deprecated. -
_vhost
java.lang.String _vhost
Deprecated.
-
-
Class org.eclipse.jetty.server.session.UnreadableSessionDataException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1806303483488966566L
-
Serialized Fields
-
_id
java.lang.String _id
Deprecated. -
_sessionContext
SessionContext _sessionContext
Deprecated.
-
-
Class org.eclipse.jetty.server.session.UnwriteableSessionDataException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_id
java.lang.String _id
Deprecated. -
_sessionContext
SessionContext _sessionContext
Deprecated.
-
-
-
-
Package org.eclipse.jetty.servlet
-
Class org.eclipse.jetty.servlet.DefaultServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 4930458713846881193L
-
Serialized Fields
-
_cache
CachedContentFactory _cache
Deprecated. -
_contextHandler
ContextHandler _contextHandler
Deprecated. -
_mimeTypes
MimeTypes _mimeTypes
Deprecated. -
_relativeResourceBase
java.lang.String _relativeResourceBase
Deprecated. -
_resourceBase
Resource _resourceBase
Deprecated. -
_resourceService
ResourceService _resourceService
Deprecated. -
_servletContext
ServletContext _servletContext
Deprecated. -
_servletHandler
ServletHandler _servletHandler
Deprecated. -
_stylesheet
Resource _stylesheet
Deprecated. -
_useFileMappedBuffer
boolean _useFileMappedBuffer
Deprecated. -
_welcomeExactServlets
boolean _welcomeExactServlets
Deprecated. -
_welcomes
java.lang.String[] _welcomes
Deprecated. -
_welcomeServlets
boolean _welcomeServlets
Deprecated.
-
-
Class org.eclipse.jetty.servlet.Invoker extends HttpServlet implements Serializable
-
Serialized Fields
-
_contextHandler
ContextHandler _contextHandler
Deprecated. -
_invokerEntry
MatchedResource<ServletHolder> _invokerEntry
Deprecated. -
_nonContextServlets
boolean _nonContextServlets
Deprecated. -
_parameters
java.util.Map<java.lang.String,java.lang.String> _parameters
Deprecated. -
_servletHandler
ServletHandler _servletHandler
Deprecated. -
_verbose
boolean _verbose
Deprecated.
-
-
-
Class org.eclipse.jetty.servlet.JspPropertyGroupServlet extends GenericServlet implements Serializable
- serialVersionUID:
- 3681783214726776945L
-
Serialized Fields
-
_contextHandler
ContextHandler _contextHandler
Deprecated. -
_dftServlet
ServletHolder _dftServlet
Deprecated. -
_jspServlet
ServletHolder _jspServlet
Deprecated. -
_servletHandler
ServletHandler _servletHandler
Deprecated. -
_starJspMapped
boolean _starJspMapped
Deprecated.
-
-
Class org.eclipse.jetty.servlet.NoJspServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
_warned
boolean _warned
Deprecated.
-
-
-
Class org.eclipse.jetty.servlet.ServletHandler.Default404Servlet extends HttpServlet implements Serializable
-
Class org.eclipse.jetty.servlet.StatisticsServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
_connectors
java.util.List<Connector> _connectors
Deprecated. -
_memoryBean
java.lang.management.MemoryMXBean _memoryBean
Deprecated. -
_restrictToLocalhost
boolean _restrictToLocalhost
Deprecated. -
_statsHandler
StatisticsHandler _statsHandler
Deprecated.
-
-
-
-
Package org.eclipse.jetty.util
-
Class org.eclipse.jetty.util.ArrayUtil extends java.lang.Object implements Serializable
-
Class org.eclipse.jetty.util.AtomicBiInteger extends java.util.concurrent.atomic.AtomicLong implements Serializable
-
Class org.eclipse.jetty.util.ConstantThrowable extends java.lang.Throwable implements Serializable
-
Class org.eclipse.jetty.util.HostMap extends java.util.HashMap<java.lang.String,TYPE> implements Serializable
-
Class org.eclipse.jetty.util.IPAddressMap extends java.util.HashMap<java.lang.String,TYPE> implements Serializable
-
Serialized Fields
-
_patterns
java.util.HashMap<java.lang.String,org.eclipse.jetty.util.IPAddressMap.IPAddrPattern> _patterns
Deprecated.
-
-
-
Class org.eclipse.jetty.util.LazyList extends java.lang.Object implements Serializable
-
Class org.eclipse.jetty.util.MultiException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
nested
java.util.List<java.lang.Throwable> nested
Deprecated.
-
-
-
Class org.eclipse.jetty.util.MultiMap extends java.util.LinkedHashMap<java.lang.String,java.util.List<V>> implements Serializable
-
Class org.eclipse.jetty.util.PathWatcher.PathMatcherSet extends java.util.HashSet<java.nio.file.PathMatcher> implements Serializable
-
Class org.eclipse.jetty.util.StringMap extends java.util.AbstractMap implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.eclipse.jetty.util.UrlEncoded extends MultiMap<java.lang.String> implements Serializable
-
Class org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception extends java.lang.IllegalArgumentException implements Serializable
-
-
Package org.eclipse.jetty.util.security
-
Class org.eclipse.jetty.util.security.Constraint extends java.lang.Object implements Serializable
-
Serialized Fields
-
_anyAuth
boolean _anyAuth
Deprecated. -
_anyRole
boolean _anyRole
Deprecated. -
_authenticate
boolean _authenticate
Deprecated. -
_dataConstraint
int _dataConstraint
Deprecated. -
_name
java.lang.String _name
Deprecated. -
_roles
java.lang.String[] _roles
Deprecated.
-
-
-
Class org.eclipse.jetty.util.security.Credential extends java.lang.Object implements Serializable
- serialVersionUID:
- -7760551052768181572L
-
Class org.eclipse.jetty.util.security.Credential.Crypt extends Credential implements Serializable
- serialVersionUID:
- -2027792997664744210L
-
Serialized Fields
-
_cooked
java.lang.String _cooked
Deprecated.
-
-
Class org.eclipse.jetty.util.security.Credential.MD5 extends Credential implements Serializable
- serialVersionUID:
- 5533846540822684240L
-
Serialized Fields
-
_digest
byte[] _digest
Deprecated.
-
-
Class org.eclipse.jetty.util.security.Password extends Credential implements Serializable
- serialVersionUID:
- 5062906681431569445L
-
Serialized Fields
-
_pw
java.lang.String _pw
Deprecated.
-
-
-
Package org.joda.time
-
Class org.joda.time.DateMidnight extends BaseDateTime implements Serializable
- serialVersionUID:
- 156371964018738L
-
Class org.joda.time.DateMidnight.Property extends AbstractReadableInstantFieldProperty implements Serializable
- serialVersionUID:
- 257629620L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream oos) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the property from a safe serialization format.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Writes the property in a safe serialization format.- Throws:
java.io.IOException
-
-
Serialized Fields
-
iField
DateTimeField iField
The field this property is working against -
iInstant
DateMidnight iInstant
The instant this property is working against
-
-
Class org.joda.time.DateTime extends BaseDateTime implements Serializable
- serialVersionUID:
- -5171125899451703815L
-
Class org.joda.time.DateTime.Property extends AbstractReadableInstantFieldProperty implements Serializable
- serialVersionUID:
- -6983323811635733510L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream oos) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the property from a safe serialization format.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Writes the property in a safe serialization format.- Throws:
java.io.IOException
-
-
Serialized Fields
-
iField
DateTimeField iField
The field this property is working against -
iInstant
DateTime iInstant
The instant this property is working against
-
-
Class org.joda.time.DateTimeComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- -6097339773320178364L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Support serialization singletons.
-
-
Serialized Fields
-
iLowerLimit
DateTimeFieldType iLowerLimit
The lower limit of fields to compare, null if no limit -
iUpperLimit
DateTimeFieldType iUpperLimit
The upper limit of fields to compare, null if no limit
-
-
Class org.joda.time.DateTimeFieldType extends java.lang.Object implements Serializable
- serialVersionUID:
- -42615285973990L
-
Serialized Fields
-
iName
java.lang.String iName
The name of the field.
-
-
Class org.joda.time.DateTimeZone extends java.lang.Object implements Serializable
- serialVersionUID:
- 5546345482340108586L
-
Serialization Methods
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
By default, when DateTimeZones are serialized, only a "stub" object referring to the id is written out. When the stub is read in, it replaces itself with a DateTimeZone object.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
iID
java.lang.String iID
-
-
Class org.joda.time.Days extends BaseSingleFieldPeriod implements Serializable
- serialVersionUID:
- 87525275727380865L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Class org.joda.time.Duration extends BaseDuration implements Serializable
- serialVersionUID:
- 2471658376918L
-
Class org.joda.time.DurationFieldType extends java.lang.Object implements Serializable
- serialVersionUID:
- 8765135187319L
-
Serialized Fields
-
iName
java.lang.String iName
The name of the field type.
-
-
Class org.joda.time.Hours extends BaseSingleFieldPeriod implements Serializable
- serialVersionUID:
- 87525275727380864L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Class org.joda.time.IllegalFieldValueException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 6305711765985447737L
-
Serialized Fields
-
iDateTimeFieldType
DateTimeFieldType iDateTimeFieldType
-
iDurationFieldType
DurationFieldType iDurationFieldType
-
iFieldName
java.lang.String iFieldName
-
iLowerBound
java.lang.Number iLowerBound
-
iMessage
java.lang.String iMessage
-
iNumberValue
java.lang.Number iNumberValue
-
iStringValue
java.lang.String iStringValue
-
iUpperBound
java.lang.Number iUpperBound
-
-
Class org.joda.time.IllegalInstantException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 2858712538216L
-
Class org.joda.time.Instant extends AbstractInstant implements Serializable
- serialVersionUID:
- 3299096530934209741L
-
Serialized Fields
-
iMillis
long iMillis
The millis from 1970-01-01T00:00:00Z
-
-
Class org.joda.time.Interval extends BaseInterval implements Serializable
- serialVersionUID:
- 4922451897541386752L
-
Class org.joda.time.JodaTimePermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- 1408944367355875472L
-
Class org.joda.time.LocalDate extends BaseLocal implements Serializable
- serialVersionUID:
- -8775358157899L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle broken serialization from other tools.
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to use in UTC. -
iLocalMillis
long iLocalMillis
The local millis from 1970-01-01T00:00:00
-
-
Class org.joda.time.LocalDate.Property extends AbstractReadableInstantFieldProperty implements Serializable
- serialVersionUID:
- -3193829732634L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream oos) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the property from a safe serialization format.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Writes the property in a safe serialization format.- Throws:
java.io.IOException
-
-
Class org.joda.time.LocalDateTime extends BaseLocal implements Serializable
- serialVersionUID:
- -268716875315837168L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle broken serialization from other tools.
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to use in UTC -
iLocalMillis
long iLocalMillis
The local millis from 1970-01-01T00:00:00
-
-
Class org.joda.time.LocalDateTime.Property extends AbstractReadableInstantFieldProperty implements Serializable
- serialVersionUID:
- -358138762846288L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream oos) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the property from a safe serialization format.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Writes the property in a safe serialization format.- Throws:
java.io.IOException
-
-
Class org.joda.time.LocalTime extends BaseLocal implements Serializable
- serialVersionUID:
- -12873158713873L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle broken serialization from other tools.
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to use, in UTC -
iLocalMillis
long iLocalMillis
The local millis from 1970-01-01T00:00:00
-
-
Class org.joda.time.LocalTime.Property extends AbstractReadableInstantFieldProperty implements Serializable
- serialVersionUID:
- -325842547277223L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream oos) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the property from a safe serialization format.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Writes the property in a safe serialization format.- Throws:
java.io.IOException
-
-
Class org.joda.time.Minutes extends BaseSingleFieldPeriod implements Serializable
- serialVersionUID:
- 87525275727380863L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Class org.joda.time.MonthDay extends BasePartial implements Serializable
- serialVersionUID:
- 2954560699050434609L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle broken serialization from other tools.
-
-
Class org.joda.time.MonthDay.Property extends AbstractPartialFieldProperty implements Serializable
- serialVersionUID:
- 5727734012190224363L
-
Serialized Fields
-
iBase
MonthDay iBase
The partial -
iFieldIndex
int iFieldIndex
The field index
-
-
Class org.joda.time.Months extends BaseSingleFieldPeriod implements Serializable
- serialVersionUID:
- 87525275727380867L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Class org.joda.time.MutableDateTime extends BaseDateTime implements Serializable
- serialVersionUID:
- 2852608688135209575L
-
Serialized Fields
-
iRoundingField
DateTimeField iRoundingField
The field to round on -
iRoundingMode
int iRoundingMode
The mode of rounding
-
-
Class org.joda.time.MutableDateTime.Property extends AbstractReadableInstantFieldProperty implements Serializable
- serialVersionUID:
- -4481126543819298617L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream oos) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the property from a safe serialization format.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
Writes the property in a safe serialization format.- Throws:
java.io.IOException
-
-
Serialized Fields
-
iField
DateTimeField iField
The field this property is working against -
iInstant
MutableDateTime iInstant
The instant this property is working against
-
-
Class org.joda.time.MutableInterval extends BaseInterval implements Serializable
- serialVersionUID:
- -5982824024992428470L
-
Class org.joda.time.MutablePeriod extends BasePeriod implements Serializable
- serialVersionUID:
- 3436451121567212165L
-
Class org.joda.time.Partial extends AbstractPartial implements Serializable
- serialVersionUID:
- 12324121189002L
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology in use. -
iTypes
DateTimeFieldType[] iTypes
The set of field types. -
iValues
int[] iValues
The values of each field in this partial.
-
-
Class org.joda.time.Partial.Property extends AbstractPartialFieldProperty implements Serializable
- serialVersionUID:
- 53278362873888L
-
Serialized Fields
-
iFieldIndex
int iFieldIndex
The field index -
iPartial
Partial iPartial
The partial
-
-
Class org.joda.time.Period extends BasePeriod implements Serializable
- serialVersionUID:
- 741052353876488155L
-
Class org.joda.time.PeriodType extends java.lang.Object implements Serializable
- serialVersionUID:
- 2274324892792009998L
-
Serialized Fields
-
iIndices
int[] iIndices
The array of indices -
iName
java.lang.String iName
The name of the type -
iTypes
DurationFieldType[] iTypes
The array of types
-
-
Class org.joda.time.Seconds extends BaseSingleFieldPeriod implements Serializable
- serialVersionUID:
- 87525275727380862L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Class org.joda.time.TimeOfDay extends BasePartial implements Serializable
- serialVersionUID:
- 3633353405803318660L
-
Class org.joda.time.TimeOfDay.Property extends AbstractPartialFieldProperty implements Serializable
- serialVersionUID:
- 5598459141741063833L
-
Serialized Fields
-
iFieldIndex
int iFieldIndex
Deprecated.The field index -
iTimeOfDay
TimeOfDay iTimeOfDay
Deprecated.The partial
-
-
Class org.joda.time.Weeks extends BaseSingleFieldPeriod implements Serializable
- serialVersionUID:
- 87525275727380866L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
Class org.joda.time.YearMonth extends BasePartial implements Serializable
- serialVersionUID:
- 797544782896179L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Handle broken serialization from other tools.
-
-
Class org.joda.time.YearMonth.Property extends AbstractPartialFieldProperty implements Serializable
- serialVersionUID:
- 5727734012190224363L
-
Serialized Fields
-
iBase
YearMonth iBase
The partial -
iFieldIndex
int iFieldIndex
The field index
-
-
Class org.joda.time.YearMonthDay extends BasePartial implements Serializable
- serialVersionUID:
- 797544782896179L
-
Class org.joda.time.YearMonthDay.Property extends AbstractPartialFieldProperty implements Serializable
- serialVersionUID:
- 5727734012190224363L
-
Serialized Fields
-
iFieldIndex
int iFieldIndex
Deprecated.The field index -
iYearMonthDay
YearMonthDay iYearMonthDay
Deprecated.The partial
-
-
Class org.joda.time.Years extends BaseSingleFieldPeriod implements Serializable
- serialVersionUID:
- 87525275727380868L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves singletons.
-
-
-
Package org.joda.time.base
-
Class org.joda.time.base.BaseDateTime extends AbstractDateTime implements Serializable
- serialVersionUID:
- -6728882245981L
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to use -
iMillis
long iMillis
The millis from 1970-01-01T00:00:00Z
-
-
Class org.joda.time.base.BaseDuration extends AbstractDuration implements Serializable
- serialVersionUID:
- 2581698638990L
-
Serialized Fields
-
iMillis
long iMillis
The duration length
-
-
Class org.joda.time.base.BaseInterval extends AbstractInterval implements Serializable
- serialVersionUID:
- 576586928732749278L
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology of the interval -
iEndMillis
long iEndMillis
The end of the interval -
iStartMillis
long iStartMillis
The start of the interval
-
-
Class org.joda.time.base.BasePartial extends AbstractPartial implements Serializable
- serialVersionUID:
- 2353678632973660L
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology in use -
iValues
int[] iValues
The values of each field in this partial
-
-
Class org.joda.time.base.BasePeriod extends AbstractPeriod implements Serializable
- serialVersionUID:
- -2110953284060001145L
-
Serialized Fields
-
iType
PeriodType iType
The type of period -
iValues
int[] iValues
The values
-
-
Class org.joda.time.base.BaseSingleFieldPeriod extends java.lang.Object implements Serializable
- serialVersionUID:
- 9386874258972L
-
Serialized Fields
-
iPeriod
int iPeriod
The period in the units of this period.
-
-
-
Package org.joda.time.chrono
-
Class org.joda.time.chrono.AssembledChronology extends BaseChronology implements Serializable
- serialVersionUID:
- -6728465968995518215L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
iBase
Chronology iBase
-
iParam
java.lang.Object iParam
-
-
Class org.joda.time.chrono.BaseChronology extends Chronology implements Serializable
- serialVersionUID:
- -7310865996721419676L
-
Class org.joda.time.chrono.BuddhistChronology extends AssembledChronology implements Serializable
- serialVersionUID:
- -3474595157769370126L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Serialization singleton
-
-
Class org.joda.time.chrono.CopticChronology extends org.joda.time.chrono.BasicFixedMonthChronology implements Serializable
- serialVersionUID:
- -5972804258688333942L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Serialization singleton.
-
-
Class org.joda.time.chrono.EthiopicChronology extends org.joda.time.chrono.BasicFixedMonthChronology implements Serializable
- serialVersionUID:
- -5972804258688333942L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Serialization singleton.
-
-
Class org.joda.time.chrono.GJChronology extends AssembledChronology implements Serializable
- serialVersionUID:
- -2545574827706931671L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Serialization singleton
-
-
Serialized Fields
-
iCutoverInstant
Instant iCutoverInstant
-
iCutoverMillis
long iCutoverMillis
-
iGapDuration
long iGapDuration
-
iGregorianChronology
GregorianChronology iGregorianChronology
-
iJulianChronology
JulianChronology iJulianChronology
-
-
Class org.joda.time.chrono.GregorianChronology extends org.joda.time.chrono.BasicGJChronology implements Serializable
- serialVersionUID:
- -861407383323710522L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Serialization singleton
-
-
Class org.joda.time.chrono.IslamicChronology extends org.joda.time.chrono.BasicChronology implements Serializable
- serialVersionUID:
- -3663823829888L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Serialization singleton.
-
-
Serialized Fields
-
iLeapYears
IslamicChronology.LeapYearPatternType iLeapYears
The leap years to use.
-
-
Class org.joda.time.chrono.IslamicChronology.LeapYearPatternType extends java.lang.Object implements Serializable
- serialVersionUID:
- 26581275372698L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Ensure a singleton is returned if possible.
-
-
Serialized Fields
-
index
byte index
The index. -
pattern
int pattern
The leap year pattern, a bit-based 1=true pattern.
-
-
Class org.joda.time.chrono.ISOChronology extends AssembledChronology implements Serializable
- serialVersionUID:
- -6212696554273812441L
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace()
Serialize ISOChronology instances using a small stub. This reduces the serialized size, and deserialized instances come from the cache.
-
-
Class org.joda.time.chrono.JulianChronology extends org.joda.time.chrono.BasicGJChronology implements Serializable
- serialVersionUID:
- -8731039522547897247L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Serialization singleton
-
-
Class org.joda.time.chrono.LenientChronology extends AssembledChronology implements Serializable
- serialVersionUID:
- -3148237568046877177L
-
Class org.joda.time.chrono.LimitChronology extends AssembledChronology implements Serializable
- serialVersionUID:
- 7670866536893052522L
-
Class org.joda.time.chrono.StrictChronology extends AssembledChronology implements Serializable
- serialVersionUID:
- 6633006628097111960L
-
Class org.joda.time.chrono.ZonedChronology extends AssembledChronology implements Serializable
- serialVersionUID:
- -1079258847191166848L
-
-
Package org.joda.time.field
-
Class org.joda.time.field.AbstractReadableInstantFieldProperty extends java.lang.Object implements Serializable
- serialVersionUID:
- 1971226328211649661L
-
Class org.joda.time.field.BaseDurationField extends DurationField implements Serializable
- serialVersionUID:
- -2554245107589433218L
-
Serialized Fields
-
iType
DurationFieldType iType
A descriptive name for the field.
-
-
Class org.joda.time.field.DecoratedDurationField extends BaseDurationField implements Serializable
- serialVersionUID:
- 8019982251647420015L
-
Serialized Fields
-
iField
DurationField iField
The DurationField being wrapped
-
-
Class org.joda.time.field.DelegatedDateTimeField extends DateTimeField implements Serializable
- serialVersionUID:
- -4730164440214502503L
-
Serialized Fields
-
iField
DateTimeField iField
The DateTimeField being wrapped. -
iRangeDurationField
DurationField iRangeDurationField
The range duration. -
iType
DateTimeFieldType iType
The override field type.
-
-
Class org.joda.time.field.DelegatedDurationField extends DurationField implements Serializable
- serialVersionUID:
- -5576443481242007829L
-
Serialized Fields
-
iField
DurationField iField
The DurationField being wrapped -
iType
DurationFieldType iType
The field type
-
-
Class org.joda.time.field.LenientDateTimeField extends DelegatedDateTimeField implements Serializable
- serialVersionUID:
- 8714085824173290599L
-
Serialized Fields
-
iBase
Chronology iBase
-
-
Class org.joda.time.field.MillisDurationField extends DurationField implements Serializable
- serialVersionUID:
- 2656707858124633367L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Deserialize to the singleton.
-
-
Class org.joda.time.field.PreciseDurationField extends BaseDurationField implements Serializable
- serialVersionUID:
- -8346152187724495365L
-
Serialized Fields
-
iUnitMillis
long iUnitMillis
The size of the unit
-
-
Class org.joda.time.field.ScaledDurationField extends DecoratedDurationField implements Serializable
- serialVersionUID:
- -3205227092378684157L
-
Serialized Fields
-
iScalar
int iScalar
-
-
Class org.joda.time.field.SkipDateTimeField extends DelegatedDateTimeField implements Serializable
- serialVersionUID:
- -8869148464118507846L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to wrap. -
iSkip
int iSkip
The value to skip.
-
-
Class org.joda.time.field.SkipUndoDateTimeField extends DelegatedDateTimeField implements Serializable
- serialVersionUID:
- -5875876968979L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to wrap. -
iSkip
int iSkip
The value to skip.
-
-
Class org.joda.time.field.StrictDateTimeField extends DelegatedDateTimeField implements Serializable
- serialVersionUID:
- 3154803964207950910L
-
Class org.joda.time.field.UnsupportedDateTimeField extends DateTimeField implements Serializable
- serialVersionUID:
- -1934618396111902255L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Ensure proper singleton serialization
-
-
Serialized Fields
-
iDurationField
DurationField iDurationField
The duration of the datetime field -
iType
DateTimeFieldType iType
The field type
-
-
Class org.joda.time.field.UnsupportedDurationField extends DurationField implements Serializable
- serialVersionUID:
- -6390301302770925357L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Ensure proper singleton serialization
-
-
Serialized Fields
-
iType
DurationFieldType iType
The name of the field
-
-
-
Package org.joda.time.tz
-
Class org.joda.time.tz.CachedDateTimeZone extends DateTimeZone implements Serializable
- serialVersionUID:
- 5472298452022250685L
-
Serialized Fields
-
iZone
DateTimeZone iZone
-
-
Class org.joda.time.tz.FixedDateTimeZone extends DateTimeZone implements Serializable
- serialVersionUID:
- -3513011772763289092L
-
Serialized Fields
-
iNameKey
java.lang.String iNameKey
-
iStandardOffset
int iStandardOffset
-
iWallOffset
int iWallOffset
-
-
-
Package org.json
-
Class org.json.JSONException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
cause
java.lang.Throwable cause
Deprecated.
-
-
-
Package org.kohsuke.rngom.rngparser.ast.builder
-
Class org.kohsuke.rngom.rngparser.ast.builder.BuildException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
-
Package org.kohsuke.rngom.rngparser.digested
-
Package org.kohsuke.rngom.rngparser.nc
-
Class org.kohsuke.rngom.rngparser.nc.AnyNameExceptNameClass extends NameClass implements Serializable
-
Serialized Fields
-
nameClass
NameClass nameClass
-
-
-
Class org.kohsuke.rngom.rngparser.nc.ChoiceNameClass extends NameClass implements Serializable
-
Class org.kohsuke.rngom.rngparser.nc.NameClass extends java.lang.Object implements Serializable
-
Class org.kohsuke.rngom.rngparser.nc.NsNameClass extends NameClass implements Serializable
-
Serialized Fields
-
namespaceUri
java.lang.String namespaceUri
-
-
-
Class org.kohsuke.rngom.rngparser.nc.NsNameExceptNameClass extends NameClass implements Serializable
-
Serialized Fields
-
nameClass
NameClass nameClass
-
namespaceURI
java.lang.String namespaceURI
-
-
-
Class org.kohsuke.rngom.rngparser.nc.SimpleNameClass extends NameClass implements Serializable
-
Serialized Fields
-
name
javax.xml.namespace.QName name
-
-
-
-
Package org.kohsuke.rngom.rngparser.parse
-
Class org.kohsuke.rngom.rngparser.parse.IllegalSchemaException extends java.lang.Exception implements Serializable
-
-
Package org.kohsuke.rngom.rngparser.parse.compact
-
Class org.kohsuke.rngom.rngparser.parse.compact.EOFException extends java.io.IOException implements Serializable
-
-
Package org.mozilla.classfile
-
Class org.mozilla.classfile.ClassFileWriter.ClassFileFormatException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1263998431033790599L
-
-
Package org.mozilla.javascript
-
Class org.mozilla.javascript.ArrowFunction extends BaseFunction implements Serializable
- serialVersionUID:
- -7377989503697220633L
-
Serialized Fields
-
boundThis
Scriptable boundThis
-
targetFunction
Callable targetFunction
-
-
Class org.mozilla.javascript.BaseFunction extends IdScriptableObject implements Serializable
- serialVersionUID:
- 5311394446546053859L
-
Serialized Fields
-
argumentsAttributes
int argumentsAttributes
-
argumentsObj
java.lang.Object argumentsObj
-
prototypeProperty
java.lang.Object prototypeProperty
-
prototypePropertyAttributes
int prototypePropertyAttributes
-
-
Class org.mozilla.javascript.BoundFunction extends BaseFunction implements Serializable
- serialVersionUID:
- 2118137342826470729L
-
Serialized Fields
-
boundArgs
java.lang.Object[] boundArgs
-
boundThis
Scriptable boundThis
-
length
int length
-
targetFunction
Callable targetFunction
-
-
Class org.mozilla.javascript.ClassCache extends java.lang.Object implements Serializable
- serialVersionUID:
- -8866246036237312215L
-
Serialized Fields
-
associatedScope
Scriptable associatedScope
-
cachingIsEnabled
boolean cachingIsEnabled
-
generatedClassSerial
int generatedClassSerial
-
-
Class org.mozilla.javascript.ClassDefinitionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5637830967241712746L
-
Class org.mozilla.javascript.ConsString extends java.lang.Object implements Serializable
- serialVersionUID:
- -8432806714471372570L
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace()
-
-
Serialized Fields
-
depth
int depth
-
length
int length
-
s1
java.lang.CharSequence s1
-
s2
java.lang.CharSequence s2
-
-
Class org.mozilla.javascript.ContinuationPending extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 4956008116771118856L
-
Serialized Fields
-
applicationState
java.lang.Object applicationState
-
continuationState
NativeContinuation continuationState
-
-
Class org.mozilla.javascript.EcmaError extends RhinoException implements Serializable
- serialVersionUID:
- -6261226256957286699L
-
Serialized Fields
-
errorMessage
java.lang.String errorMessage
-
errorName
java.lang.String errorName
-
-
Class org.mozilla.javascript.ES6Generator extends IdScriptableObject implements Serializable
- serialVersionUID:
- 1645892441041347273L
-
Serialized Fields
-
delegee
java.lang.Object delegee
-
function
NativeFunction function
-
lineNumber
int lineNumber
-
lineSource
java.lang.String lineSource
-
savedState
java.lang.Object savedState
-
state
org.mozilla.javascript.ES6Generator.State state
-
-
Class org.mozilla.javascript.ES6Iterator extends IdScriptableObject implements Serializable
- serialVersionUID:
- 2438373029140003950L
-
Serialized Fields
-
exhausted
boolean exhausted
-
tag
java.lang.String tag
-
-
Class org.mozilla.javascript.EvaluatorException extends RhinoException implements Serializable
- serialVersionUID:
- -8743165779676009808L
-
Class org.mozilla.javascript.FunctionObject extends BaseFunction implements Serializable
- serialVersionUID:
- -5332312783643935019L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
functionName
java.lang.String functionName
-
isStatic
boolean isStatic
-
member
org.mozilla.javascript.MemberBox member
-
parmsLength
int parmsLength
-
-
Class org.mozilla.javascript.Hashtable extends java.lang.Object implements Serializable
- serialVersionUID:
- -7151554912419543747L
-
Serialized Fields
-
first
org.mozilla.javascript.Hashtable.Entry first
-
last
org.mozilla.javascript.Hashtable.Entry last
-
map
java.util.HashMap<java.lang.Object,org.mozilla.javascript.Hashtable.Entry> map
-
-
Class org.mozilla.javascript.Hashtable.Entry extends java.lang.Object implements Serializable
- serialVersionUID:
- 4086572107122965503L
-
Serialized Fields
-
deleted
boolean deleted
-
hashCode
int hashCode
-
key
java.lang.Object key
-
next
org.mozilla.javascript.Hashtable.Entry next
-
prev
org.mozilla.javascript.Hashtable.Entry prev
-
value
java.lang.Object value
-
-
Class org.mozilla.javascript.IdFunctionObject extends BaseFunction implements Serializable
- serialVersionUID:
- -5332312783643935019L
-
Serialized Fields
-
arity
int arity
-
functionName
java.lang.String functionName
-
idcall
IdFunctionCall idcall
-
methodId
int methodId
-
tag
java.lang.Object tag
-
useCallAsConstructor
boolean useCallAsConstructor
-
-
Class org.mozilla.javascript.IdFunctionObjectES6 extends IdFunctionObject implements Serializable
- serialVersionUID:
- -8023088662589035261L
-
Serialized Fields
-
myLength
boolean myLength
-
myName
boolean myName
-
-
Class org.mozilla.javascript.IdScriptableObject extends ScriptableObject implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.mozilla.javascript.ImporterTopLevel extends TopLevel implements Serializable
- serialVersionUID:
- -9095380847465315412L
-
Serialized Fields
-
importedPackages
ObjArray importedPackages
-
topScopeFlag
boolean topScopeFlag
-
-
Class org.mozilla.javascript.JavaScriptException extends RhinoException implements Serializable
- serialVersionUID:
- -7666130513694669293L
-
Serialized Fields
-
value
java.lang.Object value
-
-
Class org.mozilla.javascript.LazilyLoadedCtor extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
className
java.lang.String className
-
initializedValue
java.lang.Object initializedValue
-
privileged
boolean privileged
-
propertyName
java.lang.String propertyName
-
scope
ScriptableObject scope
-
sealed
boolean sealed
-
state
int state
-
-
Class org.mozilla.javascript.NativeArray extends IdScriptableObject implements Serializable
- serialVersionUID:
- 7331366857676127338L
-
Serialized Fields
-
dense
java.lang.Object[] dense
Fast storage for dense arrays. Sparse arrays will use the superclass's hashtable storage scheme. -
denseOnly
boolean denseOnly
True if all numeric properties are stored indense
. -
length
long length
Internal representation of the JavaScript array's length property. -
lengthAttr
int lengthAttr
Attributes of the array's length property
-
-
Class org.mozilla.javascript.NativeArrayIterator extends org.mozilla.javascript.ES6Iterator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayLike
Scriptable arrayLike
-
index
int index
-
type
org.mozilla.javascript.NativeArrayIterator.ARRAY_ITERATOR_TYPE type
-
-
Class org.mozilla.javascript.NativeCall extends IdScriptableObject implements Serializable
- serialVersionUID:
- -7471457301304454454L
-
Serialized Fields
-
function
NativeFunction function
-
originalArgs
java.lang.Object[] originalArgs
-
-
Class org.mozilla.javascript.NativeCallSite extends IdScriptableObject implements Serializable
-
Serialized Fields
-
element
ScriptStackElement element
-
-
-
Class org.mozilla.javascript.NativeCollectionIterator extends org.mozilla.javascript.ES6Iterator implements Serializable
- serialVersionUID:
- 7094840979404373443L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
className
java.lang.String className
-
type
org.mozilla.javascript.NativeCollectionIterator.Type type
-
-
Class org.mozilla.javascript.NativeContinuation extends IdScriptableObject implements Serializable
- serialVersionUID:
- 1794167133757605367L
-
Serialized Fields
-
implementation
java.lang.Object implementation
-
-
Class org.mozilla.javascript.NativeFunction extends BaseFunction implements Serializable
- serialVersionUID:
- 8713897114082216401L
-
Class org.mozilla.javascript.NativeGenerator extends IdScriptableObject implements Serializable
- serialVersionUID:
- 1645892441041347273L
-
Serialized Fields
-
firstTime
boolean firstTime
-
function
NativeFunction function
-
lineNumber
int lineNumber
-
lineSource
java.lang.String lineSource
-
locked
boolean locked
-
savedState
java.lang.Object savedState
-
-
Class org.mozilla.javascript.NativeGenerator.GeneratorClosedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 2561315658662379681L
-
Class org.mozilla.javascript.NativeGlobal extends java.lang.Object implements Serializable
- serialVersionUID:
- 6080442165748707530L
-
Class org.mozilla.javascript.NativeIterator extends IdScriptableObject implements Serializable
- serialVersionUID:
- -4136968203581667681L
-
Serialized Fields
-
objectIterator
java.lang.Object objectIterator
-
-
Class org.mozilla.javascript.NativeJavaArray extends NativeJavaObject implements Serializable
- serialVersionUID:
- -924022554283675333L
-
Serialized Fields
-
array
java.lang.Object array
-
cls
java.lang.Class<?> cls
-
length
int length
-
-
Class org.mozilla.javascript.NativeJavaClass extends NativeJavaObject implements Serializable
- serialVersionUID:
- -6460763940409461664L
-
Serialized Fields
-
staticFieldAndMethods
java.util.Map<java.lang.String,org.mozilla.javascript.FieldAndMethods> staticFieldAndMethods
-
-
Class org.mozilla.javascript.NativeJavaConstructor extends BaseFunction implements Serializable
- serialVersionUID:
- -8149253217482668463L
-
Serialized Fields
-
ctor
org.mozilla.javascript.MemberBox ctor
-
-
Class org.mozilla.javascript.NativeJavaList extends NativeJavaObject implements Serializable
-
Serialized Fields
-
list
java.util.List<java.lang.Object> list
-
-
-
Class org.mozilla.javascript.NativeJavaMap extends NativeJavaObject implements Serializable
-
Serialized Fields
-
map
java.util.Map<java.lang.Object,java.lang.Object> map
-
-
-
Class org.mozilla.javascript.NativeJavaMethod extends BaseFunction implements Serializable
- serialVersionUID:
- -3440381785576412928L
-
Serialized Fields
-
functionName
java.lang.String functionName
-
methods
org.mozilla.javascript.MemberBox[] methods
-
-
Class org.mozilla.javascript.NativeJavaObject extends java.lang.Object implements Serializable
- serialVersionUID:
- -6948590651130498591L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
parent
Scriptable parent
The parent scope of this object. -
prototype
Scriptable prototype
The prototype of this object.
-
-
Class org.mozilla.javascript.NativeJavaPackage extends ScriptableObject implements Serializable
- serialVersionUID:
- 7445054382212031523L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
negativeCache
java.util.Set<java.lang.String> negativeCache
-
packageName
java.lang.String packageName
-
-
Class org.mozilla.javascript.NativeJavaTopPackage extends NativeJavaPackage implements Serializable
- serialVersionUID:
- -1455787259477709999L
-
Class org.mozilla.javascript.NativeJSON extends IdScriptableObject implements Serializable
- serialVersionUID:
- -4567599697595654984L
-
Class org.mozilla.javascript.NativeMap extends IdScriptableObject implements Serializable
- serialVersionUID:
- 1171922614280016891L
-
Serialized Fields
-
entries
org.mozilla.javascript.Hashtable entries
-
instanceOfMap
boolean instanceOfMap
-
-
Class org.mozilla.javascript.NativeObject extends IdScriptableObject implements Serializable
- serialVersionUID:
- -6345305608474346996L
-
Class org.mozilla.javascript.NativeSet extends IdScriptableObject implements Serializable
- serialVersionUID:
- -8442212766987072986L
-
Serialized Fields
-
entries
org.mozilla.javascript.Hashtable entries
-
instanceOfSet
boolean instanceOfSet
-
-
Class org.mozilla.javascript.NativeStringIterator extends org.mozilla.javascript.ES6Iterator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int index
-
string
java.lang.String string
-
-
Class org.mozilla.javascript.NativeSymbol extends IdScriptableObject implements Serializable
- serialVersionUID:
- -589539749749830003L
-
Serialized Fields
-
key
org.mozilla.javascript.SymbolKey key
-
symbolData
org.mozilla.javascript.NativeSymbol symbolData
-
-
Class org.mozilla.javascript.NativeWeakMap extends IdScriptableObject implements Serializable
- serialVersionUID:
- 8670434366883930453L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
instanceOfWeakMap
boolean instanceOfWeakMap
-
-
Class org.mozilla.javascript.NativeWeakSet extends IdScriptableObject implements Serializable
- serialVersionUID:
- 2065753364224029534L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
instanceOfWeakSet
boolean instanceOfWeakSet
-
-
Class org.mozilla.javascript.NativeWith extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parent
Scriptable parent
-
prototype
Scriptable prototype
-
-
Class org.mozilla.javascript.NotAFunctionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 6461524852170711724L
-
Class org.mozilla.javascript.ObjArray extends java.lang.Object implements Serializable
- serialVersionUID:
- 4174889037736658296L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream is) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
sealed
boolean sealed
-
size
int size
-
-
Class org.mozilla.javascript.ObjToIntMap extends java.lang.Object implements Serializable
- serialVersionUID:
- -1542220580748809402L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
keyCount
int keyCount
-
power
int power
-
-
Class org.mozilla.javascript.PropertyException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8221564865490676219L
-
Class org.mozilla.javascript.Ref extends java.lang.Object implements Serializable
- serialVersionUID:
- 4044540354730911424L
-
Class org.mozilla.javascript.RhinoException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1883500631321581169L
-
Serialized Fields
-
columnNumber
int columnNumber
-
interpreterLineData
int[] interpreterLineData
-
interpreterStackInfo
java.lang.Object interpreterStackInfo
-
lineNumber
int lineNumber
-
lineSource
java.lang.String lineSource
-
sourceName
java.lang.String sourceName
-
-
Class org.mozilla.javascript.ScriptableObject extends java.lang.Object implements Serializable
- serialVersionUID:
- 2829861078851942586L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
associatedValues
java.util.Map<java.lang.Object,java.lang.Object> associatedValues
-
count
int count
-
isExtensible
boolean isExtensible
-
parentScopeObject
Scriptable parentScopeObject
The parent scope of this object. -
prototypeObject
Scriptable prototypeObject
The prototype of this object.
-
-
Class org.mozilla.javascript.ScriptStackElement extends java.lang.Object implements Serializable
- serialVersionUID:
- -6416688260860477449L
-
Serialized Fields
-
fileName
java.lang.String fileName
-
functionName
java.lang.String functionName
-
lineNumber
int lineNumber
-
-
Class org.mozilla.javascript.SymbolKey extends java.lang.Object implements Serializable
- serialVersionUID:
- -6019782713330994754L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.mozilla.javascript.TopLevel extends IdScriptableObject implements Serializable
- serialVersionUID:
- -4648046356662472260L
-
Serialized Fields
-
ctors
java.util.EnumMap<TopLevel.Builtins,BaseFunction> ctors
-
errors
java.util.EnumMap<org.mozilla.javascript.TopLevel.NativeErrors,BaseFunction> errors
-
-
Class org.mozilla.javascript.UintMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 4242698212885848444L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
keyCount
int keyCount
-
power
int power
-
-
Class org.mozilla.javascript.Undefined extends java.lang.Object implements Serializable
- serialVersionUID:
- 9195680630202616767L
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve()
-
-
Class org.mozilla.javascript.UniqueTag extends java.lang.Object implements Serializable
- serialVersionUID:
- -4320556826714577259L
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve()
-
-
Serialized Fields
-
tagId
int tagId
-
-
Class org.mozilla.javascript.WrappedException extends EvaluatorException implements Serializable
- serialVersionUID:
- -1551979216966520648L
-
Serialized Fields
-
exception
java.lang.Throwable exception
-
-
-
Package org.mozilla.javascript.ast
-
Class org.mozilla.javascript.ast.AstNode.PositionComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.mozilla.javascript.commonjs.module
-
Class org.mozilla.javascript.commonjs.module.ModuleScope extends TopLevel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base
java.net.URI base
-
uri
java.net.URI uri
-
-
Class org.mozilla.javascript.commonjs.module.ModuleScript extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base
java.net.URI base
-
script
Script script
-
uri
java.net.URI uri
-
-
Class org.mozilla.javascript.commonjs.module.Require extends BaseFunction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
exportedModuleInterfaces
java.util.Map<java.lang.String,Scriptable> exportedModuleInterfaces
-
loadLock
java.lang.Object loadLock
-
mainExports
Scriptable mainExports
-
mainModuleId
java.lang.String mainModuleId
-
moduleScriptProvider
ModuleScriptProvider moduleScriptProvider
-
nativeScope
Scriptable nativeScope
-
paths
Scriptable paths
-
postExec
Script postExec
-
preExec
Script preExec
-
sandboxed
boolean sandboxed
-
-
Class org.mozilla.javascript.commonjs.module.RequireBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
moduleScriptProvider
ModuleScriptProvider moduleScriptProvider
-
postExec
Script postExec
-
preExec
Script preExec
-
sandboxed
boolean sandboxed
-
-
-
Package org.mozilla.javascript.commonjs.module.provider
-
Class org.mozilla.javascript.commonjs.module.provider.CachingModuleScriptProviderBase extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
loadLocks
java.lang.Object[] loadLocks
-
moduleSourceProvider
ModuleSourceProvider moduleSourceProvider
-
-
Class org.mozilla.javascript.commonjs.module.provider.DefaultUrlConnectionExpiryCalculator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
relativeExpiry
long relativeExpiry
-
-
Class org.mozilla.javascript.commonjs.module.provider.ModuleSource extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base
java.net.URI base
-
reader
java.io.Reader reader
-
securityDomain
java.lang.Object securityDomain
-
uri
java.net.URI uri
-
validator
java.lang.Object validator
-
-
Class org.mozilla.javascript.commonjs.module.provider.ModuleSourceProviderBase extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.provider.ParsedContentType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contentType
java.lang.String contentType
-
encoding
java.lang.String encoding
-
-
Class org.mozilla.javascript.commonjs.module.provider.SoftCachingModuleScriptProvider extends CachingModuleScriptProviderBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.mozilla.javascript.commonjs.module.provider.StrongCachingModuleScriptProvider extends CachingModuleScriptProviderBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
modules
java.util.Map<java.lang.String,CachingModuleScriptProviderBase.CachedModuleScript> modules
-
-
Class org.mozilla.javascript.commonjs.module.provider.UrlModuleSourceProvider extends ModuleSourceProviderBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fallbackUris
java.lang.Iterable<java.net.URI> fallbackUris
-
privilegedUris
java.lang.Iterable<java.net.URI> privilegedUris
-
urlConnectionExpiryCalculator
UrlConnectionExpiryCalculator urlConnectionExpiryCalculator
-
urlConnectionSecurityDomainProvider
UrlConnectionSecurityDomainProvider urlConnectionSecurityDomainProvider
-
-
-
Package org.mozilla.javascript.json
-
Class org.mozilla.javascript.json.JsonParser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 4804542791749920772L
-
-
Package org.mozilla.javascript.regexp
-
Class org.mozilla.javascript.regexp.NativeRegExp extends IdScriptableObject implements Serializable
- serialVersionUID:
- 4965263491464903264L
-
Serialized Fields
-
lastIndex
java.lang.Object lastIndex
-
lastIndexAttr
int lastIndexAttr
-
re
org.mozilla.javascript.regexp.RECompiled re
-
-
-
Package org.mozilla.javascript.tools.debugger
-
Class org.mozilla.javascript.tools.debugger.SwingGui extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- -8217029773456711621L
-
Serialized Fields
-
awtEventQueue
java.awt.EventQueue awtEventQueue
The AWT EventQueue. Used for manually pumping AWT events fromSwingGui.dispatchNextGuiEvent()
. -
console
org.mozilla.javascript.tools.debugger.JSInternalConsole console
The console that displays I/O from the script. -
context
org.mozilla.javascript.tools.debugger.ContextWindow context
TheJPanel
that shows information about the context. -
currentWindow
org.mozilla.javascript.tools.debugger.FileWindow currentWindow
TheFileWindow
that last had the focus. -
desk
javax.swing.JDesktopPane desk
TheJDesktopPane
that holds the script windows. -
dim
Dim dim
The debugger. -
dlg
javax.swing.JFileChooser dlg
File choose dialog for loading a script. -
exitAction
java.lang.Runnable exitAction
The action to run when the 'Exit' menu item is chosen or the frame is closed. -
fileWindows
java.util.Map<java.lang.String,org.mozilla.javascript.tools.debugger.FileWindow> fileWindows
Hash table of script URLs to their internal frames. -
menubar
org.mozilla.javascript.tools.debugger.Menubar menubar
The menu bar. -
split1
javax.swing.JSplitPane split1
-
statusBar
javax.swing.JLabel statusBar
The status bar. -
toolBar
javax.swing.JToolBar toolBar
The tool bar. -
toplevels
java.util.Map<java.lang.String,javax.swing.JFrame> toplevels
Hash table of internal frame names to the internal frames themselves.
-
-
-
Package org.mozilla.javascript.tools.debugger.treetable
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable extends javax.swing.JTable implements Serializable
- serialVersionUID:
- -2103973006456695515L
-
Serialized Fields
-
tree
JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable.ListToTreeSelectionModelWrapper extends javax.swing.tree.DefaultTreeSelectionModel implements Serializable
- serialVersionUID:
- 8168140829623071131L
-
Serialized Fields
-
updatingListSelectionModel
boolean updatingListSelectionModel
Set to true when we are updating the ListSelectionModel.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable.TreeTableCellRenderer extends javax.swing.JTree implements Serializable
- serialVersionUID:
- -193867880014600717L
-
Serialized Fields
-
visibleRow
int visibleRow
Last table/tree row asked to renderer.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable
- serialVersionUID:
- 48741114609209052L
-
Serialized Fields
-
tree
javax.swing.JTree tree
-
treeTableModel
TreeTableModel treeTableModel
-
-
-
Package org.mozilla.javascript.tools.shell
-
Class org.mozilla.javascript.tools.shell.ConsoleTextArea extends javax.swing.JTextArea implements Serializable
- serialVersionUID:
- 8557083244830872961L
-
Serialized Fields
-
console1
org.mozilla.javascript.tools.shell.ConsoleWriter console1
-
console2
org.mozilla.javascript.tools.shell.ConsoleWriter console2
-
err
java.io.PrintStream err
-
history
java.util.List<java.lang.String> history
-
historyIndex
int historyIndex
-
in
java.io.PipedInputStream in
-
inPipe
java.io.PrintWriter inPipe
-
out
java.io.PrintStream out
-
outputMark
int outputMark
-
-
Class org.mozilla.javascript.tools.shell.Environment extends ScriptableObject implements Serializable
- serialVersionUID:
- -430727378460177065L
-
Serialized Fields
-
thePrototypeInstance
Environment thePrototypeInstance
-
-
Class org.mozilla.javascript.tools.shell.Global extends ImporterTopLevel implements Serializable
- serialVersionUID:
- 4029130780977538005L
-
Serialized Fields
-
attemptedJLineLoad
boolean attemptedJLineLoad
-
console
ShellConsole console
-
doctestCanonicalizations
java.util.HashMap<java.lang.String,java.lang.String> doctestCanonicalizations
-
errStream
java.io.PrintStream errStream
-
history
NativeArray history
-
initialized
boolean initialized
-
inStream
java.io.InputStream inStream
-
outStream
java.io.PrintStream outStream
-
prompts
java.lang.String[] prompts
-
quitAction
QuitAction quitAction
-
sealedStdLib
boolean sealedStdLib
-
-
Class org.mozilla.javascript.tools.shell.JSConsole extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 2551225560631876300L
-
Serialized Fields
-
consoleTextArea
ConsoleTextArea consoleTextArea
-
CWD
java.io.File CWD
-
dlg
javax.swing.JFileChooser dlg
-
-
-
Package org.mozilla.javascript.typedarrays
-
Class org.mozilla.javascript.typedarrays.NativeArrayBuffer extends IdScriptableObject implements Serializable
- serialVersionUID:
- 3110411773054879549L
-
Serialized Fields
-
buffer
byte[] buffer
-
-
Class org.mozilla.javascript.typedarrays.NativeArrayBufferView extends IdScriptableObject implements Serializable
- serialVersionUID:
- 6884475582973958419L
-
Serialized Fields
-
arrayBuffer
NativeArrayBuffer arrayBuffer
Many view objects can share the same backing array -
byteLength
int byteLength
The length, in bytes, of the portion of the backing array that we use -
offset
int offset
The offset, in bytes, from the start of the backing array
-
-
Class org.mozilla.javascript.typedarrays.NativeDataView extends NativeArrayBufferView implements Serializable
- serialVersionUID:
- 1427967607557438968L
-
Class org.mozilla.javascript.typedarrays.NativeFloat32Array extends NativeTypedArrayView<java.lang.Float> implements Serializable
- serialVersionUID:
- -8963461831950499340L
-
Class org.mozilla.javascript.typedarrays.NativeFloat64Array extends NativeTypedArrayView<java.lang.Double> implements Serializable
- serialVersionUID:
- -1255405650050639335L
-
Class org.mozilla.javascript.typedarrays.NativeInt16Array extends NativeTypedArrayView<java.lang.Short> implements Serializable
- serialVersionUID:
- -8592870435287581398L
-
Class org.mozilla.javascript.typedarrays.NativeInt32Array extends NativeTypedArrayView<java.lang.Integer> implements Serializable
- serialVersionUID:
- -8963461831950499340L
-
Class org.mozilla.javascript.typedarrays.NativeInt8Array extends NativeTypedArrayView<java.lang.Byte> implements Serializable
- serialVersionUID:
- -3349419704390398895L
-
Class org.mozilla.javascript.typedarrays.NativeTypedArrayView extends NativeArrayBufferView implements Serializable
-
Serialized Fields
-
length
int length
The length, in elements, of the array
-
-
-
Class org.mozilla.javascript.typedarrays.NativeUint16Array extends NativeTypedArrayView<java.lang.Integer> implements Serializable
- serialVersionUID:
- 7700018949434240321L
-
Class org.mozilla.javascript.typedarrays.NativeUint32Array extends NativeTypedArrayView<java.lang.Long> implements Serializable
- serialVersionUID:
- -7987831421954144244L
-
Class org.mozilla.javascript.typedarrays.NativeUint8Array extends NativeTypedArrayView<java.lang.Integer> implements Serializable
- serialVersionUID:
- -3349419704390398895L
-
Class org.mozilla.javascript.typedarrays.NativeUint8ClampedArray extends NativeTypedArrayView<java.lang.Integer> implements Serializable
- serialVersionUID:
- -3349419704390398895L
-
-
Package org.mozilla.javascript.xml
-
Class org.mozilla.javascript.xml.XMLObject extends IdScriptableObject implements Serializable
- serialVersionUID:
- 8455156490438576500L
-
-
Package org.mozilla.javascript.xmlimpl
-
Class org.mozilla.javascript.xmlimpl.XMLLibImpl extends XMLLib implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
globalScope
Scriptable globalScope
-
namespacePrototype
org.mozilla.javascript.xmlimpl.Namespace namespacePrototype
-
options
org.mozilla.javascript.xmlimpl.XmlProcessor options
-
qnamePrototype
org.mozilla.javascript.xmlimpl.QName qnamePrototype
-
xmlListPrototype
org.mozilla.javascript.xmlimpl.XMLList xmlListPrototype
-
xmlPrototype
org.mozilla.javascript.xmlimpl.XML xmlPrototype
-
-
-
Package org.openxmlformats.schemas.drawingml.x2006.chart
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STAxPos.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STBarDir.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STBarGrouping.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STBuiltInUnit.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STCrossBetween.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STCrosses.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STDispBlanksAs.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STDLblPos.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STErrBarType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STErrDir.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STErrValType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STGrouping.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STLayoutMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STLayoutTarget.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STLblAlgn.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STLegendPos.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STMarkerStyle.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STOfPieType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STOrientation.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STPageSetupOrientation.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STPictureFormat.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STRadarStyle.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STScatterStyle.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STShape.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STSizeRepresents.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STSplitType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STTickLblPos.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STTickMark.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STTimeUnit.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STTrendlineType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.openxmlformats.schemas.drawingml.x2006.main
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STAnimationBuildType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STAnimationChartOnlyBuildType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STAnimationDgmOnlyBuildType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STBevelPresetType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STBlackWhiteMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STBlendMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STBlipCompression.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STChartBuildStep.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STColorSchemeIndex.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STCompoundLine.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STDgmBuildStep.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STEffectContainerType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STFontCollectionIndex.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLightRigDirection.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLightRigType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLineCap.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLineEndLength.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLineEndType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLineEndWidth.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STOnOffStyleType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPathFillMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPathShadeType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPenAlignment.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetCameraType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetColorVal.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetLineDashVal.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetMaterialType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetPatternVal.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetShadowVal.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STRectAlignment.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STSchemeColorVal.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STShapeType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STSystemColorVal.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextAlignType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextAnchoringType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextAutonumberScheme.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextCapsType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextFontAlignType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextHorzOverflowType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextShapeType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextStrikeType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextTabAlignType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextUnderlineType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextVerticalType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextVertOverflowType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextWrappingType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTileFlipMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing
-
Class org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.STEditAs.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STAlignH.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STAlignV.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromH.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromV.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STWrapText.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes
-
Class org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STArrayBaseType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STVectorBaseType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.openxmlformats.schemas.officeDocument.x2006.math
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STBreakBin.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STBreakBinSub.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STFType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STJc.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STLimLoc.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STScript.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STShp.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STStyle.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STTopBot.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.openxmlformats.schemas.presentationml.x2006.main
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STDirection.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STIterateType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STOleObjectFollowColorScheme.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPhotoAlbumFrameShape.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPhotoAlbumLayout.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderSize.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPrintColorMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPrintWhat.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STSlideLayoutType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STSlideSizeType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STSplitterBarState.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateBehaviorCalcMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateBehaviorValueType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateColorDirection.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateColorSpace.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateEffectTransition.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateMotionBehaviorOrigin.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateMotionPathEditMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLBehaviorAccumulateType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLBehaviorAdditiveType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLBehaviorOverrideType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLBehaviorTransformType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLChartSubelementType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLCommandType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLDiagramBuildType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLNextActionType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLOleChartBuildType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLParaBuildType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLPreviousActionType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeIndefinite.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeFillType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeMasterRelation.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodePresetClassType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeRestartType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeSyncType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTriggerEvent.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTriggerRuntimeNode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTransitionCornerDirectionType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTransitionInOutDirectionType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTransitionSideDirectionType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTransitionSpeed.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STViewType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.openxmlformats.schemas.spreadsheetml.x2006.main
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STBorderStyle.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellComments.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellFormulaType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STComments.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STConditionalFormattingOperator.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCredMethod.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataConsolidateFunction.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationErrorStyle.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationImeMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationOperator.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDateTimeGrouping.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDdeValueType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDvAspect.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDynamicFilterType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STExternalConnectionType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFieldSortType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFileType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFilterOperator.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFontScheme.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormatAction.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STGradientType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STGroupBy.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STGrowShrinkType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STHorizontalAlignment.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STHtmlFmt.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STIconSetType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STItemType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxFunctionType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxKPIProperty.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxSetOrder.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STObjects.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STOleUpdate.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STOrientation.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPageOrder.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPaneState.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STParameterType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPhoneticAlignment.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPhoneticType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPivotAreaType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPivotFilterType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPrintError.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STQualifier.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STRevisionAction.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STRwColActionType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STScope.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetState.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetViewType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STShowDataAs.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSmartTagShow.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSortBy.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSortMethod.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSortType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSourceType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTableStyleType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTableType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTargetScreenSize.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTextHAlign.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTextVAlign.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTimePeriod.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STUnderlineValues.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STUpdateLinks.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVerticalAlignment.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVerticalAlignRun.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVisibility.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVolDepType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVolValueType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STWebSourceType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.openxmlformats.schemas.wordprocessingml.x2006.main
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STBorder.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STBrClear.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STBrType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STCaptionPos.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STChapterSep.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STCharacterSpacing.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STCombineBrackets.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDirection.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDisplacedByCustomXml.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocGrid.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartBehavior.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDropCap.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STEdGrp.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STEdnPos.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STEm.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFFTextType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFldCharType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFontFamily.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFrameLayout.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFrameScrollbar.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFtnEdn.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFtnPos.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHeightRule.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHexColorAuto.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHighlightColor.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHint.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STInfoTextType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STJc.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STJcTable.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STLevelSuffix.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STLineNumberRestart.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STLineSpacingRule.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STLock.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMailMergeDest.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMailMergeDocType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMailMergeOdsoFMDFieldType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMailMergeSourceType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMerge.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMultiLevelType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STNumberFormat.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STObjectDrawAspect.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STObjectUpdateMode.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageBorderDisplay.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageBorderOffset.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageBorderZOrder.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageOrientation.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPitch.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STProof.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STProofErr.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPTabAlignment.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPTabLeader.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPTabRelativeTo.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STRestartNumber.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STRubyAlign.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STSdtDateMappingType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STSectionMark.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleSort.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTabJc.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTabTlc.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTargetScreenSz.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblLayoutType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblOverlap.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblWidth.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextAlignment.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextboxTightWrap.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextDirection.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextEffect.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTheme.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STThemeColor.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STUnderline.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STVerticalAlignRun.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STVerticalJc.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STView.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STWmlColorSchemeIndex.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STWrap.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STZoom.Enum extends StringEnumAbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
-
Package org.osgi.framework
-
Class org.osgi.framework.AdaptPermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
Class org.osgi.framework.AdminPermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- 307051004521261705L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
Class org.osgi.framework.BundleEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 4080640865971756012L
-
Serialized Fields
-
bundle
Bundle bundle
Bundle that had a change occur in its lifecycle. -
origin
Bundle origin
Bundle that was the origin of the event. For install event type, this is the bundle whose context was used to install the bundle. Otherwise it is the bundle itself.- Since:
- 1.6
-
type
int type
Type of bundle lifecycle change.
-
-
Class org.osgi.framework.BundleException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 3571095144220455665L
-
Serialized Fields
-
type
int type
Type of bundle exception.- Since:
- 1.5
-
-
Class org.osgi.framework.BundlePermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- 3257846601685873716L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of the BundlePermission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of theBundlePermission
object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
Class org.osgi.framework.CapabilityPermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- -7662148639076511574L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of this permission to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
Class org.osgi.framework.FrameworkEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 207051004521261705L
-
Serialized Fields
-
bundle
Bundle bundle
Bundle related to the event. -
throwable
java.lang.Throwable throwable
Exception related to the event. -
type
int type
Type of event.
-
-
Class org.osgi.framework.InvalidSyntaxException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -4295194420816491875L
-
Serialized Fields
-
filter
java.lang.String filter
The invalid filter string.
-
-
Class org.osgi.framework.PackagePermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- -5107705877071099135L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
Class org.osgi.framework.ServiceEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 8792901483909409299L
-
Serialized Fields
-
reference
ServiceReference<?> reference
Reference to the service that had a change occur in its lifecycle. -
type
int type
Type of service lifecycle change.
-
-
Class org.osgi.framework.ServiceException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 3038963223712959631L
-
Serialized Fields
-
type
int type
Type of service exception.
-
-
Class org.osgi.framework.ServicePermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- -7662148639076511574L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of this permission to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
-
Package org.osgi.framework.hooks.weaving
-
Class org.osgi.framework.hooks.weaving.WeavingException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.osgi.service.cm
-
Class org.osgi.service.cm.ConfigurationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1690090413441769377L
-
Serialized Fields
-
property
java.lang.String property
-
reason
java.lang.String reason
-
-
Class org.osgi.service.cm.ConfigurationPermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- 5716868734811965383L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
Class org.osgi.service.cm.ReadOnlyConfigurationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1898442024230518832L
-
-
Package org.osgi.service.component
-
Class org.osgi.service.component.ComponentException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7438212656298726924L
-
-
Package org.osgi.service.coordinator
-
Class org.osgi.service.coordinator.CoordinationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
long id
-
name
java.lang.String name
-
type
int type
-
-
Class org.osgi.service.coordinator.CoordinationPermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.event
-
Class org.osgi.service.event.TopicPermission extends java.security.Permission implements Serializable
- serialVersionUID:
- -5855563886961618300L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
readObject is called to restore the state of this permission from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
java.io.IOException
-
-
Serialized Fields
-
actions
java.lang.String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.http
-
Class org.osgi.service.http.NamespaceException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7235606031147877747L
-
-
Package org.osgi.service.resolver
-
Class org.osgi.service.resolver.ResolutionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.osgi.util.converter
-
Class org.osgi.util.converter.ConversionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.osgi.util.promise
-
Class org.osgi.util.promise.FailedPromisesException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
failed
java.util.Collection<Promise<?>> failed
-
-
Class org.osgi.util.promise.TimeoutException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.scribe.exceptions
-
Class org.scribe.exceptions.OAuthConnectionException extends OAuthException implements Serializable
-
Class org.scribe.exceptions.OAuthException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.scribe.exceptions.OAuthParametersMissingException extends OAuthException implements Serializable
- serialVersionUID:
- 1745308760111976671L
-
Class org.scribe.exceptions.OAuthSignatureException extends OAuthException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.scribe.model
-
Class org.scribe.model.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 715000866082812683L
-
Serialized Fields
-
rawResponse
java.lang.String rawResponse
-
secret
java.lang.String secret
-
token
java.lang.String token
-
-
-
Package org.slf4j
-
Package org.slf4j.helpers
-
Class org.slf4j.helpers.BasicMarker extends java.lang.Object implements Serializable
- serialVersionUID:
- -2849567615646933777L
-
Serialized Fields
-
name
java.lang.String name
-
referenceList
java.util.List<Marker> referenceList
-
-
Class org.slf4j.helpers.MarkerIgnoringBase extends org.slf4j.helpers.NamedLoggerBase implements Serializable
- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -517220405410904473L
-