Serialized Form
-
Package ch.qos.logback.classic
-
Class ch.qos.logback.classic.Level
class Level extends Object implements Serializable- serialVersionUID:
- -814092767334282137L
-
Serialization Methods
-
readResolve
Deprecated.Return the flyweight instance of the level received through serizalization, i.e. 'this'.
-
-
Serialized Fields
-
levelInt
int levelInt
Deprecated. -
levelStr
String levelStr
Deprecated.
-
-
Class ch.qos.logback.classic.Logger
class Logger extends Object implements Serializable- serialVersionUID:
- 5454405123156820674L
-
Serialization Methods
-
readResolve
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:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
Deprecated.The name of this logger
-
-
Class ch.qos.logback.classic.ViewStatusMessagesServlet
class ViewStatusMessagesServlet extends ViewStatusMessagesServletBase implements Serializable- serialVersionUID:
- 443878494348593337L
-
-
Package ch.qos.logback.classic.spi
-
Class ch.qos.logback.classic.spi.ClassPackagingData
class ClassPackagingData extends Object implements Serializable- serialVersionUID:
- -804643281218337001L
-
Class ch.qos.logback.classic.spi.LoggerContextVO
class LoggerContextVO extends Object implements Serializable- serialVersionUID:
- 5488023392483144387L
-
Class ch.qos.logback.classic.spi.LoggerRemoteView
class LoggerRemoteView extends Object implements Serializable- serialVersionUID:
- 5028223666108713696L
-
Serialized Fields
-
loggerContextView
LoggerContextVO loggerContextView
Deprecated. -
name
String name
Deprecated.
-
-
Class ch.qos.logback.classic.spi.LoggingEventVO
class LoggingEventVO extends Object implements Serializable- serialVersionUID:
- 6553722650255690312L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
callerDataArray
StackTraceElement[] callerDataArray
Deprecated. -
loggerContextVO
LoggerContextVO loggerContextVO
Deprecated. -
loggerName
String loggerName
Deprecated. -
marker
Marker marker
Deprecated. -
mdcPropertyMap
Map<String,
String> mdcPropertyMap Deprecated. -
message
String message
Deprecated. -
threadName
String threadName
Deprecated. -
throwableProxy
ThrowableProxyVO throwableProxy
Deprecated. -
timeStamp
long timeStamp
Deprecated.
-
-
Class ch.qos.logback.classic.spi.StackTraceElementProxy
class StackTraceElementProxy extends Object implements Serializable- serialVersionUID:
- -2374374378980555982L
-
Serialized Fields
-
cpd
ClassPackagingData cpd
Deprecated. -
ste
StackTraceElement ste
Deprecated.
-
-
Class ch.qos.logback.classic.spi.ThrowableProxyVO
class ThrowableProxyVO extends Object implements Serializable- serialVersionUID:
- -773438177285807139L
-
Serialized Fields
-
cause
IThrowableProxy cause
Deprecated. -
className
String className
Deprecated. -
commonFramesCount
int commonFramesCount
Deprecated. -
message
String message
Deprecated. -
stackTraceElementProxyArray
StackTraceElementProxy[] stackTraceElementProxyArray
Deprecated. -
suppressed
IThrowableProxy[] suppressed
Deprecated.
-
-
Class ch.qos.logback.classic.spi.TurboFilterList
- serialVersionUID:
- 1L
-
-
Package ch.qos.logback.core
-
Exception Class ch.qos.logback.core.LogbackException
class LogbackException extends RuntimeException implements Serializable- serialVersionUID:
- -799956346239073266L
-
-
Package ch.qos.logback.core.boolex
-
Exception Class ch.qos.logback.core.boolex.EvaluationException
class EvaluationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package ch.qos.logback.core.joran.spi
-
Exception Class ch.qos.logback.core.joran.spi.ActionException
class ActionException extends Exception implements Serializable- serialVersionUID:
- 2743349809995319806L
-
Exception Class ch.qos.logback.core.joran.spi.JoranException
class JoranException extends Exception implements Serializable- serialVersionUID:
- 1112493363728774021L
-
-
Package ch.qos.logback.core.rolling
-
Exception Class ch.qos.logback.core.rolling.RolloverFailure
class RolloverFailure extends LogbackException implements Serializable- serialVersionUID:
- -4407533730831239458L
-
-
Package ch.qos.logback.core.rolling.helper
-
Class ch.qos.logback.core.rolling.helper.RollingCalendar
class RollingCalendar extends GregorianCalendar implements Serializable- serialVersionUID:
- -5937537740925066161L
-
Serialized Fields
-
datePattern
String datePattern
Deprecated. -
periodicityType
PeriodicityType periodicityType
Deprecated.
-
-
-
Package ch.qos.logback.core.spi
-
Exception Class ch.qos.logback.core.spi.ScanException
class ScanException extends Exception implements Serializable- serialVersionUID:
- -3132040414328475658L
-
Serialized Fields
-
cause
Throwable cause
Deprecated.
-
-
-
Package ch.qos.logback.core.status
-
Class ch.qos.logback.core.status.ViewStatusMessagesServletBase
class ViewStatusMessagesServletBase extends HttpServlet implements Serializable- serialVersionUID:
- -3551928133801157219L
-
Serialized Fields
-
count
int count
Deprecated.
-
-
-
Package ch.qos.logback.core.util
-
Exception Class ch.qos.logback.core.util.DynamicClassLoadingException
class DynamicClassLoadingException extends Exception implements Serializable- serialVersionUID:
- 4962278449162476114L
-
Exception Class ch.qos.logback.core.util.IncompatibleClassException
class IncompatibleClassException extends Exception implements Serializable- serialVersionUID:
- -5823372159561159549L
-
Exception Class ch.qos.logback.core.util.PropertySetterException
class PropertySetterException extends Exception implements Serializable- serialVersionUID:
- -2771077768281663949L
-
-
Package com.adobe.agl.impl
-
Class com.adobe.agl.impl.DateNumberFormat
class DateNumberFormat extends com.adobe.agl.text.NumberFormat implements Serializable- serialVersionUID:
- -6315692826916346953L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
maxIntDigits
int maxIntDigits
-
minIntDigits
int minIntDigits
-
minusSign
char minusSign
-
positiveOnly
boolean positiveOnly
-
zeroDigit
char zeroDigit
-
-
Exception Class com.adobe.agl.impl.InvalidFormatException
class InvalidFormatException extends Exception implements Serializable -
Class com.adobe.agl.impl.JavaTimeZone
class JavaTimeZone extends com.adobe.agl.util.TimeZone implements Serializable- serialVersionUID:
- 6977448185543929364L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
javatz
TimeZone javatz
-
-
Class com.adobe.agl.impl.OlsonTimeZone
class OlsonTimeZone extends com.adobe.agl.util.BasicTimeZone implements Serializable- serialVersionUID:
- -6281977362477515376L
-
Serialized Fields
-
finalMillis
double finalMillis
-
finalYear
int finalYear
-
finalZone
com.adobe.agl.util.SimpleTimeZone finalZone
-
transitionCount
int transitionCount
-
transitionTimes
int[] transitionTimes
-
typeCount
int typeCount
-
typeData
byte[] typeData
-
typeOffsets
int[] typeOffsets
-
-
Class com.adobe.agl.impl.RelativeDateFormat
class RelativeDateFormat extends com.adobe.agl.text.DateFormat implements Serializable- serialVersionUID:
- 1131984966440549435L
-
Serialized Fields
-
fCombinedFormat
com.adobe.agl.text.MessageFormat fCombinedFormat
-
fDateFormat
com.adobe.agl.text.DateFormat fDateFormat
-
fDateStyle
int fDateStyle
-
fLocale
ULocale fLocale
-
fTimeFormat
com.adobe.agl.text.DateFormat fTimeFormat
-
fTimeStyle
int fTimeStyle
-
-
Class com.adobe.agl.impl.TimeZoneAdapter
class TimeZoneAdapter extends TimeZone implements Serializable- serialVersionUID:
- -2040072218820018557L
-
Serialized Fields
-
zone
com.adobe.agl.util.TimeZone zone
-
-
-
Package com.adobe.agl.math
-
Class com.adobe.agl.math.MathContext
class MathContext extends Object implements Serializable-
Serialized Fields
-
digits
int digits
-
form
int form
-
lostDigits
boolean lostDigits
-
roundingMode
int roundingMode
-
-
-
-
Package com.adobe.agl.text
-
Exception Class com.adobe.agl.text.ArabicShapingException
class ArabicShapingException extends Exception implements Serializable- serialVersionUID:
- 5261531805497260490L
-
Class com.adobe.agl.text.ChineseDateFormat
class ChineseDateFormat extends com.adobe.agl.text.SimpleDateFormat implements Serializable- serialVersionUID:
- -4610300753104099899L
-
Class com.adobe.agl.text.ChineseDateFormat.Field
class Field extends com.adobe.agl.text.DateFormat.Field implements Serializable- serialVersionUID:
- -5102130532751400330L
-
Serialization Methods
-
readResolve
- Throws:
InvalidObjectException
-
-
Class com.adobe.agl.text.ChineseDateFormatSymbols
class ChineseDateFormatSymbols extends com.adobe.agl.text.DateFormatSymbols implements Serializable- serialVersionUID:
- 6827816119783952890L
-
Serialized Fields
-
isLeapMonth
String[] isLeapMonth
-
-
Class com.adobe.agl.text.DateFormat
class DateFormat extends com.adobe.agl.text.UFormat implements Serializable- serialVersionUID:
- 7218322306649953788L
-
Serialized Fields
-
calendar
com.adobe.agl.util.Calendar calendar
-
numberFormat
com.adobe.agl.text.NumberFormat numberFormat
-
-
Class com.adobe.agl.text.DateFormat.Field
class Field extends Format.Field implements Serializable- serialVersionUID:
- -3627456821000730829L
-
Serialization Methods
-
readResolve
- Throws:
InvalidObjectException
-
-
Serialized Fields
-
calendarField
int calendarField
-
-
Class com.adobe.agl.text.DateFormatSymbols
class DateFormatSymbols extends Object implements Serializable- serialVersionUID:
- -5987973545549424702L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
actualLocale
ULocale actualLocale
-
ampms
String[] ampms
-
eraNames
String[] eraNames
-
eras
String[] eras
-
gmtFormat
String gmtFormat
-
gmtHourFormats
String[][] gmtHourFormats
-
localPatternChars
String localPatternChars
-
months
String[] months
-
narrowEras
String[] narrowEras
-
narrowMonths
String[] narrowMonths
-
narrowWeekdays
String[] narrowWeekdays
-
quarters
String[] quarters
-
requestedLocale
ULocale requestedLocale
-
shortMonths
String[] shortMonths
-
shortQuarters
String[] shortQuarters
-
shortWeekdays
String[] shortWeekdays
-
standaloneMonths
String[] standaloneMonths
-
standaloneNarrowMonths
String[] standaloneNarrowMonths
-
standaloneNarrowWeekdays
String[] standaloneNarrowWeekdays
-
standaloneQuarters
String[] standaloneQuarters
-
standaloneShortMonths
String[] standaloneShortMonths
-
standaloneShortQuarters
String[] standaloneShortQuarters
-
standaloneShortWeekdays
String[] standaloneShortWeekdays
-
standaloneWeekdays
String[] standaloneWeekdays
-
validLocale
ULocale validLocale
-
weekdays
String[] weekdays
-
zoneStrings
String[][] zoneStrings
-
-
Class com.adobe.agl.text.DateIntervalFormat
class DateIntervalFormat extends com.adobe.agl.text.UFormat implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
fDateFormat
com.adobe.agl.text.SimpleDateFormat fDateFormat
-
fFromCalendar
com.adobe.agl.util.Calendar fFromCalendar
-
fInfo
com.adobe.agl.text.DateIntervalInfo fInfo
-
fSkeleton
String fSkeleton
-
fToCalendar
com.adobe.agl.util.Calendar fToCalendar
-
-
Class com.adobe.agl.text.DateIntervalInfo
class DateIntervalInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.agl.text.DateIntervalInfo.PatternInfo
class PatternInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.agl.text.DecimalFormat
class DecimalFormat extends com.adobe.agl.text.NumberFormat implements Serializable-
Serialized Fields
-
attributes
ArrayList attributes
-
currencyChoice
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
String negativePrefix
-
negativeSuffix
String negativeSuffix
-
negPrefixPattern
String negPrefixPattern
-
negSuffixPattern
String negSuffixPattern
-
pad
char pad
-
padPosition
int padPosition
-
parseBigDecimal
boolean parseBigDecimal
-
positivePrefix
String positivePrefix
-
positiveSuffix
String positiveSuffix
-
posPrefixPattern
String posPrefixPattern
-
posSuffixPattern
String posSuffixPattern
-
roundingIncrement
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
class DecimalFormatSymbols extends Object implements Serializable-
Serialized Fields
-
actualLocale
ULocale actualLocale
-
currencyPattern
String currencyPattern
-
currencySymbol
String currencySymbol
-
decimalSeparator
char decimalSeparator
-
digit
char digit
-
exponentSeparator
String exponentSeparator
-
groupingSeparator
char groupingSeparator
-
infinity
String infinity
-
intlCurrencySymbol
String intlCurrencySymbol
-
minusSign
char minusSign
-
monetaryGroupingSeparator
char monetaryGroupingSeparator
-
monetarySeparator
char monetarySeparator
-
NaN
String NaN
-
padEscape
char padEscape
-
patternSeparator
char patternSeparator
-
percent
char percent
-
perMill
char perMill
-
plusSign
char plusSign
-
requestedLocale
Locale requestedLocale
-
serialVersionOnStream
int serialVersionOnStream
-
sigDigit
char sigDigit
-
ulocale
ULocale ulocale
-
validLocale
ULocale validLocale
-
zeroDigit
char zeroDigit
-
-
-
Class com.adobe.agl.text.DurationFormat
class DurationFormat extends com.adobe.agl.text.UFormat implements Serializable- serialVersionUID:
- -2076961954727774282L
-
Class com.adobe.agl.text.MeasureFormat
class MeasureFormat extends com.adobe.agl.text.UFormat implements Serializable- serialVersionUID:
- -7182021401701778240L
-
Class com.adobe.agl.text.MessageFormat
class MessageFormat extends com.adobe.agl.text.UFormat implements Serializable- serialVersionUID:
- 7136212545847378651L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class com.adobe.agl.text.MessageFormat.Field
class Field extends Format.Field implements Serializable- serialVersionUID:
- 7510380454602616157L
-
Serialization Methods
-
readResolve
- Throws:
InvalidObjectException
-
-
Class com.adobe.agl.text.NumberFormat
class 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
class Field extends Format.Field implements Serializable-
Serialization Methods
-
readResolve
- Throws:
InvalidObjectException
-
-
-
Class com.adobe.agl.text.PluralFormat
class PluralFormat extends com.adobe.agl.text.UFormat implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.agl.text.PluralRules
class PluralRules extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keywords
Set keywords
-
repeatLimit
int repeatLimit
-
rules
com.adobe.agl.text.PluralRules.RuleList rules
-
-
Class com.adobe.agl.text.RuleBasedNumberFormat
class RuleBasedNumberFormat extends com.adobe.agl.text.NumberFormat implements Serializable- serialVersionUID:
- -7664252765575395068L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class com.adobe.agl.text.SimpleDateFormat
class SimpleDateFormat extends com.adobe.agl.text.DateFormat implements Serializable- serialVersionUID:
- 4774881970558875024L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Exception Class com.adobe.agl.text.StringPrepParseException
class StringPrepParseException extends 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
StringBuffer postContext
Textual context after the error. Null-terminated. May be the empty string if not implemented by parser. -
preContext
StringBuffer preContext
Textual context before the error. Null-terminated. May be the empty string if not implemented by parser.
-
-
Class com.adobe.agl.text.TimeUnitFormat
class TimeUnitFormat extends com.adobe.agl.text.MeasureFormat implements Serializable- serialVersionUID:
- -3707773153184971529L
-
Serialized Fields
-
format
com.adobe.agl.text.NumberFormat format
-
locale
ULocale locale
-
-
Class com.adobe.agl.text.UFormat
class UFormat extends Format implements Serializable
-
-
Package com.adobe.agl.util
-
Class com.adobe.agl.util.AnnualTimeZoneRule
class AnnualTimeZoneRule extends com.adobe.agl.util.TimeZoneRule implements Serializable- serialVersionUID:
- -8870666707791230688L
-
Serialized Fields
-
dateTimeRule
com.adobe.agl.util.DateTimeRule dateTimeRule
-
endYear
int endYear
-
startYear
int startYear
-
-
Class com.adobe.agl.util.BasicTimeZone
class BasicTimeZone extends com.adobe.agl.util.TimeZone implements Serializable- serialVersionUID:
- -3204278532246180932L
-
Class com.adobe.agl.util.BuddhistCalendar
class BuddhistCalendar extends com.adobe.agl.util.GregorianCalendar implements Serializable- serialVersionUID:
- 2583005278132380631L
-
Class com.adobe.agl.util.Calendar
class Calendar extends Object implements Serializable- serialVersionUID:
- 6222646104888790989L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
actualLocale
ULocale actualLocale
-
firstDayOfWeek
int firstDayOfWeek
-
lenient
boolean lenient
-
minimalDaysInFirstWeek
int minimalDaysInFirstWeek
-
time
long time
-
validLocale
ULocale validLocale
-
weekendCease
int weekendCease
-
weekendCeaseMillis
int weekendCeaseMillis
-
weekendOnset
int weekendOnset
-
weekendOnsetMillis
int weekendOnsetMillis
-
zone
com.adobe.agl.util.TimeZone zone
-
-
Class com.adobe.agl.util.ChineseCalendar
class ChineseCalendar extends com.adobe.agl.util.Calendar implements Serializable- serialVersionUID:
- 7312110751940929420L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Class com.adobe.agl.util.CopticCalendar
class CopticCalendar extends com.adobe.agl.util.CECalendar implements Serializable- serialVersionUID:
- 5903818751846742911L
-
Class com.adobe.agl.util.Currency
class Currency extends com.adobe.agl.util.MeasureUnit implements Serializable-
Serialized Fields
-
isoCode
String isoCode
-
-
-
Class com.adobe.agl.util.DateInterval
class DateInterval extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fromDate
long fromDate
-
toDate
long toDate
-
-
Class com.adobe.agl.util.DateTimeRule
class DateTimeRule extends Object implements Serializable- serialVersionUID:
- 2183055795738051443L
-
Serialized Fields
-
dateRuleType
int dateRuleType
-
dayOfMonth
int dayOfMonth
-
dayOfWeek
int dayOfWeek
-
millisInDay
int millisInDay
-
month
int month
-
timeRuleType
int timeRuleType
-
weekInMonth
int weekInMonth
-
-
Class com.adobe.agl.util.EthiopicCalendar
class EthiopicCalendar extends com.adobe.agl.util.CECalendar implements Serializable- serialVersionUID:
- -2438495771339315608L
-
Serialized Fields
-
eraType
int eraType
-
-
Class com.adobe.agl.util.GregorianCalendar
class GregorianCalendar extends com.adobe.agl.util.Calendar implements Serializable- serialVersionUID:
- 9199388694351062137L
-
Serialized Fields
-
gregorianCutover
long gregorianCutover
-
-
Class com.adobe.agl.util.HebrewCalendar
class HebrewCalendar extends com.adobe.agl.util.Calendar implements Serializable- serialVersionUID:
- -1952524560588825816L
-
Class com.adobe.agl.util.IndianCalendar
class IndianCalendar extends com.adobe.agl.util.Calendar implements Serializable- serialVersionUID:
- 3617859668165014834L
-
Class com.adobe.agl.util.InitialTimeZoneRule
class InitialTimeZoneRule extends com.adobe.agl.util.TimeZoneRule implements Serializable- serialVersionUID:
- 1876594993064051206L
-
Class com.adobe.agl.util.IslamicCalendar
class IslamicCalendar extends com.adobe.agl.util.Calendar implements Serializable- serialVersionUID:
- -6253365474073869325L
-
Serialized Fields
-
civil
boolean civil
-
-
Class com.adobe.agl.util.JapaneseCalendar
class JapaneseCalendar extends com.adobe.agl.util.GregorianCalendar implements Serializable- serialVersionUID:
- -2977189902603704691L
-
Class com.adobe.agl.util.RuleBasedTimeZone
class RuleBasedTimeZone extends com.adobe.agl.util.BasicTimeZone implements Serializable- serialVersionUID:
- 7580833058949327935L
-
Serialized Fields
-
finalRules
com.adobe.agl.util.AnnualTimeZoneRule[] finalRules
-
historicRules
List historicRules
-
initialRule
com.adobe.agl.util.InitialTimeZoneRule initialRule
-
-
Class com.adobe.agl.util.SimpleTimeZone
class SimpleTimeZone extends com.adobe.agl.util.BasicTimeZone implements Serializable- serialVersionUID:
- -7034676239311322769L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
dst
int dst
-
endDay
int endDay
-
endDayOfWeek
int endDayOfWeek
-
endMode
int endMode
-
endMonth
int endMonth
-
endTime
int endTime
-
endTimeMode
int endTimeMode
-
raw
int raw
-
startDay
int startDay
-
startDayOfWeek
int startDayOfWeek
-
startMode
int startMode
-
startMonth
int startMonth
-
startTime
int startTime
-
startTimeMode
int startTimeMode
-
startYear
int startYear
-
useDaylight
boolean useDaylight
-
xinfo
com.adobe.agl.util.STZInfo xinfo
-
-
Class com.adobe.agl.util.TaiwanCalendar
class TaiwanCalendar extends com.adobe.agl.util.GregorianCalendar implements Serializable- serialVersionUID:
- 2583005278132380631L
-
Class com.adobe.agl.util.TimeArrayTimeZoneRule
class TimeArrayTimeZoneRule extends com.adobe.agl.util.TimeZoneRule implements Serializable- serialVersionUID:
- -1117109130077415245L
-
Serialized Fields
-
startTimes
long[] startTimes
-
timeType
int timeType
-
-
Class com.adobe.agl.util.TimeZone
class TimeZone extends Object implements Serializable- serialVersionUID:
- -744942128318337471L
-
Serialized Fields
-
ID
String ID
-
-
Class com.adobe.agl.util.TimeZoneRule
class TimeZoneRule extends Object implements Serializable- serialVersionUID:
- 6374143828553768100L
-
Serialized Fields
-
dstSavings
int dstSavings
-
name
String name
-
rawOffset
int rawOffset
-
-
Class com.adobe.agl.util.ULocale
class ULocale extends Object implements Serializable- serialVersionUID:
- 3715177670352309217L
-
Serialized Fields
-
locale
Locale locale
-
-
Exception Class com.adobe.agl.util.UResourceTypeMismatchException
class UResourceTypeMismatchException extends RuntimeException implements Serializable -
Class com.adobe.agl.util.VTimeZone
class VTimeZone extends com.adobe.agl.util.BasicTimeZone implements Serializable- serialVersionUID:
- -6851467294127795902L
-
-
Package com.adobe.cq.adobeims.imsprofile
-
Exception Class com.adobe.cq.adobeims.imsprofile.ImsProfileException
class ImsProfileException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
apiResponse
JSONObject apiResponse
-
-
Exception Class com.adobe.cq.adobeims.imsprofile.InvalidImsConfigException
class InvalidImsConfigException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.cq.cloudservices.provisioning
-
Exception Class com.adobe.cq.cloudservices.provisioning.ProvisioningException
class ProvisioningException extends Exception implements Serializable
-
-
Package com.adobe.cq.dam.cfm
-
Exception Class com.adobe.cq.dam.cfm.ContentFragmentException
class ContentFragmentException extends Exception implements Serializable
-
-
Package com.adobe.cq.dam.download.api
-
Exception Class com.adobe.cq.dam.download.api.DownloadException
class DownloadException extends Exception implements Serializable- serialVersionUID:
- 2658159401073189422L
-
-
Package com.adobe.cq.dashboards
-
Exception Class com.adobe.cq.dashboards.DashboardException
class DashboardException extends Exception implements Serializable
-
-
Package com.adobe.cq.inbox.api
-
Exception Class com.adobe.cq.inbox.api.InboxException
class InboxException extends Exception implements Serializable
-
-
Package com.adobe.cq.launches.api
-
Exception Class com.adobe.cq.launches.api.LaunchException
class LaunchException extends RuntimeException implements Serializable
-
-
Package com.adobe.cq.mcm.campaign
-
Exception Class com.adobe.cq.mcm.campaign.NewsletterException
class NewsletterException extends Exception implements Serializable -
Exception Class com.adobe.cq.mcm.campaign.NewsletterReplicationException
class NewsletterReplicationException extends NewsletterException implements Serializable-
Serialized Fields
-
path
String path
-
type
NewsletterReplicationException.Type type
-
userID
String userID
-
-
-
-
Package com.adobe.cq.projects.api
-
Exception Class com.adobe.cq.projects.api.ProjectException
class ProjectException extends RuntimeException implements Serializable- serialVersionUID:
- 2484480587363909686L
-
-
Package com.adobe.cq.remote.content.renderer
-
Exception Class com.adobe.cq.remote.content.renderer.RemoteContentRenderingException
class RemoteContentRenderingException extends Exception implements Serializable
-
-
Package com.adobe.cq.scheduled.exporter
-
Exception Class com.adobe.cq.scheduled.exporter.ExportException
class ExportException extends Exception implements Serializable -
Exception Class com.adobe.cq.scheduled.exporter.TransformationException
class TransformationException extends ExportException implements Serializable
-
-
Package com.adobe.cq.sightly
-
Package com.adobe.cq.sites.ui.designfield.datasources
-
Class com.adobe.cq.sites.ui.designfield.datasources.Children
class Children extends SlingSafeMethodsServlet implements Serializable-
Serialized Fields
-
expressionResolver
ExpressionResolver expressionResolver
-
-
-
Class com.adobe.cq.sites.ui.designfield.datasources.QueryDatasource
class 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
class CanEditTemplateRenderCondition extends SlingSafeMethodsServlet implements Serializable-
Serialized Fields
-
expressionResolver
ExpressionResolver expressionResolver
-
log
Logger log
-
-
-
-
Package com.adobe.cq.smartcontent
-
Exception Class com.adobe.cq.smartcontent.SmartContentException
class SmartContentException extends Exception implements Serializable
-
-
Package com.adobe.cq.targetrecommendations.api
-
Exception Class com.adobe.cq.targetrecommendations.api.TargetRecommendationsException
class TargetRecommendationsException extends Exception implements Serializable- serialVersionUID:
- 4789851714947284569L
-
-
Package com.adobe.cq.wcm.core.components.models.datalayer.jackson
-
Package com.adobe.cq.wcm.mobile.qrcode.servlet
-
Class com.adobe.cq.wcm.mobile.qrcode.servlet.QRCodeImageGenerator
class QRCodeImageGenerator extends AbstractImageServlet implements Serializable-
Serialized Fields
-
author
String author
-
dataNameWhitelist
String[] dataNameWhitelist
-
errMessage
String errMessage
-
externalizer
Externalizer externalizer
-
publish
String publish
-
-
-
-
Package com.adobe.dam.print.ids
-
Exception Class com.adobe.dam.print.ids.IDSException
class IDSException extends Exception implements Serializable
-
-
Package com.adobe.fontengine
-
Exception Class com.adobe.fontengine.FontEngineException
class FontEngineException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.SparseArray
class SparseArray extends AbstractList implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
HashMap entries
-
-
-
Package com.adobe.fontengine.font
-
Class com.adobe.fontengine.font.CatalogDescription
class CatalogDescription extends FontDescription implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.FontDescription
class FontDescription extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.fontengine.font.FontException
class FontException extends FontEngineException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
invalidFont
Font invalidFont
-
-
Class com.adobe.fontengine.font.FontImpl
class FontImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.fontengine.font.FontLoadingException
class FontLoadingException extends FontException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.fontengine.font.InvalidFontException
class InvalidFontException extends FontException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.fontengine.font.InvalidGlyphException
class InvalidGlyphException extends InvalidFontException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.fontengine.font.UnsupportedFontException
class UnsupportedFontException extends FontException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.font.opentype
-
Class com.adobe.fontengine.font.opentype.GlyphNames.GlyphNameEntry
class GlyphNameEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.opentype.GlyphNames.GlyphNameMultiEntry
class GlyphNameMultiEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.font.postscript
-
Class com.adobe.fontengine.font.postscript.CIDtoUnicode
class CIDtoUnicode extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.fontmanagement
-
Class com.adobe.fontengine.fontmanagement.Base14Font
class Base14Font extends com.adobe.fontengine.fontmanagement.URLFont implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.CacheSupportInfo
class CacheSupportInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mFontType
String mFontType
-
mIsCFF
boolean mIsCFF
-
mNumGlyphs
int mNumGlyphs
-
-
Class com.adobe.fontengine.fontmanagement.FontProxy
class FontProxy extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
font
Font font
-
fontDesc
FontDescription fontDesc
-
-
Class com.adobe.fontengine.fontmanagement.FontResolutionPriority
class FontResolutionPriority extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Resolve the object during de-serialization. We want to return only one of our singletons.
-
-
Serialized Fields
-
id
int id
-
names
String[] names
-
-
Class com.adobe.fontengine.fontmanagement.MemoryFont
class MemoryFont extends FontImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fontRef
FontData fontRef
-
-
Class com.adobe.fontengine.fontmanagement.Platform
class Platform extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
name
String name
-
-
Class com.adobe.fontengine.fontmanagement.ResourceFont
class ResourceFont extends FontImpl implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
canonicalPath
String canonicalPath
-
descCache
ConcurrentHashMap descCache
-
fondID
int fondID
-
fontID
int fontID
-
lastModified
long lastModified
-
length
long length
-
resourceURL
URL resourceURL
-
type
int type
-
-
-
Package com.adobe.fontengine.fontmanagement.fxg
-
Class com.adobe.fontengine.fontmanagement.fxg.FXGFontDescription
class FXGFontDescription extends FontDescription implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.fxg.FXGFontResolverImpl
class FXGFontResolverImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fxgFonts
HashMap fxgFonts
-
resolutionPriority
FontResolutionPriority resolutionPriority
-
-
-
Package com.adobe.fontengine.fontmanagement.platform
-
Class com.adobe.fontengine.fontmanagement.platform.PlatformFontDescription
class PlatformFontDescription extends FontDescription implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.platform.PlatformFontResolverImpl
class PlatformFontResolverImpl extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
normalizer
FamilyNameNormalizer normalizer
-
platformFonts
HashMap platformFonts
-
resolutionPriority
FontResolutionPriority resolutionPriority
-
-
-
Package com.adobe.fontengine.fontmanagement.postscript
-
Class com.adobe.fontengine.fontmanagement.postscript.PostscriptFontDescription
class PostscriptFontDescription extends FontDescription implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
psName
String psName
-
-
Class com.adobe.fontengine.fontmanagement.postscript.PSNameFontDatabase
class PSNameFontDatabase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
normalizer
FamilyNameNormalizer normalizer
-
psFonts
HashMap psFonts
-
resolutionPriority
FontResolutionPriority resolutionPriority
-
-
-
Package com.adobe.fontengine.inlineformatting
-
Class com.adobe.fontengine.inlineformatting.FallbackFontSet
class FallbackFontSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fonts
HashMap fonts
-
-
Exception Class com.adobe.fontengine.inlineformatting.FormattingException
class FormattingException extends FontEngineException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
limit
int limit
-
start
int start
-
-
Exception Class com.adobe.fontengine.inlineformatting.NoSuitableFontException
class NoSuitableFontException extends FormattingException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.inlineformatting.css20
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSStretchValue
class CSSStretchValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
name
String name
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSStyleValue
class CSSStyleValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
name
String name
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSVariantValue
class CSSVariantValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
name
String name
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSWeightValue
class CSSWeightValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20FontDatabase
class CSS20FontDatabase extends FontSetStack implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cursive
ArrayList cursive
-
fallbackFontSet
FallbackFontSet fallbackFontSet
-
fantasy
ArrayList fantasy
-
fontsByFamilyName
HashMap fontsByFamilyName
-
ignoreVariant
boolean ignoreVariant
-
monospace
ArrayList monospace
-
normalizer
FamilyNameNormalizer normalizer
-
resolutionPriority
FontResolutionPriority resolutionPriority
-
sansSerif
ArrayList sansSerif
-
serif
ArrayList serif
-
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20FontDescription
class CSS20FontDescription extends FontDescription implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
familyName
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
class PassThroughFamilyNameNormalizer extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.inlineformatting.css20.RemoveSpacesAndUppercaseFamilyNameNormalizer
class RemoveSpacesAndUppercaseFamilyNameNormalizer extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.activitystreams
-
Exception Class com.adobe.granite.activitystreams.ActivityException
class ActivityException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.asset.api
-
Exception Class com.adobe.granite.asset.api.AssetException
class AssetException extends RuntimeException implements Serializable- serialVersionUID:
- -8254899862423644935L
-
Exception Class com.adobe.granite.asset.api.AssetIOException
class AssetIOException extends AssetException implements Serializable- serialVersionUID:
- 3607043622864354068L
-
-
Package com.adobe.granite.auth.cert
-
Exception Class com.adobe.granite.auth.cert.UserCertificateMappingException
class UserCertificateMappingException extends Exception implements Serializable- serialVersionUID:
- 2969569238110083303L
-
-
Package com.adobe.granite.auth.oauth
-
Exception Class com.adobe.granite.auth.oauth.OAuthIdInUseException
class OAuthIdInUseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.auth.saml.spi
-
Class com.adobe.granite.auth.saml.spi.SamlCredentials
class SamlCredentials extends Object implements Serializable- serialVersionUID:
- -2737784478463243439L
-
Exception Class com.adobe.granite.auth.saml.spi.SamlHookException
class SamlHookException extends Exception implements Serializable
-
-
Package com.adobe.granite.comments
-
Exception Class com.adobe.granite.comments.CommentException
class CommentException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.crypto
-
Exception Class com.adobe.granite.crypto.CryptoException
class CryptoException extends GeneralSecurityException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.keystore
-
Exception Class com.adobe.granite.keystore.KeyStoreNotInitialisedException
class KeyStoreNotInitialisedException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.omnisearch.api.core
-
Exception Class com.adobe.granite.omnisearch.api.core.OmniSearchException
class OmniSearchException extends Exception implements Serializable- serialVersionUID:
- -9160962490084085877L
-
-
Package com.adobe.granite.rest
-
Exception Class com.adobe.granite.rest.RequestException
class RequestException extends RestException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
-
-
Exception Class com.adobe.granite.rest.RestException
class RestException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.rest.converter
-
Exception Class com.adobe.granite.rest.converter.ResourceConverterException
class ResourceConverterException extends RestException implements Serializable
-
-
Package com.adobe.granite.socialgraph
-
Exception Class com.adobe.granite.socialgraph.SocialGraphException
class SocialGraphException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.taskmanagement
-
Exception Class com.adobe.granite.taskmanagement.TaskManagerException
class TaskManagerException extends Exception implements Serializable-
Serialized Fields
-
taskId
String taskId
Id of the task this exception originates with, or null if the exception is not tied to a task id.
-
-
-
Exception Class com.adobe.granite.taskmanagement.TaskNotFoundException
class TaskNotFoundException extends TaskManagerException implements Serializable- serialVersionUID:
- -7205622205320640903L
-
Exception Class com.adobe.granite.taskmanagement.TaskSecurityException
class TaskSecurityException extends TaskManagerException implements Serializable- serialVersionUID:
- 7855567220582585768L
-
-
Package com.adobe.granite.translation.api
-
Exception Class com.adobe.granite.translation.api.TranslationException
class TranslationException extends Exception implements Serializable- serialVersionUID:
- -1281094183029567014L
-
Serialized Fields
-
errorCode
TranslationException.ErrorCode errorCode
The error code. -
message
String message
The message.
-
-
-
Package com.adobe.granite.translation.api.xliff
-
Exception Class com.adobe.granite.translation.api.xliff.TranslationXLIFFServiceException
class TranslationXLIFFServiceException extends Exception implements Serializable- serialVersionUID:
- 2833671272801743658L
-
Serialized Fields
-
errorCode
TranslationXLIFFServiceException.ErrorCode errorCode
The error code. -
message
String message
The message.
-
-
-
Package com.adobe.granite.ui.components
-
Class com.adobe.granite.ui.components.FormRestrict
class FormRestrict extends SlingAllMethodsServlet implements Serializable
-
-
Package com.adobe.granite.ui.tags
-
Class com.adobe.granite.ui.tags.IncludeClientLibraryTag
class IncludeClientLibraryTag extends TagSupport implements Serializable- serialVersionUID:
- -3068291967085012331L
-
-
Package com.adobe.granite.workflow
-
Exception Class com.adobe.granite.workflow.WorkflowException
class WorkflowException extends Exception implements Serializable- serialVersionUID:
- 3126765556125618406L
-
-
Package com.adobe.granite.workflow.core.event
-
Class com.adobe.granite.workflow.core.event.ExternalProcessPollingEvent
class ExternalProcessPollingEvent extends Object implements Serializable- serialVersionUID:
- -2349473421221460240L
-
Serialized Fields
-
externalProcessId
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
Map<String,
Serializable> workItemMap
-
-
-
Package com.adobe.granite.workflow.job
-
Class com.adobe.granite.workflow.job.ExternalProcessJob
class ExternalProcessJob extends Object implements Serializable- serialVersionUID:
- 5718625605490930738L
-
Serialized Fields
-
serializedItem
Map serializedItem
-
-
Class com.adobe.granite.workflow.job.TimeoutJob
class TimeoutJob extends Object implements Serializable- serialVersionUID:
- 5670996916430565635L
-
Class com.adobe.granite.workflow.job.WorkflowJob
class WorkflowJob extends Object implements Serializable- serialVersionUID:
- 5670996916430565635L
-
Serialized Fields
-
item
Map item
-
-
-
Package com.adobe.granite.workflow.metadata
-
Class com.adobe.granite.workflow.metadata.SimpleMetaDataMap
- serialVersionUID:
- 1360764073724170383L
-
-
Package com.adobe.granite.workflow.model
-
Exception Class com.adobe.granite.workflow.model.ValidationException
class ValidationException extends WorkflowException implements Serializable- serialVersionUID:
- -8901352801743975909L
-
Serialized Fields
-
node
WorkflowNode node
-
-
Exception Class com.adobe.granite.workflow.model.VersionException
class VersionException extends WorkflowException implements Serializable
-
-
Package com.adobe.internal.pdftoolkit.core.credentials.impl
-
Class com.adobe.internal.pdftoolkit.core.credentials.impl.HSMPrivateKey
class HSMPrivateKey extends 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
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFConfigurationException
class PDFConfigurationException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosNumberParseRuntimeException
class PDFCosNumberParseRuntimeException extends PDFRuntimeException implements Serializable- serialVersionUID:
- 2187022273535592608L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosParseException
class PDFCosParseException extends PDFInvalidDocumentException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorTypes
Set<PDFCosParseException.CosParseErrorType> errorTypes
-
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosUnexpectedTypeException
class PDFCosUnexpectedTypeException extends RuntimeException implements Serializable- serialVersionUID:
- -2169240342540936845L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFException
class PDFException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFFilterFormatException
class PDFFilterFormatException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFFontException
class PDFFontException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidContentException
class PDFInvalidContentException extends PDFInvalidDocumentException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidDocumentException
class PDFInvalidDocumentException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidParameterException
class PDFInvalidParameterException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidStructureException
class PDFInvalidStructureException extends PDFInvalidDocumentException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidXMLException
class PDFInvalidXMLException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFIOException
class PDFIOException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFParseException
class PDFParseException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFRuntimeException
class PDFRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 5130968669163679573L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityAuthorizationException
class PDFSecurityAuthorizationException extends PDFSecurityException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityConfigurationException
class PDFSecurityConfigurationException extends PDFSecurityException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityException
class PDFSecurityException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSignatureException
class PDFSignatureException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFUnableToCompleteOperationException
class PDFUnableToCompleteOperationException extends PDFException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.adobe.internal.pdftoolkit.core.exceptions.PDFUnsupportedFeatureException
class PDFUnsupportedFeatureException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.internal.pdftoolkit.core.filter
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.ASCII85FilterException
class ASCII85FilterException extends FilterException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.ASCIIHexFilterException
class ASCIIHexFilterException extends FilterException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.Base64FilterException
class Base64FilterException extends FilterException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.FilterException
class FilterException extends IOException implements Serializable- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.FilterParams
- serialVersionUID:
- 0L
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.FlateFilterException
class FlateFilterException extends FilterException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.LZWFilterException
class LZWFilterException extends FilterException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.RunLengthFilterException
class RunLengthFilterException extends FilterException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.TIFFFilterException
class TIFFFilterException extends FilterException implements Serializable- serialVersionUID:
- 0L
-
-
Package com.adobe.internal.pdftoolkit.core.filter.spi
-
Exception Class com.adobe.internal.pdftoolkit.core.filter.spi.CustomFilterException
class CustomFilterException extends 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
class PDFFontSetImpl extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
cssFontSet
CSS20FontSet cssFontSet
-
fallbackFontSet
FallbackFontSet fallbackFontSet
-
ignoreFontLoadingErrors
boolean ignoreFontLoadingErrors
-
platformFontSet
PlatformFontResolver platformFontSet
-
psFontSet
PSNameResolver psFontSet
-
resolvedNamesMap
HashMap<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
class ArrayListStack extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.internal.util.ByteString
class ByteString extends 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
class ByteStringBuffer extends Object implements Serializable- serialVersionUID:
- -5059151845327279132L
-
Serialized Fields
-
length
int length
-
value
byte[] value
-
-
Exception Class com.adobe.internal.util.InvalidOperandException
class InvalidOperandException extends Exception implements Serializable- serialVersionUID:
- 7526472295622776147L
-
Exception Class com.adobe.internal.util.MalformedExpressionException
class MalformedExpressionException extends Exception implements Serializable- serialVersionUID:
- 7526472295622776147L
-
-
Package com.adobe.internal.xmp
-
Exception Class com.adobe.internal.xmp.XMPException
class XMPException extends Exception implements Serializable-
Serialized Fields
-
errorCode
int errorCode
the errorCode of the XMP toolkit
-
-
-
-
Package com.adobe.reef.siren
-
Exception Class com.adobe.reef.siren.SirenException
class SirenException extends Exception implements Serializable
-
-
Package com.adobe.reef.siren.builder
-
Exception Class com.adobe.reef.siren.builder.BuilderException
class BuilderException extends SirenException implements Serializable -
Exception Class com.adobe.reef.siren.builder.BuilderValidationException
class BuilderValidationException extends BuilderException implements Serializable
-
-
Package com.adobe.reef.siren.converter
-
Exception Class com.adobe.reef.siren.converter.ConverterException
class ConverterException extends SirenException implements Serializable
-
-
Package com.adobe.versioncue.nativecomm
-
Exception Class com.adobe.versioncue.nativecomm.BadConfigException
class BadConfigException extends NativeCommException implements Serializable- serialVersionUID:
- -1224248930064481150L
-
Exception Class com.adobe.versioncue.nativecomm.NativeCommException
class NativeCommException extends Exception implements Serializable- serialVersionUID:
- -1284409855773874342L
-
Exception Class com.adobe.versioncue.nativecomm.ServiceAbortException
class ServiceAbortException extends NativeCommException implements Serializable- serialVersionUID:
- 6685582667977923765L
-
Exception Class com.adobe.versioncue.nativecomm.ServiceCallException
class ServiceCallException extends NativeCommException implements Serializable- serialVersionUID:
- -8786278664104163865L
-
Exception Class com.adobe.versioncue.nativecomm.ServiceTimeoutException
class ServiceTimeoutException extends NativeCommException implements Serializable- serialVersionUID:
- 8049028480967038366L
-
-
Package com.adobe.versioncue.nativecomm.msg
-
Exception Class com.adobe.versioncue.nativecomm.msg.BadMessageException
class BadMessageException extends NativeCommException implements Serializable- serialVersionUID:
- 5567107988955694059L
-
-
Package com.adobe.xfa
-
Class com.adobe.xfa.EventManager.EventTable
- serialVersionUID:
- -127450503214773632L
-
Exception Class com.adobe.xfa.ScriptHandler.ScriptException
class ScriptException extends ExFull implements Serializable- serialVersionUID:
- 132047461644242605L
-
Serialized Fields
-
mnErrorCode
int mnErrorCode
-
mnLineNumber
int mnLineNumber
-
-
-
Package com.adobe.xfa.formcalc
-
Exception Class com.adobe.xfa.formcalc.CalcException
class CalcException extends RuntimeException implements Serializable- serialVersionUID:
- -7820131771922187343L
-
Serialization Methods
-
writeObject
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
IOException
-
-
Exception Class com.adobe.xfa.formcalc.ParseException
class ParseException extends Exception implements Serializable -
Exception Class com.adobe.xfa.formcalc.TokenMgrError
class TokenMgrError extends Error implements Serializable-
Serialized Fields
-
errorCode
int errorCode
-
-
-
-
Package com.adobe.xfa.pmp.adobepdf417pmp
-
Exception Class com.adobe.xfa.pmp.adobepdf417pmp.PDF417EncoderException
class PDF417EncoderException extends BarcodeEncoderException implements Serializable- serialVersionUID:
- 7335409144751950561L
-
Serialized Fields
-
errorCode
PDF417EncoderErrorCode errorCode
-
-
-
Package com.adobe.xfa.pmp.common
-
Exception Class com.adobe.xfa.pmp.common.BarcodeEncoderException
class BarcodeEncoderException extends Exception implements Serializable- serialVersionUID:
- 7110381638142143711L
-
-
Package com.adobe.xfa.pmp.datamatrixpmp
-
Exception Class com.adobe.xfa.pmp.datamatrixpmp.DataMatrixEncoderException
class DataMatrixEncoderException extends BarcodeEncoderException implements Serializable- serialVersionUID:
- -5450172732577769831L
-
Serialized Fields
-
errorCode
DataMatrixEncoderErrorCode errorCode
-
-
-
Package com.adobe.xfa.pmp.qrcodepmp
-
Exception Class com.adobe.xfa.pmp.qrcodepmp.QRCodeEncoderException
class 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
class LiveComponent extends ScriptableObject implements Serializable- serialVersionUID:
- 1853010678358666589L
-
Serialization Methods
-
writeObject
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
IOException
-
-
Class com.adobe.xfa.scripthandler.rhino.LiveObject
class LiveObject extends ScriptableObject implements Serializable- serialVersionUID:
- 4351208801270519263L
-
Serialization Methods
-
writeObject
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
IOException
-
-
-
Package com.adobe.xfa.ut
-
Exception Class com.adobe.xfa.ut.ExceptionBase
class ExceptionBase extends RuntimeException implements Serializable- serialVersionUID:
- -687536745161985131L
-
Serialized Fields
-
mbWasReported
boolean mbWasReported
-
-
Exception Class com.adobe.xfa.ut.ExFull
class ExFull extends ExceptionBase implements Serializable- serialVersionUID:
- -2764654020640603225L
-
Exception Class com.adobe.xfa.ut.ExResourceFailure
class ExResourceFailure extends ExceptionBase implements Serializable- serialVersionUID:
- 6307738608710413349L
-
Serialized Fields
-
msMissingFile
String msMissingFile
-
-
Class com.adobe.xfa.ut.Storage
- serialVersionUID:
- -3453467565507172287L
-
-
Package com.adobe.xmp
-
Exception Class com.adobe.xmp.XMPException
class XMPException extends Exception implements Serializable-
Serialized Fields
-
errorCode
int errorCode
the errorCode of the XMP toolkit
-
-
-
-
Package com.adobe.xmp.core
-
Exception Class com.adobe.xmp.core.XMPException
class XMPException extends Exception implements Serializable- serialVersionUID:
- -7198438977309224764L
-
-
Package com.adobe.xmp.core.namespace
-
Class com.adobe.xmp.core.namespace.DefaultPrefixContract
- serialVersionUID:
- 9169953737065019512L
-
-
Package com.adobe.xmp.core.parser
-
Exception Class com.adobe.xmp.core.parser.ParseRDFException
class ParseRDFException extends XMPException implements Serializable -
Exception Class com.adobe.xmp.core.parser.ParseXMLException
class ParseXMLException extends XMPException implements Serializable -
Exception Class com.adobe.xmp.core.parser.ParseXMPException
class ParseXMPException extends XMPException implements Serializable -
Class com.adobe.xmp.core.parser.RDFXMLParserContext
-
-
Package com.adobe.xmp.core.serializer
-
Class com.adobe.xmp.core.serializer.RDFXMLSerializerContext
-
Exception Class com.adobe.xmp.core.serializer.SerializeOptionsException
class SerializeOptionsException extends XMPException implements Serializable -
Exception Class com.adobe.xmp.core.serializer.SerializeXMPException
class SerializeXMPException extends XMPException implements Serializable
-
-
Package com.adobe.xmp.path
-
Exception Class com.adobe.xmp.path.XMPPathParserException
class XMPPathParserException extends Exception implements Serializable- serialVersionUID:
- 4274465725891569432L
-
-
Package com.adobe.xmp.schema.model
-
Exception Class com.adobe.xmp.schema.model.XMPSchemaException
class XMPSchemaException extends Exception implements Serializable- serialVersionUID:
- -3734439070049547706L
-
-
Package com.adobe.xmp.schema.model.rules
-
Class com.adobe.xmp.schema.model.rules.BooleanRule
class BooleanRule extends 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
class ClosedChoice extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
vocablularyType
Vocable.Type vocablularyType
the type of vocabulary -
vocabulary
ArrayList<Vocable> vocabulary
List of allowed vocabulary
-
-
Class com.adobe.xmp.schema.model.rules.DateRule
class DateRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
operand
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
class IntegerRule extends 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
class LengthRule extends 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
class LogicalRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
operands
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
class 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
class PatternRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.adobe.xmp.schema.model.rules.RealRule
class RealRule extends 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
class Vocable extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.adobe.xmp.schema.rng.parser.exceptions
-
Exception Class com.adobe.xmp.schema.rng.parser.exceptions.RNGElementNotSupportedException
class RNGElementNotSupportedException extends RNGParseException implements Serializable- serialVersionUID:
- 4631275050411273383L
-
Exception Class com.adobe.xmp.schema.rng.parser.exceptions.RNGInvalidSchemaException
class RNGInvalidSchemaException extends Exception implements Serializable- serialVersionUID:
- 404637001857647896L
-
Exception Class com.adobe.xmp.schema.rng.parser.exceptions.RNGParseException
class RNGParseException extends RuntimeException implements Serializable- serialVersionUID:
- 3954153244247976307L
-
Exception Class com.adobe.xmp.schema.rng.parser.exceptions.RNGUnexpectedElementFoundException
class RNGUnexpectedElementFoundException extends RNGParseException implements Serializable- serialVersionUID:
- -2340408528814646571L
-
-
Package com.adobe.xmp.schema.service
-
Exception Class com.adobe.xmp.schema.service.SchemaServiceException
class SchemaServiceException extends Exception implements Serializable- serialVersionUID:
- 8364384923927034402L
-
-
Package com.day.commons.datasource.poolservice
-
Exception Class com.day.commons.datasource.poolservice.DataSourceNotFoundException
class DataSourceNotFoundException extends Exception implements Serializable -
Exception Class com.day.commons.datasource.poolservice.TypeNotAvailableException
class TypeNotAvailableException extends Exception implements Serializable
-
-
Package com.day.cq.analytics.sitecatalyst
-
Exception Class com.day.cq.analytics.sitecatalyst.SitecatalystException
class SitecatalystException extends Exception implements Serializable
-
-
Package com.day.cq.analytics.sitecatalyst.util
-
Class com.day.cq.analytics.sitecatalyst.util.RelativeDateFormat
class RelativeDateFormat extends SimpleDateFormat implements Serializable
-
-
Package com.day.cq.analytics.testandtarget
-
Exception Class com.day.cq.analytics.testandtarget.TestandtargetException
class TestandtargetException extends TestandtargetFormattedException implements Serializable -
Exception Class com.day.cq.analytics.testandtarget.TestandtargetFormattedException
class TestandtargetFormattedException extends Exception implements Serializable -
Exception Class com.day.cq.analytics.testandtarget.TestandtargetUnsupportedApiOperationException
class TestandtargetUnsupportedApiOperationException extends TestandtargetException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.day.cq.analytics.testandtarget.workspaces
-
Exception Class com.day.cq.analytics.testandtarget.workspaces.WorkspacesConfigurationException
class WorkspacesConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.day.cq.analytics.testandtarget.workspaces.WorkspacesProviderException
class WorkspacesProviderException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.day.cq.audit
-
Class com.day.cq.audit.AuditLogEntry
class AuditLogEntry extends Object implements Serializable- serialVersionUID:
- 9115969134511819580L
-
Class com.day.cq.audit.AuditLogEvent
class AuditLogEvent extends Object implements Serializable- serialVersionUID:
- 8029847202889440626L
-
Serialized Fields
-
entries
List<AuditLogEntry> entries
The list of entries
-
-
-
Package com.day.cq.commons
-
Exception Class com.day.cq.commons.SlingRepositoryException
class SlingRepositoryException extends SlingException implements Serializable- serialVersionUID:
- -640951864189570350L
-
-
Package com.day.cq.commons.date
-
Exception Class com.day.cq.commons.date.InvalidDateException
class InvalidDateException extends Exception implements Serializable- serialVersionUID:
- 8622618243763958745L
-
-
Package com.day.cq.commons.predicates
-
Class com.day.cq.commons.predicates.AnyPredicate
class AnyPredicate extends Object implements Serializable-
Serialized Fields
-
predicates
Predicate[] predicates
-
-
-
Class com.day.cq.commons.predicates.FalsePredicate
class FalsePredicate extends Object implements Serializable -
Class com.day.cq.commons.predicates.TruePredicate
class TruePredicate extends Object implements Serializable
-
-
Package com.day.cq.commons.predicates.servlets
-
Class com.day.cq.commons.predicates.servlets.AbstractCommandServlet
class AbstractCommandServlet extends AbstractPredicateServlet implements Serializable -
Class com.day.cq.commons.predicates.servlets.AbstractListServlet
class AbstractListServlet extends AbstractPredicateServlet implements Serializable-
Serialized Fields
-
cachedProviders
List<ListInfoProvider> cachedProviders
-
collator
Collator collator
Collator instance -
componentContext
ComponentContext componentContext
-
delayedProviders
List<ServiceReference> delayedProviders
-
listInfoProvider
ListInfoProvider listInfoProvider
-
providers
List<ServiceReference> providers
-
repository
SlingRepository repository
-
-
-
Class com.day.cq.commons.predicates.servlets.AbstractPredicateServlet
class AbstractPredicateServlet extends SlingAllMethodsServlet implements Serializable-
Serialized Fields
-
log
Logger log
default log -
provider
PredicateProvider provider
-
-
-
Class com.day.cq.commons.predicates.servlets.AbstractReplicableListServlet
class AbstractReplicableListServlet extends AbstractListServlet implements Serializable -
Class com.day.cq.commons.predicates.servlets.AbstractSearchServlet
class AbstractSearchServlet extends AbstractPredicateServlet implements Serializable -
Class com.day.cq.commons.predicates.servlets.OverlayServlet
class OverlayServlet extends AbstractPredicateServlet implements Serializable
-
-
Package com.day.cq.commons.servlets
-
Class com.day.cq.commons.servlets.AbstractCommandServlet
class AbstractCommandServlet extends AbstractPredicateServlet implements Serializable- serialVersionUID:
- -640576082673481348L
-
Serialized Fields
-
log
Logger log
Deprecated.
-
-
Class com.day.cq.commons.servlets.AbstractListServlet
class AbstractListServlet extends AbstractPredicateServlet implements Serializable- serialVersionUID:
- 2138470595710406273L
-
Serialized Fields
-
admin
Session admin
Deprecated. -
cachedProviders
List<ListInfoProvider> cachedProviders
Deprecated. -
collator
Collator collator
Deprecated.Collator instance -
componentContext
ComponentContext componentContext
Deprecated. -
delayedProviders
List<ServiceReference> delayedProviders
Deprecated. -
listInfoProvider
ListInfoProvider listInfoProvider
Deprecated. -
providers
List<ServiceReference> providers
Deprecated. -
repository
SlingRepository repository
Deprecated.
-
-
Class com.day.cq.commons.servlets.AbstractPredicateServlet
class AbstractPredicateServlet extends SlingAllMethodsServlet implements Serializable-
Serialized Fields
-
log
Logger log
Deprecated.default log -
provider
PredicateProvider provider
Deprecated.
-
-
-
Class com.day.cq.commons.servlets.AbstractReplicableListServlet
class AbstractReplicableListServlet extends AbstractListServlet implements Serializable-
Serialized Fields
-
log
Logger log
Deprecated.
-
-
-
Class com.day.cq.commons.servlets.AbstractSearchServlet
class AbstractSearchServlet extends AbstractPredicateServlet implements Serializable- serialVersionUID:
- 6105423525102347224L
-
Serialized Fields
-
log
Logger log
Deprecated.
-
-
Class com.day.cq.commons.servlets.FeedRendererServlet
class FeedRendererServlet extends SlingSafeMethodsServlet implements Serializable- serialVersionUID:
- 8394390726904986208L
-
Class com.day.cq.commons.servlets.NonExistingDispatcherServlet
class NonExistingDispatcherServlet extends GenericServlet implements Serializable-
Serialized Fields
-
context
ComponentContext context
-
log
Logger log
-
servlets
SortedMap<ServiceReference,
NonExistingResourceServlet> servlets -
unhandledServlets
List<ServiceReference> unhandledServlets
-
-
-
Class com.day.cq.commons.servlets.OverlayServlet
class OverlayServlet extends AbstractPredicateServlet implements Serializable- serialVersionUID:
- 2266516903915391606L
-
Serialized Fields
-
log
Logger log
Deprecated.
-
-
Class com.day.cq.commons.servlets.ProxyServlet
class ProxyServlet extends SlingSafeMethodsServlet implements Serializable- serialVersionUID:
- -2132087866168663893L
-
Serialized Fields
-
log
Logger log
default log
-
-
Class com.day.cq.commons.servlets.RootMappingServlet
class RootMappingServlet extends SlingSafeMethodsServlet implements Serializable- serialVersionUID:
- 3652955044323243271L
-
Serialized Fields
-
target
String target
-
-
Class com.day.cq.commons.servlets.TidyJsonServlet
class TidyJsonServlet extends AbstractPredicateServlet implements Serializable- serialVersionUID:
- -5306185798911938807L
-
-
Package com.day.cq.dam.api
-
Exception Class com.day.cq.dam.api.AssetHandlerException
class AssetHandlerException extends Exception implements Serializable -
Exception Class com.day.cq.dam.api.FolderSettingsException
class FolderSettingsException extends Exception implements Serializable -
Exception Class com.day.cq.dam.api.ProcessorException
class ProcessorException extends Exception implements Serializable-
Serialized Fields
-
processor
Processor processor
Processor that encountered error.
-
-
-
-
Package com.day.cq.dam.commons.watermark
-
Exception Class com.day.cq.dam.commons.watermark.WatermarkingException
class WatermarkingException extends Exception implements Serializable
-
-
Package com.day.cq.dam.handler.ffmpeg
-
Exception Class com.day.cq.dam.handler.ffmpeg.FfmpegNotFoundException
class FfmpegNotFoundException extends RuntimeException implements Serializable
-
-
Package com.day.cq.dam.handler.gibson.fontmanager
-
Exception Class com.day.cq.dam.handler.gibson.fontmanager.FontManagerException
class FontManagerException extends RuntimeException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
-
Package com.day.cq.dam.indd
-
Exception Class com.day.cq.dam.indd.PageExtractionException
class PageExtractionException extends RuntimeException implements Serializable
-
-
Package com.day.cq.dam.scene7.api.model
-
Exception Class com.day.cq.dam.scene7.api.model.AuthenticationException
class AuthenticationException extends IpsApiException implements Serializable- serialVersionUID:
- 3891038828516768943L
-
Exception Class com.day.cq.dam.scene7.api.model.AuthorizationException
class AuthorizationException extends IpsApiException implements Serializable- serialVersionUID:
- -3511735080537559321L
-
Exception Class com.day.cq.dam.scene7.api.model.IpsApiException
class IpsApiException extends RuntimeException implements Serializable- serialVersionUID:
- -7445252449047486682L
-
Class com.day.cq.dam.scene7.api.model.Scene7AssetImpl
class Scene7AssetImpl extends Object implements Serializable- serialVersionUID:
- 5536087022446822682L
-
-
Package com.day.cq.mailer
-
Exception Class com.day.cq.mailer.MailingException
class MailingException extends RuntimeException implements Serializable
-
-
Package com.day.cq.mcm.campaign
-
Exception Class com.day.cq.mcm.campaign.ACConnectorException
class ACConnectorException extends CampaignException implements Serializable -
Exception Class com.day.cq.mcm.campaign.CampaignException
class CampaignException extends Exception implements Serializable -
Exception Class com.day.cq.mcm.campaign.ConfigurationException
class ConfigurationException extends ACConnectorException implements Serializable -
Exception Class com.day.cq.mcm.campaign.ConnectionException
class ConnectionException extends ACConnectorException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
-
-
-
Package com.day.cq.mcm.emailprovider
-
Exception Class com.day.cq.mcm.emailprovider.EmailServiceException
class EmailServiceException extends Exception implements Serializable
-
-
Package com.day.cq.notification.api
-
Exception Class com.day.cq.notification.api.ChannelException
class ChannelException extends NotificationException implements Serializable -
Exception Class com.day.cq.notification.api.NotificationException
class NotificationException extends Throwable implements Serializable
-
-
Package com.day.cq.personalization
-
Class com.day.cq.personalization.CampaignsDataSourceServlet
class CampaignsDataSourceServlet extends SlingSafeMethodsServlet implements Serializable-
Serialized Fields
-
configManagerFactory
ConfigurationManagerFactory configManagerFactory
Deprecated.
-
-
-
Class com.day.cq.personalization.SegmentsDataSourceServlet
class SegmentsDataSourceServlet extends SlingSafeMethodsServlet implements Serializable-
Serialized Fields
-
log
Logger log
-
-
-
-
Package com.day.cq.personalization.tags
-
Class com.day.cq.personalization.tags.ContextProfileAvatarTag
class ContextProfileAvatarTag extends TagSupport implements Serializable- serialVersionUID:
- -8276659679028145718L
-
Class com.day.cq.personalization.tags.ContextProfileHtmlInputTag
class ContextProfileHtmlInputTag extends TagSupport implements Serializable- serialVersionUID:
- 4646561799994266940L
-
Class com.day.cq.personalization.tags.ContextProfileLinkTag
class ContextProfileLinkTag extends TagSupport implements Serializable -
Class com.day.cq.personalization.tags.ContextProfilePropertyTag
class ContextProfilePropertyTag extends TagSupport implements Serializable- serialVersionUID:
- 4646561799994266940L
-
Class com.day.cq.personalization.tags.StorePropertyTag
class StorePropertyTag extends TagSupport implements Serializable- serialVersionUID:
- 4646561799994266940L
-
Class com.day.cq.personalization.tags.StoreRendererTag
class StoreRendererTag extends TagSupport implements Serializable- serialVersionUID:
- 4646561799994266940L
-
Serialized Fields
-
store
String store
-
-
-
Package com.day.cq.polling.importer
-
Exception Class com.day.cq.polling.importer.ImportException
class ImportException extends SlingException implements Serializable
-
-
Package com.day.cq.replication
-
Exception Class com.day.cq.replication.AccessDeniedException
class AccessDeniedException extends ReplicationException implements Serializable- serialVersionUID:
- -6470535533583771271L
-
Exception Class com.day.cq.replication.AgentNotFoundException
class AgentNotFoundException extends ReplicationException implements Serializable- serialVersionUID:
- 8163707798847367159L
-
Exception Class com.day.cq.replication.PathNotFoundException
class PathNotFoundException extends ReplicationException implements Serializable- serialVersionUID:
- -5930202957795016152L
-
Class com.day.cq.replication.ReplicationAction
class ReplicationAction extends Object implements Serializable- serialVersionUID:
- -151606943486007293L
-
Serialized Fields
-
paths
String[] paths
all aggregate paths of a replication -
revision
String revision
The revision to replicate (default null) -
time
long time
The replication time -
type
ReplicationActionType type
the action type -
userId
String userId
The user id triggering the action
-
-
Class com.day.cq.replication.ReplicationContentFacade
class ReplicationContentFacade extends Object implements Serializable- serialVersionUID:
- 7508545788476718741L
-
Class com.day.cq.replication.ReplicationEvent
class ReplicationEvent extends Object implements Serializable-
Serialized Fields
-
isLocal
boolean isLocal
Is this a local event? -
replicationAction
ReplicationAction replicationAction
the replication action associated with this event
-
-
-
Exception Class com.day.cq.replication.ReplicationException
class ReplicationException extends Exception implements Serializable- serialVersionUID:
- -243436984989531373L
-
Exception Class com.day.cq.replication.TransportException
class TransportException extends ReplicationException implements Serializable- serialVersionUID:
- -2229496808305406859L
-
Serialized Fields
-
result
ReplicationResult result
Replication result.
-
-
Exception Class com.day.cq.replication.UnrecoverableReplicationException
class UnrecoverableReplicationException extends ReplicationException implements Serializable- serialVersionUID:
- -8617990791118342125L
-
-
Package com.day.cq.security
-
Exception Class com.day.cq.security.AuthorizableExistsException
class AuthorizableExistsException extends RuntimeException implements Serializable- serialVersionUID:
- -7263229762693153522L
-
Serialized Fields
-
id
String id
Deprecated.
-
-
Exception Class com.day.cq.security.CqSecurityException
class CqSecurityException extends SlingException implements Serializable- serialVersionUID:
- -8092729229204345328L
-
Exception Class com.day.cq.security.NoSuchAuthorizableException
class NoSuchAuthorizableException extends RuntimeException implements Serializable- serialVersionUID:
- 3626245256148675980L
-
Serialized Fields
-
authorizable
String authorizable
Deprecated.
-
-
Exception Class com.day.cq.security.NoSuchPrivilegeException
class NoSuchPrivilegeException extends SecurityException implements Serializable- serialVersionUID:
- 6283246668660743866L
-
-
Package com.day.cq.spellchecker
-
Exception Class com.day.cq.spellchecker.SpellCheckException
class SpellCheckException extends Exception implements Serializable-
Serialized Fields
-
root
Throwable root
Root throwable
-
-
-
-
Package com.day.cq.tagging
-
Exception Class com.day.cq.tagging.InvalidTagFormatException
class InvalidTagFormatException extends Exception implements Serializable- serialVersionUID:
- 7694873211398765678L
-
Exception Class com.day.cq.tagging.TagException
class TagException extends Exception implements Serializable- serialVersionUID:
- 7694873211398765678L
-
-
Package com.day.cq.wcm.api
-
Class com.day.cq.wcm.api.PageEvent
class PageEvent extends Object implements Serializable-
Serialized Fields
-
isLocal
boolean isLocal
Is this a local event? -
modifications
List<PageModification> modifications
The list of modifications
-
-
-
Class com.day.cq.wcm.api.PageModification
class PageModification extends Object implements Serializable-
Serialized Fields
-
above
String above
above path (used in create/move messages) -
changes
Set<String> changes
A list of changes. -
destination
String destination
Destination hande for move, may benull
if this was a simple reordering inside the same hierarchy -
modificationDate
Date modificationDate
The modification date. -
path
String path
Path of page that changed -
type
PageModification.ModificationType type
Modification type. -
userId
String userId
The user object of this page modification. -
versionId
String versionId
The version of the page that this modification belongs to.
-
-
-
Exception Class com.day.cq.wcm.api.WCMException
class WCMException extends Exception implements Serializable -
Exception Class com.day.cq.wcm.api.WCMRuntimeException
class WCMRuntimeException extends RuntimeException implements Serializable
-
-
Package com.day.cq.wcm.api.reference
-
Exception Class com.day.cq.wcm.api.reference.InvalidReferenceException
class InvalidReferenceException extends Exception implements Serializable
-
-
Package com.day.cq.wcm.command.api
-
Exception Class com.day.cq.wcm.command.api.CommandException
class CommandException extends Exception implements Serializable
-
-
Package com.day.cq.wcm.commons
-
Class com.day.cq.wcm.commons.AbstractImageServlet
class AbstractImageServlet extends SlingSafeMethodsServlet implements Serializable
-
-
Package com.day.cq.wcm.contentsync
-
Class com.day.cq.wcm.contentsync.PathRewriterOptions
class PathRewriterOptions extends HashMap<String,PathRewriterOptions.RewriteMode> implements Serializable - serialVersionUID:
- 7042302195945834350L
-
-
Package com.day.cq.wcm.core.contentfinder
-
Class com.day.cq.wcm.core.contentfinder.ContentFinderListInfoProviderHelper
class ContentFinderListInfoProviderHelper extends AbstractPredicateServlet implements Serializable- serialVersionUID:
- 7018564321415615254L
-
Serialized Fields
-
componentContext
ComponentContext componentContext
-
listInfoProviders
List<ServiceReference> listInfoProviders
-
-
Class com.day.cq.wcm.core.contentfinder.ViewHandler
class ViewHandler extends ContentFinderListInfoProviderHelper implements Serializable- serialVersionUID:
- 5964360462202342062L
-
-
Package com.day.cq.wcm.designimporter
-
Exception Class com.day.cq.wcm.designimporter.DesignImportException
class DesignImportException extends Exception implements Serializable- serialVersionUID:
- -3265095376177217499L
-
Exception Class com.day.cq.wcm.designimporter.MalformedArchiveException
class MalformedArchiveException extends DesignImportException implements Serializable- serialVersionUID:
- 5170449566939158321L
-
Exception Class com.day.cq.wcm.designimporter.MissingCanvasException
class MissingCanvasException extends DesignImportException implements Serializable- serialVersionUID:
- 1263614485758696971L
-
Exception Class com.day.cq.wcm.designimporter.MissingHTMLException
class MissingHTMLException extends DesignImportException implements Serializable- serialVersionUID:
- 1263614485758696971L
-
Exception Class com.day.cq.wcm.designimporter.UnsupportedTagContentException
class UnsupportedTagContentException extends DesignImportException implements Serializable- serialVersionUID:
- 3474273972420785952L
-
-
Package com.day.cq.wcm.foundation
-
Class com.day.cq.wcm.foundation.ParagraphList
class ParagraphList extends SlingSafeMethodsServlet implements Serializable- serialVersionUID:
- 2156140435583248698L
-
Class com.day.cq.wcm.foundation.ParagraphServlet
class ParagraphServlet extends SlingSafeMethodsServlet implements Serializable- serialVersionUID:
- 2156140435583248698L
-
Class com.day.cq.wcm.foundation.Table.Attributes
-
Class com.day.cq.wcm.foundation.TextFormat
class TextFormat extends Format implements Serializable-
Serialized Fields
-
autoBr
boolean autoBr
-
autoList
boolean autoList
-
escapeXML
boolean escapeXML
-
tagBr
String tagBr
The tag used for line breaks, defaultTextFormat.DEFAULT_BR
-
tagOlClose
String tagOlClose
The tag used to end ordered lists, defaultTextFormat.DEFAULT_TAG_OL_CLOSE
-
tagOlItemClose
String tagOlItemClose
The tag used to close items in ordered lists, defaultTextFormat.DEFAULT_TAG_OL_ITEM_CLOSE
-
tagOlItemOpen
String tagOlItemOpen
The tag used to start items in ordered lists, defaultTextFormat.DEFAULT_TAG_OL_ITEM_OPEN
-
tagOlOpen
String tagOlOpen
The tag used to start ordered lists, defaultTextFormat.DEFAULT_TAG_OL_OPEN
-
tagUlClose
String tagUlClose
The tag used to end ordered lists, defaultTextFormat.DEFAULT_TAG_UL_OPEN
-
tagUlItemClose
String tagUlItemClose
The tag used to close items in unordered lists, defaultTextFormat.DEFAULT_TAG_UL_ITEM_CLOSE
-
tagUlItemOpen
String tagUlItemOpen
The tag used to start items in unordered lists, defaultTextFormat.DEFAULT_TAG_UL_ITEM_OPEN
-
tagUlOpen
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
class AddParamTag extends com.day.cq.wcm.tags.AbstractParamTag implements Serializable- serialVersionUID:
- 4947594165545497436L
-
Class com.day.cq.wcm.tags.DefineObjectsTag
class DefineObjectsTag extends DefineObjectsTag implements Serializable- serialVersionUID:
- 6250552899680823151L
-
Serialized Fields
-
componentContextName
String componentContextName
-
componentName
String componentName
-
currentDesignName
String currentDesignName
-
currentPageName
String currentPageName
-
currentPolicyName
String currentPolicyName
-
currentPolicyPropertiesName
String currentPolicyPropertiesName
-
currentStyleName
String currentStyleName
-
designerName
String designerName
-
editContextName
String editContextName
-
pageManagerName
String pageManagerName
-
pagePropertiesName
String pagePropertiesName
-
propertiesName
String propertiesName
-
resourceDesignName
String resourceDesignName
-
resourcePageName
String resourcePageName
-
xssAPIName
String xssAPIName
-
-
Class com.day.cq.wcm.tags.IncludeClientLibraryTag
class IncludeClientLibraryTag extends TagSupport implements Serializable- serialVersionUID:
- -3068291967085012331L
-
Class com.day.cq.wcm.tags.IncludeTag
class IncludeTag extends TagSupport implements Serializable- serialVersionUID:
- -5953960896840203934L
-
Serialized Fields
-
defaultResourceType
String defaultResourceType
defaultResourceType -
flush
boolean flush
flush -
ignoreComponentHierarchy
boolean ignoreComponentHierarchy
ignores the component hierarchy and only respect scripts paths -
path
String path
path -
resourceType
String resourceType
resource type -
script
String script
jsp script
-
-
Class com.day.cq.wcm.tags.RemoveParamTag
class RemoveParamTag extends com.day.cq.wcm.tags.AbstractParamTag implements Serializable- serialVersionUID:
- -205325594674220669L
-
Class com.day.cq.wcm.tags.RequestURLTag
class RequestURLTag extends TagSupport implements Serializable- serialVersionUID:
- -5674803762870190034L
-
Class com.day.cq.wcm.tags.SetContentBundleTag
class SetContentBundleTag extends TagSupport implements Serializable- serialVersionUID:
- -3437648502705143816L
-
Class com.day.cq.wcm.tags.TextTag
class TextTag extends BodyTagSupport implements Serializable-
Serialized Fields
-
ALLOWED_TAGS
String[] ALLOWED_TAGS
-
def
String def
-
DIV_TAG
String DIV_TAG
-
enforceFilterHTML
boolean enforceFilterHTML
-
escapeXml
boolean escapeXml
-
fmt
Format fmt
-
noDiff
boolean noDiff
-
oldValue
Object oldValue
-
output
String output
-
placeholder
String placeholder
-
propertyName
String propertyName
-
tagClass
String tagClass
-
tagName
String tagName
-
textIsRich
boolean textIsRich
-
value
Object value
-
xssAPI
XSSAPI xssAPI
-
-
-
-
Package com.day.cq.wcm.undo
-
Exception Class com.day.cq.wcm.undo.BinaryHandlingException
class BinaryHandlingException extends Exception implements Serializable
-
-
Package com.day.cq.workflow
-
Exception Class com.day.cq.workflow.WorkflowException
class WorkflowException extends Exception implements Serializable- serialVersionUID:
- 3126765556125618406L
-
-
Package com.day.cq.workflow.event
-
Class com.day.cq.workflow.event.ExternalProcessPollingEvent
class ExternalProcessPollingEvent extends Object implements Serializable- serialVersionUID:
- -2349473421221460240L
-
Serialized Fields
-
externalProcessId
Serializable externalProcessId
-
workItemMap
Map<String,
Serializable> workItemMap
-
-
-
Package com.day.cq.workflow.job
-
Class com.day.cq.workflow.job.ExternalProcessJob
class ExternalProcessJob extends Object implements Serializable- serialVersionUID:
- 5718625605490930738L
-
Serialized Fields
-
serializedItem
Map serializedItem
-
-
Class com.day.cq.workflow.job.TimeoutJob
class TimeoutJob extends Object implements Serializable- serialVersionUID:
- 5670996916430565635L
-
Class com.day.cq.workflow.job.WorkflowJob
class WorkflowJob extends Object implements Serializable- serialVersionUID:
- 5670996916430565635L
-
Serialized Fields
-
item
Map item
-
-
-
Package com.day.cq.workflow.metadata
-
Class com.day.cq.workflow.metadata.SimpleMetaDataMap
- serialVersionUID:
- 1360764073724170383L
-
-
Package com.day.cq.workflow.model
-
Exception Class com.day.cq.workflow.model.ValidationException
class ValidationException extends WorkflowException implements Serializable- serialVersionUID:
- -8901352801743975909L
-
Serialized Fields
-
node
WorkflowNode node
-
-
-
Package com.day.cq.xss
-
Exception Class com.day.cq.xss.XSSProtectionException
class XSSProtectionException extends Exception implements Serializable
-
-
Package com.day.cq.xss.taglib
-
Class com.day.cq.xss.taglib.InvalidatePolicy
class InvalidatePolicy extends TagSupport implements Serializable-
Serialized Fields
-
policy
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
class ProtectBody extends BodyTagSupport implements Serializable -
Class com.day.cq.xss.taglib.ProtectStringAsAttribute
class ProtectStringAsAttribute extends ProtectBody implements Serializable-
Serialized Fields
-
name
String name
Deprecated.Name of attribute where the result is saved to
-
-
-
-
Package com.day.crx
-
Exception Class com.day.crx.BaseException
class BaseException extends Exception implements Serializable
-
-
Package com.day.text
-
Class com.day.text.AutoFormatter
class AutoFormatter extends Format implements Serializable-
Serialized Fields
-
DEFAULT_MODS
int DEFAULT_MODS
The default modifiers used by theAutoFormatter.format(Object, StringBuffer, FieldPosition)
method. -
tagBr
String tagBr
The tag used for line breaks, defaultAutoFormatter.DEFAULT_BR
-
tagOlClose
String tagOlClose
The tag used to end ordered lists, defaultAutoFormatter.DEFAULT_TAG_OL_CLOSE
-
tagOlItemClose
String tagOlItemClose
The tag used to end items in ordered lists, defaultAutoFormatter.DEFAULT_TAG_OL_ITEM_CLOSE
-
tagOlItemOpen
String tagOlItemOpen
The tag used to start items in ordered lists, defaultAutoFormatter.DEFAULT_TAG_OL_ITEM_OPEN
-
tagOlOpen
String tagOlOpen
The tag used to start ordered lists, defaultAutoFormatter.DEFAULT_TAG_OL_OPEN
-
tagUlClose
String tagUlClose
The tag used to end ordered lists, defaultAutoFormatter.DEFAULT_TAG_UL_OPEN
-
tagUlItemClose
String tagUlItemClose
The tag used to end items in unordered lists, defaultAutoFormatter.DEFAULT_TAG_UL_ITEM_CLOSE
-
tagUlItemStart
String tagUlItemStart
The tag used to start items in unordered lists, defaultAutoFormatter.DEFAULT_TAG_UL_ITEM_OPEN
-
tagUlOpen
String tagUlOpen
The tag used to start unordered lists, defaultAutoFormatter.DEFAULT_TAG_UL_OPEN
-
-
-
-
Package com.day.util
-
Class com.day.util.UUID
class UUID extends Object implements Serializable-
Serialized Fields
-
bytes
byte[] bytes
cached bytes -
hashCode
int hashCode
cached hashCode -
version
int version
the version
-
-
-
Exception Class com.day.util.WrappedException
class WrappedException extends Exception implements Serializable-
Serialized Fields
-
rootException
Throwable rootException
Root failure cause
-
-
-
Exception Class com.day.util.WrappedRuntimeException
class WrappedRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
rootException
Throwable rootException
Root failure cause
-
-
-
-
Package com.drew.imaging
-
Exception Class com.drew.imaging.ImageProcessingException
class ImageProcessingException extends CompoundException implements Serializable- serialVersionUID:
- -9115669182209912676L
-
-
Package com.drew.imaging.jpeg
-
Exception Class com.drew.imaging.jpeg.JpegProcessingException
class JpegProcessingException extends ImageProcessingException implements Serializable- serialVersionUID:
- -7870179776125450158L
-
-
Package com.drew.imaging.tiff
-
Exception Class com.drew.imaging.tiff.TiffProcessingException
class TiffProcessingException extends ImageProcessingException implements Serializable- serialVersionUID:
- -1658134119488001891L
-
-
Package com.drew.lang
-
Exception Class com.drew.lang.BufferBoundsException
class BufferBoundsException extends IOException implements Serializable- serialVersionUID:
- 2911102837808946396L
-
Exception Class com.drew.lang.CompoundException
class CompoundException extends Exception implements Serializable- serialVersionUID:
- -9207883813472069925L
-
Serialized Fields
-
_innerException
Throwable _innerException
-
-
Class com.drew.lang.Rational
class Rational extends Number implements Serializable- serialVersionUID:
- 510688928138848770L
-
Serialized Fields
-
_denominator
long _denominator
Holds the denominator. -
_numerator
long _numerator
Holds the numerator.
-
-
-
Package com.drew.metadata
-
Exception Class com.drew.metadata.MetadataException
class MetadataException extends CompoundException implements Serializable- serialVersionUID:
- 8612756143363919682L
-
-
Package com.drew.metadata.exif
-
Exception Class com.drew.metadata.exif.ExifProcessingException
class ExifProcessingException extends MetadataException implements Serializable
-
-
Package com.drew.metadata.iptc
-
Exception Class com.drew.metadata.iptc.IptcProcessingException
class IptcProcessingException extends MetadataException implements Serializable
-
-
Package com.drew.metadata.jpeg
-
Class com.drew.metadata.jpeg.JpegComponent
class JpegComponent extends 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
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_creatorVisibility
JsonAutoDetect.Visibility _creatorVisibility
-
_fieldVisibility
JsonAutoDetect.Visibility _fieldVisibility
-
_getterVisibility
JsonAutoDetect.Visibility _getterVisibility
-
_isGetterVisibility
JsonAutoDetect.Visibility _isGetterVisibility
-
_setterVisibility
JsonAutoDetect.Visibility _setterVisibility
-
-
Class com.fasterxml.jackson.annotation.JsonFormat.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_features
JsonFormat.Features _features
- Since:
- 2.6
-
_lenient
Boolean _lenient
- Since:
- 2.9
-
_locale
Locale _locale
-
_pattern
String _pattern
-
_shape
JsonFormat.Shape _shape
-
_timezoneStr
String _timezoneStr
-
-
Class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonInclude.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_contentFilter
Class<?> _contentFilter
- Since:
- 2.9
-
_contentInclusion
JsonInclude.Include _contentInclusion
-
_valueFilter
Class<?> _valueFilter
- Since:
- 2.9
-
_valueInclusion
JsonInclude.Include _valueInclusion
-
-
Class com.fasterxml.jackson.annotation.JsonIncludeProperties.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonSetter.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonTypeInfo.Value
class Value extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultImpl
Class<?> _defaultImpl
-
_idType
JsonTypeInfo.Id _idType
-
_idVisible
boolean _idVisible
-
_inclusionType
JsonTypeInfo.As _inclusionType
-
_propertyName
String _propertyName
-
_requireTypeIdForSubtypes
Boolean _requireTypeIdForSubtypes
-
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerator
class ObjectIdGenerator extends Object implements Serializable -
Class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
class IdKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hashCode
int hashCode
-
key
Object key
Object for which Object Id was generated: can NOT be null. -
scope
Class<?> scope
Scope of the Object Id (may be null, to denote global) -
type
Class<?> type
Type ofObjectIdGenerator
used for generating Object Id
-
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
class IntSequenceGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<Integer> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.None
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.PropertyGenerator
class PropertyGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<Object> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator
class StringIdGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<String> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator
class UUIDGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<UUID> implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.core
-
Class com.fasterxml.jackson.core.Base64Variant
class Base64Variant extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_maxLineLength
int _maxLineLength
Maximum number of encoded base64 characters to output during encoding before adding a linefeed, if line length is to be limited (Integer.MAX_VALUE
if not limited).Note: for some output modes (when writing attributes) linefeeds may need to be avoided, and this value ignored.
-
_name
String _name
Symbolic name of variant; used for diagnostics/debugging.Note that this is the only non-transient field; used when reading back from serialized state.
Also: must not be private, accessed from `BaseVariants`
-
_paddingChar
char _paddingChar
Character used for padding, if any (Base64Variant.PADDING_CHAR_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.ErrorReportConfiguration
class ErrorReportConfiguration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxErrorTokenLength
int _maxErrorTokenLength
Maximum length of token to include in error messages- See Also:
-
_maxRawContentLength
int _maxRawContentLength
Maximum length of raw content to include in error messages- See Also:
-
-
Exception Class com.fasterxml.jackson.core.JacksonException
class JacksonException extends IOException implements Serializable- serialVersionUID:
- 123L
-
Class com.fasterxml.jackson.core.JsonFactory
class JsonFactory extends TokenStreamFactory implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
Method that we need to override to actually make restoration go through constructors etc: needed to allow JDK serializability of factory instances.Note: must be overridden by sub-classes as well.
-
-
Serialized Fields
-
_characterEscapes
CharacterEscapes _characterEscapes
Definition of custom character escapes to use for generators created by this factory, if any. If null, standard data format specific escapes are used. -
_errorReportConfiguration
ErrorReportConfiguration _errorReportConfiguration
Container for configuration values used when handling erroneous token inputs.- Since:
- 2.16
-
_factoryFeatures
int _factoryFeatures
Currently enabled factory features. -
_generatorDecorators
List<JsonGeneratorDecorator> _generatorDecorators
List ofJsonGeneratorDecorator
s to apply toJsonGenerator
s after construction; applied in the order of addition.- Since:
- 2.16
-
_generatorFeatures
int _generatorFeatures
Currently enabled generator features. -
_inputDecorator
InputDecorator _inputDecorator
Optional helper object that may decorate input sources, to do additional processing on input during parsing. -
_maximumNonEscapedChar
int _maximumNonEscapedChar
Optional threshold used for automatically escaping character above certain character code value: 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. -
_recyclerPool
RecyclerPool<BufferRecycler> _recyclerPool
RecyclerPool
configured for use by this factory: used for recycling underlying read and/or write buffers viaBufferRecycler
.- Since:
- 2.16
-
_rootValueSeparator
SerializableString _rootValueSeparator
Separator used between root-level values, if any; null indicates "do not add separator". Default separator is a single space character.- Since:
- 2.1
-
_streamReadConstraints
StreamReadConstraints _streamReadConstraints
Read constraints to use forJsonParser
s constructed using this factory.- Since:
- 2.15
-
_streamWriteConstraints
StreamWriteConstraints _streamWriteConstraints
Write constraints to use forJsonGenerator
s constructed using this factory.- Since:
- 2.16
-
-
Exception Class com.fasterxml.jackson.core.JsonGenerationException
class JsonGenerationException extends StreamWriteException implements Serializable- serialVersionUID:
- 123L
-
Class com.fasterxml.jackson.core.JsonLocation
class JsonLocation extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_columnNr
int _columnNr
-
_contentReference
ContentReference _contentReference
Reference to input source; never null (but may be that ofContentReference.unknown()
).- Since:
- 2.13 (before we have
_sourceRef
(Object-valued)
-
_lineNr
int _lineNr
-
_totalBytes
long _totalBytes
-
_totalChars
long _totalChars
-
-
Exception Class com.fasterxml.jackson.core.JsonParseException
class JsonParseException extends StreamReadException implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.core.JsonpCharacterEscapes
class JsonpCharacterEscapes extends CharacterEscapes implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.JsonPointer
class JsonPointer extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
_asString
String _asString
We will retain representation of the pointer, as a String, so thatJsonPointer.toString()
should be as efficient as possible.NOTE: starting with 2.14, there is no accompanying
JsonPointer._asStringOffset
that MUST be considered with this String; thisString
may contain preceding path, as it is now full path of parent pointer, except for the outermost pointer instance. -
_asStringOffset
int _asStringOffset
- Since:
- 2.14
-
_hashCode
int _hashCode
Lazily-calculated hash code: need to retain hash code now that we can no longer rely onJsonPointer._asString
being the exact full representation (it is often "more", including parent path).- Since:
- 2.14
-
_head
JsonPointer _head
Reference from currently matching segment (if any) to node before leaf. Lazily constructed if/as needed.NOTE: we'll use `volatile` here assuming that this is unlikely to become a performance bottleneck. If it becomes one we can probably just drop it and things still should work (despite warnings as per JMM regarding visibility (and lack thereof) of unguarded changes).
- Since:
- 2.5
-
_matchingElementIndex
int _matchingElementIndex
-
_matchingPropertyName
String _matchingPropertyName
-
_nextSegment
JsonPointer _nextSegment
Reference to rest of the pointer beyond currently matching segment (if any); null if this pointer refers to the matching segment.
-
-
Exception Class com.fasterxml.jackson.core.JsonProcessingException
class JsonProcessingException extends JacksonException implements Serializable- serialVersionUID:
- 123L
-
Serialized Fields
-
_location
JsonLocation _location
-
-
Class com.fasterxml.jackson.core.StreamReadConstraints
class StreamReadConstraints extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxDocLen
long _maxDocLen
-
_maxNameLen
int _maxNameLen
-
_maxNestingDepth
int _maxNestingDepth
-
_maxNumLen
int _maxNumLen
-
_maxStringLen
int _maxStringLen
-
-
Class com.fasterxml.jackson.core.StreamWriteConstraints
class StreamWriteConstraints extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxNestingDepth
int _maxNestingDepth
-
-
Class com.fasterxml.jackson.core.TokenStreamFactory
class TokenStreamFactory extends Object implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.core.Version
class Version extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.core.exc
-
Exception Class com.fasterxml.jackson.core.exc.InputCoercionException
class InputCoercionException extends StreamReadException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.fasterxml.jackson.core.exc.StreamConstraintsException
class StreamConstraintsException extends JsonProcessingException implements Serializable- serialVersionUID:
- 2L
-
Exception Class com.fasterxml.jackson.core.exc.StreamReadException
class StreamReadException extends JsonProcessingException implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_requestPayload
RequestPayload _requestPayload
Optional payload that can be assigned to pass along for error reporting or handling purposes. Core streaming parser implementations DO NOT initialize this; it is up to using applications and frameworks to populate it.
-
-
Exception Class com.fasterxml.jackson.core.exc.StreamWriteException
class StreamWriteException extends JsonProcessingException implements Serializable- serialVersionUID:
- 2L
-
-
Package com.fasterxml.jackson.core.io
-
Class com.fasterxml.jackson.core.io.CharacterEscapes
class CharacterEscapes extends Object implements Serializable -
Class com.fasterxml.jackson.core.io.ContentReference
class ContentReference extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
readResolve
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_isContentTextual
boolean _isContentTextual
Marker flag to indicate whether included content is textual or not: this is taken to mean, by default, that a snippet of content may be displayed for exception messages. -
_length
int _length
For static content, indicates length of content in the static array.-1
if not in use. -
_maxRawContentLength
int _maxRawContentLength
max raw content to return as configured- Since:
- 2.16
-
_offset
int _offset
For static content, indicates offset from the beginning of static array.-1
if not in use.
-
-
Class com.fasterxml.jackson.core.io.InputDecorator
class InputDecorator extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.fasterxml.jackson.core.io.JsonEOFException
class JsonEOFException extends JsonParseException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_token
JsonToken _token
Type of token that was being decoded, if parser had enough information to recognize type (such as starting double-quote for Strings)
-
-
Class com.fasterxml.jackson.core.io.OutputDecorator
class OutputDecorator extends Object implements Serializable -
Class com.fasterxml.jackson.core.io.SerializedString
class SerializedString extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
readResolve
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_quotedChars
char[] _quotedChars
-
_quotedUTF8Ref
byte[] _quotedUTF8Ref
-
_unquotedUTF8Ref
byte[] _unquotedUTF8Ref
-
_value
String _value
-
-
-
Package com.fasterxml.jackson.core.util
-
Class com.fasterxml.jackson.core.util.DefaultIndenter
class DefaultIndenter extends DefaultPrettyPrinter.NopIndenter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
charsPerLevel
int charsPerLevel
-
eol
String eol
-
indents
char[] indents
-
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
class DefaultPrettyPrinter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayEmptySeparator
String _arrayEmptySeparator
String to use in empty Array to separate start and end markers. Default is single space, resulting in output of[ ]
.- Since:
- 2.17
-
_arrayIndenter
DefaultPrettyPrinter.Indenter _arrayIndenter
By default, let's use only spaces to separate array values. -
_arrayValueSeparator
String _arrayValueSeparator
- Since:
- 2.16
-
_objectEmptySeparator
String _objectEmptySeparator
String to use in empty Object to separate start and end markers. Default is single space, resulting in output of{ }
.- Since:
- 2.17
-
_objectEntrySeparator
String _objectEntrySeparator
- Since:
- 2.16
-
_objectFieldValueSeparatorWithSpaces
String _objectFieldValueSeparatorWithSpaces
- Since:
- 2.9
-
_objectIndenter
DefaultPrettyPrinter.Indenter _objectIndenter
By default, let's use linefeed-adding indenter for separate object entries. We'll further configure indenter to use system-specific linefeeds, and 2 spaces per level (as opposed to, say, single tabs) -
_rootSeparator
SerializableString _rootSeparator
String printed between root-level values, if any. -
_separators
Separators _separators
- Since:
- 2.9
-
_spacesInObjectEntries
boolean _spacesInObjectEntries
Deprecated.in 2.16. Use Separators API instead.By default we will add spaces around colons used to separate object fields and values. If disabled, will not use spaces around colon.
-
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter
class FixedSpaceIndenter extends DefaultPrettyPrinter.NopIndenter implements Serializable -
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
class NopIndenter extends Object implements Serializable -
Class com.fasterxml.jackson.core.util.InternCache
- serialVersionUID:
- 1L
-
Serialized Fields
-
lock
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.JacksonFeatureSet
class JacksonFeatureSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_enabled
int _enabled
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.BoundedPool
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.ConcurrentDequePool
class ConcurrentDequePool extends RecyclerPool.ConcurrentDequePoolBase<BufferRecycler> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.LockFreePool
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.NonRecyclingPool
class NonRecyclingPool extends RecyclerPool.NonRecyclingPoolBase<BufferRecycler> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.JsonRecyclerPools.ThreadLocalPool
class ThreadLocalPool extends RecyclerPool.ThreadLocalPoolBase<BufferRecycler> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
class MinimalPrettyPrinter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_rootValueSeparator
String _rootValueSeparator
-
_separators
Separators _separators
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.core.util.RecyclerPool.BoundedPoolBase
class BoundedPoolBase extends RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase
class ConcurrentDequePoolBase extends RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RecyclerPool.LockFreePoolBase
class LockFreePoolBase extends RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RecyclerPool.NonRecyclingPoolBase
class NonRecyclingPoolBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RecyclerPool.StatefulImplBase
class StatefulImplBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_serialization
int _serialization
Value that indicates basic aspects of pool for JDK serialization; either marker for shared/non-shared, or possibly bounded size; depends on sub-class.
-
-
Class com.fasterxml.jackson.core.util.RecyclerPool.ThreadLocalPoolBase
class ThreadLocalPoolBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.util.RequestPayload
class RequestPayload extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_charset
String _charset
-
_payloadAsBytes
byte[] _payloadAsBytes
-
_payloadAsText
CharSequence _payloadAsText
-
-
Class com.fasterxml.jackson.core.util.Separators
class Separators extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayEmptySeparator
String arrayEmptySeparator
-
arrayValueSeparator
char arrayValueSeparator
-
arrayValueSpacing
Separators.Spacing arrayValueSpacing
-
objectEmptySeparator
String objectEmptySeparator
-
objectEntrySeparator
char objectEntrySeparator
-
objectEntrySpacing
Separators.Spacing objectEntrySpacing
-
objectFieldValueSeparator
char objectFieldValueSeparator
-
objectFieldValueSpacing
Separators.Spacing objectFieldValueSpacing
-
rootSeparator
String rootSeparator
-
-
-
Package com.fasterxml.jackson.databind
-
Class com.fasterxml.jackson.databind.AnnotationIntrospector
class AnnotationIntrospector extends Object implements Serializable -
Class com.fasterxml.jackson.databind.BeanProperty.Std
class Std extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_member
AnnotatedMember _member
Physical entity (field, method or constructor argument) that is used to access value of property (or in case of constructor property, just placeholder) -
_metadata
PropertyMetadata _metadata
-
_name
PropertyName _name
-
_type
JavaType _type
-
_wrapperName
PropertyName _wrapperName
-
-
Exception Class com.fasterxml.jackson.databind.DatabindException
class DatabindException extends JsonProcessingException implements Serializable- serialVersionUID:
- 3L
-
Class com.fasterxml.jackson.databind.DeserializationConfig
class DeserializationConfig extends MapperConfigBase<DeserializationFeature,DeserializationConfig> implements Serializable - serialVersionUID:
- 2L
-
Serialized Fields
-
_coercionConfigs
CoercionConfigs _coercionConfigs
- Since:
- 2.12
-
_ctorDetector
ConstructorDetector _ctorDetector
- Since:
- 2.12
-
_deserFeatures
int _deserFeatures
Set 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
class 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
Class<?> _view
Currently active view, if any.
-
-
Class com.fasterxml.jackson.databind.InjectableValues.Std
class Std extends InjectableValues implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.JavaType
class JavaType extends ResolvedType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_asStatic
boolean _asStatic
Whether entities defined with this type should be handled using static typing (as opposed to dynamic runtime type) or not.- Since:
- 2.2
-
_class
Class<?> _class
This is the nominal type-erased Class that would be close to the type represented (but not exactly type, due to type erasure: type instance may have more information on this). May be an interface or abstract class, so instantiation may not be possible. -
_hash
int _hash
-
_typeHandler
Object _typeHandler
Optional handler that can be attached to indicate how to handle additional type metadata associated with this type.Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
-
_valueHandler
Object _valueHandler
Optional handler (codec) that can be attached to indicate what to use for handling (serializing, deserializing) values of this specific type.Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
-
-
Exception Class com.fasterxml.jackson.databind.JsonMappingException
class JsonMappingException extends DatabindException implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
_path
LinkedList<JsonMappingException.Reference> _path
Path through which problem that triggering throwing of this exception was reached.
-
-
Class com.fasterxml.jackson.databind.JsonMappingException.Reference
class Reference extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
writeReplace
Object writeReplace()May need some cleaning here, given that `from` may or may not be serializable. since 2.8
-
-
Serialized Fields
-
_desc
String _desc
Lazily-constructed description of this instance; needed mostly to allow JDK serialization to work in case whereJsonMappingException.Reference._from
is non-serializable (and has to be dropped) but we still want to pass actual description along.- Since:
- 2.8
-
_fieldName
String _fieldName
Name of field (for beans) or key (for Maps) that is part of the reference. May be null for Collection types (which generally haveJsonMappingException.Reference._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
class MappingJsonFactory extends JsonFactory implements Serializable- serialVersionUID:
- -1L
-
Class com.fasterxml.jackson.databind.ObjectMapper
class ObjectMapper extends ObjectCodec implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_coercionConfigs
CoercionConfigs _coercionConfigs
Current set of coercion configuration definitions that define allowed (and not allowed) coercions from secondary shapes.- Since:
- 2.12
-
_configOverrides
ConfigOverrides _configOverrides
Currently active per-type configuration overrides, accessed by declared type of property.- Since:
- 2.9
-
_deserializationConfig
DeserializationConfig _deserializationConfig
Configuration object that defines basic global settings for the serialization process -
_deserializationContext
DefaultDeserializationContext _deserializationContext
Blueprint context object; stored here to allow custom sub-classes. Contains references to objects needed for deserialization construction (cache, factory). -
_injectableValues
InjectableValues _injectableValues
Provider for values to inject in deserialized POJOs. -
_jsonFactory
JsonFactory _jsonFactory
Factory used to 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
Set<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
ConcurrentHashMap<JavaType,
JsonDeserializer<Object>> _rootDeserializers We will use a separate main-level Map for keeping track of root-level deserializers. This is where most successful cache lookups get resolved. Map will contain resolvers for all kinds of types, including container types: this is different from the component cache which will only cache bean deserializers.Given that we don't expect much concurrency for additions (should very quickly converge to zero after startup), let's explicitly define a low concurrency setting.
These may are either "raw" deserializers (when no type information is needed for base type), or type-wrapped deserializers (if it is needed)
-
_serializationConfig
SerializationConfig _serializationConfig
Configuration object that defines basic global settings for the serialization process -
_serializerFactory
SerializerFactory _serializerFactory
Serializer factory used for constructing serializers. -
_serializerProvider
DefaultSerializerProvider _serializerProvider
Object that manages access to serializers used for serialization, including caching. It is configured withObjectMapper._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
class DefaultTypeResolverBuilder extends StdTypeResolverBuilder implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_appliesFor
ObjectMapper.DefaultTyping _appliesFor
Definition of what types is this default typer valid for. -
_subtypeValidator
PolymorphicTypeValidator _subtypeValidator
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
class ObjectReader extends ObjectCodec implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_config
DeserializationConfig _config
General serialization configuration settings; while immutable, can use copy-constructor to create modified instances as necessary. -
_context
DefaultDeserializationContext _context
Blueprint instance of deserialization context; used for creating actual instance when needed. -
_dataFormatReaders
DataFormatReaders _dataFormatReaders
Optional detector used for auto-detecting data format that byte-based input uses.NOTE: If defined non-null,
readValue()
methods that 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<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
ConcurrentHashMap<JavaType,
JsonDeserializer<Object>> _rootDeserializers Root-level cached deserializers. Passed byObjectMapper
, shared with it. -
_schema
FormatSchema _schema
When using data format that uses a schema, schema is passed to parser. -
_unwrapRoot
boolean _unwrapRoot
Flag that indicates whether root values are expected to be unwrapped or not -
_valueToUpdate
Object _valueToUpdate
Instance to update with data binding; if any. If null, a new instance is created, if non-null, properties of this value object will be updated instead. Note that value can be of almost any type, except notArrayType
; array types cannot be modified because array size is immutable. -
_valueType
JavaType _valueType
Declared type of value to instantiate during deserialization. Defines which deserializer to use; as well as base type of instance to construct if an updatable value is not configured to be used (subject to changes by embedded type information, for polymorphic types). IfObjectReader._valueToUpdate
is non-null, only used for locating deserializer.
-
-
Class com.fasterxml.jackson.databind.ObjectWriter
class ObjectWriter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_config
SerializationConfig _config
General serialization configuration settings -
_generatorFactory
JsonFactory _generatorFactory
Factory used for 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
class GeneratorSettings extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
characterEscapes
CharacterEscapes characterEscapes
Caller may want to specify character escaping details, either as defaults, or on call-by-call basis. -
prettyPrinter
PrettyPrinter prettyPrinter
To allow for dynamic enabling/disabling of pretty printing, pretty printer can be optionally configured for writer as well -
rootValueSeparator
SerializableString rootValueSeparator
Caller may want to override so-called "root value separator", String added (verbatim, with no quoting or escaping) between values in root context. Default value is a single space character, but this is often changed to linefeed. -
schema
FormatSchema schema
When using data format that uses a schema, schema is passed to generator.
-
-
Class com.fasterxml.jackson.databind.ObjectWriter.Prefetch
class Prefetch extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rootType
JavaType rootType
Specified root serialization type to use; can be same as runtime type, but usually one of its super types (parent class or interface it implements). -
typeSerializer
TypeSerializer typeSerializer
When dealing with polymorphic types, we cannot pre-fetch serializer, but can pre-fetchTypeSerializer
. -
valueSerializer
JsonSerializer<Object> valueSerializer
We may pre-fetch serializer ifObjectWriter.Prefetch.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
class PropertyMetadata extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialization Methods
-
readResolve
Minor optimization: let's canonicalize back to placeholders in cases where there is no real data to consider
-
-
Serialized Fields
-
_contentNulls
Nulls _contentNulls
Settings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).- Since:
- 2.9
-
_defaultValue
String _defaultValue
Optional default value, as String, for property; not used for any functionality by core databind, offered as metadata for extensions. -
_description
String _description
Optional human-readable description associated with the property. -
_index
Integer _index
Optional index of the property within containing Object.- Since:
- 2.4
-
_required
Boolean _required
Three states: required, not required and unknown; unknown represented as null. -
_valueNulls
Nulls _valueNulls
Settings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.PropertyName
class PropertyName extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_encodedSimple
SerializableString _encodedSimple
Lazily-constructed efficient representation of the simple name.NOTE: not defined as volatile to avoid performance problem with concurrent access in multi-core environments; due to statelessness of
SerializedString
at most leads to multiple instantiations.- Since:
- 2.4
-
_namespace
String _namespace
Additional namespace, for formats that have such concept (JSON does not, XML does, for example). -
_simpleName
String _simpleName
Basic name of the property.
-
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies
class PropertyNamingStrategies extends Object implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.KebabCaseStrategy
class KebabCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCamelCaseStrategy
class LowerCamelCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCaseStrategy
class LowerCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerDotCaseStrategy
class LowerDotCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.NamingBase
class NamingBase extends PropertyNamingStrategy implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.SnakeCaseStrategy
class SnakeCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.UpperCamelCaseStrategy
class UpperCamelCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.UpperSnakeCaseStrategy
class UpperSnakeCaseStrategy extends PropertyNamingStrategies.SnakeCaseStrategy implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy
class PropertyNamingStrategy extends Object implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.KebabCaseStrategy
class KebabCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseStrategy
class LowerCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerDotCaseStrategy
class LowerDotCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase
class PropertyNamingStrategyBase extends PropertyNamingStrategy implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.SnakeCaseStrategy
class SnakeCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategy
class UpperCamelCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable -
Exception Class com.fasterxml.jackson.databind.RuntimeJsonMappingException
class RuntimeJsonMappingException extends RuntimeException implements Serializable -
Class com.fasterxml.jackson.databind.SerializationConfig
class SerializationConfig extends MapperConfigBase<SerializationFeature,SerializationConfig> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
_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
class BaseSettings extends 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. -
_cacheProvider
CacheProvider _cacheProvider
Used to provide custom cache implementation in downstream components.- Since:
- 2.16
-
_classIntrospector
ClassIntrospector _classIntrospector
Introspector used to figure out Bean properties needed for bean serialization and deserialization. Overridable so that it is possible to change low-level details of introspection, like adding new annotation types. -
_dateFormat
DateFormat _dateFormat
Custom date format to use for deserialization. If specified, will be used instead ofStdDateFormat
.Note that the configured format object will be cloned once per deserialization process (first time it is needed)
-
_defaultBase64
Base64Variant _defaultBase64
Explicitly 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
Locale _locale
DefaultLocale
used with serialization formats. Default value isLocale.getDefault()
. -
_propertyNamingStrategy
PropertyNamingStrategy _propertyNamingStrategy
Custom property naming strategy in use, if any. -
_timeZone
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
class CoercionConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_acceptBlankAsEmpty
Boolean _acceptBlankAsEmpty
-
_coercionsByShape
CoercionAction[] _coercionsByShape
Mapping fromCoercionInputShape
into correspondingCoercionAction
.
-
-
Class com.fasterxml.jackson.databind.cfg.CoercionConfigs
class CoercionConfigs extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultAction
CoercionAction _defaultAction
Global default for cases not explicitly covered -
_defaultCoercions
MutableCoercionConfig _defaultCoercions
Default coercion definitions used if no overrides found by logical or physical type. -
_perClassCoercions
Map<Class<?>,
MutableCoercionConfig> _perClassCoercions Coercion definitions by physical type (Class). -
_perTypeCoercions
MutableCoercionConfig[] _perTypeCoercions
Coercion definitions by logical type (LogicalType
)
-
-
Class com.fasterxml.jackson.databind.cfg.ConfigOverrides
class ConfigOverrides extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultInclusion
JsonInclude.Value _defaultInclusion
- Since:
- 2.9
-
_defaultLeniency
Boolean _defaultLeniency
Global default setting (if any) for leniency: if disabled ({link Boolean#TRUE}), "strict" (not lenient): default setting if absence of value is considered "lenient" in Jackson 2.x. Default setting may be overridden by per-type and per-property settings.- Since:
- 2.10
-
_defaultMergeable
Boolean _defaultMergeable
- Since:
- 2.9
-
_defaultSetterInfo
JsonSetter.Value _defaultSetterInfo
- Since:
- 2.9
-
_overrides
Map<Class<?>,
MutableConfigOverride> _overrides Per-type override definitions -
_visibilityChecker
VisibilityChecker<?> _visibilityChecker
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.cfg.ConstructorDetector
class ConstructorDetector extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_allowJDKTypeCtors
boolean _allowJDKTypeCtors
Whether auto-detection of constructors of "JDK types" (those in packagesjava.
andjavax.
) is allowed or not -
_requireCtorAnnotation
boolean _requireCtorAnnotation
Whether 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
class Impl extends ContextAttributes implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_shared
Map<?,
?> _shared Shared attributes that we cannot modify in-place.
-
-
Class com.fasterxml.jackson.databind.cfg.DatatypeFeatures
class DatatypeFeatures extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_enabledFor1
int _enabledFor1
-
_enabledFor2
int _enabledFor2
-
_explicitFor1
int _explicitFor1
-
_explicitFor2
int _explicitFor2
-
-
Class com.fasterxml.jackson.databind.cfg.DefaultCacheProvider
class DefaultCacheProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxDeserializerCacheSize
int _maxDeserializerCacheSize
Maximum size of theLookupCache
instance constructed byDefaultCacheProvider.forDeserializerCache(DeserializationConfig)
.- See Also:
-
_maxSerializerCacheSize
int _maxSerializerCacheSize
Maximum size of theLookupCache
instance constructed byDefaultCacheProvider.forSerializerCache(SerializationConfig)
- See Also:
-
_maxTypeFactoryCacheSize
int _maxTypeFactoryCacheSize
Maximum size of theLookupCache
instance constructed byDefaultCacheProvider.forTypeFactory()
.- See Also:
-
-
Class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
class DeserializerFactoryConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_abstractTypeResolvers
AbstractTypeResolver[] _abstractTypeResolvers
List of objects that may be able to resolve abstract types to concrete types. Used by functionality like "mr Bean" to materialize types as needed. -
_additionalDeserializers
Deserializers[] _additionalDeserializers
List of providers for additional deserializers, checked before considering default basic or bean deserializers. -
_additionalKeyDeserializers
KeyDeserializers[] _additionalKeyDeserializers
List of providers for additional key deserializers, checked before considering standard key deserializers. -
_modifiers
BeanDeserializerModifier[] _modifiers
List of modifiers that can change the 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
class MapperConfig extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_base
BaseSettings _base
Immutable container object for simple configuration settings. -
_mapperFeatures
long _mapperFeatures
Set of shared mapper features enabled.NOTE: changed from
int
(in Jackson 2.12 and prior} tolong
(2.13 and later)
-
-
Class com.fasterxml.jackson.databind.cfg.MapperConfigBase
class MapperConfigBase extends MapperConfig<T extends MapperConfigBase<CFG,T>> implements Serializable -
Serialized Fields
-
_attributes
ContextAttributes _attributes
Contextual attributes accessible (get and set) during processing, on per-call basis.- Since:
- 2.3
-
_configOverrides
ConfigOverrides _configOverrides
Configuration overrides to apply, keyed by type of property.- Since:
- 2.8
-
_datatypeFeatures
DatatypeFeatures _datatypeFeatures
Set ofDatatypeFeature
s enabled.- Since:
- 2.14
-
_mixIns
SimpleMixInResolver _mixIns
Mix-in annotation mappings to use, if any: immutable, cannot be changed once defined.- Since:
- 2.6
-
_rootName
PropertyName _rootName
Explicitly defined root name to use, if any; if empty String, will disable root-name wrapping; if null, will use defaults -
_rootNames
RootNameLookup _rootNames
Simple cache used for finding out possible root name for root name wrapping.Note that instances are stateful (for caching) and as such may need to be copied, and may NOT be demoted down to
BaseSettings
.- Since:
- 2.6
-
_subtypeResolver
SubtypeResolver _subtypeResolver
Registered concrete subtypes that can be used instead of (or in addition to) ones declared using annotations.Note that instances are stateful and as such may need to be copied, and may NOT be demoted down to
BaseSettings
. -
_view
Class<?> _view
View to use for filtering out properties to serialize or deserialize. Null if none (will also be assigned null ifObject.class
is defined), meaning that all properties are to be included.
-
-
-
Class com.fasterxml.jackson.databind.cfg.MutableCoercionConfig
class MutableCoercionConfig extends CoercionConfig implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.cfg.MutableConfigOverride
class MutableConfigOverride extends ConfigOverride implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
class SerializerFactoryConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_additionalKeySerializers
Serializers[] _additionalKeySerializers
List of providers for additional key serializers, checked before considering default key serialializers. -
_additionalSerializers
Serializers[] _additionalSerializers
List of providers for additional serializers, checked before considering default basic or bean serialializers. -
_modifiers
BeanSerializerModifier[] _modifiers
List of modifiers that can change the wayBeanSerializer
instances are configured and constructed.
-
-
-
Package com.fasterxml.jackson.databind.deser
-
Class com.fasterxml.jackson.databind.deser.AbstractDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_acceptBoolean
boolean _acceptBoolean
-
_acceptDouble
boolean _acceptDouble
-
_acceptInt
boolean _acceptInt
-
_acceptString
boolean _acceptString
-
_backRefProperties
Map<String,
SettableBeanProperty> _backRefProperties -
_baseType
JavaType _baseType
-
_objectIdReader
ObjectIdReader _objectIdReader
-
-
Class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
class BasicDeserializerFactory extends DeserializerFactory implements Serializable-
Serialized Fields
-
_factoryConfig
DeserializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
-
-
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializer
class BeanDeserializer extends BeanDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
- serialVersionUID:
- 1L
-
Serialized Fields
-
_anySetter
SettableAnyProperty _anySetter
Fallback setter used for handling any properties that are not mapped to regular setters. If setter is not null, it will be called once for each such property. -
_arrayDelegateDeserializer
JsonDeserializer<Object> _arrayDelegateDeserializer
Deserializer that is used iff array-delegate-based creator is to be used for deserializing from JSON Object.NOTE: cannot be
final
because we need to get it duringresolve()
method (and not contextualization). -
_backRefs
Map<String,
SettableBeanProperty> _backRefs We may also have one or more back reference fields (usually zero or one). -
_beanProperties
BeanPropertyMap _beanProperties
Mapping of property names to properties, built when all properties to use have been successfully resolved. -
_beanType
JavaType _beanType
Declared type of the bean this deserializer handles. -
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object.NOTE: cannot be
final
because we need to get it duringresolve()
method (and not contextualization). -
_externalTypeIdHandler
ExternalTypeHandler _externalTypeIdHandler
Handler that we need if any of properties uses external type id. -
_ignorableProps
Set<String> _ignorableProps
In addition to properties that are set, we will also keep track of recognized but ignorable properties: these will be skipped without errors or warnings. -
_ignoreAllUnknown
boolean _ignoreAllUnknown
Flag that can be set to ignore and skip unknown properties. If set, will not throw an exception for unknown properties. -
_includableProps
Set<String> _includableProps
Keep track of the the properties that needs to be specifically included. -
_injectables
ValueInjector[] _injectables
List 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
class BeanDeserializerFactory extends BasicDeserializerFactory implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializerModifier
class BeanDeserializerModifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
class BuilderBasedDeserializer extends BeanDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildMethod
AnnotatedMethod _buildMethod
-
_targetType
JavaType _targetType
Type that the builder will produce, target type; as opposed to `handledType()` which refers to Builder class.- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.CreatorProperty
class CreatorProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotated
AnnotatedParameter _annotated
Placeholder that represents constructor parameter, when it is created from actual constructor. May be null when a synthetic instance is created. -
_creatorIndex
int _creatorIndex
- Since:
- 2.1
-
_fallbackSetter
SettableBeanProperty _fallbackSetter
In special cases, when implementing "updateValue", we cannot use constructors or factory methods, but have to fall back on using a setter (or mutable field property). If so, this refers to that fallback accessor.Mutable only to allow setting after construction, but must be strictly set before any use.
- Since:
- 2.3
-
_ignorable
boolean _ignorable
Marker flag that may have to be set during construction, to indicate that although property may have been constructed and added as a placeholder, it represents something that should be ignored during deserialization. This mostly concerns Creator properties which may not be easily deleted during processing.- Since:
- 2.9.4
-
_injectableValue
JacksonInject.Value _injectableValue
Id of value to inject, if value injection should be used for this parameter (in addition to, or instead of, regular deserialization).- Since:
- 2.11
-
-
Class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
class DefaultDeserializationContext extends DeserializationContext implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectIdResolvers
List<ObjectIdResolver> _objectIdResolvers
-
-
Class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.Impl
class Impl extends DefaultDeserializationContext implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.DeserializerCache
class DeserializerCache extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
Serialized Fields
-
_cachedDeserializers
LookupCache<JavaType,
JsonDeserializer<Object>> _cachedDeserializers We will also cache some dynamically constructed deserializers; specifically, ones that are expensive to construct. This currently means POJO, Enum and Container deserializers. -
_incompleteDeserializers
HashMap<JavaType,
JsonDeserializer<Object>> _incompleteDeserializers During deserializer construction process we may need to keep track of partially completed deserializers, to resolve cyclic dependencies. This is the map used for storing deserializers before they are fully complete. -
_incompleteDeserializersLock
ReentrantLock _incompleteDeserializersLock
We hold an explicit lock while creating deserializers to avoid creating duplicates. GuardsDeserializerCache._incompleteDeserializers
.- Since:
- 2.17
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty
class SettableAnyProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()Need to define this to verify that we retain actual Method reference
-
-
Serialized Fields
-
_keyDeserializer
KeyDeserializer _keyDeserializer
- Since:
- 2.9
-
_property
BeanProperty _property
Method used for setting "any" properties, along with annotation information. Retained to allow contextualization of any properties. -
_setter
AnnotatedMember _setter
Annotated variant is needed for JDK serialization only -
_setterIsField
boolean _setterIsField
-
_type
JavaType _type
-
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty.JsonNodeFieldAnyProperty
class JsonNodeFieldAnyProperty extends SettableAnyProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nodeFactory
JsonNodeFactory _nodeFactory
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty.MapFieldAnyProperty
class MapFieldAnyProperty extends SettableAnyProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueInstantiator
ValueInstantiator _valueInstantiator
-
-
Class com.fasterxml.jackson.databind.deser.SettableAnyProperty.MethodAnyProperty
class MethodAnyProperty extends SettableAnyProperty implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.SettableBeanProperty
class SettableBeanProperty extends ConcreteBeanPropertyBase implements Serializable-
Serialized Fields
-
_managedReferenceName
String _managedReferenceName
If property represents a managed (forward) reference, we will need the name of reference for later linking.TODO: should try to make immutable.
-
_nullProvider
NullValueProvider _nullProvider
Entity used for possible translation from `null` into non-null value of type of this property. Often same as_valueDeserializer
, but not always.- Since:
- 2.9
-
_objectIdInfo
ObjectIdInfo _objectIdInfo
This is the information for object identity associated with the property.TODO: should try to make immutable.
-
_propertyIndex
int _propertyIndex
Index of property (within all property of a bean); assigned when all properties have been collected. Order of entries is arbitrary, but once indexes are assigned they are not changed.TODO: should try to make immutable if at all possible
-
_propName
PropertyName _propName
Logical name of the property (often but not always derived from the setter method name) -
_type
JavaType _type
Base type for property; may be a supertype of actual value. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
Deserializer used for handling property value.NOTE: has been immutable since 2.3
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value will contain type information (to support polymorphic handling), this is the type deserializer used to handle type resolution. -
_viewMatcher
ViewMatcher _viewMatcher
Helper object used for checking whether this property is to be included in the active view, if property is view-specific; null otherwise.TODO: should try to make immutable.
-
_wrapperName
PropertyName _wrapperName
- Since:
- 2.2
-
-
-
Class com.fasterxml.jackson.databind.deser.SettableBeanProperty.Delegating
class Delegating extends SettableBeanProperty implements Serializable-
Serialized Fields
-
delegate
SettableBeanProperty delegate
-
-
-
Exception Class com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
class UnresolvedForwardReference extends JsonMappingException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_roid
ReadableObjectId _roid
-
_unresolvedIds
List<UnresolvedId> _unresolvedIds
-
-
Class com.fasterxml.jackson.databind.deser.ValueInstantiator.Base
class Base extends ValueInstantiator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueType
Class<?> _valueType
-
-
Class com.fasterxml.jackson.databind.deser.ValueInstantiator.Delegating
class Delegating extends ValueInstantiator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegate
ValueInstantiator _delegate
-
-
-
Package com.fasterxml.jackson.databind.deser.impl
-
Class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
class BeanAsArrayBuilderDeserializer extends BeanDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildMethod
AnnotatedMethod _buildMethod
-
_delegate
BeanDeserializerBase _delegate
Deserializer we delegate operations that we cannot handle. -
_orderedProperties
SettableBeanProperty[] _orderedProperties
Properties in order expected to be found in JSON array. -
_targetType
JavaType _targetType
Type that the builder will produce, target type; as opposed to `handledType()` which refers to Builder class.- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
class BeanAsArrayDeserializer extends BeanDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegate
BeanDeserializerBase _delegate
Deserializer we delegate operations that we cannot handle. -
_orderedProperties
SettableBeanProperty[] _orderedProperties
Properties in order expected to be found in JSON array.
-
-
Class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
class BeanPropertyMap extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_aliasDefs
Map<String,
List<PropertyName>> _aliasDefs Configuration of alias mappings, indexed by unmodified property name to unmodified aliases, if any; entries only included for properties that do have aliases. This is is used for constructing actual reverse lookup mapping, if needed, taking into account possible case-insensitivity, as well as possibility of name prefixes.- Since:
- 2.9
-
_aliasMapping
Map<String,
String> _aliasMapping Mapping from secondary names (aliases) to primary names.- Since:
- 2.9
-
_caseInsensitive
boolean _caseInsensitive
- Since:
- 2.5
-
_hashArea
Object[] _hashArea
Hash area that contains key/property pairs in adjacent elements. -
_hashMask
int _hashMask
-
_locale
Locale _locale
We 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
- serialVersionUID:
- 1L
-
Serialized Fields
-
_message
String _message
-
-
Class com.fasterxml.jackson.databind.deser.impl.FieldProperty
class FieldProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
Serialized Fields
-
_annotated
AnnotatedField _annotated
-
_skipNulls
boolean _skipNulls
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
class InnerClassProperty extends SettableBeanProperty.Delegating implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
Serialized Fields
-
_annotated
AnnotatedConstructor _annotated
Serializable version of single-arg constructor we use for value instantiation.
-
-
Class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
class ManagedReferenceProperty extends SettableBeanProperty.Delegating implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_backProperty
SettableBeanProperty _backProperty
-
_isContainer
boolean _isContainer
Flag that indicates whether property to handle is a container type (array, Collection, Map) or not. -
_referenceName
String _referenceName
-
-
Class com.fasterxml.jackson.databind.deser.impl.MergingSettableBeanProperty
class MergingSettableBeanProperty extends SettableBeanProperty.Delegating implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_accessor
AnnotatedMember _accessor
Member (field, method) used for accessing existing value.
-
-
Class com.fasterxml.jackson.databind.deser.impl.MethodProperty
class MethodProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
Serialized Fields
-
_annotated
AnnotatedMethod _annotated
-
_skipNulls
boolean _skipNulls
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullProvider
class NullProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.NullsAsEmptyProvider
class NullsAsEmptyProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<?> _deserializer
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsConstantProvider
class NullsConstantProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_access
AccessPattern _access
-
_nullValue
Object _nullValue
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsFailProvider
class NullsFailProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
PropertyName _name
-
_type
JavaType _type
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
class ObjectIdReader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<Object> _deserializer
Deserializer used for deserializing id values. -
_idType
JavaType _idType
-
generator
ObjectIdGenerator<?> generator
Blueprint generator instance: actual instance will be fetched fromSerializerProvider
using this as the key. -
idProperty
SettableBeanProperty idProperty
-
propertyName
PropertyName propertyName
-
resolver
ObjectIdResolver resolver
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty
class ObjectIdReferenceProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_forward
SettableBeanProperty _forward
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
class ObjectIdValueProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectIdReader
ObjectIdReader _objectIdReader
-
-
Class com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator
class PropertyBasedObjectIdGenerator extends ObjectIdGenerators.PropertyGenerator implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
class SetterlessProperty extends SettableBeanProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotated
AnnotatedMethod _annotated
-
_getter
Method _getter
Get method for accessing property value used to access property (of Collection or Map type) to modify.
-
-
Class com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<Object> _deserializer
-
_typeDeserializer
TypeDeserializer _typeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.impl.UnsupportedTypeDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.ValueInjector
class ValueInjector extends BeanProperty.Std implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueId
Object _valueId
Identifier used for looking up value to inject
-
-
-
Package com.fasterxml.jackson.databind.deser.std
-
Class com.fasterxml.jackson.databind.deser.std.ArrayBlockingQueueDeserializer
class ArrayBlockingQueueDeserializer extends CollectionDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicBooleanDeserializer
class AtomicBooleanDeserializer extends StdScalarDeserializer<AtomicBoolean> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicIntegerDeserializer
class AtomicIntegerDeserializer extends StdScalarDeserializer<AtomicInteger> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicLongDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
class AtomicReferenceDeserializer extends ReferenceTypeDeserializer<AtomicReference<Object>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ByteBufferDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.CharsetDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ClassDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
class CollectionDeserializer extends ContainerDeserializerBase<Collection<Object>> implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
Value deserializer. -
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
-
Serialized Fields
-
_containerType
JavaType _containerType
-
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with nulls.- Since:
- 2.9
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProvider
indicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.9
-
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.9 (demoted from sub-classes where added in 2.7)
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.CalendarDeserializer
class CalendarDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<Calendar> implements Serializable-
Serialized Fields
-
_defaultCtor
Constructor<Calendar> _defaultCtor
We may know actual expected type; if so, it will be used for instantiation.- Since:
- 2.9
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer
class DateBasedDeserializer extends StdScalarDeserializer<T> implements Serializable-
Serialized Fields
-
_customFormat
DateFormat _customFormat
Specific format to use, if non-null; if null will just use default format. -
_formatString
String _formatString
Let's also keep format String for reference, to use for error messages
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateDeserializer
class DateDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<Date> implements Serializable -
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.SqlDateDeserializer
class SqlDateDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<Date> implements Serializable -
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.TimestampDeserializer
class TimestampDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<Timestamp> implements Serializable -
Class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegatee
JsonDeserializer<?> _delegatee
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseInsensitive
Boolean _caseInsensitive
-
_enumDefaultValue
Enum<?> _enumDefaultValue
- Since:
- 2.8
-
_enumsByIndex
Object[] _enumsByIndex
-
_isFromIntValue
boolean _isFromIntValue
Marker flag for cases where we expect actual integral value for Enum, based on@JsonValue
(and equivalent) annotated accessor.- Since:
- 2.13
-
_lookupByEnumNaming
CompactStringObjectMap _lookupByEnumNaming
Look up map with key asEnum.name()
converted byEnumNamingStrategy.convertEnumToExternalName(String)
and value as Enums.- Since:
- 2.15
-
_lookupByName
CompactStringObjectMap _lookupByName
- Since:
- 2.7.3
-
_lookupByToString
CompactStringObjectMap _lookupByToString
Alternatively, we may need a different lookup object if "use toString" is defined.Note: this will be final in Jackson 3.x, by removing deprecated
EnumDeserializer._getToStringLookup(DeserializationContext)
- Since:
- 2.7.3
-
_useDefaultValueForUnknownEnum
Boolean _useDefaultValueForUnknownEnum
-
_useNullForUnknownEnum
Boolean _useNullForUnknownEnum
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_enumClass
Class<?> _enumClass
-
_keyDeserializer
KeyDeserializer _keyDeserializer
-
_propertyBasedCreator
PropertyBasedCreator _propertyBasedCreator
If the Map is to be instantiated using non-default constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
-
_valueInstantiator
ValueInstantiator _valueInstantiator
- Since:
- 2.9
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
- serialVersionUID:
- 2L
-
Serialized Fields
-
_enumDeserializer
JsonDeserializer<Enum<?>> _enumDeserializer
-
_enumType
JavaType _enumType
-
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with nulls.- Since:
- 2.10.1
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProvider
indicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.10.1
-
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it.NOTE: only added in 2.17 due to new
DefaultType
choices that allow polymorphic deserialization ofEnum
types.- Since:
- 2.17
-
-
Class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.deser.std.InetSocketAddressDeserializer
class InetSocketAddressDeserializer extends FromStringDeserializer<InetSocketAddress> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JavaTypeDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator
class JsonLocationInstantiator extends ValueInstantiator.Base implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer
class JsonNodeDeserializer extends com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer<JsonNode> implements Serializable -
Class com.fasterxml.jackson.databind.deser.std.MapDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_checkDupSquash
boolean _checkDupSquash
Flag used to check, whether theStreamReadCapability.DUPLICATE_PROPERTIES
can be applied, because the Map has declared value type ofjava.lang.Object
.- Since:
- 2.14
-
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_hasDefaultCreator
boolean _hasDefaultCreator
-
_ignorableProperties
Set<String> _ignorableProperties
-
_includableProperties
Set<String> _includableProperties
- Since:
- 2.12
-
_inclusionChecker
IgnorePropertiesUtil.Checker _inclusionChecker
Helper object used for name-based filtering- Since:
- 2.12
-
_keyDeserializer
KeyDeserializer _keyDeserializer
Key deserializer to use; either passed via constructor (when indicated by annotations), or resolved whenMapDeserializer.resolve(com.fasterxml.jackson.databind.DeserializationContext)
is called; -
_propertyBasedCreator
PropertyBasedCreator _propertyBasedCreator
If the Map is to be instantiated using non-default constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation. -
_standardStringKey
boolean _standardStringKey
-
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
Value deserializer. -
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
class MapEntryDeserializer extends ContainerDeserializerBase<Map.Entry<Object,Object>> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
_keyDeserializer
KeyDeserializer _keyDeserializer
Key deserializer to use; either passed via constructor (when indicated by annotations), or resolved whenMapEntryDeserializer.createContextual(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.BeanProperty)
is called; -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
Value deserializer. -
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
-
-
Class com.fasterxml.jackson.databind.deser.std.NullifyingDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigDecimalDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigIntegerDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BooleanDeserializer
class BooleanDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Boolean> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer
class ByteDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Byte> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.CharacterDeserializer
class CharacterDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Character> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.DoubleDeserializer
class DoubleDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Double> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.FloatDeserializer
class FloatDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Float> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.IntegerDeserializer
class IntegerDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Integer> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.LongDeserializer
class LongDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Long> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.NumberDeserializer
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer
class 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
class ShortDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Short> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_elementClass
Class<?> _elementClass
Type of contained elements: needed for constructing actual result array -
_elementDeserializer
JsonDeserializer<Object> _elementDeserializer
Element deserializer -
_elementTypeDeserializer
TypeDeserializer _elementTypeDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it -
_emptyValue
Object[] _emptyValue
- Since:
- 2.12
-
_untyped
boolean _untyped
Flag that indicates whether the component type is Object or not. Used for minor optimization when constructing result.
-
-
Class com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers
-
Serialized Fields
-
_nuller
NullValueProvider _nuller
Flag that indicates need for special handling; either failing (throw exception) or skipping -
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
-
-
Class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer
- serialVersionUID:
- 2L
-
Serialized Fields
-
_fullType
JavaType _fullType
Full type of property (or root value) for which this deserializer has been constructed and contextualized. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
-
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StackTraceElementDeserializer
class StackTraceElementDeserializer extends StdScalarDeserializer<StackTraceElement> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_adapterDeserializer
JsonDeserializer<?> _adapterDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_converter
Converter<Object,
T> _converter Converter that was used for creatingStdDelegatingDeserializer._delegateDeserializer
. -
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Underlying serializer for typeT
. -
_delegateType
JavaType _delegateType
Fully resolved delegate type, with generic information if any available.
-
-
Class com.fasterxml.jackson.databind.deser.std.StdDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
class StdKeyDeserializer extends KeyDeserializer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_deser
FromStringDeserializer<?> _deser
Some types that are deserialized using a helper deserializer. -
_keyClass
Class<?> _keyClass
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
class StdKeyDeserializers extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_treeDeserializer
JsonDeserializer<Object> _treeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
class StdValueInstantiator extends ValueInstantiator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayDelegateArguments
SettableBeanProperty[] _arrayDelegateArguments
-
_arrayDelegateCreator
AnnotatedWithParams _arrayDelegateCreator
-
_arrayDelegateType
JavaType _arrayDelegateType
-
_constructorArguments
SettableBeanProperty[] _constructorArguments
-
_defaultCreator
AnnotatedWithParams _defaultCreator
Default (no-argument) constructor to use for instantiation (withStdValueInstantiator.createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext)
) -
_delegateArguments
SettableBeanProperty[] _delegateArguments
-
_delegateCreator
AnnotatedWithParams _delegateCreator
-
_delegateType
JavaType _delegateType
-
_fromBigDecimalCreator
AnnotatedWithParams _fromBigDecimalCreator
-
_fromBigIntegerCreator
AnnotatedWithParams _fromBigIntegerCreator
-
_fromBooleanCreator
AnnotatedWithParams _fromBooleanCreator
-
_fromDoubleCreator
AnnotatedWithParams _fromDoubleCreator
-
_fromIntCreator
AnnotatedWithParams _fromIntCreator
-
_fromLongCreator
AnnotatedWithParams _fromLongCreator
-
_fromStringCreator
AnnotatedWithParams _fromStringCreator
-
_valueClass
Class<?> _valueClass
- Since:
- 2.8
-
_valueTypeDesc
String _valueTypeDesc
Type of values that are instantiated; used for error reporting purposes. -
_withArgsCreator
AnnotatedWithParams _withArgsCreator
-
-
Class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
- serialVersionUID:
- 2L
-
Serialized Fields
-
_elementDeserializer
JsonDeserializer<String> _elementDeserializer
Value serializer to use, if not the standard one (which is inlined) -
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with null values as elements- Since:
- 2.9
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProvider
indicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.9
-
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.7
-
-
Class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
class StringCollectionDeserializer extends ContainerDeserializerBase<Collection<String>> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegateDeserializer
JsonDeserializer<Object> _delegateDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object. -
_valueDeserializer
JsonDeserializer<String> _valueDeserializer
Value deserializer to use, if NOT the standard one (if it is, will be null). -
_valueInstantiator
ValueInstantiator _valueInstantiator
Instantiator used in case custom handling is needed for creation.
-
-
Class com.fasterxml.jackson.databind.deser.std.StringDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer
class ThrowableDeserializer extends BeanDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.TokenBufferDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_listDeserializer
JsonDeserializer<Object> _listDeserializer
-
_listType
JavaType _listType
IfList
has been mapped to non-default implementation, we'll store type here- Since:
- 2.6
-
_mapDeserializer
JsonDeserializer<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<Object> _numberDeserializer
-
_stringDeserializer
JsonDeserializer<Object> _stringDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer.Vanilla
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nonMerging
boolean _nonMerging
Deprecated.
-
-
Class com.fasterxml.jackson.databind.deser.std.UUIDDeserializer
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.exc
-
Exception Class com.fasterxml.jackson.databind.exc.IgnoredPropertyException
class IgnoredPropertyException extends PropertyBindingException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.fasterxml.jackson.databind.exc.InvalidDefinitionException
class InvalidDefinitionException extends JsonMappingException implements Serializable-
Serialized Fields
-
_type
JavaType _type
-
-
-
Exception Class com.fasterxml.jackson.databind.exc.InvalidFormatException
class InvalidFormatException extends MismatchedInputException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
Object _value
Underlying value that could not be deserialized into target type, if available.
-
-
Exception Class com.fasterxml.jackson.databind.exc.InvalidNullException
class InvalidNullException extends MismatchedInputException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_propertyName
PropertyName _propertyName
Name of property, if known, for which null was encountered.
-
-
Exception Class com.fasterxml.jackson.databind.exc.InvalidTypeIdException
class InvalidTypeIdException extends MismatchedInputException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.fasterxml.jackson.databind.exc.MismatchedInputException
class MismatchedInputException extends JsonMappingException implements Serializable-
Serialized Fields
-
_targetType
Class<?> _targetType
Type of value that was to be deserialized
-
-
-
Exception Class com.fasterxml.jackson.databind.exc.PropertyBindingException
class PropertyBindingException extends MismatchedInputException implements Serializable-
Serialized Fields
-
_propertyIds
Collection<Object> _propertyIds
Set of ids of properties that are known for the type, if this can be statically determined. -
_propertyName
String _propertyName
Note: redundant information since it is also included in the reference path.
-
_referringClass
Class<?> _referringClass
Class that does not contain mapping for the unrecognized property.
-
-
-
Exception Class com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
class UnrecognizedPropertyException extends PropertyBindingException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.fasterxml.jackson.databind.exc.ValueInstantiationException
class ValueInstantiationException extends JsonMappingException implements Serializable-
Serialized Fields
-
_type
JavaType _type
-
-
-
-
Package com.fasterxml.jackson.databind.ext
-
Class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers.Std
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
class XMLGregorianCalendarSerializer extends StdSerializer<XMLGregorianCalendar> implements Serializable-
Serialized Fields
-
_delegate
JsonSerializer<Object> _delegate
-
-
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.DocumentDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.NodeDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMSerializer
-
Serialized Fields
-
transformerFactory
TransformerFactory transformerFactory
-
-
-
Class com.fasterxml.jackson.databind.ext.NioPathDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.NioPathSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.OptionalHandlerFactory
class OptionalHandlerFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.SqlBlobSerializer
-
-
Package com.fasterxml.jackson.databind.introspect
-
Class com.fasterxml.jackson.databind.introspect.AccessorNamingStrategy.Base
class Base extends AccessorNamingStrategy implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AccessorNamingStrategy.Provider
class Provider extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
class AnnotatedConstructor extends AnnotatedWithParams implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
Serialized Fields
-
_constructor
Constructor<?> _constructor
-
_serialization
com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.Serialization _serialization
Field that is used to make JDK serialization work with this object.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedField
class AnnotatedField extends AnnotatedMember implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMember
class AnnotatedMember extends Annotated implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
class AnnotatedMethod extends AnnotatedWithParams implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
Serialized Fields
-
_paramClasses
Class<?>[] _paramClasses
-
_serialization
com.fasterxml.jackson.databind.introspect.AnnotatedMethod.Serialization _serialization
Field that is used to make JDK serialization work with this object.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
class AnnotatedParameter extends AnnotatedMember implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
Index of the parameter within argument list -
_owner
AnnotatedWithParams _owner
Member (method, constructor) that this parameter belongs to -
_type
JavaType _type
JDK type of the parameter, possibly contains generic type information
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
class AnnotatedWithParams extends AnnotatedMember implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_paramAnnotations
AnnotationMap[] _paramAnnotations
Annotations associated with parameters of the annotated entity (method or constructor parameters)
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.NoAnnotations
class NoAnnotations extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.OneAnnotation
class OneAnnotation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_type
Class<?> _type
-
_value
Annotation _value
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.TwoAnnotations
class TwoAnnotations extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_type1
Class<?> _type1
-
_type2
Class<?> _type2
-
_value1
Annotation _value1
-
_value2
Annotation _value2
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
class AnnotationIntrospectorPair extends AnnotationIntrospector implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_primary
AnnotationIntrospector _primary
-
_secondary
AnnotationIntrospector _secondary
-
-
Class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
class BasicClassIntrospector extends ClassIntrospector implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
class ConcreteBeanPropertyBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_metadata
PropertyMetadata _metadata
Additional information about property- Since:
- 2.3
-
-
Class com.fasterxml.jackson.databind.introspect.DefaultAccessorNamingStrategy.Provider
class Provider extends AccessorNamingStrategy.Provider implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseNameValidator
DefaultAccessorNamingStrategy.BaseNameValidator _baseNameValidator
-
_getterPrefix
String _getterPrefix
-
_isGetterPrefix
String _isGetterPrefix
-
_setterPrefix
String _setterPrefix
-
_withPrefix
String _withPrefix
-
-
Class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
class JacksonAnnotationIntrospector extends AnnotationIntrospector implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_cfgConstructorPropertiesImpliesCreator
boolean _cfgConstructorPropertiesImpliesCreator
SeeJacksonAnnotationIntrospector.setConstructorPropertiesImpliesCreator(boolean)
for explanation.Defaults to true.
- Since:
- 2.7.4
-
-
Class com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector
class NopAnnotationIntrospector extends AnnotationIntrospector implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.SimpleMixInResolver
class SimpleMixInResolver extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_localMixIns
Map<ClassKey,
Class<?>> _localMixIns Simple mix-in targets defined locally. -
_overrides
ClassIntrospector.MixInResolver _overrides
External resolver that gets called before looking at any locally defined mix-in target classes.
-
-
Class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
class VirtualAnnotatedMember extends AnnotatedMember implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
class Std extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_creatorMinLevel
JsonAutoDetect.Visibility _creatorMinLevel
-
_fieldMinLevel
JsonAutoDetect.Visibility _fieldMinLevel
-
_getterMinLevel
JsonAutoDetect.Visibility _getterMinLevel
-
_isGetterMinLevel
JsonAutoDetect.Visibility _isGetterMinLevel
-
_setterMinLevel
JsonAutoDetect.Visibility _setterMinLevel
-
-
-
Package com.fasterxml.jackson.databind.json
-
Class com.fasterxml.jackson.databind.json.JsonMapper
class JsonMapper extends ObjectMapper implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.jsontype
-
Class com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator
class BasicPolymorphicTypeValidator extends PolymorphicTypeValidator.Base implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseTypeMatchers
BasicPolymorphicTypeValidator.TypeMatcher[] _baseTypeMatchers
Set of matchers that can validate all values of polymorphic properties that match specified allowed base types. -
_invalidBaseTypes
Set<Class<?>> _invalidBaseTypes
Set of specifically denied base types to indicate that use of specific base types is not allowed: most commonly used to fully block use 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
class DefaultBaseTypeLimitingValidator extends PolymorphicTypeValidator implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.NamedType
class NamedType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator
class PolymorphicTypeValidator extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator.Base
class Base extends PolymorphicTypeValidator implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.jsontype.impl
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer
class AsArrayTypeDeserializer extends TypeDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsDeductionTypeDeserializer
class AsDeductionTypeDeserializer extends AsPropertyTypeDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer
class AsExternalTypeDeserializer extends AsArrayTypeDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
class AsPropertyTypeDeserializer extends AsArrayTypeDeserializer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_inclusion
JsonTypeInfo.As _inclusion
-
_msgForMissingId
String _msgForMissingId
-
_strictTypeIdHandling
boolean _strictTypeIdHandling
Indicates that we should be strict about handling missing type information.- Since:
- 2.15
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer
class AsWrapperTypeDeserializer extends TypeDeserializerBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
class ClassNameIdResolver extends TypeIdResolverBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_subTypeValidator
PolymorphicTypeValidator _subTypeValidator
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.LaissezFaireSubTypeValidator
class LaissezFaireSubTypeValidator extends PolymorphicTypeValidator.Base implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.MinimalClassNameIdResolver
class MinimalClassNameIdResolver extends ClassNameIdResolver implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_basePackageName
String _basePackageName
Package name of the base class, to be used for determining common prefix that can be omitted from included type id. Does not include the trailing dot. -
_basePackagePrefix
String _basePackagePrefix
Same asMinimalClassNameIdResolver._basePackageName
, but includes trailing dot.
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.SimpleNameIdResolver
class SimpleNameIdResolver extends TypeIdResolverBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseInsensitive
boolean _caseInsensitive
-
_config
MapperConfig<?> _config
-
_idToType
Map<String,
JavaType> _idToType Mappings from type id to JavaType, used for deserialization.Eagerly constructed, not modified, can use regular unsynchronized
Map
. -
_typeToId
ConcurrentHashMap<String,
String> _typeToId Mappings from class name to type id, used for serialization.Since lazily constructed will require synchronization (either internal by type, or external)
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
class StdSubtypeResolver extends SubtypeResolver implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_registeredSubtypes
LinkedHashSet<NamedType> _registeredSubtypes
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
class TypeDeserializerBase extends TypeDeserializer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseType
JavaType _baseType
-
_defaultImpl
JavaType _defaultImpl
Type to use as the default implementation, if type id is missing or cannot be resolved. -
_defaultImplDeserializer
JsonDeserializer<Object> _defaultImplDeserializer
-
_deserializers
Map<String,
JsonDeserializer<Object>> _deserializers For efficient operation we will lazily build mappings from type ids to actual deserializers, once needed. -
_idResolver
TypeIdResolver _idResolver
-
_property
BeanProperty _property
Property that contains value for which type information is included; null if value is a root value. Note that this value is not assigned during construction but only whenTypeDeserializerBase.forProperty(com.fasterxml.jackson.databind.BeanProperty)
is called to create a copy. -
_typeIdVisible
boolean _typeIdVisible
-
_typePropertyName
String _typePropertyName
Name of type property used; needed for non-property versions too, in cases where type id is to be exposed as part of JSON.
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
class TypeNameIdResolver extends TypeIdResolverBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseInsensitive
boolean _caseInsensitive
- Since:
- 2.11
-
_config
MapperConfig<?> _config
-
_idToType
Map<String,
JavaType> _idToType Mappings from type id to JavaType, used for deserialization.Eagerly constructed, not modified, can use regular unsynchronized
Map
. -
_typeToId
ConcurrentHashMap<String,
String> _typeToId Mappings from class name to type id, used for serialization.Since lazily constructed will require synchronization (either internal by type, or external)
-
-
-
Package com.fasterxml.jackson.databind.module
-
Class com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver
class SimpleAbstractTypeResolver extends AbstractTypeResolver implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.module.SimpleDeserializers
class SimpleDeserializers extends Deserializers.Base implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,
JsonDeserializer<?>> _classMappings -
_hasEnumDeserializer
boolean _hasEnumDeserializer
Flag to help find "generic" enum deserializer, if one has been registered.- Since:
- 2.3
-
-
Class com.fasterxml.jackson.databind.module.SimpleKeyDeserializers
class SimpleKeyDeserializers extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,
KeyDeserializer> _classMappings
-
-
Class com.fasterxml.jackson.databind.module.SimpleModule
class SimpleModule extends Module implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_abstractTypes
SimpleAbstractTypeResolver _abstractTypes
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete) -
_deserializerModifier
BeanDeserializerModifier _deserializerModifier
- Since:
- 2.2
-
_deserializers
SimpleDeserializers _deserializers
-
_hasExplicitName
boolean _hasExplicitName
Flag that indicates whether module was given an explicit name or not. Distinction is used to determine whether methodSimpleModule.getTypeId()
should return name (yes, if explicit) ornull
(if no explicit name was passed).- Since:
- 2.13
-
_keyDeserializers
SimpleKeyDeserializers _keyDeserializers
-
_keySerializers
SimpleSerializers _keySerializers
-
_mixins
HashMap<Class<?>,
Class<?>> _mixins Lazily-constructed map that contains mix-in definitions, indexed by target class, value being mix-in to apply. -
_name
String _name
-
_namingStrategy
PropertyNamingStrategy _namingStrategy
- Since:
- 2.3
-
_serializerModifier
BeanSerializerModifier _serializerModifier
- Since:
- 2.2
-
_serializers
SimpleSerializers _serializers
-
_subtypes
LinkedHashSet<NamedType> _subtypes
Set of subtypes to register, if any. -
_valueInstantiators
SimpleValueInstantiators _valueInstantiators
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete) -
_version
Version _version
-
-
Class com.fasterxml.jackson.databind.module.SimpleSerializers
class SimpleSerializers extends Serializers.Base implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,
JsonSerializer<?>> _classMappings Class-based mappings that are used both for exact and sub-class matches. -
_hasEnumSerializer
boolean _hasEnumSerializer
Flag to help find "generic" enum serializer, if one has been registered.- Since:
- 2.3
-
_interfaceMappings
HashMap<ClassKey,
JsonSerializer<?>> _interfaceMappings Interface-based matches.
-
-
Class com.fasterxml.jackson.databind.module.SimpleValueInstantiators
class SimpleValueInstantiators extends ValueInstantiators.Base implements Serializable- serialVersionUID:
- -8929386427526115130L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,
ValueInstantiator> _classMappings Mappings from raw (type-erased, i.e. non-generic) types to matchingValueInstantiator
instances.
-
-
-
Package com.fasterxml.jackson.databind.node
-
Class com.fasterxml.jackson.databind.node.ArrayNode
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.BaseJsonNode
class BaseJsonNode extends JsonNode implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
Class com.fasterxml.jackson.databind.node.BigIntegerNode
class BigIntegerNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
BigInteger _value
-
-
-
Class com.fasterxml.jackson.databind.node.BinaryNode
class BinaryNode extends ValueNode implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_data
byte[] _data
-
-
Class com.fasterxml.jackson.databind.node.BooleanNode
class BooleanNode extends ValueNode implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_value
boolean _value
-
-
Class com.fasterxml.jackson.databind.node.ContainerNode
class ContainerNode extends BaseJsonNode implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nodeFactory
JsonNodeFactory _nodeFactory
We will keep a reference to the Object (usually TreeMapper) that can construct instances of nodes to add to this container node.
-
-
Class com.fasterxml.jackson.databind.node.DecimalNode
class DecimalNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
BigDecimal _value
-
-
-
Class com.fasterxml.jackson.databind.node.DoubleNode
class DoubleNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
double _value
-
-
-
Class com.fasterxml.jackson.databind.node.FloatNode
class FloatNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
float _value
-
-
-
Class com.fasterxml.jackson.databind.node.IntNode
class IntNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
int _value
Integer value this node contains
-
-
-
Class com.fasterxml.jackson.databind.node.JsonNodeFactory
class JsonNodeFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgBigDecimalExact
boolean _cfgBigDecimalExact
Deprecated.
-
-
Class com.fasterxml.jackson.databind.node.LongNode
class LongNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
long _value
-
-
-
Class com.fasterxml.jackson.databind.node.MissingNode
class MissingNode extends ValueNode implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.databind.node.NullNode
class NullNode extends ValueNode implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class com.fasterxml.jackson.databind.node.NumericNode
class NumericNode extends ValueNode implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.ObjectNode
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.POJONode
class POJONode extends ValueNode implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_value
Object _value
-
-
Class com.fasterxml.jackson.databind.node.ShortNode
class ShortNode extends NumericNode implements Serializable-
Serialized Fields
-
_value
short _value
-
-
-
Class com.fasterxml.jackson.databind.node.TextNode
class TextNode extends ValueNode implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
_value
String _value
-
-
Class com.fasterxml.jackson.databind.node.ValueNode
class ValueNode extends BaseJsonNode implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.ser
-
Class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
class BasicSerializerFactory extends SerializerFactory implements Serializable-
Serialized Fields
-
_factoryConfig
SerializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
-
-
-
Class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
class BeanPropertyWriter extends PropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
Serialized Fields
-
_cfgSerializationType
JavaType _cfgSerializationType
Type to use for locating serializer; normally same as return type of the accessor method, but may be overridden by annotations. -
_declaredType
JavaType _declaredType
Type property is declared to have, either in class definition or associated annotations. -
_includeInViews
Class<?>[] _includeInViews
Alternate set of property writers used when view-based filtering is available for the Bean. -
_member
AnnotatedMember _member
Member (field, method) that represents property and allows access to associated annotations. -
_name
SerializedString _name
Logical name of the property; will be used as the field name under which value for the property is written.NOTE: do NOT change name of this field; it is accessed by Afterburner module (until 2.4; not directly from 2.5) ALSO NOTE: ... and while it really ought to be `SerializableString`, changing that is also binary-incompatible change. So nope.
-
_nonTrivialBaseType
JavaType _nonTrivialBaseType
Base type of the property, if the declared type is "non-trivial"; meaning it is either a structured type (collection, map, array), or parameterized. Used to retain type information about contained type, which is mostly necessary if type meta-data is to be included. -
_nullSerializer
JsonSerializer<Object> _nullSerializer
Serializer used for writing out null values, if any: if null, null values are to be suppressed. -
_serializer
JsonSerializer<Object> _serializer
Serializer to use for writing out the value: null if it cannot be known statically; non-null if it can. -
_suppressableValue
Object _suppressableValue
Value that is considered default value of the property; used for default-value-suppression if enabled. -
_suppressNulls
boolean _suppressNulls
Whether null values are to be suppressed (nothing written out if value is null) or not. Note that this is a configuration value during construction, and actual handling relies on setting (or not) ofBeanPropertyWriter._nullSerializer
. -
_typeSerializer
TypeSerializer _typeSerializer
If property being serialized needs type information to be included this is the type serializer to use. Declared type (possibly augmented with annotations) of property is used for determining exact mechanism to use (compared to actual runtime type used for serializing actual state). -
_wrapperName
PropertyName _wrapperName
Wrapper name to use for this element, if any- Since:
- 2.2
-
-
Class com.fasterxml.jackson.databind.ser.BeanSerializer
class BeanSerializer extends BeanSerializerBase implements Serializable- serialVersionUID:
- 29L
-
Class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
class BeanSerializerFactory extends BasicSerializerFactory implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.BeanSerializerModifier
class BeanSerializerModifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
class DefaultSerializerProvider extends SerializerProvider implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.Impl
class Impl extends DefaultSerializerProvider implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.PropertyWriter
class PropertyWriter extends ConcreteBeanPropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
class VirtualBeanPropertyWriter extends BeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.ser.impl
-
Class com.fasterxml.jackson.databind.ser.impl.AttributePropertyWriter
class AttributePropertyWriter extends VirtualBeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_attrName
String _attrName
-
-
Class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
class BeanAsArraySerializer extends BeanSerializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultSerializer
BeanSerializerBase _defaultSerializer
Serializer that would produce JSON Object version; used in cases where array output cannot be used.
-
-
Class com.fasterxml.jackson.databind.ser.impl.FailingSerializer
-
Serialized Fields
-
_msg
String _msg
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
class IndexedStringListSerializer extends StaticListSerializerBase<List<String>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
-
Class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
Serialized Fields
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object. -
_entryType
JavaType _entryType
-
_keySerializer
JsonSerializer<Object> _keySerializer
Key serializer to use, if it can be statically determined -
_keyType
JavaType _keyType
-
_property
BeanProperty _property
Map-valued property being serialized with this instance -
_suppressableValue
Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()
is called), or marker value ofMapEntrySerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.5
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofMapEntrySerializer._suppressableValue
- Since:
- 2.9
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
Value serializer to use, if it can be statically determined -
_valueType
JavaType _valueType
-
_valueTypeIsStatic
boolean _valueTypeIsStatic
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used) -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type identifier serializer used for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator
class PropertyBasedObjectIdGenerator extends ObjectIdGenerators.PropertyGenerator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanPropertyWriter _property
-
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter
class FilterExceptFilter extends SimpleBeanPropertyFilter implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
class SerializeExceptFilter extends SimpleBeanPropertyFilter implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
class SimpleFilterProvider extends FilterProvider implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgFailOnUnknownId
boolean _cfgFailOnUnknownId
Flag that indicates whether request for an unknown filter id should result an exception (default) or not. Note that this is only relevant if no default filter has been configured. -
_defaultFilter
PropertyFilter _defaultFilter
This is the filter we return in case no mapping was found for given id; default isnull
(in which case caller typically reports an error), but can be set to an explicit filter. -
_filtersById
Map<String,
PropertyFilter> _filtersById Mappings from ids to filters.
-
-
Class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
Serialized Fields
-
_elementSerializer
JsonSerializer<Object> _elementSerializer
Value serializer to use, if it's not the standard one (if it is we can optimize serialization a lot)
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
class StringCollectionSerializer extends StaticListSerializerBase<Collection<String>> implements Serializable -
Class com.fasterxml.jackson.databind.ser.impl.UnknownSerializer
class UnknownSerializer extends ToEmptyObjectSerializer implements Serializable -
Class com.fasterxml.jackson.databind.ser.impl.UnsupportedTypeSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
class UnwrappingBeanPropertyWriter extends BeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties of unwrapped POJO.
-
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
class UnwrappingBeanSerializer extends BeanSerializerBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties of unwrapped POJO.
-
-
-
Package com.fasterxml.jackson.databind.ser.std
-
Class com.fasterxml.jackson.databind.ser.std.ArraySerializerBase
-
Serialized Fields
-
_property
BeanProperty _property
-
_unwrapSingle
Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
-
-
Class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
Serialized Fields
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type cannot be statically determined, mapping from runtime type to serializer is handled using this object -
_elementSerializer
JsonSerializer<Object> _elementSerializer
Value serializer to use, if it can be statically determined -
_elementType
JavaType _elementType
-
_property
BeanProperty _property
Collection-valued property being serialized with this instance -
_staticTyping
boolean _staticTyping
-
_unwrapSingle
Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer used for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.AtomicReferenceSerializer
class AtomicReferenceSerializer extends ReferenceTypeSerializer<AtomicReference<?>> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Serialized Fields
-
_anyGetterWriter
AnyGetterWriter _anyGetterWriter
Handler 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
Object _propertyFilterId
Id of the bean property filter to use, if any; null if none. -
_props
BeanPropertyWriter[] _props
Writers used for outputting actual property values -
_serializationShape
JsonFormat.Shape _serializationShape
Requested shape from bean class annotations. -
_typeId
AnnotatedMember _typeId
If using custom type ids (usually via getter, or field), this is the reference to that member.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.BooleanSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_forPrimitive
boolean _forPrimitive
Whether type serialized is primitive (boolean) or wrapper (java.lang.Boolean); if true, former, if false, latter.
-
-
Class com.fasterxml.jackson.databind.ser.std.ByteArraySerializer
class ByteArraySerializer extends StdSerializer<byte[]> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer
-
Class com.fasterxml.jackson.databind.ser.std.CalendarSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ClassSerializer
-
Class com.fasterxml.jackson.databind.ser.std.CollectionSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.DateSerializer
-
Class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
Serialized Fields
-
_customFormat
DateFormat _customFormat
Specific format to use, if not default format: non null value also indicates that serialization is to be done as JSON String, not numeric timestamp, unlessDateTimeSerializerBase._useTimestamp
is true. -
_reusedCustomFormat
AtomicReference<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
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
class EnumMapSerializer extends ContainerSerializer<EnumMap<? extends Enum<?>,?>> implements Serializable -
Serialized Fields
-
_keyEnums
EnumValues _keyEnums
-
_property
BeanProperty _property
-
_staticTyping
boolean _staticTyping
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
-
_valueType
JavaType _valueType
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
-
-
-
Class com.fasterxml.jackson.databind.ser.std.EnumSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_serializeAsIndex
Boolean _serializeAsIndex
Flag that is set if we statically know serialization choice between index and textual format (null if it needs to be dynamically checked).- Since:
- 2.1
-
_values
EnumValues _values
This map contains pre-resolved values (since there are ways to customize actual String constants to use) to use as serializations. -
_valuesByEnumNaming
EnumValues _valuesByEnumNaming
Map with key as converted property class defined implementation ofEnumNamingStrategy
and with value as Enum names collected usingEnum.name()
.- Since:
- 2.15
-
_valuesByToString
EnumValues _valuesByToString
Map that contains pre-resolved values forEnum.toString()
to use for serialization, while respectingJsonProperty
andEnumFeature.WRITE_ENUMS_TO_LOWERCASE
.- Since:
- 2.16
-
-
Class com.fasterxml.jackson.databind.ser.std.EnumSetSerializer
class EnumSetSerializer extends AsArraySerializerBase<EnumSet<? extends Enum<?>>> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.FileSerializer
-
Class com.fasterxml.jackson.databind.ser.std.InetAddressSerializer
-
Serialized Fields
-
_asNumeric
boolean _asNumeric
- Since:
- 2.9
-
-
-
Class com.fasterxml.jackson.databind.ser.std.InetSocketAddressSerializer
class InetSocketAddressSerializer extends StdScalarSerializer<InetSocketAddress> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.IterableSerializer
-
Class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
Serialized Fields
-
_accessor
AnnotatedMember _accessor
- Since:
- 2.9
-
_forceTypeInformation
boolean _forceTypeInformation
This is a flag that is set in rare (?) cases where this serializer is used for "natural" types (boolean, int, String, double); and where we actually must force type information wrapping, even though one would not normally be added. -
_ignoredProperties
Set<String> _ignoredProperties
Names of properties to ignore from Value class accessed using accessor.- Since:
- 2.16
-
_property
BeanProperty _property
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
-
_valueType
JavaType _valueType
Declared type of the value accessed, as declared by accessor.- Since:
- 2.12
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
- Since:
- 2.12
-
-
-
Class com.fasterxml.jackson.databind.ser.std.MapProperty
class MapProperty extends PropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
Object _key
-
_keySerializer
JsonSerializer<Object> _keySerializer
-
_property
BeanProperty _property
-
_typeSerializer
TypeSerializer _typeSerializer
-
_value
Object _value
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
-
-
Class com.fasterxml.jackson.databind.ser.std.MapSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object. -
_filterId
Object _filterId
Id of the property filter to use, if any; null if none.- Since:
- 2.3
-
_ignoredEntries
Set<String> _ignoredEntries
Set of entries to omit during serialization, if any -
_includedEntries
Set<String> _includedEntries
Set of entries to include during serialization, if null, it is ignored, empty will include nothing.- Since:
- 2.12
-
_inclusionChecker
IgnorePropertiesUtil.Checker _inclusionChecker
Helper object used for name-based filtering- Since:
- 2.12
-
_keySerializer
JsonSerializer<Object> _keySerializer
Key serializer to use, if it can be statically determined -
_keyType
JavaType _keyType
Declared type of keys -
_property
BeanProperty _property
Map-valued property being serialized with this instance -
_sortKeys
boolean _sortKeys
Flag set if output is forced to be sorted by keys (usually due to annotation).- Since:
- 2.4
-
_suppressableValue
Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()
is called), or marker value ofMapSerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.5
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofMapSerializer._suppressableValue
- Since:
- 2.9
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
Value serializer to use, if it can be statically determined -
_valueType
JavaType _valueType
Declared type of contained values -
_valueTypeIsStatic
boolean _valueTypeIsStatic
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used) -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type identifier serializer used for values, if any.
-
-
Class com.fasterxml.jackson.databind.ser.std.NonTypedScalarSerializerBase
-
Class com.fasterxml.jackson.databind.ser.std.NullSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializer
-
Serialized Fields
-
_isInt
boolean _isInt
-
-
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base
-
Serialized Fields
-
_isInt
boolean _isInt
-
_numberType
JsonParser.NumberType _numberType
-
_schemaType
String _schemaType
-
-
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.DoubleSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.FloatSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntegerSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntLikeSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.LongSerializer
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.ShortSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
Serialized Fields
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type cannot be statically determined, mapping from runtime type to serializer is handled using this object -
_elementSerializer
JsonSerializer<Object> _elementSerializer
Value serializer to use, if it can be statically determined. -
_elementType
JavaType _elementType
Declared type of element entries -
_staticTyping
boolean _staticTyping
Whether we are using static typing (using declared types, ignoring runtime type) or not for elements. -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer to use for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.RawSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanProperty _property
-
_referredType
JavaType _referredType
Value type -
_suppressableValue
Object _suppressableValue
Value that indicates suppression mechanism to use for values contained; either "filter" (of whichequals()
is called), or marker value ofReferenceTypeSerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for non-null values. Note that inclusion value for Map instance itself is handled by caller (POJO property that refers to the Map value).- Since:
- 2.9
-
_suppressNulls
boolean _suppressNulls
Flag that indicates what to do with `null` values, distinct from handling ofReferenceTypeSerializer._suppressableValue
- Since:
- 2.9
-
_unwrapper
NameTransformer _unwrapper
In case of unwrapping, need name transformer. -
_valueSerializer
JsonSerializer<Object> _valueSerializer
Serializer for content values, if statically known. -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer used for values, if any.
-
-
Class com.fasterxml.jackson.databind.ser.std.SerializableSerializer
-
Class com.fasterxml.jackson.databind.ser.std.SqlDateSerializer
-
Class com.fasterxml.jackson.databind.ser.std.SqlTimeSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
class StaticListSerializerBase extends StdSerializer<T extends Collection<?>> implements Serializable-
Serialized Fields
-
_unwrapSingle
Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer
class BooleanArraySerializer extends ArraySerializerBase<boolean[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.CharArraySerializer
class CharArraySerializer extends StdSerializer<char[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer
class DoubleArraySerializer extends ArraySerializerBase<double[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer
class FloatArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<float[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer
class IntArraySerializer extends ArraySerializerBase<int[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer
class LongArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<long[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer
class ShortArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<short[]> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer
class TypedPrimitiveArraySerializer extends ArraySerializerBase<T> implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
Serialized Fields
-
_converter
Converter<Object,
?> _converter -
_delegateSerializer
JsonSerializer<Object> _delegateSerializer
Underlying serializer for typeT
. -
_delegateType
JavaType _delegateType
Fully resolved delegate type, with generic information if any available.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicBooleanSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicIntegerSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicLongSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.Default
-
Serialized Fields
-
_typeId
int _typeId
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.Dynamic
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.EnumKeySerializer
-
Serialized Fields
-
_values
EnumValues _values
-
_valuesByEnumNaming
EnumValues _valuesByEnumNaming
Map with key as converted property class defined implementation ofEnumNamingStrategy
and with value as Enum names collected usingEnum.name()
.- Since:
- 2.15
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.StringKeySerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdScalarSerializer
-
Class com.fasterxml.jackson.databind.ser.std.StdSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.StringSerializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.TimeZoneSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ToEmptyObjectSerializer
-
Class com.fasterxml.jackson.databind.ser.std.TokenBufferSerializer
-
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializer
class ToStringSerializer extends ToStringSerializerBase implements Serializable -
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializerBase
-
Class com.fasterxml.jackson.databind.ser.std.UUIDSerializer
-
Serialized Fields
-
_asBinary
Boolean _asBinary
Configuration setting that indicates if serialization as binary (native or Base64-encoded) has been forced;null
means "use default heuristic"- Since:
- 2.11.3
-
-
-
-
Package com.fasterxml.jackson.databind.type
-
Class com.fasterxml.jackson.databind.type.ArrayType
class ArrayType extends TypeBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.ClassKey
class ClassKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.CollectionLikeType
class CollectionLikeType extends TypeBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_elementType
JavaType _elementType
Type of elements in collection
-
-
Class com.fasterxml.jackson.databind.type.CollectionType
class CollectionType extends CollectionLikeType implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.IterationType
class IterationType extends SimpleType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_iteratedType
JavaType _iteratedType
-
-
Class com.fasterxml.jackson.databind.type.MapLikeType
class MapLikeType extends TypeBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.MapType
class MapType extends MapLikeType implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.PlaceholderForType
class PlaceholderForType extends com.fasterxml.jackson.databind.type.IdentityEqualityType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_actualType
JavaType _actualType
Type assigned during wildcard resolution (which follows type structure resolution) -
_ordinal
int _ordinal
-
-
Class com.fasterxml.jackson.databind.type.ReferenceType
class ReferenceType extends SimpleType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_anchorType
JavaType _anchorType
Deprecated.Since 2.16Essential type used for type ids, for example if type id is needed for referencing type with polymorphic handling. Typically initialized when 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
class ResolvedRecursiveType extends com.fasterxml.jackson.databind.type.IdentityEqualityType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_referencedType
JavaType _referencedType
-
-
Class com.fasterxml.jackson.databind.type.SimpleType
class SimpleType extends TypeBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.TypeBase
class TypeBase extends JavaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_bindings
TypeBindings _bindings
Bindings in effect for this type instance; possibly empty. Needed when resolving types declared in members of this type (if any).- Since:
- 2.7
-
_superClass
JavaType _superClass
-
_superInterfaces
JavaType[] _superInterfaces
-
-
Class com.fasterxml.jackson.databind.type.TypeBindings
class TypeBindings extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.TypeFactory
class TypeFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_classLoader
ClassLoader _classLoader
ClassLoader used by this factory [databind#624]. -
_modifiers
TypeModifier[] _modifiers
RegisteredTypeModifier
s: objects that can change details ofJavaType
instances factory constructs. -
_parser
TypeParser _parser
-
_typeCache
LookupCache<Object,
JavaType> _typeCache Since type resolution can be expensive (specifically when resolving actual generic types), we will use small cache to avoid repetitive resolution of core types
-
-
Class com.fasterxml.jackson.databind.type.TypeParser
class TypeParser extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
TypeFactory _factory
-
-
-
Package com.fasterxml.jackson.databind.util
-
Class com.fasterxml.jackson.databind.util.CompactStringObjectMap
class CompactStringObjectMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_hashArea
Object[] _hashArea
-
_hashMask
int _hashMask
-
_spillCount
int _spillCount
-
-
Class com.fasterxml.jackson.databind.util.EnumResolver
class EnumResolver extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultValue
Enum<?> _defaultValue
-
_enumClass
Class<Enum<?>> _enumClass
-
_enums
Enum<?>[] _enums
-
_enumsById
HashMap<String,
Enum<?>> _enumsById -
_isFromIntValue
boolean _isFromIntValue
Marker for case where value may come from@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
class EnumValues extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_enumClass
Class<Enum<?>> _enumClass
-
_textual
SerializableString[] _textual
-
_values
Enum<?>[] _values
-
-
Class com.fasterxml.jackson.databind.util.IgnorePropertiesUtil.Checker
class Checker extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.ISO8601DateFormat
class ISO8601DateFormat extends DateFormat implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.LRUMap
class LRUMap extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
_initialEntries
int _initialEntries
-
_maxEntries
int _maxEntries
-
-
Class com.fasterxml.jackson.databind.util.NameTransformer.Chained
class Chained extends NameTransformer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_t1
NameTransformer _t1
-
_t2
NameTransformer _t2
-
-
Class com.fasterxml.jackson.databind.util.NameTransformer.NopTransformer
class NopTransformer extends NameTransformer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.ObjectIdMap
-
Class com.fasterxml.jackson.databind.util.RootNameLookup
class RootNameLookup extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Need to override to reproduce cache object via constructor, instead of serialize/deserialize (since we do NOT want to retain cached data)
-
-
Class com.fasterxml.jackson.databind.util.StdDateFormat
class StdDateFormat extends DateFormat implements Serializable-
Serialized Fields
-
_lenient
Boolean _lenient
Explicit override for leniency, if specified.Cannot be `final` because
StdDateFormat.setLenient(boolean)
returns `void`.- Since:
- 2.7
-
_locale
Locale _locale
-
_tzSerializedWithColon
boolean _tzSerializedWithColon
Whether the TZ offset must be formatted with a colon between hours and minutes (HH: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
class ViewMatcher extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.util.internal
-
Class com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
Serialized Fields
-
capacity
AtomicLong capacity
-
concurrencyLevel
int concurrencyLevel
-
data
ConcurrentMap<K,
com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.Node<K, V>> data -
drainStatus
AtomicReference<com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.DrainStatus> drainStatus
-
evictionDeque
com.fasterxml.jackson.databind.util.internal.LinkedDeque<com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.Node<K,
V>> evictionDeque -
evictionLock
Lock evictionLock
-
readBufferDrainAtWriteCount
AtomicLongArray readBufferDrainAtWriteCount
-
readBufferReadCount
long[] readBufferReadCount
-
readBuffers
AtomicReferenceArray<com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.Node<K,
V>> readBuffers -
readBufferWriteCount
AtomicLongArray readBufferWriteCount
-
weightedSize
AtomicLong weightedSize
-
writeBuffer
Queue<Runnable> writeBuffer
-
-
-
Package com.fasterxml.jackson.dataformat.xml
-
Class com.fasterxml.jackson.dataformat.xml.DefaultingXmlTypeResolverBuilder
class DefaultingXmlTypeResolverBuilder extends ObjectMapper.DefaultTypeResolverBuilder implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.JacksonXmlAnnotationIntrospector
class JacksonXmlAnnotationIntrospector extends JacksonAnnotationIntrospector implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgDefaultUseWrapper
boolean _cfgDefaultUseWrapper
-
-
Class com.fasterxml.jackson.dataformat.xml.JacksonXmlModule
class 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
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
class Pair extends AnnotationIntrospectorPair implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_xmlPrimary
AnnotationIntrospector.XmlExtensions _xmlPrimary
-
_xmlSecondary
AnnotationIntrospector.XmlExtensions _xmlSecondary
-
-
Class com.fasterxml.jackson.dataformat.xml.XmlFactory
class XmlFactory extends JsonFactory implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
In addition to default serialization, which mostly works, need to handle case of XML factories, hence override.- Throws:
IOException
ClassNotFoundException
-
readResolve
Method that we need to override to actually make restoration go through constructors etc. -
writeObject
In addition to default serialization, which mostly works, need to handle case of XML factories, hence override.- Throws:
IOException
-
-
Serialized Fields
-
_cfgNameForTextElement
String _cfgNameForTextElement
-
_nameProcessor
XmlNameProcessor _nameProcessor
-
_xmlGeneratorFeatures
int _xmlGeneratorFeatures
-
_xmlParserFeatures
int _xmlParserFeatures
-
-
Class com.fasterxml.jackson.dataformat.xml.XmlMapper
class XmlMapper extends ObjectMapper implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_xmlModule
JacksonXmlModule _xmlModule
-
-
Class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder.XmlClassNameIdResolver
class XmlClassNameIdResolver extends ClassNameIdResolver implements Serializable- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder.XmlMinimalClassNameIdResolver
class XmlMinimalClassNameIdResolver extends MinimalClassNameIdResolver implements Serializable- serialVersionUID:
- 2L
-
-
Package com.fasterxml.jackson.dataformat.xml.deser
-
Class com.fasterxml.jackson.dataformat.xml.deser.WrapperHandlingDeserializer
class WrapperHandlingDeserializer extends DelegatingDeserializer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.fasterxml.jackson.dataformat.xml.deser.XmlBeanDeserializerModifier
class XmlBeanDeserializerModifier extends BeanDeserializerModifier implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgNameForTextValue
String _cfgNameForTextValue
Virtual name used for text segments.
-
-
Class com.fasterxml.jackson.dataformat.xml.deser.XmlDeserializationContext
class XmlDeserializationContext extends DefaultDeserializationContext implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.deser.XmlTextDeserializer
class XmlTextDeserializer extends DelegatingDeserializer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_xmlTextProperty
SettableBeanProperty _xmlTextProperty
Actual property that is indicated to be of type "XML Text" (and is the only element-valued property) -
_xmlTextPropertyIndex
int _xmlTextPropertyIndex
Property index of the "XML text property"; needed for finding actual property instance after resolution and contextualization: instance may change, but index will remain constant.
-
-
-
Package com.fasterxml.jackson.dataformat.xml.jaxb
-
Class com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector
class XmlJaxbAnnotationIntrospector extends NopAnnotationIntrospector implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.dataformat.xml.ser
-
Class com.fasterxml.jackson.dataformat.xml.ser.UnwrappingXmlBeanSerializer
class UnwrappingXmlBeanSerializer extends XmlBeanSerializerBase 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.dataformat.xml.ser.XmlBeanPropertyWriter
class XmlBeanPropertyWriter extends BeanPropertyWriter implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
class XmlBeanSerializer extends XmlBeanSerializerBase implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializerBase
class XmlBeanSerializerBase extends BeanSerializerBase implements Serializable-
Serialized Fields
-
_attributeCount
int _attributeCount
Number of attributes to write; these will have been ordered to be the first properties to write. -
_cdata
BitSet _cdata
Optional set of indexes of properties that should be serialized as CDATA, instead of regular XML text segment. Left as null in cases where none of element values are to be written in such a way. -
_textPropertyIndex
int _textPropertyIndex
Index of "text value" property we have, if any; can have at most one such property. -
_xmlNames
QName[] _xmlNames
Array that contains namespace URIs associated with properties, if any; null if no namespace definitions have been assigned
-
-
-
Class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializerModifier
class XmlBeanSerializerModifier extends BeanSerializerModifier implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
class XmlSerializerProvider extends DefaultSerializerProvider implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_rootNameLookup
XmlRootNameLookup _rootNameLookup
-
-
-
Package com.fasterxml.jackson.dataformat.xml.util
-
Class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
class DefaultXmlPrettyPrinter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayIndenter
DefaultXmlPrettyPrinter.Indenter _arrayIndenter
By default, let's use only spaces to separate array values. -
_newLine
String _newLine
-
_objectIndenter
DefaultXmlPrettyPrinter.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)
-
-
Class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.FixedSpaceIndenter
class FixedSpaceIndenter extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Lf2SpacesIndenter
class Lf2SpacesIndenter extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.NopIndenter
class NopIndenter extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.dataformat.xml.util.XmlRootNameLookup
class XmlRootNameLookup extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package com.fasterxml.jackson.datatype.jsr310
-
Class com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
class JavaTimeModule extends SimpleModule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_features
JacksonFeatureSet<JavaTimeFeature> _features
- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.JSR310Module
class JSR310Module extends SimpleModule implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.datatype.jsr310.deser
-
Class com.fasterxml.jackson.datatype.jsr310.deser.DurationDeserializer
class DurationDeserializer extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<Duration> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_durationUnitConverter
DurationUnitConverter _durationUnitConverter
When defined (notnull
) integer values will be converted into duration unit configured for the converter. Using this converter will typically override the value specified inDeserializationFeature.READ_DATE_TIMESTAMPS_AS_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
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer
class InstantDeserializer extends JSR310DateTimeDeserializerBase<T extends Temporal> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_adjustToContextTZOverride
Boolean _adjustToContextTZOverride
Flag forJsonFormat.Feature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE
- Since:
- 2.8
-
_alwaysAllowStringifiedDateTimestamps
boolean _alwaysAllowStringifiedDateTimestamps
Flag set fromJavaTimeFeature.ALWAYS_ALLOW_STRINGIFIED_DATE_TIMESTAMPS
to determine whether stringified numbers are interpreted as timestamps (enabled) nor not (disabled) in addition to a custom pattern ({code DateTimeFormatter}).NOTE: stringified timestamps are always allowed with default patterns; this flag only affects handling of custom patterns.
- Since:
- 2.16
-
_normalizeZoneId
boolean _normalizeZoneId
Flag set fromJavaTimeFeature.NORMALIZE_DESERIALIZED_ZONE_ID
to determine whetherZoneId
is to be normalized during deserialization.- Since:
- 2.16
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
- Since:
- 2.16
-
adjust
BiFunction<T extends Temporal,
ZoneId, T extends Temporal> adjust -
fromMilliseconds
Function<InstantDeserializer.FromIntegerArguments,
T extends Temporal> fromMilliseconds -
fromNanoseconds
Function<InstantDeserializer.FromDecimalArguments,
T extends Temporal> fromNanoseconds -
parsedToValue
Function<TemporalAccessor,
T extends Temporal> parsedToValue -
replaceZeroOffsetAsZ
boolean replaceZeroOffsetAsZ
In case of vanilla `Instant` we seem to need to translate "+0000 | +00:00 | +00" timezone designator into plain "Z" for some reason; see [jackson-modules-java8#18] for more info- Since:
- 2.9.0
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.JavaTimeDeserializerModifier
class JavaTimeDeserializerModifier extends BeanDeserializerModifier implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_oneBaseMonths
boolean _oneBaseMonths
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.JSR310DateTimeDeserializerBase
class JSR310DateTimeDeserializerBase extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<T> implements Serializable-
Serialized Fields
-
_formatter
DateTimeFormatter _formatter
-
_shape
JsonFormat.Shape _shape
Setting that indicates the specified for this deserializer as aJsonFormat.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
class JSR310StringParsableDeserializer extends com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase<Object> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_typeSelector
int _typeSelector
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer
class LocalDateDeserializer extends JSR310DateTimeDeserializerBase<LocalDate> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer
class LocalDateTimeDeserializer extends JSR310DateTimeDeserializerBase<LocalDateTime> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.LocalTimeDeserializer
class LocalTimeDeserializer extends JSR310DateTimeDeserializerBase<LocalTime> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.MonthDayDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.OffsetTimeDeserializer
class OffsetTimeDeserializer extends JSR310DateTimeDeserializerBase<OffsetTime> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_readTimestampsAsNanosOverride
Boolean _readTimestampsAsNanosOverride
Flag forJsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
- Since:
- 2.16
-
-
Class com.fasterxml.jackson.datatype.jsr310.deser.OneBasedMonthDeserializer
class OneBasedMonthDeserializer extends DelegatingDeserializer implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.YearDeserializer
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.deser.YearMonthDeserializer
class YearMonthDeserializer extends JSR310DateTimeDeserializerBase<YearMonth> implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.datatype.jsr310.ser
-
Class com.fasterxml.jackson.datatype.jsr310.ser.DurationSerializer
class DurationSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<Duration> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_durationUnitConverter
DurationUnitConverter _durationUnitConverter
When defined (notnull
) duration values will be converted into integers with the unit configured for the converter. Only available whenSerializationFeature.WRITE_DURATIONS_AS_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
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase
class InstantSerializerBase extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<T extends Temporal> implements Serializable-
Serialized Fields
-
defaultFormat
DateTimeFormatter defaultFormat
-
getEpochMillis
ToLongFunction<T extends Temporal> getEpochMillis
-
getEpochSeconds
ToLongFunction<T extends Temporal> getEpochSeconds
-
getNanoseconds
ToIntFunction<T extends Temporal> getNanoseconds
-
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.JavaTimeSerializerModifier
class JavaTimeSerializerModifier extends BeanSerializerModifier implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_oneBaseMonths
boolean _oneBaseMonths
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer
class LocalDateSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<LocalDate> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer
class LocalDateTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<LocalDateTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.LocalTimeSerializer
class LocalTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<LocalTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.MonthDaySerializer
class MonthDaySerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<MonthDay> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.OffsetDateTimeSerializer
class OffsetDateTimeSerializer extends InstantSerializerBase<OffsetDateTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.OffsetTimeSerializer
class OffsetTimeSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<OffsetTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.YearMonthSerializer
class YearMonthSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<YearMonth> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.YearSerializer
class YearSerializer extends com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<Year> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeSerializer
- serialVersionUID:
- 1L
-
Serialized Fields
-
_writeZoneId
Boolean _writeZoneId
Flag forJsonFormat.Feature.WRITE_DATES_WITH_ZONE_ID
- Since:
- 2.8
-
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeWithZoneIdSerializer
class ZonedDateTimeWithZoneIdSerializer extends InstantSerializerBase<ZonedDateTime> implements Serializable- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.datatype.jsr310.ser.ZoneIdSerializer
class ZoneIdSerializer extends ToStringSerializerBase implements Serializable- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.module.paramnames
-
Class com.fasterxml.jackson.module.paramnames.ParameterNamesAnnotationIntrospector
class 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
class ParameterNamesModule extends SimpleModule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
creatorBinding
JsonCreator.Mode creatorBinding
-
-
-
Package com.github.jknack.handlebars
-
Class com.github.jknack.handlebars.HandlebarsError
class HandlebarsError extends Object implements Serializable-
Serialized Fields
-
column
int column
Deprecated.The error's column number. -
evidence
String evidence
Deprecated.The error's evidence. -
filename
String filename
Deprecated.The file's name. -
line
int line
Deprecated.The error's line number. -
message
String message
Deprecated.The full error's message. -
reason
String reason
Deprecated.The error's problem.
-
-
-
Exception Class com.github.jknack.handlebars.HandlebarsException
class HandlebarsException extends RuntimeException implements Serializable- serialVersionUID:
- -294368972176956335L
-
Serialized Fields
-
error
HandlebarsError error
Deprecated.A handlebars error. Optional.
-
-
-
Package com.google.common.base
-
Class com.google.common.base.Equivalence.Wrapper
class Wrapper extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
equivalence
Equivalence<? super T> equivalence
Deprecated. -
reference
T reference
Deprecated.
-
-
Class com.google.common.base.Optional
class Optional extends Object implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.google.common.base.VerifyException
class VerifyException extends RuntimeException implements Serializable
-
-
Package com.google.common.cache
-
Exception Class com.google.common.cache.CacheLoader.InvalidCacheLoadException
class InvalidCacheLoadException extends RuntimeException implements Serializable
-
-
Package com.google.common.collect
-
Class com.google.common.collect.ArrayListMultimap
class ArrayListMultimap extends com.google.common.collect.AbstractListMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectOutputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws 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:
IOException
-
-
Class com.google.common.collect.ArrayTable
class ArrayTable extends com.google.common.collect.AbstractTable<R,C, V> implements Serializable - serialVersionUID:
- 0L
-
Serialized Fields
-
array
V[][] array
Deprecated. -
columnKeyToIndex
ImmutableMap<C,
Integer> columnKeyToIndex Deprecated. -
columnList
ImmutableList<C> columnList
Deprecated. -
rowKeyToIndex
ImmutableMap<R,
Integer> rowKeyToIndex Deprecated. -
rowList
ImmutableList<R> rowList
Deprecated.
-
-
Exception Class com.google.common.collect.ComputationException
class ComputationException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Class com.google.common.collect.ConcurrentHashMultiset
class ConcurrentHashMultiset extends com.google.common.collect.AbstractMultiset<E> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Serial Data:
- the ConcurrentMap of elements and their counts.
- Throws:
IOException
-
-
Class com.google.common.collect.ContiguousSet
-
Serialized Fields
-
domain
DiscreteDomain<C extends Comparable> domain
Deprecated.
-
-
-
Class com.google.common.collect.EnumBiMap
class EnumBiMap extends com.google.common.collect.AbstractBiMap<K extends Enum<K>,V extends Enum<V>> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException Deprecated.- Serial Data:
- the key class, value class, number of entries, first key, first value, second key, second value, and so on.
- Throws:
IOException
-
-
Class com.google.common.collect.EnumHashBiMap
class EnumHashBiMap extends com.google.common.collect.AbstractBiMap<K extends Enum<K>,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException Deprecated.- Serial Data:
- the key class, number of entries, first key, first value, second key, second value, and so on.
- Throws:
IOException
-
-
Class com.google.common.collect.EnumMultiset
class EnumMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E extends Enum<E>> implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, 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:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException Deprecated.- Throws:
IOException
-
-
Class com.google.common.collect.HashBasedTable
class HashBasedTable extends com.google.common.collect.StandardTable<R,C, V> implements Serializable - serialVersionUID:
- 0L
-
Class com.google.common.collect.HashBiMap
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException Deprecated.- Serial Data:
- the number of entries, first key, first value, second key, second value, and so on.
- Throws:
IOException
-
-
Class com.google.common.collect.HashMultimap
class HashMultimap extends com.google.common.collect.AbstractSetMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws 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:
IOException
-
-
Class com.google.common.collect.HashMultiset
class HashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException Deprecated.- Serial Data:
- the number of distinct elements, the first element, its count, the second element, its count, and so on
- Throws:
IOException
-
-
Class com.google.common.collect.ImmutableBiMap
-
Serialization Methods
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.ImmutableCollection
-
Serialization Methods
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.ImmutableList
-
Serialization Methods
-
readObject
Deprecated.- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.ImmutableListMultimap
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws 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:
IOException
-
-
Class com.google.common.collect.ImmutableMap
class ImmutableMap extends Object implements Serializable-
Serialization Methods
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.ImmutableMultimap
class ImmutableMultimap extends com.google.common.collect.AbstractMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Class com.google.common.collect.ImmutableMultiset
-
Serialization Methods
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.ImmutableRangeSet
class ImmutableRangeSet extends com.google.common.collect.AbstractRangeSet<C extends Comparable> implements Serializable-
Serialization Methods
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.ImmutableSet
-
Serialization Methods
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.ImmutableSetMultimap
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws 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:
IOException
-
-
Class com.google.common.collect.ImmutableSortedMap
class ImmutableSortedMap extends com.google.common.collect.ImmutableSortedMapFauxverideShim<K,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
Object writeReplace()Deprecated.
-
-
Class com.google.common.collect.ImmutableSortedMultiset
class ImmutableSortedMultiset extends com.google.common.collect.ImmutableSortedMultisetFauxverideShim<E> implements Serializable-
Serialization Methods
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.ImmutableSortedSet
class ImmutableSortedSet extends com.google.common.collect.ImmutableSortedSetFauxverideShim<E> implements Serializable-
Serialization Methods
-
readObject
Deprecated.- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()Deprecated.
-
-
-
Class com.google.common.collect.LinkedHashMultimap
class LinkedHashMultimap extends com.google.common.collect.AbstractSetMultimap<K,V> implements Serializable - serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException Deprecated.- Serial Data:
- the expected values per key, the number of distinct keys, the number of entries, and the entries in order
- Throws:
IOException
-
-
Class com.google.common.collect.LinkedHashMultiset
class LinkedHashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException Deprecated.- Serial Data:
- the number of distinct elements, the first element, its count, the second element, its count, and so on
- Throws:
IOException
-
-
Class com.google.common.collect.LinkedListMultimap
class LinkedListMultimap extends com.google.common.collect.AbstractMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws 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:
IOException
-
-
Class com.google.common.collect.Range
class Range extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readResolve
Object readResolve()Deprecated.
-
-
Serialized Fields
-
lowerBound
com.google.common.collect.Cut<C extends Comparable> lowerBound
Deprecated. -
upperBound
com.google.common.collect.Cut<C extends Comparable> upperBound
Deprecated.
-
-
Class com.google.common.collect.TreeBasedTable
class TreeBasedTable extends com.google.common.collect.StandardRowSortedTable<R,C, V> implements Serializable - serialVersionUID:
- 0L
-
Serialized Fields
-
columnComparator
Comparator<? super C> columnComparator
Deprecated.
-
-
Class com.google.common.collect.TreeMultimap
class TreeMultimap extends com.google.common.collect.AbstractSortedKeySortedSetMultimap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws 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:
IOException
-
-
Class com.google.common.collect.TreeMultiset
class TreeMultiset extends com.google.common.collect.AbstractSortedMultiset<E> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws 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:
IOException
-
-
-
Package com.google.common.hash
-
Class com.google.common.hash.BloomFilter
class BloomFilter extends Object implements Serializable-
Serialization Methods
-
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
-
Exception Class com.google.common.io.BaseEncoding.DecodingException
class DecodingException extends IOException implements Serializable -
Exception Class com.google.common.io.InsecureRecursiveDeleteException
class InsecureRecursiveDeleteException extends FileSystemException implements Serializable
-
-
Package com.google.common.math
-
Class com.google.common.math.PairedStats
class PairedStats extends 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
class Stats extends 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
class HostAndPort extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
hasBracketlessColons
boolean hasBracketlessColons
Deprecated.True if the parsed host has colons, but no surrounding brackets. -
host
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
class ImmutableDoubleArray extends Object implements Serializable -
Class com.google.common.primitives.ImmutableIntArray
class ImmutableIntArray extends Object implements Serializable -
Class com.google.common.primitives.ImmutableLongArray
class ImmutableLongArray extends Object implements Serializable -
Class com.google.common.primitives.UnsignedInteger
class UnsignedInteger extends Number implements Serializable-
Serialized Fields
-
value
int value
Deprecated.
-
-
-
Class com.google.common.primitives.UnsignedLong
class UnsignedLong extends Number implements Serializable-
Serialized Fields
-
value
long value
Deprecated.
-
-
-
-
Package com.google.common.reflect
-
Class com.google.common.reflect.TypeToken
class TypeToken extends com.google.common.reflect.TypeCapture<T> implements Serializable-
Serialization Methods
-
writeReplace
Deprecated.Implemented to support serialization of subclasses.
-
-
Serialized Fields
-
runtimeType
Type runtimeType
Deprecated.
-
-
-
Class com.google.common.reflect.TypeToken.TypeSet
- serialVersionUID:
- 0L
-
-
Package com.google.common.util.concurrent
-
Class com.google.common.util.concurrent.AtomicDouble
class AtomicDouble extends Number implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
Deprecated.Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Saves the state to a stream (that is, serializes it).- Serial Data:
- The current value is emitted (a
double
). - Throws:
IOException
-
-
Class com.google.common.util.concurrent.AtomicDoubleArray
class AtomicDoubleArray extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
Deprecated.Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Exception Class com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException
class PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace implements Serializable-
Serialized Fields
-
conflictingStackTrace
com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace conflictingStackTrace
Deprecated.
-
-
-
Exception Class com.google.common.util.concurrent.ExecutionError
class ExecutionError extends Error implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.google.common.util.concurrent.UncheckedExecutionException
class UncheckedExecutionException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.google.common.util.concurrent.UncheckedTimeoutException
class UncheckedTimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
-
Package com.google.gson
-
Exception Class com.google.gson.JsonIOException
class JsonIOException extends JsonParseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.google.gson.JsonParseException
class JsonParseException extends RuntimeException implements Serializable- serialVersionUID:
- -4086729973971783390L
-
Exception Class com.google.gson.JsonSyntaxException
class JsonSyntaxException extends JsonParseException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.google.gson.stream
-
Exception Class com.google.gson.stream.MalformedJsonException
class MalformedJsonException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.mongodb
-
Class com.mongodb.BasicDBList
class BasicDBList extends BasicBSONList implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
_isPartialObject
boolean _isPartialObject
Deprecated.
-
-
Class com.mongodb.BasicDBObject
class BasicDBObject extends BasicBSONObject implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
isPartialObject
boolean isPartialObject
Deprecated.
-
-
Exception Class com.mongodb.BulkWriteException
class BulkWriteException extends MongoServerException implements Serializable- serialVersionUID:
- -1505950263354313025L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated. -
writeConcernError
WriteConcernError writeConcernError
Deprecated. -
writeErrors
List<BulkWriteError> writeErrors
Deprecated. -
writeResult
BulkWriteResult writeResult
Deprecated.
-
-
Class com.mongodb.CommandResult
class CommandResult extends BasicDBObject implements Serializable- serialVersionUID:
- 5907909423864204060L
-
Serialized Fields
-
address
ServerAddress address
Deprecated. -
response
BsonDocument response
Deprecated.
-
-
Class com.mongodb.DBAddress
class DBAddress extends ServerAddress implements Serializable- serialVersionUID:
- -813211264765778133L
-
Serialized Fields
-
_db
String _db
Deprecated.
-
-
Class com.mongodb.DBRef
class DBRef extends Object implements Serializable- serialVersionUID:
- -849581217713362618L
-
Exception Class com.mongodb.DuplicateKeyException
class DuplicateKeyException extends WriteConcernException implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Exception Class com.mongodb.MongoBulkWriteException
class MongoBulkWriteException extends MongoServerException implements Serializable- serialVersionUID:
- -4345399805987210275L
-
Serialized Fields
-
errors
List<BulkWriteError> errors
Deprecated. -
serverAddress
ServerAddress serverAddress
Deprecated. -
writeConcernError
WriteConcernError writeConcernError
Deprecated. -
writeResult
BulkWriteResult writeResult
Deprecated.
-
-
Exception Class com.mongodb.MongoChangeStreamException
class MongoChangeStreamException extends MongoException implements Serializable- serialVersionUID:
- 3621370414132219001L
-
Exception Class com.mongodb.MongoClientException
class MongoClientException extends MongoException implements Serializable- serialVersionUID:
- -5127414714432646066L
-
Exception Class com.mongodb.MongoCommandException
class MongoCommandException extends MongoServerException implements Serializable- serialVersionUID:
- 8160676451944215078L
-
Serialized Fields
-
response
BsonDocument response
Deprecated.
-
-
Exception Class com.mongodb.MongoConfigurationException
class MongoConfigurationException extends MongoClientException implements Serializable- serialVersionUID:
- -2343119787572079323L
-
Exception Class com.mongodb.MongoCursorNotFoundException
class MongoCursorNotFoundException extends MongoQueryException implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
cursorId
long cursorId
Deprecated. -
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Exception Class com.mongodb.MongoException
class MongoException extends RuntimeException implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Exception Class com.mongodb.MongoExecutionTimeoutException
class MongoExecutionTimeoutException extends MongoException implements Serializable- serialVersionUID:
- 5955669123800274594L
-
Exception Class com.mongodb.MongoGridFSException
class MongoGridFSException extends MongoException implements Serializable- serialVersionUID:
- -3894346172927543978L
-
Exception Class com.mongodb.MongoIncompatibleDriverException
class MongoIncompatibleDriverException extends MongoException implements Serializable- serialVersionUID:
- -5213381354402601890L
-
Serialized Fields
-
clusterDescription
ClusterDescription clusterDescription
Deprecated.
-
-
Exception Class com.mongodb.MongoInternalException
class MongoInternalException extends MongoException implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Exception Class com.mongodb.MongoInterruptedException
class MongoInterruptedException extends MongoException implements Serializable- serialVersionUID:
- -4110417867718417860L
-
Exception Class com.mongodb.MongoNodeIsRecoveringException
class MongoNodeIsRecoveringException extends MongoCommandException implements Serializable- serialVersionUID:
- 6062524147327071635L
-
Exception Class com.mongodb.MongoNotPrimaryException
class MongoNotPrimaryException extends MongoCommandException implements Serializable- serialVersionUID:
- 694876345217027108L
-
Exception Class com.mongodb.MongoQueryException
class MongoQueryException extends MongoServerException implements Serializable- serialVersionUID:
- -5113350133297015801L
-
Serialized Fields
-
errorMessage
String errorMessage
Deprecated.
-
-
Exception Class com.mongodb.MongoSecurityException
class MongoSecurityException extends MongoClientException implements Serializable- serialVersionUID:
- -7044790409935567275L
-
Serialized Fields
-
credential
MongoCredential credential
Deprecated.
-
-
Exception Class com.mongodb.MongoServerException
class MongoServerException extends MongoException implements Serializable- serialVersionUID:
- -5213859742051776206L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Exception Class com.mongodb.MongoSocketClosedException
class MongoSocketClosedException extends MongoSocketException implements Serializable- serialVersionUID:
- -6855036625330867705L
-
Exception Class com.mongodb.MongoSocketException
class MongoSocketException extends MongoException implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Exception Class com.mongodb.MongoSocketOpenException
class MongoSocketOpenException extends MongoSocketException implements Serializable- serialVersionUID:
- 4176754100200191238L
-
Exception Class com.mongodb.MongoSocketReadException
class MongoSocketReadException extends MongoSocketException implements Serializable- serialVersionUID:
- -1142547119966956531L
-
Exception Class com.mongodb.MongoSocketReadTimeoutException
class MongoSocketReadTimeoutException extends MongoSocketException implements Serializable- serialVersionUID:
- -7237059971254608960L
-
Exception Class com.mongodb.MongoSocketWriteException
class MongoSocketWriteException extends MongoSocketException implements Serializable- serialVersionUID:
- 5088061954415484493L
-
Exception Class com.mongodb.MongoTimeoutException
class MongoTimeoutException extends MongoClientException implements Serializable- serialVersionUID:
- -3016560214331826577L
-
Exception Class com.mongodb.MongoWaitQueueFullException
class MongoWaitQueueFullException extends MongoClientException implements Serializable- serialVersionUID:
- 1482094507852255793L
-
Exception Class com.mongodb.MongoWriteConcernException
class MongoWriteConcernException extends MongoServerException implements Serializable- serialVersionUID:
- 4577579466973523211L
-
Serialized Fields
-
writeConcernError
WriteConcernError writeConcernError
Deprecated. -
writeConcernResult
WriteConcernResult writeConcernResult
Deprecated.
-
-
Exception Class com.mongodb.MongoWriteException
class MongoWriteException extends MongoServerException implements Serializable- serialVersionUID:
- -1906795074458258147L
-
Serialized Fields
-
error
WriteError error
Deprecated.
-
-
Class com.mongodb.ServerAddress
class ServerAddress extends Object implements Serializable- serialVersionUID:
- 4027873363095395504L
-
Serialized Fields
-
host
String host
Deprecated. -
port
int port
Deprecated.
-
-
Class com.mongodb.ServerCursor
class ServerCursor extends Object implements Serializable- serialVersionUID:
- -7013636754565190109L
-
Serialized Fields
-
address
ServerAddress address
Deprecated. -
id
long id
Deprecated.
-
-
Class com.mongodb.UnixServerAddress
class UnixServerAddress extends ServerAddress implements Serializable- serialVersionUID:
- 154466643544866543L
-
Class com.mongodb.WriteConcern
class WriteConcern extends Object implements Serializable- serialVersionUID:
- 1884671104750417011L
-
Class com.mongodb.WriteConcern.Majority
class Majority extends WriteConcern implements Serializable- serialVersionUID:
- -4128295115883875212L
-
Exception Class com.mongodb.WriteConcernException
class 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
- serialVersionUID:
- 876323262645176354L
-
Serialized Fields
-
Exception Class com.mongodb.internal.connection.MongoWriteConcernWithResponseException
class MongoWriteConcernWithResponseException extends MongoException implements Serializable- serialVersionUID:
- 1707360842648550287L
-
Serialized Fields
-
cause
MongoException cause
Deprecated. -
response
Object response
Deprecated.
-
-
-
Package com.mongodb.util
-
Exception Class com.mongodb.util.JSONParseException
class JSONParseException extends RuntimeException implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
jsonString
String jsonString
Deprecated. -
pos
int pos
Deprecated.
-
-
-
Package com.sun.mail.iap
-
Exception Class com.sun.mail.iap.BadCommandException
class BadCommandException extends ProtocolException implements Serializable- serialVersionUID:
- 5769722539397237515L
-
Exception Class com.sun.mail.iap.CommandFailedException
class CommandFailedException extends ProtocolException implements Serializable- serialVersionUID:
- 793932807880443631L
-
Exception Class com.sun.mail.iap.ConnectionException
class ConnectionException extends ProtocolException implements Serializable- serialVersionUID:
- 5749739604257464727L
-
Exception Class com.sun.mail.iap.LiteralException
class LiteralException extends ProtocolException implements Serializable- serialVersionUID:
- -6919179828339609913L
-
Exception Class com.sun.mail.iap.ParsingException
class ParsingException extends ProtocolException implements Serializable- serialVersionUID:
- 7756119840142724839L
-
Exception Class com.sun.mail.iap.ProtocolException
class ProtocolException extends Exception implements Serializable- serialVersionUID:
- -4360500807971797439L
-
-
Package com.sun.mail.imap
-
Class com.sun.mail.imap.MessageVanishedEvent
class MessageVanishedEvent extends MessageCountEvent implements Serializable- serialVersionUID:
- 2142028010250024922L
-
Serialized Fields
-
uids
long[] uids
The message UIDs.
-
-
Class com.sun.mail.imap.ModifiedSinceTerm
class ModifiedSinceTerm extends SearchTerm implements Serializable- serialVersionUID:
- 5151457469634727992L
-
Serialized Fields
-
modseq
long modseq
-
-
Class com.sun.mail.imap.OlderTerm
class OlderTerm extends SearchTerm implements Serializable- serialVersionUID:
- 3951078948727995682L
-
Serialized Fields
-
interval
int interval
-
-
Exception Class com.sun.mail.imap.ReferralException
class ReferralException extends AuthenticationFailedException implements Serializable- serialVersionUID:
- -3414063558596287683L
-
Class com.sun.mail.imap.YoungerTerm
class 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
class FLAGS extends Flags implements Serializable- serialVersionUID:
- 439049847053756670L
-
Serialized Fields
-
msgno
int msgno
-
-
Exception Class com.sun.mail.imap.protocol.IMAPReferralException
class IMAPReferralException extends ProtocolException implements Serializable- serialVersionUID:
- 2578770669364251968L
-
Serialized Fields
-
url
String url
-
-
-
Package com.sun.mail.smtp
-
Exception Class com.sun.mail.smtp.SMTPAddressFailedException
class SMTPAddressFailedException extends SendFailedException implements Serializable- serialVersionUID:
- 804831199768630097L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
-
Exception Class com.sun.mail.smtp.SMTPAddressSucceededException
class SMTPAddressSucceededException extends MessagingException implements Serializable- serialVersionUID:
- -1168335848623096749L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
-
Exception Class com.sun.mail.smtp.SMTPSenderFailedException
class SMTPSenderFailedException extends SendFailedException implements Serializable- serialVersionUID:
- 514540454964476947L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
-
Exception Class com.sun.mail.smtp.SMTPSendFailedException
class SMTPSendFailedException extends SendFailedException implements Serializable- serialVersionUID:
- 8049122628728932894L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
-
-
Package com.sun.mail.util
-
Exception Class com.sun.mail.util.DecodingException
class DecodingException extends IOException implements Serializable- serialVersionUID:
- -6913647794421459390L
-
Exception Class com.sun.mail.util.FolderClosedIOException
class FolderClosedIOException extends IOException implements Serializable- serialVersionUID:
- 4281122580365555735L
-
Exception Class com.sun.mail.util.MailConnectException
class MailConnectException extends MessagingException implements Serializable- serialVersionUID:
- -3818807731125317729L
-
Serialized Fields
-
cto
int cto
-
host
String host
-
port
int port
-
-
Exception Class com.sun.mail.util.MessageRemovedIOException
class MessageRemovedIOException extends IOException implements Serializable- serialVersionUID:
- 4280468026581616424L
-
Exception Class com.sun.mail.util.SocketConnectException
class SocketConnectException extends IOException implements Serializable- serialVersionUID:
- 3997871560538755463L
-
Serialized Fields
-
cto
int cto
The connection timeout. -
host
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
class SeverityComparator extends Object implements Serializable- serialVersionUID:
- -2620442245251791965L
-
-
Package jakarta.json
-
Exception Class jakarta.json.JsonException
class JsonException extends RuntimeException implements Serializable- serialVersionUID:
- 359810709545392112L
-
-
Package jakarta.json.stream
-
Exception Class jakarta.json.stream.JsonGenerationException
class JsonGenerationException extends JsonException implements Serializable- serialVersionUID:
- -207609100806940680L
-
Exception Class jakarta.json.stream.JsonParsingException
class JsonParsingException extends JsonException implements Serializable- serialVersionUID:
- 9073566598484238797L
-
-
Package jakarta.servlet
-
Class jakarta.servlet.GenericFilter
class GenericFilter extends Object implements Serializable- serialVersionUID:
- 4060116231031076581L
-
Class jakarta.servlet.GenericServlet
class GenericServlet extends Object implements Serializable- serialVersionUID:
- -8592279577370996712L
-
Class jakarta.servlet.ServletContextAttributeEvent
class ServletContextAttributeEvent extends ServletContextEvent implements Serializable- serialVersionUID:
- -5804680734245618303L
-
Class jakarta.servlet.ServletContextEvent
class ServletContextEvent extends EventObject implements Serializable- serialVersionUID:
- -7501701636134222423L
-
Exception Class jakarta.servlet.ServletException
class ServletException extends Exception implements Serializable- serialVersionUID:
- 4221302886851315160L
-
Serialized Fields
-
rootCause
Throwable rootCause
-
-
Class jakarta.servlet.ServletRequestAttributeEvent
class ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable- serialVersionUID:
- -1466635426192317793L
-
Class jakarta.servlet.ServletRequestEvent
class ServletRequestEvent extends EventObject implements Serializable- serialVersionUID:
- -7467864054698729101L
-
-
Package jakarta.servlet.http
-
Class jakarta.servlet.http.Cookie
class Cookie extends Object implements Serializable- serialVersionUID:
- -6454587001725327448L
-
Class jakarta.servlet.http.HttpFilter
class HttpFilter extends GenericFilter implements Serializable- serialVersionUID:
- 7478463438252262094L
-
Class jakarta.servlet.http.HttpServlet
class HttpServlet extends GenericServlet implements Serializable- serialVersionUID:
- 8466325577512134784L
-
Class jakarta.servlet.http.HttpSessionBindingEvent
class HttpSessionBindingEvent extends HttpSessionEvent implements Serializable- serialVersionUID:
- 7308000419984825907L
-
Class jakarta.servlet.http.HttpSessionEvent
class HttpSessionEvent extends EventObject implements Serializable- serialVersionUID:
- -7622791603672342895L
-
-
Package javax.el
-
Class javax.el.ELContextEvent
class ELContextEvent extends EventObject implements Serializable- serialVersionUID:
- 1255131906285426769L
-
Exception Class javax.el.ELException
class ELException extends RuntimeException implements Serializable- serialVersionUID:
- -6228042809457459161L
-
Class javax.el.Expression
class Expression extends Object implements Serializable- serialVersionUID:
- -6663767980471823812L
-
Class javax.el.MethodExpression
class MethodExpression extends Expression implements Serializable- serialVersionUID:
- 8163925562047324656L
-
Exception Class javax.el.MethodNotFoundException
class MethodNotFoundException extends ELException implements Serializable- serialVersionUID:
- -3631968116081480328L
-
Exception Class javax.el.PropertyNotFoundException
class PropertyNotFoundException extends ELException implements Serializable- serialVersionUID:
- -3799200961303506745L
-
Exception Class javax.el.PropertyNotWritableException
class PropertyNotWritableException extends ELException implements Serializable- serialVersionUID:
- 827987155471214717L
-
Class javax.el.ValueExpression
class ValueExpression extends Expression implements Serializable- serialVersionUID:
- 8577809572381654673L
-
Class javax.el.ValueReference
class ValueReference extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package javax.jcr
-
Exception Class javax.jcr.AccessDeniedException
class AccessDeniedException extends AccessControlException implements Serializable -
Class javax.jcr.GuestCredentials
class GuestCredentials extends Object implements Serializable -
Exception Class javax.jcr.InvalidItemStateException
class InvalidItemStateException extends RepositoryException implements Serializable -
Exception Class javax.jcr.InvalidLifecycleTransitionException
class InvalidLifecycleTransitionException extends RepositoryException implements Serializable -
Exception Class javax.jcr.InvalidSerializedDataException
class InvalidSerializedDataException extends RepositoryException implements Serializable -
Exception Class javax.jcr.ItemExistsException
class ItemExistsException extends RepositoryException implements Serializable -
Exception Class javax.jcr.ItemNotFoundException
class ItemNotFoundException extends RepositoryException implements Serializable -
Exception Class javax.jcr.LoginException
class LoginException extends RepositoryException implements Serializable -
Exception Class javax.jcr.MergeException
class MergeException extends RepositoryException implements Serializable -
Exception Class javax.jcr.NamespaceException
class NamespaceException extends RepositoryException implements Serializable -
Exception Class javax.jcr.NoSuchWorkspaceException
class NoSuchWorkspaceException extends RepositoryException implements Serializable -
Exception Class javax.jcr.PathNotFoundException
class PathNotFoundException extends RepositoryException implements Serializable -
Exception Class javax.jcr.ReferentialIntegrityException
class ReferentialIntegrityException extends RepositoryException implements Serializable -
Exception Class javax.jcr.RepositoryException
class RepositoryException extends Exception implements Serializable -
Class javax.jcr.SimpleCredentials
class SimpleCredentials extends Object implements Serializable -
Exception Class javax.jcr.UnsupportedRepositoryOperationException
class UnsupportedRepositoryOperationException extends RepositoryException implements Serializable -
Exception Class javax.jcr.ValueFormatException
class ValueFormatException extends RepositoryException implements Serializable
-
-
Package javax.jcr.lock
-
Exception Class javax.jcr.lock.LockException
class LockException extends RepositoryException implements Serializable-
Serialized Fields
-
failureNodePath
String failureNodePath
-
-
-
-
Package javax.jcr.nodetype
-
Exception Class javax.jcr.nodetype.ConstraintViolationException
class ConstraintViolationException extends RepositoryException implements Serializable -
Exception Class javax.jcr.nodetype.InvalidNodeTypeDefinitionException
class InvalidNodeTypeDefinitionException extends RepositoryException implements Serializable -
Exception Class javax.jcr.nodetype.NodeTypeExistsException
class NodeTypeExistsException extends RepositoryException implements Serializable -
Exception Class javax.jcr.nodetype.NoSuchNodeTypeException
class NoSuchNodeTypeException extends RepositoryException implements Serializable
-
-
Package javax.jcr.query
-
Exception Class javax.jcr.query.InvalidQueryException
class InvalidQueryException extends RepositoryException implements Serializable
-
-
Package javax.jcr.security
-
Exception Class javax.jcr.security.AccessControlException
class AccessControlException extends RepositoryException implements Serializable
-
-
Package javax.jcr.version
-
Exception Class javax.jcr.version.ActivityViolationException
class ActivityViolationException extends VersionException implements Serializable -
Exception Class javax.jcr.version.LabelExistsVersionException
class LabelExistsVersionException extends VersionException implements Serializable -
Exception Class javax.jcr.version.VersionException
class VersionException extends RepositoryException implements Serializable
-
-
Package javax.json
-
Exception Class javax.json.JsonException
class JsonException extends RuntimeException implements Serializable
-
-
Package javax.json.stream
-
Exception Class javax.json.stream.JsonGenerationException
class JsonGenerationException extends JsonException implements Serializable -
Exception Class javax.json.stream.JsonParsingException
class JsonParsingException extends JsonException implements Serializable-
Serialized Fields
-
location
JsonLocation location
-
-
-
-
Package javax.mail
-
Class javax.mail.Address
class Address extends Object implements Serializable- serialVersionUID:
- -5822459626751992278L
-
Exception Class javax.mail.AuthenticationFailedException
class AuthenticationFailedException extends MessagingException implements Serializable- serialVersionUID:
- 492080754054436511L
-
Class javax.mail.Flags
class Flags extends Object implements Serializable- serialVersionUID:
- 6243590407214169028L
-
Exception Class javax.mail.FolderClosedException
class FolderClosedException extends MessagingException implements Serializable- serialVersionUID:
- 1687879213433302315L
-
Exception Class javax.mail.FolderNotFoundException
class FolderNotFoundException extends MessagingException implements Serializable- serialVersionUID:
- 472612108891249403L
-
Exception Class javax.mail.IllegalWriteException
class IllegalWriteException extends MessagingException implements Serializable- serialVersionUID:
- 3974370223328268013L
-
Class javax.mail.Message.RecipientType
class RecipientType extends Object implements Serializable- serialVersionUID:
- -7479791750606340008L
-
Serialization Methods
-
readResolve
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class. Subclasses must implement their ownreadResolve
method that checks for their known instances before calling this super method.- Throws:
ObjectStreamException
- for object stream errors
-
-
Serialized Fields
-
type
String type
The type of recipient, usually the name of a corresponding Internet standard header.
-
-
Exception Class javax.mail.MessageRemovedException
class MessageRemovedException extends MessagingException implements Serializable- serialVersionUID:
- 1951292550679528690L
-
Exception Class javax.mail.MessagingException
class MessagingException extends Exception implements Serializable- serialVersionUID:
- -7569192289819959253L
-
Serialized Fields
-
next
Exception next
The next exception in the chain.
-
-
Exception Class javax.mail.MethodNotSupportedException
class MethodNotSupportedException extends MessagingException implements Serializable- serialVersionUID:
- -3757386618726131322L
-
Exception Class javax.mail.NoSuchProviderException
class NoSuchProviderException extends MessagingException implements Serializable- serialVersionUID:
- 8058319293154708827L
-
Exception Class javax.mail.ReadOnlyFolderException
class ReadOnlyFolderException extends MessagingException implements Serializable- serialVersionUID:
- 5711829372799039325L
-
Exception Class javax.mail.SendFailedException
class SendFailedException extends MessagingException implements Serializable- serialVersionUID:
- -6457531621682372913L
-
Exception Class javax.mail.StoreClosedException
class StoreClosedException extends MessagingException implements Serializable- serialVersionUID:
- -3145392336120082655L
-
-
Package javax.mail.event
-
Class javax.mail.event.ConnectionEvent
class ConnectionEvent extends MailEvent implements Serializable- serialVersionUID:
- -1855480171284792957L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.FolderEvent
class FolderEvent extends MailEvent implements Serializable- serialVersionUID:
- 5278131310563694307L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.MailEvent
class MailEvent extends EventObject implements Serializable- serialVersionUID:
- 1846275636325456631L
-
Class javax.mail.event.MessageChangedEvent
class MessageChangedEvent extends MailEvent implements Serializable- serialVersionUID:
- -4974972972105535108L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.MessageCountEvent
class MessageCountEvent extends MailEvent implements Serializable- serialVersionUID:
- -7447022340837897369L
-
Serialized Fields
-
removed
boolean removed
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this. If false, this event is the result of an expunge by external sources. -
type
int type
The event type.
-
-
Class javax.mail.event.StoreEvent
class StoreEvent extends MailEvent implements Serializable- serialVersionUID:
- 1938704919992515330L
-
Serialized Fields
-
message
String message
The message text to be presented to the user. -
type
int type
The event type.
-
-
Class javax.mail.event.TransportEvent
class TransportEvent extends MailEvent implements Serializable- serialVersionUID:
- -4729852364684273073L
-
Serialized Fields
-
type
int type
The event type.
-
-
-
Package javax.mail.internet
-
Exception Class javax.mail.internet.AddressException
class AddressException extends ParseException implements Serializable- serialVersionUID:
- 9134583443539323120L
-
Serialized Fields
-
pos
int pos
The index in the string where the error occurred, or -1 if not known. -
ref
String ref
The string being parsed.
-
-
Class javax.mail.internet.InternetAddress
class InternetAddress extends Address implements Serializable- serialVersionUID:
- -7507595530758302903L
-
Serialized Fields
-
address
String address
-
encodedPersonal
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
String personal
The personal name.
-
-
Class javax.mail.internet.MailDateFormat
class MailDateFormat extends SimpleDateFormat implements Serializable- serialVersionUID:
- -8148227605210628779L
-
Serialization Methods
-
readObject
Allows to deserialize instances that were serialized with the previous implementation.- Parameters:
in
- the stream containing the serialized object- Throws:
IOException
- on read failuresClassNotFoundException
- never
-
writeReplace
Allows to serialize instances such that they are deserializable with the previous implementation.- Throws:
ObjectStreamException
- never
-
-
Class javax.mail.internet.MimeMessage.RecipientType
class RecipientType extends Message.RecipientType implements Serializable- serialVersionUID:
- -5468290701714395543L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Class javax.mail.internet.NewsAddress
class NewsAddress extends Address implements Serializable- serialVersionUID:
- -4203797299824684143L
-
Exception Class javax.mail.internet.ParseException
class ParseException extends MessagingException implements Serializable- serialVersionUID:
- 7649991205183658089L
-
-
Package javax.mail.search
-
Class javax.mail.search.AddressStringTerm
class AddressStringTerm extends StringTerm implements Serializable- serialVersionUID:
- 3086821234204980368L
-
Class javax.mail.search.AddressTerm
class AddressTerm extends SearchTerm implements Serializable- serialVersionUID:
- 2005405551929769980L
-
Serialized Fields
-
address
Address address
The address.
-
-
Class javax.mail.search.AndTerm
class AndTerm extends SearchTerm implements Serializable- serialVersionUID:
- -3583274505380989582L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the AND operator should be applied.
-
-
Class javax.mail.search.BodyTerm
class BodyTerm extends StringTerm implements Serializable- serialVersionUID:
- -4888862527916911385L
-
Class javax.mail.search.ComparisonTerm
class ComparisonTerm extends SearchTerm implements Serializable- serialVersionUID:
- 1456646953666474308L
-
Serialized Fields
-
comparison
int comparison
The comparison.
-
-
Class javax.mail.search.DateTerm
class DateTerm extends ComparisonTerm implements Serializable- serialVersionUID:
- 4818873430063720043L
-
Serialized Fields
-
date
Date date
The date.
-
-
Class javax.mail.search.FlagTerm
class FlagTerm extends SearchTerm implements Serializable- serialVersionUID:
- -142991500302030647L
-
Serialized Fields
-
flags
Flags flags
Flags object containing the flags to test. -
set
boolean set
Indicates whether to test for the presence or absence of the specified Flag. Iftrue
, then test whether all the specified flags are present, else test whether all the specified flags are absent.
-
-
Class javax.mail.search.FromStringTerm
class FromStringTerm extends AddressStringTerm implements Serializable- serialVersionUID:
- 5801127523826772788L
-
Class javax.mail.search.FromTerm
class FromTerm extends AddressTerm implements Serializable- serialVersionUID:
- 5214730291502658665L
-
Class javax.mail.search.HeaderTerm
class HeaderTerm extends StringTerm implements Serializable- serialVersionUID:
- 8342514650333389122L
-
Serialized Fields
-
headerName
String headerName
The name of the header.
-
-
Class javax.mail.search.IntegerComparisonTerm
class IntegerComparisonTerm extends ComparisonTerm implements Serializable- serialVersionUID:
- -6963571240154302484L
-
Serialized Fields
-
number
int number
The number.
-
-
Class javax.mail.search.MessageIDTerm
class MessageIDTerm extends StringTerm implements Serializable- serialVersionUID:
- -2121096296454691963L
-
Class javax.mail.search.MessageNumberTerm
class MessageNumberTerm extends IntegerComparisonTerm implements Serializable- serialVersionUID:
- -5379625829658623812L
-
Class javax.mail.search.NotTerm
class NotTerm extends SearchTerm implements Serializable- serialVersionUID:
- 7152293214217310216L
-
Serialized Fields
-
term
SearchTerm term
The search term to negate.
-
-
Class javax.mail.search.OrTerm
class OrTerm extends SearchTerm implements Serializable- serialVersionUID:
- 5380534067523646936L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the OR operator should be applied.
-
-
Class javax.mail.search.ReceivedDateTerm
class ReceivedDateTerm extends DateTerm implements Serializable- serialVersionUID:
- -2756695246195503170L
-
Class javax.mail.search.RecipientStringTerm
class RecipientStringTerm extends AddressStringTerm implements Serializable- serialVersionUID:
- -8293562089611618849L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
-
Class javax.mail.search.RecipientTerm
class RecipientTerm extends AddressTerm implements Serializable- serialVersionUID:
- 6548700653122680468L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
-
Exception Class javax.mail.search.SearchException
class SearchException extends MessagingException implements Serializable- serialVersionUID:
- -7092886778226268686L
-
Class javax.mail.search.SearchTerm
class SearchTerm extends Object implements Serializable- serialVersionUID:
- -6652358452205992789L
-
Class javax.mail.search.SentDateTerm
class SentDateTerm extends DateTerm implements Serializable- serialVersionUID:
- 5647755030530907263L
-
Class javax.mail.search.SizeTerm
class SizeTerm extends IntegerComparisonTerm implements Serializable- serialVersionUID:
- -2556219451005103709L
-
Class javax.mail.search.StringTerm
class StringTerm extends SearchTerm implements Serializable- serialVersionUID:
- 1274042129007696269L
-
Serialized Fields
-
ignoreCase
boolean ignoreCase
Ignore case when comparing? -
pattern
String pattern
The pattern.
-
-
Class javax.mail.search.SubjectTerm
class SubjectTerm extends StringTerm implements Serializable- serialVersionUID:
- 7481568618055573432L
-
-
Package javax.servlet
-
Class javax.servlet.GenericFilter
class GenericFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
filterConfig
FilterConfig filterConfig
-
-
Class javax.servlet.GenericServlet
class GenericServlet extends Object implements Serializable- serialVersionUID:
- 1L
-
Class javax.servlet.ServletContextAttributeEvent
class ServletContextAttributeEvent extends ServletContextEvent implements Serializable- serialVersionUID:
- 1L
-
Class javax.servlet.ServletContextEvent
class ServletContextEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Exception Class javax.servlet.ServletException
class ServletException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class javax.servlet.ServletRequestAttributeEvent
class ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable- serialVersionUID:
- 1L
-
Class javax.servlet.ServletRequestEvent
class ServletRequestEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
-
Package javax.servlet.http
-
Class javax.servlet.http.Cookie
class Cookie extends Object implements Serializable- serialVersionUID:
- 1L
-
Class javax.servlet.http.HttpFilter
class HttpFilter extends javax.servlet.GenericFilter implements Serializable- serialVersionUID:
- 1L
-
Class javax.servlet.http.HttpServlet
class HttpServlet extends GenericServlet implements Serializable- serialVersionUID:
- 1L
-
Class javax.servlet.http.HttpSessionBindingEvent
class HttpSessionBindingEvent extends HttpSessionEvent implements Serializable- serialVersionUID:
- 1L
-
Class javax.servlet.http.HttpSessionEvent
class HttpSessionEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
-
Package javax.servlet.jsp
-
Exception Class javax.servlet.jsp.JspException
class JspException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class javax.servlet.jsp.JspTagException
class JspTagException extends JspException implements Serializable- serialVersionUID:
- 1L
-
Exception Class javax.servlet.jsp.SkipPageException
class SkipPageException extends JspException implements Serializable- serialVersionUID:
- 1L
-
-
Package javax.servlet.jsp.el
-
Exception Class javax.servlet.jsp.el.ELException
class ELException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class javax.servlet.jsp.el.ELParseException
class ELParseException extends ELException implements Serializable- serialVersionUID:
- 1L
-
-
Package javax.servlet.jsp.jstl.core
-
Class javax.servlet.jsp.jstl.core.ConditionalTagSupport
class ConditionalTagSupport extends TagSupport implements Serializable-
Serialized Fields
-
result
boolean result
-
scope
int scope
-
var
String var
-
-
-
Class javax.servlet.jsp.jstl.core.IndexedValueExpression
class IndexedValueExpression extends ValueExpression implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
i
Integer i
The index variable. -
orig
ValueExpression orig
The indexed variable.
-
-
Class javax.servlet.jsp.jstl.core.IteratedValueExpression
class IteratedValueExpression extends ValueExpression implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
i
int i
-
iteratedExpression
IteratedExpression iteratedExpression
-
-
Class javax.servlet.jsp.jstl.core.LoopTagSupport
class LoopTagSupport extends TagSupport implements Serializable-
Serialized Fields
-
begin
int begin
Starting index ('begin' attribute) -
beginSpecified
boolean beginSpecified
Boolean flag indicating whether 'begin' was specified. -
count
int count
-
deferredExpression
ValueExpression deferredExpression
-
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
Object item
-
itemId
String itemId
Attribute-exposing control -
last
boolean last
-
status
LoopTagStatus status
-
statusId
String statusId
Attribute-exposing control -
step
int step
Iteration step ('step' attribute) -
stepSpecified
boolean stepSpecified
Boolean flag indicating whether 'step' was specified.
-
-
-
-
Package javax.servlet.jsp.tagext
-
Class javax.servlet.jsp.tagext.BodyTagSupport
class BodyTagSupport extends TagSupport implements Serializable- serialVersionUID:
- -7235752615580319833L
-
Class javax.servlet.jsp.tagext.TagSupport
class TagSupport extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package opennlp.tools.chunker
-
Class opennlp.tools.chunker.ChunkerModel
class ChunkerModel extends BaseModel implements Serializable -
Class opennlp.tools.chunker.ChunkSample
class ChunkSample extends Object implements Serializable
-
-
Package opennlp.tools.namefind
-
Class opennlp.tools.namefind.NameSample
class NameSample extends Object implements Serializable -
Class opennlp.tools.namefind.TokenNameFinderModel
class TokenNameFinderModel extends BaseModel implements Serializable -
Exception Class opennlp.tools.namefind.TokenNameFinderModel.FeatureGeneratorCreationError
class FeatureGeneratorCreationError extends RuntimeException implements Serializable
-
-
Package opennlp.tools.postag
-
Class opennlp.tools.postag.POSModel
class POSModel extends BaseModel implements Serializable -
Class opennlp.tools.postag.POSSample
class POSSample extends Object implements Serializable
-
-
Package opennlp.tools.tokenize
-
Class opennlp.tools.tokenize.TokenizerModel
class TokenizerModel extends BaseModel implements Serializable -
Class opennlp.tools.tokenize.TokenSample
class TokenSample extends Object implements Serializable
-
-
Package opennlp.tools.util
-
Class opennlp.tools.util.Cache
-
Serialized Fields
-
capacity
int capacity
-
-
-
Exception Class opennlp.tools.util.InsufficientTrainingDataException
class InsufficientTrainingDataException extends IOException implements Serializable -
Exception Class opennlp.tools.util.InvalidFormatException
class InvalidFormatException extends IOException implements Serializable -
Class opennlp.tools.util.Span
class Span extends Object implements Serializable-
Serialized Fields
-
end
int end
-
prob
double prob
-
start
int start
-
type
String type
-
-
-
-
Package opennlp.tools.util.ext
-
Exception Class opennlp.tools.util.ext.ExtensionNotLoadedException
class ExtensionNotLoadedException extends RuntimeException implements Serializable-
Serialized Fields
-
isOSGiEnvironment
boolean isOSGiEnvironment
-
-
-
-
Package opennlp.tools.util.model
-
Class opennlp.tools.util.model.BaseModel
class BaseModel extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
artifactMap
Map<String,
Object> artifactMap -
artifactSerializers
Map<String,
ArtifactSerializer> artifactSerializers -
componentName
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
class IDNA extends Object implements Serializable- serialVersionUID:
- -617056657751424334L
-
Serialized Fields
-
regname
String regname
Deprecated.
-
-
Class org.apache.abdera.i18n.iri.IRI
class IRI extends Object implements Serializable- serialVersionUID:
- -4530530782760282284L
-
Serialized Fields
-
_scheme
Scheme _scheme
Deprecated. -
a_authority
String a_authority
Deprecated. -
a_fragment
String a_fragment
Deprecated. -
a_host
String a_host
Deprecated. -
a_path
String a_path
Deprecated. -
a_query
String a_query
Deprecated. -
a_userinfo
String a_userinfo
Deprecated. -
authority
String authority
Deprecated. -
fragment
String fragment
Deprecated. -
host
String host
Deprecated. -
path
String path
Deprecated. -
port
int port
Deprecated. -
query
String query
Deprecated. -
scheme
String scheme
Deprecated. -
userinfo
String userinfo
Deprecated.
-
-
Exception Class org.apache.abdera.i18n.iri.IRISyntaxException
class IRISyntaxException extends RuntimeException implements Serializable- serialVersionUID:
- 5177739661976965423L
-
-
Package org.apache.abdera.i18n.rfc4646
-
Class org.apache.abdera.i18n.rfc4646.Lang
class Lang extends org.apache.abdera.i18n.rfc4646.SubtagSet implements Serializable- serialVersionUID:
- -7095560018906537331L
-
Serialized Fields
-
locale
Locale locale
Deprecated.
-
-
Class org.apache.abdera.i18n.rfc4646.Range
class 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
class Subtag extends Object implements Serializable- serialVersionUID:
- -4496128268514329138L
-
Serialized Fields
-
name
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
class Codepoint extends Object implements Serializable- serialVersionUID:
- 140337939131905483L
-
Serialized Fields
-
value
int value
Deprecated.
-
-
Exception Class org.apache.abdera.i18n.text.InvalidCharacterException
class InvalidCharacterException extends RuntimeException implements Serializable- serialVersionUID:
- -7150645484748059676L
-
Serialized Fields
-
input
int input
Deprecated.
-
-
-
Package org.apache.abdera.model
-
Class org.apache.abdera.model.AtomDate
class AtomDate extends Object implements Serializable- serialVersionUID:
- -7062139688635877771L
-
Serialized Fields
-
value
Date value
Deprecated.
-
-
-
Package org.apache.abdera.parser
-
Exception Class org.apache.abdera.parser.ParseException
class ParseException extends RuntimeException implements Serializable- serialVersionUID:
- -2586758177341912116L
-
-
Package org.apache.abdera.util
-
Class org.apache.abdera.util.AbderaConfiguration
class AbderaConfiguration extends Object implements Serializable- serialVersionUID:
- 7460203853824337559L
-
Serialized Fields
-
bundle
ResourceBundle bundle
Deprecated. -
factories
List<ExtensionFactory> factories
Deprecated. -
parsers
Map<String,
NamedParser> parsers Deprecated. -
streamwriters
Map<String,
Class<? extends StreamWriter>> streamwriters Deprecated. -
writers
Map<String,
NamedWriter> writers Deprecated.
-
-
Class org.apache.abdera.util.EntityTag
class EntityTag extends Object implements Serializable- serialVersionUID:
- 1559972888659121461L
-
Serialized Fields
-
tag
String tag
Deprecated. -
weak
boolean weak
Deprecated. -
wild
boolean wild
Deprecated.
-
-
Exception Class org.apache.abdera.util.MimeTypeParseException
class MimeTypeParseException extends RuntimeException implements Serializable- serialVersionUID:
- -8706972350332367299L
-
-
Package org.apache.abdera.xpath
-
Exception Class org.apache.abdera.xpath.XPathException
class XPathException extends RuntimeException implements Serializable- serialVersionUID:
- 7373747391262088925L
-
-
Package org.apache.aries.util
-
Exception Class org.apache.aries.util.IORuntimeException
class IORuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.aries.util.manifest
-
Class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueList
class NameValueList extends ArrayList<ManifestHeaderProcessor.NameValuePair> implements Serializable- serialVersionUID:
- 1808636823825029983L
-
Class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueMap
- serialVersionUID:
- -6446338858542599141L
-
-
Package org.apache.cocoon.xml.sax
-
Class org.apache.cocoon.xml.sax.ParamSAXBuffer
class ParamSAXBuffer extends SAXBuffer implements Serializable-
Serialized Fields
-
prevChar
char[] prevChar
-
-
-
Class org.apache.cocoon.xml.sax.ParamSAXFragmentBuffer
class ParamSAXFragmentBuffer extends org.apache.cocoon.xml.sax.ParamSAXBuffer implements Serializable- serialVersionUID:
- -9153292487513611344L
-
Serialized Fields
-
depth
int depth
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer
class SAXBuffer extends Object implements Serializable-
Serialized Fields
-
saxbits
List<org.apache.cocoon.xml.sax.SAXBuffer.SaxBit> saxbits
Deprecated.Stores list ofSAXBuffer.SaxBit
objects.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.Characters
class Characters extends Object implements Serializable-
Serialized Fields
-
ch
char[] ch
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.Comment
class Comment extends Object implements Serializable-
Serialized Fields
-
ch
char[] ch
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.EndCDATA
class EndCDATA extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.EndDocument
class EndDocument extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.EndDTD
class EndDTD extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.EndElement
class EndElement extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.EndEntity
class EndEntity extends Object implements Serializable-
Serialized Fields
-
name
String name
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.EndPrefixMapping
class EndPrefixMapping extends Object implements Serializable-
Serialized Fields
-
prefix
String prefix
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.IgnorableWhitespace
class IgnorableWhitespace extends Object implements Serializable-
Serialized Fields
-
ch
char[] ch
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.PI
class PI extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.SkippedEntity
class SkippedEntity extends Object implements Serializable-
Serialized Fields
-
name
String name
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartCDATA
class StartCDATA extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.StartDocument
class StartDocument extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.StartDTD
class StartDTD extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.StartElement
class StartElement extends Object implements Serializable-
Serialized Fields
-
attrs
Attributes attrs
Deprecated. -
localName
String localName
Deprecated. -
namespaceURI
String namespaceURI
Deprecated. -
qName
String qName
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartEntity
class StartEntity extends Object implements Serializable-
Serialized Fields
-
name
String name
Deprecated.
-
-
-
Class org.apache.cocoon.xml.sax.SAXBuffer.StartPrefixMapping
class StartPrefixMapping extends Object implements Serializable -
Class org.apache.cocoon.xml.sax.SAXBuffer.XMLizableBit
class XMLizableBit extends Object implements Serializable-
Serialized Fields
-
xml
SAXBuffer xml
Deprecated.
-
-
-
-
Package org.apache.commons.codec
-
Exception Class org.apache.commons.codec.DecoderException
class DecoderException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.codec.EncoderException
class EncoderException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.collections
-
Class org.apache.commons.collections.ArrayStack
class ArrayStack extends ArrayList implements Serializable- serialVersionUID:
- 2130079159931574599L
-
Exception Class org.apache.commons.collections.BufferOverflowException
class BufferOverflowException extends RuntimeException implements Serializable-
Serialized Fields
-
throwable
Throwable throwable
Deprecated.The root cause throwable
-
-
-
Exception Class org.apache.commons.collections.BufferUnderflowException
class BufferUnderflowException extends NoSuchElementException implements Serializable-
Serialized Fields
-
throwable
Throwable throwable
Deprecated.The root cause throwable
-
-
-
Class org.apache.commons.collections.CursorableLinkedList
class CursorableLinkedList extends Object implements Serializable- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Class org.apache.commons.collections.ExtendedProperties
class ExtendedProperties extends Hashtable implements Serializable-
Serialized Fields
-
basePath
String basePath
Deprecated.Base path of the configuration file used to create this ExtendedProperties object. -
defaults
ExtendedProperties defaults
Deprecated.Default configurations repository. -
file
String file
Deprecated.The file connected to this repository (holding comments and such). -
fileSeparator
String fileSeparator
Deprecated.File separator. -
isInitialized
boolean isInitialized
Deprecated.Has this configuration been initialized. -
keysAsListed
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
class FastArrayList extends ArrayList implements Serializable-
Serialized Fields
-
fast
boolean fast
Deprecated.Are we operating in "fast" mode? -
list
ArrayList list
Deprecated.The underlying list we are managing.
-
-
-
Class org.apache.commons.collections.FastHashMap
class FastHashMap extends HashMap implements Serializable-
Serialized Fields
-
fast
boolean fast
Deprecated.Are we currently operating in "fast" mode? -
map
HashMap map
Deprecated.The underlying map we are managing.
-
-
-
Class org.apache.commons.collections.FastTreeMap
class FastTreeMap extends TreeMap implements Serializable-
Serialized Fields
-
fast
boolean fast
Deprecated.Are we operating in "fast" mode? -
map
TreeMap map
Deprecated.The underlying map we are managing.
-
-
-
Exception Class org.apache.commons.collections.FunctorException
class FunctorException extends RuntimeException implements Serializable-
Serialized Fields
-
rootCause
Throwable rootCause
Deprecated.Root cause of the exception
-
-
-
Class org.apache.commons.collections.LRUMap
class LRUMap extends SequencedHashMap implements Externalizable- serialVersionUID:
- 2197433140769957051L
-
Serialization Methods
-
readExternal
Deprecated.- Parameters:
in
- the stream to deserialize from- Throws:
IOException
- if the stream raises itClassNotFoundException
- if the stream raises it
-
writeExternal
Deprecated.- Parameters:
out
- the stream to serialize to- Throws:
IOException
- if the stream raises it
-
-
Class org.apache.commons.collections.MultiHashMap
class MultiHashMap extends HashMap implements Serializable- serialVersionUID:
- 1943563828307035349L
-
Serialization Methods
-
readObject
Deprecated.Read the object during deserialization.- Throws:
IOException
ClassNotFoundException
-
-
Class org.apache.commons.collections.SequencedHashMap
class SequencedHashMap extends Object implements Externalizable- serialVersionUID:
- 3380552487888102930L
-
Serialization Methods
-
readExternal
Deprecated.Deserializes this map from the given stream.- Parameters:
in
- the stream to deserialize from- Throws:
IOException
- if the stream raises itClassNotFoundException
- if the stream raises it
-
writeExternal
Deprecated.Serializes this map to the given stream.- Parameters:
out
- the stream to serialize to- Throws:
IOException
- if the stream raises it
-
-
-
Package org.apache.commons.collections.bag
-
Class org.apache.commons.collections.bag.HashBag
class HashBag extends AbstractMapBag implements Serializable- serialVersionUID:
- -6561115435802554013L
-
Serialization Methods
-
readObject
Deprecated.Read the bag in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the bag out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.bag.PredicatedBag
class PredicatedBag extends PredicatedCollection implements Serializable- serialVersionUID:
- -2575833140344736876L
-
Class org.apache.commons.collections.bag.PredicatedSortedBag
class PredicatedSortedBag extends PredicatedBag implements Serializable- serialVersionUID:
- 3448581314086406616L
-
Class org.apache.commons.collections.bag.SynchronizedBag
class SynchronizedBag extends SynchronizedCollection implements Serializable- serialVersionUID:
- 8084674570753837109L
-
Class org.apache.commons.collections.bag.SynchronizedSortedBag
class SynchronizedSortedBag extends SynchronizedBag implements Serializable- serialVersionUID:
- 722374056718497858L
-
Class org.apache.commons.collections.bag.TransformedBag
class TransformedBag extends TransformedCollection implements Serializable- serialVersionUID:
- 5421170911299074185L
-
Class org.apache.commons.collections.bag.TransformedSortedBag
class TransformedSortedBag extends TransformedBag implements Serializable- serialVersionUID:
- -251737742649401930L
-
Class org.apache.commons.collections.bag.TreeBag
class TreeBag extends AbstractMapBag implements Serializable- serialVersionUID:
- -7740146511091606676L
-
Serialization Methods
-
readObject
Deprecated.Read the bag in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the bag out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.bag.UnmodifiableBag
class UnmodifiableBag extends AbstractBagDecorator implements Serializable- serialVersionUID:
- -1873799975157099624L
-
Serialization Methods
-
readObject
Deprecated.Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.bag.UnmodifiableSortedBag
class UnmodifiableSortedBag extends AbstractSortedBagDecorator implements Serializable- serialVersionUID:
- -3190437252665717841L
-
Serialization Methods
-
readObject
Deprecated.Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
-
Package org.apache.commons.collections.bidimap
-
Class org.apache.commons.collections.bidimap.DualHashBidiMap
class DualHashBidiMap extends AbstractDualBidiMap implements Serializable- serialVersionUID:
- 721969328361808L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Class org.apache.commons.collections.bidimap.DualTreeBidiMap
class DualTreeBidiMap extends AbstractDualBidiMap implements Serializable- serialVersionUID:
- 721969328361809L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator comparator
Deprecated.The comparator to use
-
-
-
Package org.apache.commons.collections.buffer
-
Class org.apache.commons.collections.buffer.BlockingBuffer
class 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
class 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
class BoundedFifoBuffer extends AbstractCollection implements Serializable- serialVersionUID:
- 5603722811189451017L
-
Serialization Methods
-
readObject
Deprecated.Read the buffer in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the buffer out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Serialized Fields
-
maxElements
int maxElements
Deprecated.Capacity of the buffer
-
-
Class org.apache.commons.collections.buffer.CircularFifoBuffer
class CircularFifoBuffer extends BoundedFifoBuffer implements Serializable- serialVersionUID:
- -8423413834657610406L
-
Class org.apache.commons.collections.buffer.PredicatedBuffer
class PredicatedBuffer extends PredicatedCollection implements Serializable- serialVersionUID:
- 2307609000539943581L
-
Class org.apache.commons.collections.buffer.PriorityBuffer
class PriorityBuffer extends 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
Comparator comparator
Deprecated.The comparator used to order the elements -
elements
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
class SynchronizedBuffer extends SynchronizedCollection implements Serializable- serialVersionUID:
- -6859936183953626253L
-
Class org.apache.commons.collections.buffer.TransformedBuffer
class TransformedBuffer extends TransformedCollection implements Serializable- serialVersionUID:
- -7901091318986132033L
-
Class org.apache.commons.collections.buffer.UnboundedFifoBuffer
class UnboundedFifoBuffer extends AbstractCollection implements Serializable- serialVersionUID:
- -3482960336579541419L
-
Serialization Methods
-
readObject
Deprecated.Read the buffer in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the buffer out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.buffer.UnmodifiableBuffer
class UnmodifiableBuffer extends AbstractBufferDecorator implements Serializable- serialVersionUID:
- 1832948656215393357L
-
Serialization Methods
-
readObject
Deprecated.Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
-
Package org.apache.commons.collections.collection
-
Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
class AbstractSerializableCollectionDecorator extends AbstractCollectionDecorator implements Serializable- serialVersionUID:
- 6249888059822088500L
-
Serialization Methods
-
readObject
Deprecated.Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.collection.PredicatedCollection
class PredicatedCollection extends AbstractSerializableCollectionDecorator implements Serializable- serialVersionUID:
- -5259182142076705162L
-
Serialized Fields
-
predicate
Predicate predicate
Deprecated.The predicate to use
-
-
Class org.apache.commons.collections.collection.SynchronizedCollection
class SynchronizedCollection extends Object implements Serializable- serialVersionUID:
- 2412805092710877986L
-
Serialized Fields
-
collection
Collection collection
Deprecated.The collection to decorate -
lock
Object lock
Deprecated.The object to lock on, needed for List/SortedSet views
-
-
Class org.apache.commons.collections.collection.TransformedCollection
class TransformedCollection extends AbstractSerializableCollectionDecorator implements Serializable- serialVersionUID:
- 8692300188161871514L
-
Serialized Fields
-
transformer
Transformer transformer
Deprecated.The transformer to use
-
-
Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
class UnmodifiableBoundedCollection extends AbstractSerializableCollectionDecorator implements Serializable- serialVersionUID:
- -7112672385450340330L
-
Class org.apache.commons.collections.collection.UnmodifiableCollection
class UnmodifiableCollection extends AbstractSerializableCollectionDecorator implements Serializable- serialVersionUID:
- -239892006883819945L
-
-
Package org.apache.commons.collections.comparators
-
Class org.apache.commons.collections.comparators.BooleanComparator
class BooleanComparator extends Object implements Serializable- serialVersionUID:
- 1830042991606340609L
-
Serialized Fields
-
trueFirst
boolean trueFirst
Deprecated.true
ifftrue
values sort beforefalse
values.
-
-
Class org.apache.commons.collections.comparators.ComparableComparator
class ComparableComparator extends Object implements Serializable- serialVersionUID:
- -291439688585137865L
-
Class org.apache.commons.collections.comparators.ComparatorChain
class ComparatorChain extends Object implements Serializable- serialVersionUID:
- -721644942746081630L
-
Class org.apache.commons.collections.comparators.NullComparator
class NullComparator extends Object implements Serializable- serialVersionUID:
- -5820772575483504339L
-
Serialized Fields
-
nonNullComparator
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
class ReverseComparator extends Object implements Serializable- serialVersionUID:
- 2858887242028539265L
-
Serialized Fields
-
comparator
Comparator comparator
Deprecated.The comparator being decorated.
-
-
-
Package org.apache.commons.collections.functors
-
Class org.apache.commons.collections.functors.AllPredicate
class AllPredicate extends Object implements Serializable- serialVersionUID:
- -3094696765038308799L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
Deprecated.The array of predicates to call
-
-
Class org.apache.commons.collections.functors.AndPredicate
class AndPredicate extends Object implements Serializable- serialVersionUID:
- 4189014213763186912L
-
Class org.apache.commons.collections.functors.AnyPredicate
class AnyPredicate extends Object implements Serializable- serialVersionUID:
- 7429999530934647542L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
Deprecated.The array of predicates to call
-
-
Class org.apache.commons.collections.functors.ChainedClosure
class ChainedClosure extends Object implements Serializable- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iClosures
Closure[] iClosures
Deprecated.The closures to call in turn
-
-
Class org.apache.commons.collections.functors.ChainedTransformer
class ChainedTransformer extends Object implements Serializable- serialVersionUID:
- 3514945074733160196L
-
Serialized Fields
-
iTransformers
Transformer[] iTransformers
Deprecated.The transformers to call in turn
-
-
Class org.apache.commons.collections.functors.CloneTransformer
class CloneTransformer extends Object implements Serializable- serialVersionUID:
- -8188742709499652567L
-
Serialization Methods
-
readObject
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Class org.apache.commons.collections.functors.ClosureTransformer
class ClosureTransformer extends Object implements Serializable- serialVersionUID:
- 478466901448617286L
-
Serialized Fields
-
iClosure
Closure iClosure
Deprecated.The closure to wrap
-
-
Class org.apache.commons.collections.functors.ConstantFactory
class ConstantFactory extends Object implements Serializable- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iConstant
Object iConstant
Deprecated.The closures to call in turn
-
-
Class org.apache.commons.collections.functors.ConstantTransformer
class ConstantTransformer extends Object implements Serializable- serialVersionUID:
- 6374440726369055124L
-
Serialized Fields
-
iConstant
Object iConstant
Deprecated.The closures to call in turn
-
-
Class org.apache.commons.collections.functors.EqualPredicate
class EqualPredicate extends Object implements Serializable- serialVersionUID:
- 5633766978029907089L
-
Serialized Fields
-
iValue
Object iValue
Deprecated.The value to compare to
-
-
Class org.apache.commons.collections.functors.ExceptionClosure
class ExceptionClosure extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionFactory
class ExceptionFactory extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionPredicate
class ExceptionPredicate extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionTransformer
class ExceptionTransformer extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.FactoryTransformer
class FactoryTransformer extends Object implements Serializable- serialVersionUID:
- -6817674502475353160L
-
Serialized Fields
-
iFactory
Factory iFactory
Deprecated.The factory to wrap
-
-
Class org.apache.commons.collections.functors.FalsePredicate
class FalsePredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.ForClosure
class ForClosure extends Object implements Serializable- serialVersionUID:
- -1190120533393621674L
-
Serialization Methods
-
readObject
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
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
class IdentityPredicate extends Object implements Serializable- serialVersionUID:
- -89901658494523293L
-
Serialized Fields
-
iValue
Object iValue
Deprecated.The value to compare to
-
-
Class org.apache.commons.collections.functors.IfClosure
class IfClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.InstanceofPredicate
class InstanceofPredicate extends Object implements Serializable- serialVersionUID:
- -6682656911025165584L
-
Serialized Fields
-
iType
Class iType
Deprecated.The type to compare to
-
-
Class org.apache.commons.collections.functors.InstantiateFactory
class InstantiateFactory extends Object implements Serializable- serialVersionUID:
- -7732226881069447957L
-
Serialization Methods
-
readObject
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.commons.collections.functors.InstantiateTransformer
class InstantiateTransformer extends Object implements Serializable- serialVersionUID:
- 3786388740793356347L
-
Serialization Methods
-
readObject
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.commons.collections.functors.InvokerTransformer
class InvokerTransformer extends Object implements Serializable- serialVersionUID:
- -8653385846894047688L
-
Serialization Methods
-
readObject
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.commons.collections.functors.MapTransformer
class MapTransformer extends Object implements Serializable- serialVersionUID:
- 862391807045468939L
-
Serialized Fields
-
iMap
Map iMap
Deprecated.The map of data to lookup in
-
-
Class org.apache.commons.collections.functors.NonePredicate
class NonePredicate extends Object implements Serializable- serialVersionUID:
- 2007613066565892961L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
Deprecated.The array of predicates to call
-
-
Class org.apache.commons.collections.functors.NOPClosure
class NOPClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.NOPTransformer
class NOPTransformer extends Object implements Serializable- serialVersionUID:
- 2133891748318574490L
-
Class org.apache.commons.collections.functors.NotNullPredicate
class NotNullPredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.NotPredicate
class NotPredicate extends Object implements Serializable- serialVersionUID:
- -2654603322338049674L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsExceptionPredicate
class NullIsExceptionPredicate extends Object implements Serializable- serialVersionUID:
- 3243449850504576071L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsFalsePredicate
class NullIsFalsePredicate extends Object implements Serializable- serialVersionUID:
- -2997501534564735525L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsTruePredicate
class NullIsTruePredicate extends Object implements Serializable- serialVersionUID:
- -7625133768987126273L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullPredicate
class NullPredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.OnePredicate
class OnePredicate extends Object implements Serializable- serialVersionUID:
- -8125389089924745785L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
Deprecated.The array of predicates to call
-
-
Class org.apache.commons.collections.functors.OrPredicate
class OrPredicate extends Object implements Serializable- serialVersionUID:
- -8791518325735182855L
-
Class org.apache.commons.collections.functors.PredicateTransformer
class PredicateTransformer extends Object implements Serializable- serialVersionUID:
- 5278818408044349346L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
Deprecated.The closure to wrap
-
-
Class org.apache.commons.collections.functors.StringValueTransformer
class StringValueTransformer extends Object implements Serializable- serialVersionUID:
- 7511110693171758606L
-
Class org.apache.commons.collections.functors.SwitchClosure
class SwitchClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.SwitchTransformer
class SwitchTransformer extends 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
class TransformedPredicate extends 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
class TransformerClosure extends Object implements Serializable- serialVersionUID:
- -5194992589193388969L
-
Serialized Fields
-
iTransformer
Transformer iTransformer
Deprecated.The transformer to wrap
-
-
Class org.apache.commons.collections.functors.TransformerPredicate
class TransformerPredicate extends Object implements Serializable- serialVersionUID:
- -2407966402920578741L
-
Serialized Fields
-
iTransformer
Transformer iTransformer
Deprecated.The transformer to call
-
-
Class org.apache.commons.collections.functors.TruePredicate
class TruePredicate extends Object implements Serializable- serialVersionUID:
- 3374767158756189740L
-
Class org.apache.commons.collections.functors.UniquePredicate
class UniquePredicate extends Object implements Serializable- serialVersionUID:
- -3319417438027438040L
-
Serialized Fields
-
iSet
Set iSet
Deprecated.The set of previously seen objects
-
-
Class org.apache.commons.collections.functors.WhileClosure
class WhileClosure extends Object implements Serializable- serialVersionUID:
- -3110538116913760108L
-
Serialization Methods
-
readObject
Deprecated.Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Deprecated.Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
-
Package org.apache.commons.collections.keyvalue
-
Class org.apache.commons.collections.keyvalue.MultiKey
class MultiKey extends Object implements Serializable- serialVersionUID:
- 4465448607415788805L
-
Serialization Methods
-
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
Object[] keys
Deprecated.The individual keys
-
-
Class org.apache.commons.collections.keyvalue.TiedMapEntry
class TiedMapEntry extends Object implements Serializable- serialVersionUID:
- -8453869361373831205L
-
-
Package org.apache.commons.collections.list
-
Class org.apache.commons.collections.list.AbstractSerializableListDecorator
class AbstractSerializableListDecorator extends AbstractListDecorator implements Serializable- serialVersionUID:
- 2684959196747496299L
-
Serialization Methods
-
readObject
Deprecated.Read the list in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the list out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.list.CursorableLinkedList
class CursorableLinkedList extends AbstractLinkedList implements Serializable- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
Deprecated.Deserializes the data held in this object to the stream specified.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Serializes the data held in this object to the stream specified.- Throws:
IOException
-
-
Class org.apache.commons.collections.list.FixedSizeList
class FixedSizeList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- -2218010673611160319L
-
Class org.apache.commons.collections.list.GrowthList
class GrowthList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- -3620001881672L
-
Class org.apache.commons.collections.list.LazyList
class 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
class NodeCachingLinkedList extends AbstractLinkedList implements Serializable- serialVersionUID:
- 6897789178562232073L
-
Serialization Methods
-
readObject
Deprecated.Deserializes the data held in this object to the stream specified.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Serializes the data held in this object to the stream specified.- Throws:
IOException
-
-
Serialized Fields
-
maximumCacheSize
int maximumCacheSize
Deprecated.The maximum size of the cache.
-
-
Class org.apache.commons.collections.list.PredicatedList
class PredicatedList extends PredicatedCollection implements Serializable- serialVersionUID:
- -5722039223898659102L
-
Class org.apache.commons.collections.list.SetUniqueList
class SetUniqueList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- 7196982186153478694L
-
Serialized Fields
-
set
Set set
Deprecated.Internal Set to maintain uniqueness.
-
-
Class org.apache.commons.collections.list.SynchronizedList
class SynchronizedList extends SynchronizedCollection implements Serializable- serialVersionUID:
- -1403835447328619437L
-
Class org.apache.commons.collections.list.TransformedList
class TransformedList extends TransformedCollection implements Serializable- serialVersionUID:
- 1077193035000013141L
-
Class org.apache.commons.collections.list.UnmodifiableList
class UnmodifiableList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- 6595182819922443652L
-
-
Package org.apache.commons.collections.map
-
Class org.apache.commons.collections.map.CaseInsensitiveMap
class CaseInsensitiveMap extends AbstractHashedMap implements Serializable- serialVersionUID:
- -7074655917369299456L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.DefaultedMap
class DefaultedMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 19698628745827L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Serialized Fields
-
value
Object value
Deprecated.The transformer to use if the map does not contain a key
-
-
Class org.apache.commons.collections.map.FixedSizeMap
class FixedSizeMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 7450927208116179316L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.FixedSizeSortedMap
class FixedSizeSortedMap extends AbstractSortedMapDecorator implements Serializable- serialVersionUID:
- 3126019624511683653L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.Flat3Map
class Flat3Map extends Object implements Serializable- serialVersionUID:
- -6701087419741928296L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.HashedMap
class HashedMap extends AbstractHashedMap implements Serializable- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.IdentityMap
class IdentityMap extends AbstractHashedMap implements Serializable- serialVersionUID:
- 2028493495224302329L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.LazyMap
class LazyMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 7990956402564206740L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
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
class LazySortedMap extends LazyMap implements Serializable- serialVersionUID:
- 2715322183617658933L
-
Class org.apache.commons.collections.map.LinkedMap
class LinkedMap extends AbstractLinkedMap implements Serializable- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.ListOrderedMap
class ListOrderedMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 2728177751851003750L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Serialized Fields
-
insertOrder
List insertOrder
Deprecated.Internal list to hold the sequence of objects
-
-
Class org.apache.commons.collections.map.LRUMap
class LRUMap extends AbstractLinkedMap implements Serializable- serialVersionUID:
- -612114643488955218L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Serialized Fields
-
scanUntilRemovable
boolean scanUntilRemovable
Deprecated.Scan behaviour
-
-
Class org.apache.commons.collections.map.MultiKeyMap
class MultiKeyMap extends Object implements Serializable- serialVersionUID:
- -1788199231038721040L
-
Serialized Fields
-
map
AbstractHashedMap map
Deprecated.The decorated map
-
-
Class org.apache.commons.collections.map.PredicatedMap
class PredicatedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable- serialVersionUID:
- 7412622456128415156L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Serialized Fields
-
Class org.apache.commons.collections.map.PredicatedSortedMap
class PredicatedSortedMap extends PredicatedMap implements Serializable- serialVersionUID:
- 3359846175935304332L
-
Class org.apache.commons.collections.map.ReferenceIdentityMap
class ReferenceIdentityMap extends AbstractReferenceMap implements Serializable- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.ReferenceMap
class ReferenceMap extends AbstractReferenceMap implements Serializable- serialVersionUID:
- 1555089888138299607L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.SingletonMap
class SingletonMap extends Object implements Serializable- serialVersionUID:
- -8931271118676803261L
-
Class org.apache.commons.collections.map.TransformedMap
class TransformedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable- serialVersionUID:
- 7023152376788900464L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
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
class TransformedSortedMap extends TransformedMap implements Serializable- serialVersionUID:
- -8751771676410385778L
-
Class org.apache.commons.collections.map.UnmodifiableMap
class UnmodifiableMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 2737023427269031941L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.UnmodifiableOrderedMap
class UnmodifiableOrderedMap extends AbstractOrderedMapDecorator implements Serializable- serialVersionUID:
- 8136428161720526266L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.UnmodifiableSortedMap
class UnmodifiableSortedMap extends AbstractSortedMapDecorator implements Serializable- serialVersionUID:
- 5805344239827376360L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
-
Package org.apache.commons.collections.set
-
Class org.apache.commons.collections.set.AbstractSerializableSetDecorator
class AbstractSerializableSetDecorator extends AbstractSetDecorator implements Serializable- serialVersionUID:
- 1229469966212206107L
-
Serialization Methods
-
readObject
Deprecated.Read the set in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the set out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.set.ListOrderedSet
class ListOrderedSet extends AbstractSerializableSetDecorator implements Serializable- serialVersionUID:
- -228664372470420141L
-
Serialized Fields
-
setOrder
List setOrder
Deprecated.Internal list to hold the sequence of objects
-
-
Class org.apache.commons.collections.set.MapBackedSet
class MapBackedSet extends Object implements Serializable- serialVersionUID:
- 6723912213766056587L
-
Class org.apache.commons.collections.set.PredicatedSet
class PredicatedSet extends PredicatedCollection implements Serializable- serialVersionUID:
- -684521469108685117L
-
Class org.apache.commons.collections.set.PredicatedSortedSet
class PredicatedSortedSet extends PredicatedSet implements Serializable- serialVersionUID:
- -9110948148132275052L
-
Class org.apache.commons.collections.set.SynchronizedSet
class SynchronizedSet extends SynchronizedCollection implements Serializable- serialVersionUID:
- -8304417378626543635L
-
Class org.apache.commons.collections.set.SynchronizedSortedSet
class SynchronizedSortedSet extends SynchronizedCollection implements Serializable- serialVersionUID:
- 2775582861954500111L
-
Class org.apache.commons.collections.set.TransformedSet
class TransformedSet extends TransformedCollection implements Serializable- serialVersionUID:
- 306127383500410386L
-
Class org.apache.commons.collections.set.TransformedSortedSet
class TransformedSortedSet extends TransformedSet implements Serializable- serialVersionUID:
- -1675486811351124386L
-
Class org.apache.commons.collections.set.UnmodifiableSet
class UnmodifiableSet extends AbstractSerializableSetDecorator implements Serializable- serialVersionUID:
- 6499119872185240161L
-
Class org.apache.commons.collections.set.UnmodifiableSortedSet
class UnmodifiableSortedSet extends AbstractSortedSetDecorator implements Serializable- serialVersionUID:
- -725356885467962424L
-
Serialization Methods
-
readObject
Deprecated.Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
-
Package org.apache.commons.collections4
-
Class org.apache.commons.collections4.ArrayStack
- serialVersionUID:
- 2130079159931574599L
-
Exception Class org.apache.commons.collections4.FunctorException
class FunctorException extends RuntimeException implements Serializable- serialVersionUID:
- -4704772662059351193L
-
-
Package org.apache.commons.collections4.bag
-
Class org.apache.commons.collections4.bag.AbstractBagDecorator
- serialVersionUID:
- -3768146017343785417L
-
Class org.apache.commons.collections4.bag.AbstractSortedBagDecorator
- serialVersionUID:
- -8223473624050467718L
-
Class org.apache.commons.collections4.bag.CollectionBag
- serialVersionUID:
- -2560033712679053143L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loadedClassCastException
- if deserialised object has wrong type
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.CollectionSortedBag
- serialVersionUID:
- -2560033712679053143L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loadedClassCastException
- if deserialised object has wrong type
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.HashBag
- serialVersionUID:
- -6561115435802554013L
-
Serialization Methods
-
readObject
Read the bag in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the bag out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.PredicatedBag
- serialVersionUID:
- -2575833140344736876L
-
Class org.apache.commons.collections4.bag.PredicatedSortedBag
- serialVersionUID:
- 3448581314086406616L
-
Class org.apache.commons.collections4.bag.SynchronizedBag
- serialVersionUID:
- 8084674570753837109L
-
Class org.apache.commons.collections4.bag.SynchronizedSortedBag
- serialVersionUID:
- 722374056718497858L
-
Class org.apache.commons.collections4.bag.TransformedBag
- serialVersionUID:
- 5421170911299074185L
-
Class org.apache.commons.collections4.bag.TransformedSortedBag
- serialVersionUID:
- -251737742649401930L
-
Class org.apache.commons.collections4.bag.TreeBag
- serialVersionUID:
- -7740146511091606676L
-
Serialization Methods
-
readObject
Read the bag in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the bag out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.UnmodifiableBag
- serialVersionUID:
- -1873799975157099624L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loadedClassCastException
- if deserialised object has wrong type
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.UnmodifiableSortedBag
- serialVersionUID:
- -3190437252665717841L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loadedClassCastException
- if deserialised object has wrong type
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.bidimap
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet
class EntrySet extends org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<K,V, Map.Entry<K, V>> implements Serializable - serialVersionUID:
- 4040410962603292348L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet
class KeySet extends org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<K,Object, K> implements Serializable - serialVersionUID:
- -7107935777385040694L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values
class Values extends org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<Object,V, V> implements Serializable - serialVersionUID:
- 4023777119829639864L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
class 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
- serialVersionUID:
- 721969328361808L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap
- serialVersionUID:
- 721969328361810L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.commons.collections4.bidimap.DualTreeBidiMap
- serialVersionUID:
- 721969328361809L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
The key comparator to use -
valueComparator
Comparator<? super V> valueComparator
The value comparator to use
-
-
Class org.apache.commons.collections4.bidimap.TreeBidiMap
class TreeBidiMap extends Object implements Serializable- serialVersionUID:
- 721969328361807L
-
Serialization Methods
-
readObject
Reads the content of the stream.- Parameters:
stream
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Writes the content to the stream for serialization.- Parameters:
stream
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.collection
-
Class org.apache.commons.collections4.collection.AbstractCollectionDecorator
class AbstractCollectionDecorator extends Object implements Serializable- serialVersionUID:
- 6249888059822088500L
-
Serialized Fields
-
collection
Collection<E> collection
The collection being decorated
-
-
Class org.apache.commons.collections4.collection.CompositeCollection
class CompositeCollection extends Object implements Serializable- serialVersionUID:
- 8417515734108306801L
-
Serialized Fields
-
all
List<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
- 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
- serialVersionUID:
- -5259182142076705162L
-
Class org.apache.commons.collections4.collection.SynchronizedCollection
class SynchronizedCollection extends Object implements Serializable- serialVersionUID:
- 2412805092710877986L
-
Serialized Fields
-
collection
Collection<E> collection
The collection to decorate -
lock
Object lock
The object to lock on, needed for List/SortedSet views
-
-
Class org.apache.commons.collections4.collection.TransformedCollection
- serialVersionUID:
- 8692300188161871514L
-
Serialized Fields
-
transformer
Transformer<? super E,
? extends E> transformer The transformer to use
-
-
Class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
- serialVersionUID:
- -7112672385450340330L
-
Class org.apache.commons.collections4.collection.UnmodifiableCollection
- serialVersionUID:
- -239892006883819945L
-
-
Package org.apache.commons.collections4.comparators
-
Class org.apache.commons.collections4.comparators.BooleanComparator
class BooleanComparator extends Object implements Serializable- serialVersionUID:
- 1830042991606340609L
-
Serialized Fields
-
trueFirst
boolean trueFirst
true
ifftrue
values sort beforefalse
values.
-
-
Class org.apache.commons.collections4.comparators.ComparableComparator
class ComparableComparator extends Object implements Serializable- serialVersionUID:
- -291439688585137865L
-
Class org.apache.commons.collections4.comparators.ComparatorChain
class ComparatorChain extends Object implements Serializable- serialVersionUID:
- -721644942746081630L
-
Serialized Fields
-
comparatorChain
List<Comparator<E>> comparatorChain
The list of comparators in the chain. -
isLocked
boolean isLocked
Whether the chain has been "locked". -
orderingBits
BitSet orderingBits
Order - false (clear) = ascend; true (set) = descend.
-
-
Class org.apache.commons.collections4.comparators.FixedOrderComparator
class FixedOrderComparator extends 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
Map<T,
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
class NullComparator extends Object implements Serializable- serialVersionUID:
- -5820772575483504339L
-
Serialized Fields
-
nonNullComparator
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
class ReverseComparator extends Object implements Serializable- serialVersionUID:
- 2858887242028539265L
-
Serialized Fields
-
comparator
Comparator<? super E> comparator
The comparator being decorated.
-
-
Class org.apache.commons.collections4.comparators.TransformingComparator
class TransformingComparator extends Object implements Serializable- serialVersionUID:
- 3456940356043606220L
-
Serialized Fields
-
decorated
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
class AbstractQuantifierPredicate extends Object implements Serializable- serialVersionUID:
- -3094696765038308799L
-
Class org.apache.commons.collections4.functors.AllPredicate
- serialVersionUID:
- -3094696765038308799L
-
Class org.apache.commons.collections4.functors.AndPredicate
class AndPredicate extends Object implements Serializable- serialVersionUID:
- 4189014213763186912L
-
Class org.apache.commons.collections4.functors.AnyPredicate
- serialVersionUID:
- 7429999530934647542L
-
Class org.apache.commons.collections4.functors.ChainedClosure
class ChainedClosure extends Object implements Serializable- serialVersionUID:
- -3520677225766901240L
-
Class org.apache.commons.collections4.functors.ChainedTransformer
class ChainedTransformer extends 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
class ClosureTransformer extends Object implements Serializable- serialVersionUID:
- 478466901448617286L
-
Class org.apache.commons.collections4.functors.ComparatorPredicate
class ComparatorPredicate extends Object implements Serializable- serialVersionUID:
- -1863209236504077399L
-
Serialized Fields
-
comparator
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
class ConstantFactory extends Object implements Serializable- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iConstant
T iConstant
The closures to call in turn
-
-
Class org.apache.commons.collections4.functors.ConstantTransformer
class ConstantTransformer extends Object implements Serializable- serialVersionUID:
- 6374440726369055124L
-
Serialized Fields
-
iConstant
O iConstant
The closures to call in turn
-
-
Class org.apache.commons.collections4.functors.DefaultEquator
class DefaultEquator extends Object implements Serializable- serialVersionUID:
- 825802648423525485L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.EqualPredicate
class EqualPredicate extends Object implements Serializable- serialVersionUID:
- 5633766978029907089L
-
Class org.apache.commons.collections4.functors.ExceptionClosure
class ExceptionClosure extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.ExceptionFactory
class ExceptionFactory extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.ExceptionPredicate
class ExceptionPredicate extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.ExceptionTransformer
class ExceptionTransformer extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.FactoryTransformer
class FactoryTransformer extends Object implements Serializable- serialVersionUID:
- -6817674502475353160L
-
Class org.apache.commons.collections4.functors.FalsePredicate
class FalsePredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.IdentityPredicate
class IdentityPredicate extends Object implements Serializable- serialVersionUID:
- -89901658494523293L
-
Serialized Fields
-
iValue
T iValue
The value to compare to
-
-
Class org.apache.commons.collections4.functors.IfClosure
class IfClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections4.functors.IfTransformer
class IfTransformer extends 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
class InstanceofPredicate extends Object implements Serializable- serialVersionUID:
- -6682656911025165584L
-
Serialized Fields
-
iType
Class<?> iType
The type to compare to
-
-
Class org.apache.commons.collections4.functors.MapTransformer
class MapTransformer extends Object implements Serializable- serialVersionUID:
- 862391807045468939L
-
Class org.apache.commons.collections4.functors.NonePredicate
- serialVersionUID:
- 2007613066565892961L
-
Class org.apache.commons.collections4.functors.NOPClosure
class NOPClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.NOPTransformer
class NOPTransformer extends Object implements Serializable- serialVersionUID:
- 2133891748318574490L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.NotNullPredicate
class NotNullPredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.NotPredicate
class NotPredicate extends Object implements Serializable- serialVersionUID:
- -2654603322338049674L
-
Class org.apache.commons.collections4.functors.NullIsExceptionPredicate
class NullIsExceptionPredicate extends Object implements Serializable- serialVersionUID:
- 3243449850504576071L
-
Class org.apache.commons.collections4.functors.NullIsFalsePredicate
class NullIsFalsePredicate extends Object implements Serializable- serialVersionUID:
- -2997501534564735525L
-
Class org.apache.commons.collections4.functors.NullIsTruePredicate
class NullIsTruePredicate extends Object implements Serializable- serialVersionUID:
- -7625133768987126273L
-
Class org.apache.commons.collections4.functors.NullPredicate
class NullPredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.OnePredicate
- serialVersionUID:
- -8125389089924745785L
-
Class org.apache.commons.collections4.functors.OrPredicate
class OrPredicate extends Object implements Serializable- serialVersionUID:
- -8791518325735182855L
-
Class org.apache.commons.collections4.functors.PredicateTransformer
class PredicateTransformer extends Object implements Serializable- serialVersionUID:
- 5278818408044349346L
-
Class org.apache.commons.collections4.functors.StringValueTransformer
class StringValueTransformer extends Object implements Serializable- serialVersionUID:
- 7511110693171758606L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.SwitchClosure
class SwitchClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections4.functors.SwitchTransformer
class SwitchTransformer extends 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
class TransformedPredicate extends 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
class TransformerClosure extends Object implements Serializable- serialVersionUID:
- -5194992589193388969L
-
Serialized Fields
-
iTransformer
Transformer<? super E,
?> iTransformer The transformer to wrap
-
-
Class org.apache.commons.collections4.functors.TransformerPredicate
class TransformerPredicate extends Object implements Serializable- serialVersionUID:
- -2407966402920578741L
-
Serialized Fields
-
iTransformer
Transformer<? super T,
Boolean> iTransformer The transformer to call
-
-
Class org.apache.commons.collections4.functors.TruePredicate
class TruePredicate extends Object implements Serializable- serialVersionUID:
- 3374767158756189740L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.commons.collections4.functors.UniquePredicate
class UniquePredicate extends Object implements Serializable- serialVersionUID:
- -3319417438027438040L
-
-
Package org.apache.commons.collections4.keyvalue
-
Class org.apache.commons.collections4.keyvalue.MultiKey
class MultiKey extends Object implements Serializable- serialVersionUID:
- 4465448607415788805L
-
Serialization Methods
-
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
class TiedMapEntry extends Object implements Serializable- serialVersionUID:
- -8453869361373831205L
-
-
Package org.apache.commons.collections4.list
-
Class org.apache.commons.collections4.list.AbstractListDecorator
- serialVersionUID:
- 4500739654952315623L
-
Class org.apache.commons.collections4.list.AbstractSerializableListDecorator
- serialVersionUID:
- 2684959196747496299L
-
Serialization Methods
-
readObject
Read the list in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the list out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.list.CursorableLinkedList
- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
Deserializes the data held in this object to the stream specified.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Serializes the data held in this object to the stream specified.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.list.FixedSizeList
- serialVersionUID:
- -2218010673611160319L
-
Class org.apache.commons.collections4.list.GrowthList
- serialVersionUID:
- -3620001881672L
-
Class org.apache.commons.collections4.list.LazyList
- serialVersionUID:
- -3677737457567429713L
-
Serialized Fields
-
factory
Factory<? extends E> factory
The factory to use to lazily instantiate the objects -
transformer
Transformer<Integer,
? extends E> transformer The transformer to use to lazily instantiate the objects
-
-
Class org.apache.commons.collections4.list.NodeCachingLinkedList
- serialVersionUID:
- 6897789178562232073L
-
Serialization Methods
-
readObject
Deserializes the data held in this object to the stream specified.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Serializes the data held in this object to the stream specified.- Parameters:
out
- the output stream- Throws:
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
- serialVersionUID:
- -5722039223898659102L
-
Class org.apache.commons.collections4.list.SetUniqueList
- serialVersionUID:
- 7196982186153478694L
-
Class org.apache.commons.collections4.list.TransformedList
- serialVersionUID:
- 1077193035000013141L
-
Class org.apache.commons.collections4.list.UnmodifiableList
- serialVersionUID:
- 6595182819922443652L
-
-
Package org.apache.commons.collections4.map
-
Class org.apache.commons.collections4.map.CaseInsensitiveMap
- serialVersionUID:
- -7074655917369299456L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.CompositeMap
- serialVersionUID:
- -6096931280583808322L
-
Class org.apache.commons.collections4.map.DefaultedMap
- serialVersionUID:
- 19698628745827L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
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
- serialVersionUID:
- 7450927208116179316L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.FixedSizeSortedMap
- serialVersionUID:
- 3126019624511683653L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.Flat3Map
class Flat3Map extends Object implements Serializable- serialVersionUID:
- -6701087419741928296L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.HashedMap
- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.LazyMap
- serialVersionUID:
- 7990956402564206740L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
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
- serialVersionUID:
- 2715322183617658933L
-
Class org.apache.commons.collections4.map.LinkedMap
- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.ListOrderedMap
- serialVersionUID:
- 2728177751851003750L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
Class org.apache.commons.collections4.map.LRUMap
- serialVersionUID:
- -612114643488955218L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Serialized Fields
-
scanUntilRemovable
boolean scanUntilRemovable
Scan behaviour
-
-
Class org.apache.commons.collections4.map.MultiKeyMap
- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.MultiValueMap
- serialVersionUID:
- -2214159910087182007L
-
Serialization Methods
-
readObject
Deprecated.Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 4.0
-
writeObject
Deprecated.Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream- Since:
- 4.0
-
-
Serialized Fields
-
collectionFactory
Factory<? extends Collection<V>> collectionFactory
Deprecated.The factory for creating value collections.
-
-
Class org.apache.commons.collections4.map.PassiveExpiringMap
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Serialized Fields
-
Class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy
class ConstantTimeToLiveExpirationPolicy extends 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
class PredicatedMap extends org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator<K,V> implements Serializable - serialVersionUID:
- 7412622456128415156L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
Class org.apache.commons.collections4.map.PredicatedSortedMap
- serialVersionUID:
- 3359846175935304332L
-
Class org.apache.commons.collections4.map.ReferenceIdentityMap
- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.ReferenceMap
- serialVersionUID:
- 1555089888138299607L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.SingletonMap
class SingletonMap extends Object implements Serializable- serialVersionUID:
- -8931271118676803261L
-
Class org.apache.commons.collections4.map.TransformedMap
class TransformedMap extends org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator<K,V> implements Serializable - serialVersionUID:
- 7023152376788900464L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
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
- serialVersionUID:
- -8751771676410385778L
-
Class org.apache.commons.collections4.map.UnmodifiableEntrySet
- serialVersionUID:
- 1678353579659253473L
-
Class org.apache.commons.collections4.map.UnmodifiableMap
- serialVersionUID:
- 2737023427269031941L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.UnmodifiableOrderedMap
- serialVersionUID:
- 8136428161720526266L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.UnmodifiableSortedMap
- serialVersionUID:
- 5805344239827376360L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
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
class AbstractMultiValuedMapDecorator extends Object implements Serializable- serialVersionUID:
- 20150612L
-
Serialized Fields
-
map
MultiValuedMap<K,
V> map MultiValuedMap to decorate
-
-
Class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
- serialVersionUID:
- 20151118L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
initialListCapacity
int initialListCapacity
The initial list capacity when creating a new value collection.
-
-
Class org.apache.commons.collections4.multimap.HashSetValuedHashMap
- serialVersionUID:
- 20151118L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
initialSetCapacity
int initialSetCapacity
The initial list capacity when creating a new value collection.
-
-
Class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
class 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
class UnmodifiableMultiValuedMap extends AbstractMultiValuedMapDecorator<K,V> implements Serializable - serialVersionUID:
- 20150612L
-
-
Package org.apache.commons.collections4.multiset
-
Class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
- serialVersionUID:
- 20150610L
-
Class org.apache.commons.collections4.multiset.HashMultiSet
- serialVersionUID:
- 20150610L
-
Serialization Methods
-
readObject
Read the multiset in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the multiset out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.multiset.PredicatedMultiSet
- serialVersionUID:
- 20150629L
-
Class org.apache.commons.collections4.multiset.SynchronizedMultiSet
- serialVersionUID:
- 20150629L
-
Class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- serialVersionUID:
- 20150611L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loadedClassCastException
- if deserialised object has wrong type
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.properties
-
Class org.apache.commons.collections4.properties.SortedProperties
class SortedProperties extends Properties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.collections4.queue
-
Class org.apache.commons.collections4.queue.AbstractQueueDecorator
- serialVersionUID:
- -2629815475789577029L
-
Class org.apache.commons.collections4.queue.CircularFifoQueue
- serialVersionUID:
- -8423413834657610406L
-
Serialization Methods
-
readObject
Read the queue in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an I/O error occurs while writing to the output streamClassNotFoundException
- if the class of a serialized object can not be found
-
writeObject
Write the queue out using a custom routine.- Parameters:
out
- the output stream- Throws:
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
- serialVersionUID:
- 2307609000539943581L
-
Class org.apache.commons.collections4.queue.SynchronizedQueue
- serialVersionUID:
- 1L
-
Class org.apache.commons.collections4.queue.TransformedQueue
- serialVersionUID:
- -7901091318986132033L
-
Class org.apache.commons.collections4.queue.UnmodifiableQueue
- serialVersionUID:
- 1832948656215393357L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an I/O error occurs while reading from the input streamClassNotFoundException
- if the class of a serialized object can not be found
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
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.AbstractSerializableSetDecorator
- serialVersionUID:
- 1229469966212206107L
-
Serialization Methods
-
readObject
Read the set in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the set out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.set.AbstractSetDecorator
- serialVersionUID:
- -4678668309576958546L
-
Class org.apache.commons.collections4.set.AbstractSortedSetDecorator
- serialVersionUID:
- -3462240946294214398L
-
Class org.apache.commons.collections4.set.CompositeSet
class CompositeSet extends Object implements Serializable- serialVersionUID:
- 5185069727540378940L
-
Serialized Fields
-
all
List<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
- serialVersionUID:
- -228664372470420141L
-
Class org.apache.commons.collections4.set.MapBackedSet
class MapBackedSet extends Object implements Serializable- serialVersionUID:
- 6723912213766056587L
-
Class org.apache.commons.collections4.set.PredicatedSet
- serialVersionUID:
- -684521469108685117L
-
Class org.apache.commons.collections4.set.PredicatedSortedSet
- serialVersionUID:
- -9110948148132275052L
-
Class org.apache.commons.collections4.set.TransformedSet
- serialVersionUID:
- 306127383500410386L
-
Class org.apache.commons.collections4.set.TransformedSortedSet
- serialVersionUID:
- -1675486811351124386L
-
Class org.apache.commons.collections4.set.UnmodifiableSet
- serialVersionUID:
- 6499119872185240161L
-
Class org.apache.commons.collections4.set.UnmodifiableSortedSet
- serialVersionUID:
- -725356885467962424L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Package org.apache.commons.collections4.splitmap
-
Class org.apache.commons.collections4.splitmap.TransformedSplitMap
- serialVersionUID:
- 5966875321133456994L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
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
- 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
class 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
class KeyAnalyzer extends Object implements Serializable- serialVersionUID:
- -20497563720380683L
-
Class org.apache.commons.collections4.trie.PatriciaTrie
class PatriciaTrie extends org.apache.commons.collections4.trie.AbstractPatriciaTrie<String,E> implements Serializable - serialVersionUID:
- 4446367780901817838L
-
Class org.apache.commons.collections4.trie.UnmodifiableTrie
class UnmodifiableTrie extends Object implements Serializable- serialVersionUID:
- -7156426030315945159L
-
-
Package org.apache.commons.collections4.trie.analyzer
-
Class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
- serialVersionUID:
- -7032449491269434877L
-
-
Package org.apache.commons.compress
-
Exception Class org.apache.commons.compress.MemoryLimitException
class MemoryLimitException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
memoryLimitInKb
int memoryLimitInKb
-
memoryNeededInKb
long memoryNeededInKb
long instead of int to account for overflow for corrupt files.
-
-
Exception Class org.apache.commons.compress.PasswordRequiredException
class PasswordRequiredException extends IOException implements Serializable- serialVersionUID:
- 1391070005491684483L
-
-
Package org.apache.commons.compress.archivers
-
Exception Class org.apache.commons.compress.archivers.ArchiveException
class ArchiveException extends Exception implements Serializable- serialVersionUID:
- 2772690708123267100L
-
Exception Class org.apache.commons.compress.archivers.StreamingNotSupportedException
class StreamingNotSupportedException extends ArchiveException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
format
String format
-
-
-
Package org.apache.commons.compress.archivers.dump
-
Exception Class org.apache.commons.compress.archivers.dump.DumpArchiveException
class DumpArchiveException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.compress.archivers.dump.InvalidFormatException
class InvalidFormatException extends DumpArchiveException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
offset
long offset
-
-
Exception Class org.apache.commons.compress.archivers.dump.ShortFileException
class ShortFileException extends DumpArchiveException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.compress.archivers.dump.UnrecognizedFormatException
class UnrecognizedFormatException extends DumpArchiveException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException
class UnsupportedCompressionAlgorithmException extends DumpArchiveException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.compress.archivers.zip
-
Exception Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
class UnsupportedZipFeatureException extends ZipException implements Serializable- serialVersionUID:
- 20161219L
-
Serialized Fields
-
reason
UnsupportedZipFeatureException.Feature reason
-
-
Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
class Feature extends Object implements Serializable- serialVersionUID:
- 4112582948775420359L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
class X5455_ExtendedTimestamp extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.compress.archivers.zip.X7875_NewUnix
class X7875_NewUnix extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
gid
BigInteger gid
-
uid
BigInteger uid
-
version
int version
-
-
Exception Class org.apache.commons.compress.archivers.zip.Zip64RequiredException
class Zip64RequiredException extends ZipException implements Serializable- serialVersionUID:
- 20110809L
-
Class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
class ZipEightByteInteger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
BigInteger value
-
-
Class org.apache.commons.compress.archivers.zip.ZipLong
class ZipLong extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
long value
-
-
Class org.apache.commons.compress.archivers.zip.ZipShort
class ZipShort extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
int value
-
-
-
Package org.apache.commons.compress.compressors
-
Exception Class org.apache.commons.compress.compressors.CompressorException
class CompressorException extends Exception implements Serializable- serialVersionUID:
- -2932901310255908814L
-
-
Package org.apache.commons.exec
-
Exception Class org.apache.commons.exec.ExecuteException
class ExecuteException extends IOException implements Serializable- serialVersionUID:
- 3256443620654331699L
-
Serialized Fields
-
cause
Throwable cause
The underlying cause of this exception. -
exitValue
int exitValue
The exit value returned by the failed process
-
-
-
Package org.apache.commons.fileupload
-
Exception Class org.apache.commons.fileupload.FileCountLimitExceededException
class FileCountLimitExceededException extends FileUploadException implements Serializable- serialVersionUID:
- 6904179610227521789L
-
Serialized Fields
-
limit
long limit
The limit that was exceeded.
-
-
Exception Class org.apache.commons.fileupload.FileItemStream.ItemSkippedException
class ItemSkippedException extends IOException implements Serializable- serialVersionUID:
- -7280778431581963740L
-
Exception Class org.apache.commons.fileupload.FileUploadBase.FileSizeLimitExceededException
class FileSizeLimitExceededException extends org.apache.commons.fileupload.FileUploadBase.SizeException implements Serializable- serialVersionUID:
- 8150776562029630058L
-
Exception Class org.apache.commons.fileupload.FileUploadBase.FileUploadIOException
class FileUploadIOException extends 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.
-
-
Exception Class org.apache.commons.fileupload.FileUploadBase.InvalidContentTypeException
class InvalidContentTypeException extends FileUploadException implements Serializable- serialVersionUID:
- -9073026332015646668L
-
Exception Class org.apache.commons.fileupload.FileUploadBase.IOFileUploadException
class IOFileUploadException extends FileUploadException implements Serializable- serialVersionUID:
- 1749796615868477269L
-
Serialized Fields
-
cause
IOException cause
The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
-
-
Exception Class org.apache.commons.fileupload.FileUploadBase.SizeException
class 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.
-
-
Exception Class org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededException
class SizeLimitExceededException extends org.apache.commons.fileupload.FileUploadBase.SizeException implements Serializable- serialVersionUID:
- -2474893167098052828L
-
Exception Class org.apache.commons.fileupload.FileUploadBase.UnknownSizeException
class UnknownSizeException extends FileUploadException implements Serializable- serialVersionUID:
- 7062279004812015273L
-
Exception Class org.apache.commons.fileupload.FileUploadException
class FileUploadException extends Exception implements Serializable- serialVersionUID:
- 8881893724388807504L
-
Serialized Fields
-
cause
Throwable cause
The exceptions cause. We overwrite the cause of the super class, which isn't available in Java 1.3.
-
-
Exception Class org.apache.commons.fileupload.InvalidFileNameException
class InvalidFileNameException extends RuntimeException implements Serializable- serialVersionUID:
- 7922042602454350470L
-
Serialized Fields
-
name
String name
The file name causing the exception.
-
-
Exception Class org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException
class IllegalBoundaryException extends IOException implements Serializable- serialVersionUID:
- -161533165102632918L
-
Exception Class org.apache.commons.fileupload.MultipartStream.MalformedStreamException
class MalformedStreamException extends IOException implements Serializable- serialVersionUID:
- 6466926458059796677L
-
-
Package org.apache.commons.fileupload.util
-
Class org.apache.commons.fileupload.util.FileItemHeadersImpl
class FileItemHeadersImpl extends Object implements Serializable- serialVersionUID:
- -4455695752627032559L
-
-
Package org.apache.commons.httpclient
-
Exception Class org.apache.commons.httpclient.CircularRedirectException
class CircularRedirectException extends RedirectException implements Serializable -
Exception Class org.apache.commons.httpclient.ConnectionPoolTimeoutException
class ConnectionPoolTimeoutException extends ConnectTimeoutException implements Serializable -
Exception Class org.apache.commons.httpclient.ConnectTimeoutException
class ConnectTimeoutException extends InterruptedIOException implements Serializable -
Class org.apache.commons.httpclient.Cookie
class Cookie extends NameValuePair implements Serializable-
Serialized Fields
-
cookieComment
String cookieComment
Deprecated.Comment attribute. -
cookieDomain
String cookieDomain
Deprecated.Domain attribute. -
cookieExpiryDate
Date cookieExpiryDate
Deprecated.ExpirationDate
. -
cookiePath
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
class Header extends NameValuePair implements Serializable-
Serialized Fields
-
isAutogenerated
boolean isAutogenerated
Deprecated.Autogenerated header flag.
-
-
-
Class org.apache.commons.httpclient.HeaderElement
class HeaderElement extends NameValuePair implements Serializable-
Serialized Fields
-
parameters
NameValuePair[] parameters
Deprecated.My parameters, if any.
-
-
-
Exception Class org.apache.commons.httpclient.HttpClientError
class HttpClientError extends Error implements Serializable -
Exception Class org.apache.commons.httpclient.HttpContentTooLargeException
class HttpContentTooLargeException extends HttpException implements Serializable-
Serialized Fields
-
maxlen
int maxlen
Deprecated.
-
-
-
Exception Class org.apache.commons.httpclient.HttpException
class HttpException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
Deprecated.The original Throwable representing the cause of this error -
reason
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.
-
-
-
Exception Class org.apache.commons.httpclient.HttpRecoverableException
class HttpRecoverableException extends HttpException implements Serializable -
Class org.apache.commons.httpclient.HttpsURL
class HttpsURL extends HttpURL implements Serializable- serialVersionUID:
- 887844277028676648L
-
Class org.apache.commons.httpclient.HttpURL
class HttpURL extends URI implements Serializable- serialVersionUID:
- -7158031098595039459L
-
Exception Class org.apache.commons.httpclient.InvalidRedirectLocationException
class InvalidRedirectLocationException extends RedirectException implements Serializable-
Serialized Fields
-
location
String location
Deprecated.
-
-
-
Class org.apache.commons.httpclient.NameValuePair
class NameValuePair extends Object implements Serializable -
Exception Class org.apache.commons.httpclient.NoHttpResponseException
class NoHttpResponseException extends IOException implements Serializable -
Exception Class org.apache.commons.httpclient.ProtocolException
class ProtocolException extends HttpException implements Serializable -
Exception Class org.apache.commons.httpclient.RedirectException
class RedirectException extends ProtocolException implements Serializable -
Class org.apache.commons.httpclient.URI
class URI extends Object implements Serializable- serialVersionUID:
- 604752400577948726L
-
Serialization Methods
-
readObject
Deprecated.Read a URI.- Parameters:
ois
- the object-input stream- Throws:
ClassNotFoundException
- If one of the classes specified in the input stream cannot be found.IOException
- If an IO problem occurs.
-
writeObject
Deprecated.Write the content of this URI.- Parameters:
oos
- the object-output stream- Throws:
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
String protocolCharset
Deprecated.The charset of the protocol used by this URI instance.
-
-
Exception Class org.apache.commons.httpclient.URI.DefaultCharsetChanged
class DefaultCharsetChanged extends RuntimeException implements Serializable-
Serialized Fields
-
reason
String reason
The reason message. -
reasonCode
int reasonCode
The reason code.
-
-
-
Exception Class org.apache.commons.httpclient.URIException
class URIException extends HttpException implements Serializable-
Serialized Fields
-
reason
String reason
Deprecated.The reason message. -
reasonCode
int reasonCode
Deprecated.The reason code.
-
-
-
-
Package org.apache.commons.httpclient.auth
-
Exception Class org.apache.commons.httpclient.auth.AuthChallengeException
class AuthChallengeException extends AuthenticationException implements Serializable -
Exception Class org.apache.commons.httpclient.auth.AuthenticationException
class AuthenticationException extends ProtocolException implements Serializable -
Exception Class org.apache.commons.httpclient.auth.CredentialsNotAvailableException
class CredentialsNotAvailableException extends AuthenticationException implements Serializable -
Exception Class org.apache.commons.httpclient.auth.InvalidCredentialsException
class InvalidCredentialsException extends AuthenticationException implements Serializable -
Exception Class org.apache.commons.httpclient.auth.MalformedChallengeException
class MalformedChallengeException extends ProtocolException implements Serializable
-
-
Package org.apache.commons.httpclient.cookie
-
Class org.apache.commons.httpclient.cookie.Cookie2
class Cookie2 extends Cookie implements Serializable-
Serialized Fields
-
cookieCommentURL
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.
-
-
-
Exception Class org.apache.commons.httpclient.cookie.MalformedCookieException
class MalformedCookieException extends ProtocolException implements Serializable
-
-
Package org.apache.commons.httpclient.params
-
Class org.apache.commons.httpclient.params.DefaultHttpParams
class DefaultHttpParams extends Object implements Serializable-
Serialized Fields
-
defaults
HttpParams defaults
Deprecated.The set of default values to defer to -
parameters
HashMap parameters
Deprecated.Hash map of HTTP parameters that this collection contains
-
-
-
Class org.apache.commons.httpclient.params.HostParams
class HostParams extends DefaultHttpParams implements Serializable -
Class org.apache.commons.httpclient.params.HttpClientParams
class HttpClientParams extends HttpMethodParams implements Serializable -
Class org.apache.commons.httpclient.params.HttpConnectionManagerParams
class HttpConnectionManagerParams extends HttpConnectionParams implements Serializable -
Class org.apache.commons.httpclient.params.HttpConnectionParams
class HttpConnectionParams extends DefaultHttpParams implements Serializable -
Class org.apache.commons.httpclient.params.HttpMethodParams
class HttpMethodParams extends DefaultHttpParams implements Serializable
-
-
Package org.apache.commons.httpclient.util
-
Exception Class org.apache.commons.httpclient.util.DateParseException
class DateParseException extends Exception implements Serializable -
Exception Class org.apache.commons.httpclient.util.TimeoutController.TimeoutException
class TimeoutException extends Exception implements Serializable -
Class org.apache.commons.httpclient.util.URIUtil.Coder
class Coder extends URI implements Serializable
-
-
Package org.apache.commons.imaging
-
Exception Class org.apache.commons.imaging.ImageReadException
class ImageReadException extends ImagingException implements Serializable- serialVersionUID:
- -1L
-
Exception Class org.apache.commons.imaging.ImageWriteException
class ImageWriteException extends ImagingException implements Serializable- serialVersionUID:
- -1L
-
Exception Class org.apache.commons.imaging.ImagingException
class ImagingException extends Exception implements Serializable- serialVersionUID:
- -1L
-
-
Package org.apache.commons.io
-
Class org.apache.commons.io.ByteOrderMark
class ByteOrderMark extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
int[] bytes
Bytes. -
charsetName
String charsetName
Charset name.
-
-
Exception Class org.apache.commons.io.DirectoryWalker.CancelException
class CancelException extends IOException implements Serializable- serialVersionUID:
- 1347339620135041008L
-
Serialized Fields
-
depth
int depth
The file depth when the exception was thrown. -
file
File file
The file being processed when the exception was thrown.
-
-
Exception Class org.apache.commons.io.FileExistsException
class FileExistsException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.io.IOExceptionList
class IOExceptionList extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.io.IOExceptionWithCause
class IOExceptionWithCause extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.io.IOIndexedException
class IOIndexedException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int index
Index.
-
-
Exception Class org.apache.commons.io.TaggedIOException
class TaggedIOException extends IOExceptionWithCause implements Serializable- serialVersionUID:
- -6994123481142850163L
-
Serialized Fields
-
tag
Serializable tag
The tag of this exception.
-
-
-
Package org.apache.commons.io.comparator
-
Class org.apache.commons.io.comparator.CompositeFileComparator
class CompositeFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable- serialVersionUID:
- -2224170307287243428L
-
Serialized Fields
-
delegates
Comparator<File>[] delegates
Delegates.
-
-
Class org.apache.commons.io.comparator.DefaultFileComparator
class DefaultFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable- serialVersionUID:
- 3260141861365313518L
-
Class org.apache.commons.io.comparator.DirectoryFileComparator
class DirectoryFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable- serialVersionUID:
- 296132640160964395L
-
Class org.apache.commons.io.comparator.ExtensionFileComparator
class ExtensionFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable- serialVersionUID:
- 1928235200184222815L
-
Serialized Fields
-
ioCase
IOCase ioCase
Whether the comparison is case-sensitive.
-
-
Class org.apache.commons.io.comparator.LastModifiedFileComparator
class LastModifiedFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable- serialVersionUID:
- 7372168004395734046L
-
Class org.apache.commons.io.comparator.NameFileComparator
class NameFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable- serialVersionUID:
- 8397947749814525798L
-
Serialized Fields
-
ioCase
IOCase ioCase
Whether the comparison is case-sensitive.
-
-
Class org.apache.commons.io.comparator.PathFileComparator
class PathFileComparator extends org.apache.commons.io.comparator.AbstractFileComparator implements Serializable- serialVersionUID:
- 6527501707585768673L
-
Serialized Fields
-
ioCase
IOCase ioCase
Whether the comparison is case-sensitive.
-
-
Class org.apache.commons.io.comparator.SizeFileComparator
class 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
class AgeFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- -2132740084016138541L
-
Serialized Fields
-
acceptOlder
boolean acceptOlder
Whether the files accepted will be older or newer. -
cutoffInstant
Instant cutoffInstant
The cutoff time threshold measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970).
-
-
Class org.apache.commons.io.filefilter.AndFileFilter
class AndFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 7215974688563965257L
-
Serialized Fields
-
fileFilters
List<IOFileFilter> fileFilters
The list of file filters.
-
-
Class org.apache.commons.io.filefilter.CanExecuteFileFilter
class CanExecuteFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 3179904805251622989L
-
Class org.apache.commons.io.filefilter.CanReadFileFilter
class CanReadFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 3179904805251622989L
-
Class org.apache.commons.io.filefilter.CanWriteFileFilter
class CanWriteFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 5132005214688990379L
-
Class org.apache.commons.io.filefilter.DelegateFileFilter
class DelegateFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- -8723373124984771318L
-
Class org.apache.commons.io.filefilter.DirectoryFileFilter
class DirectoryFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- -5148237843784525732L
-
Class org.apache.commons.io.filefilter.EmptyFileFilter
class EmptyFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 3631422087512832211L
-
Class org.apache.commons.io.filefilter.FalseFileFilter
class FalseFileFilter extends Object implements Serializable- serialVersionUID:
- 6210271677940926200L
-
Class org.apache.commons.io.filefilter.FileFileFilter
class FileFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 5345244090827540862L
-
Class org.apache.commons.io.filefilter.HiddenFileFilter
class HiddenFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 8930842316112759062L
-
Class org.apache.commons.io.filefilter.MagicNumberFileFilter
class 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
class NameFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 176844364689077340L
-
Class org.apache.commons.io.filefilter.NotFileFilter
class NotFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 6131563330944994230L
-
Serialized Fields
-
filter
IOFileFilter filter
The filter
-
-
Class org.apache.commons.io.filefilter.OrFileFilter
class OrFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 5767770777065432721L
-
Serialized Fields
-
fileFilters
List<IOFileFilter> fileFilters
The list of file filters.
-
-
Class org.apache.commons.io.filefilter.PrefixFileFilter
class PrefixFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 8533897440809599867L
-
Class org.apache.commons.io.filefilter.RegexFileFilter
class RegexFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 4269646126155225062L
-
Serialized Fields
-
pattern
Pattern pattern
The regular expression pattern that will be used to match file names.
-
-
Class org.apache.commons.io.filefilter.SizeFileFilter
class 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
class SuffixFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- -3389157631240246157L
-
Class org.apache.commons.io.filefilter.SymbolicLinkFileFilter
class SymbolicLinkFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.io.filefilter.TrueFileFilter
class TrueFileFilter extends Object implements Serializable- serialVersionUID:
- 8782512160909720199L
-
Class org.apache.commons.io.filefilter.WildcardFileFilter
class WildcardFileFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- -7426486598995782105L
-
Class org.apache.commons.io.filefilter.WildcardFilter
class WildcardFilter extends AbstractFileFilter implements Serializable- serialVersionUID:
- -5037645902506953517L
-
Serialized Fields
-
wildcards
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
class CharSequenceReader extends Reader implements Serializable- serialVersionUID:
- 3724187752191401220L
-
Serialized Fields
-
charSequence
CharSequence charSequence
Source for reading. -
end
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:
-
idx
int idx
Reading index. -
mark
int mark
Reader 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:
-
-
Exception Class org.apache.commons.io.input.XmlStreamReaderException
class XmlStreamReaderException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bomEncoding
String bomEncoding
The Byte-Order-Mark (BOM) encoding or null. -
contentTypeEncoding
String contentTypeEncoding
The encoding in the content type. -
contentTypeMime
String contentTypeMime
The MIME type in the content type. -
xmlEncoding
String xmlEncoding
The XML encoding. -
xmlGuessEncoding
String xmlGuessEncoding
The guessed encoding.
-
-
-
Package org.apache.commons.io.monitor
-
Class org.apache.commons.io.monitor.FileAlterationObserver
class FileAlterationObserver extends Object implements Serializable- serialVersionUID:
- 1185122225658782848L
-
Serialized Fields
-
comparator
Comparator<File> comparator
Compares file names. -
rootEntry
FileEntry rootEntry
The root directory to observe.
-
-
Class org.apache.commons.io.monitor.FileEntry
class FileEntry extends Object implements Serializable- serialVersionUID:
- -2505664948818681153L
-
Serialized Fields
-
children
FileEntry[] children
My children. -
directory
boolean directory
Whether the file is a directory or not. -
exists
boolean exists
Whether the file exists. -
file
File file
Monitored file. -
lastModified
org.apache.commons.io.monitor.SerializableFileTime lastModified
The file's last modified timestamp. -
length
long length
The file's length. -
name
String name
Monitored file name. -
parent
FileEntry parent
The parent.
-
-
-
Package org.apache.commons.io.output
-
Class org.apache.commons.io.output.StringBuilderWriter
class StringBuilderWriter extends Writer implements Serializable- serialVersionUID:
- -146927496096066153L
-
Serialized Fields
-
builder
StringBuilder builder
The append target.
-
-
-
Package org.apache.commons.lang
-
Class org.apache.commons.lang.CharRange
class CharRange extends 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
class CharSet extends Object implements Serializable- serialVersionUID:
- 5947847346149275958L
-
Serialized Fields
-
set
Set set
Deprecated.The set of CharRange objects.
-
-
Exception Class org.apache.commons.lang.IllegalClassException
class IllegalClassException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 8063272569377254819L
-
Exception Class org.apache.commons.lang.IncompleteArgumentException
class IncompleteArgumentException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 4954193403612068178L
-
Exception Class org.apache.commons.lang.NotImplementedException
class NotImplementedException extends UnsupportedOperationException implements Serializable- serialVersionUID:
- -6894122266938754088L
-
Serialized Fields
-
cause
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.
-
-
Exception Class org.apache.commons.lang.NullArgumentException
class NullArgumentException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1174360235354917591L
-
Class org.apache.commons.lang.ObjectUtils.Null
class Null extends Object implements Serializable- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
Deprecated.Ensure singleton.
-
-
Exception Class org.apache.commons.lang.SerializationException
class SerializationException extends NestableRuntimeException implements Serializable- serialVersionUID:
- 4029025366392702726L
-
Exception Class org.apache.commons.lang.UnhandledException
class UnhandledException extends NestableRuntimeException implements Serializable- serialVersionUID:
- 1832101364842773720L
-
-
Package org.apache.commons.lang.builder
-
Class org.apache.commons.lang.builder.StandardToStringStyle
class StandardToStringStyle extends ToStringStyle implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.lang.builder.ToStringStyle
class ToStringStyle extends Object implements Serializable-
Serialized Fields
-
arrayContentDetail
boolean arrayContentDetail
Deprecated.The detail for array content. -
arrayEnd
String arrayEnd
Deprecated.The array end'}'
. -
arraySeparator
String arraySeparator
Deprecated.The array separator','
. -
arrayStart
String arrayStart
Deprecated.The array start'{'
. -
contentEnd
String contentEnd
Deprecated.The content end']'
. -
contentStart
String contentStart
Deprecated.The content start'['
. -
defaultFullDetail
boolean defaultFullDetail
Deprecated.The value to use when fullDetail isnull
, the default value istrue
. -
fieldNameValueSeparator
String fieldNameValueSeparator
Deprecated.The field name value separator'='
. -
fieldSeparator
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
String nullText
Deprecated.Thenull
text'<null>'
. -
sizeEndText
String sizeEndText
Deprecated.The summary size text start'>'
. -
sizeStartText
String sizeStartText
Deprecated.The summary size text start'invalid input: '<'size'
. -
summaryObjectEndText
String summaryObjectEndText
Deprecated.The summary object text start'>'
. -
summaryObjectStartText
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
class Enum extends Object implements Serializable- serialVersionUID:
- -487045951170455942L
-
Serialization Methods
-
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
String iName
Deprecated.The string representation of the Enum.
-
-
Class org.apache.commons.lang.enums.ValuedEnum
class ValuedEnum extends Enum implements Serializable- serialVersionUID:
- -7129650521543789085L
-
Serialized Fields
-
iValue
int iValue
Deprecated.The value contained in enum.
-
-
-
Package org.apache.commons.lang.exception
-
Exception Class org.apache.commons.lang.exception.CloneFailedException
class CloneFailedException extends NestableRuntimeException implements Serializable- serialVersionUID:
- 20091223L
-
Class org.apache.commons.lang.exception.NestableDelegate
class NestableDelegate extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.lang.exception.NestableError
class NestableError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
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.
-
-
Exception Class org.apache.commons.lang.exception.NestableException
class NestableException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
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.
-
-
Exception Class org.apache.commons.lang.exception.NestableRuntimeException
class NestableRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
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
class 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
class 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
class Fraction extends 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
class 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
class JVMRandom extends 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
class 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
class NumberRange extends Range implements Serializable- serialVersionUID:
- 71849363892710L
-
-
Package org.apache.commons.lang.mutable
-
Class org.apache.commons.lang.mutable.MutableBoolean
class MutableBoolean extends Object implements Serializable- serialVersionUID:
- -4830728138360036487L
-
Serialized Fields
-
value
boolean value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableByte
class MutableByte extends Number implements Serializable- serialVersionUID:
- -1585823265L
-
Serialized Fields
-
value
byte value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableDouble
class MutableDouble extends Number implements Serializable- serialVersionUID:
- 1587163916L
-
Serialized Fields
-
value
double value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableFloat
class MutableFloat extends Number implements Serializable- serialVersionUID:
- 5787169186L
-
Serialized Fields
-
value
float value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableInt
class MutableInt extends Number implements Serializable- serialVersionUID:
- 512176391864L
-
Serialized Fields
-
value
int value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableLong
class MutableLong extends Number implements Serializable- serialVersionUID:
- 62986528375L
-
Serialized Fields
-
value
long value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableObject
class MutableObject extends Object implements Serializable- serialVersionUID:
- 86241875189L
-
Serialized Fields
-
value
Object value
Deprecated.The mutable value.
-
-
Class org.apache.commons.lang.mutable.MutableShort
class MutableShort extends 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
class CompositeFormat extends Format implements Serializable- serialVersionUID:
- -4329119827877627683L
-
Class org.apache.commons.lang.text.ExtendedMessageFormat
class ExtendedMessageFormat extends MessageFormat implements Serializable- serialVersionUID:
- -2362048321261811743L
-
-
Package org.apache.commons.lang.time
-
Class org.apache.commons.lang.time.FastDateFormat
class FastDateFormat extends Format implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.Create the object after serialization. This implementation reinitializes the transient properties.- Parameters:
in
- ObjectInputStream from which the object is being deserialized.- Throws:
IOException
- if there is an IO issue.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
mLocale
Locale mLocale
Deprecated.The locale. -
mLocaleForced
boolean mLocaleForced
Deprecated.Whether the locale overrides the default. -
mPattern
String mPattern
Deprecated.The pattern. -
mTimeZone
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
class CharSet extends Object implements Serializable- serialVersionUID:
- 5947847346149275958L
-
Serialized Fields
-
set
Set<org.apache.commons.lang3.CharRange> set
The set of CharRange objects.
-
-
Class org.apache.commons.lang3.DoubleRange
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.IntegerRange
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.LongRange
- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.lang3.NotImplementedException
class NotImplementedException extends UnsupportedOperationException implements Serializable- serialVersionUID:
- 20131021L
-
Serialized Fields
-
code
String code
A resource for more information regarding the lack of implementation.
-
-
Class org.apache.commons.lang3.NumberRange
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.ObjectUtils.Null
class Null extends Object implements Serializable- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
Ensure Singleton after serialization.
-
-
Class org.apache.commons.lang3.Range
class Range extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comparator
Comparator<T> comparator
The ordering scheme used in this range. -
maximum
T maximum
The maximum value in this range (inclusive). -
minimum
T minimum
The minimum value in this range (inclusive).
-
-
Exception Class org.apache.commons.lang3.SerializationException
class SerializationException extends RuntimeException implements Serializable- serialVersionUID:
- 4029025366392702726L
-
-
Package org.apache.commons.lang3.builder
-
Class org.apache.commons.lang3.builder.Diff
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
class MultilineRecursiveToStringStyle extends RecursiveToStringStyle implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
spaces
int spaces
Current indenting.
-
-
Class org.apache.commons.lang3.builder.RecursiveToStringStyle
class RecursiveToStringStyle extends ToStringStyle implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.StandardToStringStyle
class StandardToStringStyle extends ToStringStyle implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.ToStringStyle
class ToStringStyle extends Object implements Serializable- serialVersionUID:
- -2587890625525655916L
-
Serialized Fields
-
arrayContentDetail
boolean arrayContentDetail
The detail for array content. -
arrayEnd
String arrayEnd
The array end'
'}. -
arraySeparator
String arraySeparator
The array separator','
. -
arrayStart
String arrayStart
The array start'{'
. -
contentEnd
String contentEnd
The content end']'
. -
contentStart
String contentStart
The content start'['
. -
defaultFullDetail
boolean defaultFullDetail
The value to use when fullDetail isnull
, the default value istrue
. -
fieldNameValueSeparator
String fieldNameValueSeparator
The field name value separator'='
. -
fieldSeparator
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
String nullText
Thenull
text'<null>'
. -
sizeEndText
String sizeEndText
The summary size text start'>'
. -
sizeStartText
String sizeStartText
The summary size text start'<size'
. -
summaryObjectEndText
String summaryObjectEndText
The summary object text start'>'
. -
summaryObjectStartText
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
class ObjectToStringComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.concurrent
-
Exception Class org.apache.commons.lang3.concurrent.CircuitBreakingException
class CircuitBreakingException extends RuntimeException implements Serializable- serialVersionUID:
- 1408176654686913340L
-
Exception Class org.apache.commons.lang3.concurrent.ConcurrentException
class ConcurrentException extends Exception implements Serializable- serialVersionUID:
- 6622707671812226130L
-
Exception Class org.apache.commons.lang3.concurrent.ConcurrentRuntimeException
class ConcurrentRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -6582182735562919670L
-
Exception Class org.apache.commons.lang3.concurrent.UncheckedExecutionException
class UncheckedExecutionException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.lang3.concurrent.UncheckedTimeoutException
class UncheckedTimeoutException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.event
-
Class org.apache.commons.lang3.event.EventListenerSupport
class EventListenerSupport extends Object implements Serializable- serialVersionUID:
- 3593265990380473632L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException Deserialize.- Parameters:
objectInputStream
- the input stream- Throws:
IOException
- if an IO error occursClassNotFoundException
- if the class cannot be resolved
-
writeObject
Serialize.- Parameters:
objectOutputStream
- the output stream- Throws:
IOException
- if an IO error occurs
-
-
Serialized Fields
-
-
Package org.apache.commons.lang3.exception
-
Exception Class org.apache.commons.lang3.exception.CloneFailedException
class CloneFailedException extends RuntimeException implements Serializable- serialVersionUID:
- 20091223L
-
Exception Class org.apache.commons.lang3.exception.ContextedException
class ContextedException extends Exception implements Serializable- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
-
Exception Class org.apache.commons.lang3.exception.ContextedRuntimeException
class ContextedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
-
Class org.apache.commons.lang3.exception.DefaultExceptionContext
class DefaultExceptionContext extends Object implements Serializable- serialVersionUID:
- 20110706L
-
Exception Class org.apache.commons.lang3.exception.UncheckedException
class UncheckedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.lang3.exception.UncheckedIllegalAccessException
class UncheckedIllegalAccessException extends UncheckedReflectiveOperationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.lang3.exception.UncheckedInterruptedException
class UncheckedInterruptedException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.commons.lang3.exception.UncheckedReflectiveOperationException
class UncheckedReflectiveOperationException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.math
-
Class org.apache.commons.lang3.math.Fraction
class Fraction extends 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
class MutableBoolean extends Object implements Serializable- serialVersionUID:
- -4830728138360036487L
-
Serialized Fields
-
value
boolean value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableByte
class MutableByte extends Number implements Serializable- serialVersionUID:
- -1585823265L
-
Serialized Fields
-
value
byte value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableDouble
class MutableDouble extends Number implements Serializable- serialVersionUID:
- 1587163916L
-
Serialized Fields
-
value
double value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableFloat
class MutableFloat extends Number implements Serializable- serialVersionUID:
- 5787169186L
-
Serialized Fields
-
value
float value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableInt
class MutableInt extends Number implements Serializable- serialVersionUID:
- 512176391864L
-
Serialized Fields
-
value
int value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableLong
class MutableLong extends Number implements Serializable- serialVersionUID:
- 62986528375L
-
Serialized Fields
-
value
long value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableObject
class MutableObject extends Object implements Serializable- serialVersionUID:
- 86241875189L
-
Serialized Fields
-
value
T value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableShort
class MutableShort extends 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
class CompositeFormat extends Format implements Serializable- serialVersionUID:
- -4329119827877627683L
-
Class org.apache.commons.lang3.text.ExtendedMessageFormat
class ExtendedMessageFormat extends MessageFormat implements Serializable- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
Map<String,
? extends FormatFactory> registry Deprecated.Our registry of FormatFactory. -
toPattern
String toPattern
Deprecated.To pattern string.
-
-
Class org.apache.commons.lang3.text.StrBuilder
class StrBuilder extends Object implements Serializable- serialVersionUID:
- 7628716375283629643L
-
-
Package org.apache.commons.lang3.time
-
Class org.apache.commons.lang3.time.FastDateFormat
class FastDateFormat extends Format implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
parser
FastDateParser parser
Our fast parser. -
printer
FastDatePrinter printer
Our fast printer.
-
-
Class org.apache.commons.lang3.time.FastDateParser
class FastDateParser extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
Creates the object after serialization. This implementation reinitializes the transient properties.- Parameters:
in
- ObjectInputStream from which the object is being deserialized.- Throws:
IOException
- if there is an IO issue.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
Class org.apache.commons.lang3.time.FastDatePrinter
class FastDatePrinter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Create the object after serialization. This implementation reinitializes the transient properties.- Parameters:
in
- ObjectInputStream from which the object is being deserialized.- Throws:
IOException
- if there is an IO issue.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
-
Package org.apache.commons.lang3.tuple
-
Class org.apache.commons.lang3.tuple.ImmutablePair
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.ImmutableTriple
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.tuple.MutablePair
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.MutableTriple
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.tuple.Pair
class Pair extends Object implements Serializable- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.Triple
class Triple extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.util
-
Class org.apache.commons.lang3.util.FluentBitSet
class FluentBitSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bitSet
BitSet bitSet
Working BitSet.
-
-
-
Package org.apache.commons.logging
-
Exception Class org.apache.commons.logging.LogConfigurationException
class LogConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- 8486587136871052495L
-
Serialized Fields
-
cause
Throwable cause
The underlying cause of this exception.
-
-
-
Package org.apache.commons.logging.impl
-
Class org.apache.commons.logging.impl.Jdk13LumberjackLogger
class Jdk13LumberjackLogger extends Object implements Serializable- serialVersionUID:
- -8649807923527610591L
-
Class org.apache.commons.logging.impl.Jdk14Logger
class Jdk14Logger extends Object implements Serializable- serialVersionUID:
- 4784713551416303804L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.Log4JLogger
class Log4JLogger extends Object implements Serializable- serialVersionUID:
- 5160705895411730424L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.LogKitLogger
class LogKitLogger extends Object implements Serializable- serialVersionUID:
- 3768538055836059519L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.NoOpLog
class NoOpLog extends Object implements Serializable- serialVersionUID:
- 561423906191706148L
-
Class org.apache.commons.logging.impl.SimpleLog
class SimpleLog extends Object implements Serializable- serialVersionUID:
- 136942970684951178L
-
Class org.apache.commons.logging.impl.SLF4JLocationAwareLog
class SLF4JLocationAwareLog extends Object implements Serializable- serialVersionUID:
- -2379157579039314822L
-
Serialization Methods
-
readResolve
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.SLF4JLog
class SLF4JLog extends Object implements Serializable- serialVersionUID:
- 680728617011167209L
-
Serialization Methods
-
readResolve
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.WeakHashtable
class WeakHashtable extends Hashtable implements Serializable- serialVersionUID:
- -1546036869799732453L
-
Serialized Fields
-
changeCount
int changeCount
-
queue
ReferenceQueue queue
-
-
-
Package org.apache.commons.mail
-
Exception Class org.apache.commons.mail.EmailException
class EmailException extends Exception implements Serializable- serialVersionUID:
- 5550674499282474616L
-
-
Package org.apache.commons.math
-
Exception Class org.apache.commons.math.ArgumentOutsideDomainException
class ArgumentOutsideDomainException extends FunctionEvaluationException implements Serializable- serialVersionUID:
- -4965972841162580234L
-
Exception Class org.apache.commons.math.ConvergenceException
class ConvergenceException extends MathException implements Serializable- serialVersionUID:
- -1111352570797662604L
-
Exception Class org.apache.commons.math.DimensionMismatchException
class DimensionMismatchException extends MathException implements Serializable- serialVersionUID:
- -1316089546353786411L
-
Serialized Fields
-
dimension1
int dimension1
Deprecated.First dimension. -
dimension2
int dimension2
Deprecated.Second dimension.
-
-
Exception Class org.apache.commons.math.DuplicateSampleAbscissaException
class DuplicateSampleAbscissaException extends MathException implements Serializable- serialVersionUID:
- -2271007547170169872L
-
Exception Class org.apache.commons.math.FunctionEvaluationException
class FunctionEvaluationException extends MathException implements Serializable- serialVersionUID:
- 1384427981840836868L
-
Serialized Fields
-
argument
double[] argument
Argument causing function evaluation failure
-
-
Exception Class org.apache.commons.math.MathConfigurationException
class MathConfigurationException extends MathException implements Serializable- serialVersionUID:
- 5261476508226103366L
-
Exception Class org.apache.commons.math.MathException
class MathException extends Exception implements Serializable- serialVersionUID:
- 7428019509644517071L
-
Serialized Fields
-
arguments
Object[] arguments
Arguments used to build the message. -
pattern
Localizable pattern
Pattern used to build the message.
-
-
Exception Class org.apache.commons.math.MathRuntimeException
class MathRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 9058794795027570002L
-
Serialized Fields
-
arguments
Object[] arguments
Arguments used to build the message. -
pattern
Localizable pattern
Pattern used to build the message.
-
-
Exception Class org.apache.commons.math.MaxEvaluationsExceededException
class MaxEvaluationsExceededException extends ConvergenceException implements Serializable- serialVersionUID:
- -5921271447220129118L
-
Serialized Fields
-
maxEvaluations
int maxEvaluations
Maximal number of evaluations allowed.
-
-
Exception Class org.apache.commons.math.MaxIterationsExceededException
class 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
class DividedDifferenceInterpolator extends Object implements Serializable- serialVersionUID:
- 107049519551235069L
-
Class org.apache.commons.math.analysis.interpolation.LoessInterpolator
class LoessInterpolator extends 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
class NevilleInterpolator extends Object implements Serializable- serialVersionUID:
- 3003707660147873733L
-
-
Package org.apache.commons.math.analysis.polynomials
-
Class org.apache.commons.math.analysis.polynomials.PolynomialFunction
class PolynomialFunction extends 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
class Complex extends Object implements Serializable- serialVersionUID:
- -6195664516687396620L
-
Serialization Methods
-
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
class ComplexField extends Object implements Serializable- serialVersionUID:
- -6130362688700788798L
-
Serialization Methods
-
readResolve
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math.complex.ComplexFormat
class ComplexFormat extends CompositeFormat implements Serializable- serialVersionUID:
- -3343698360149467646L
-
Serialized Fields
-
imaginaryCharacter
String imaginaryCharacter
The notation used to signify the imaginary part of the complex number. -
imaginaryFormat
NumberFormat imaginaryFormat
The format used for the imaginary part. -
realFormat
NumberFormat realFormat
The format used for the real part.
-
-
-
Package org.apache.commons.math.distribution
-
Class org.apache.commons.math.distribution.AbstractContinuousDistribution
class 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
class AbstractDistribution extends Object implements Serializable- serialVersionUID:
- -38038050983108802L
-
Class org.apache.commons.math.distribution.AbstractIntegerDistribution
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class EstimatedParameter extends 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
String name
Deprecated.Name of the parameter
-
-
Exception Class org.apache.commons.math.estimation.EstimationException
class EstimationException extends MathException implements Serializable- serialVersionUID:
- -573038581493881337L
-
Class org.apache.commons.math.estimation.GaussNewtonEstimator
class 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
class 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
class WeightedMeasurement extends 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
-
Exception Class org.apache.commons.math.exception.ConvergenceException
class ConvergenceException extends MathIllegalStateException implements Serializable- serialVersionUID:
- 4330003017885151975L
-
Exception Class org.apache.commons.math.exception.DimensionMismatchException
class DimensionMismatchException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- -8415396756375798143L
-
Serialized Fields
-
dimension
int dimension
Correct dimension.
-
-
Exception Class org.apache.commons.math.exception.MathIllegalArgumentException
class MathIllegalArgumentException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -6024911025449780478L
-
Serialized Fields
-
arguments
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).
-
-
Exception Class org.apache.commons.math.exception.MathIllegalNumberException
class MathIllegalNumberException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -7447085893598031110L
-
Serialized Fields
-
argument
Number argument
Requested.
-
-
Exception Class org.apache.commons.math.exception.MathIllegalStateException
class MathIllegalStateException extends IllegalStateException implements Serializable- serialVersionUID:
- -6024911025449780478L
-
Serialized Fields
-
arguments
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).
-
-
Exception Class org.apache.commons.math.exception.MathInternalError
class MathInternalError extends MathIllegalStateException implements Serializable- serialVersionUID:
- -6276776513966934846L
-
Exception Class org.apache.commons.math.exception.MathUnsupportedOperationException
class MathUnsupportedOperationException extends UnsupportedOperationException implements Serializable- serialVersionUID:
- -6024911025449780478L
-
Serialized Fields
-
arguments
Object[] arguments
Arguments used to build the message. -
specific
Localizable specific
Pattern used to build the message (specific context).
-
-
Exception Class org.apache.commons.math.exception.NoDataException
class NoDataException extends MathIllegalStateException implements Serializable- serialVersionUID:
- -3629324471511904459L
-
Exception Class org.apache.commons.math.exception.NonMonotonousSequenceException
class 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
Number previous
Previous value. -
strict
boolean strict
Whether the sequence must be strictly increasing or decreasing.
-
-
Exception Class org.apache.commons.math.exception.NotPositiveException
class NotPositiveException extends NumberIsTooSmallException implements Serializable- serialVersionUID:
- -2250556892093726375L
-
Exception Class org.apache.commons.math.exception.NotStrictlyPositiveException
class NotStrictlyPositiveException extends NumberIsTooSmallException implements Serializable- serialVersionUID:
- -7824848630829852237L
-
Exception Class org.apache.commons.math.exception.NullArgumentException
class NullArgumentException extends MathIllegalArgumentException implements Serializable- serialVersionUID:
- -6024911025449780478L
-
Exception Class org.apache.commons.math.exception.NumberIsTooLargeException
class NumberIsTooLargeException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- 4330003017885151975L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Whether the maximum is included in the allowed range. -
max
Number max
Higher bound.
-
-
Exception Class org.apache.commons.math.exception.NumberIsTooSmallException
class NumberIsTooSmallException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- -6100997100383932834L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Whether the maximum is included in the allowed range. -
min
Number min
Higher bound.
-
-
Exception Class org.apache.commons.math.exception.OutOfRangeException
class OutOfRangeException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- 111601815794403609L
-
Exception Class org.apache.commons.math.exception.ZeroException
class ZeroException extends MathIllegalNumberException implements Serializable- serialVersionUID:
- -1960874856936000015L
-
-
Package org.apache.commons.math.exception.util
-
Class org.apache.commons.math.exception.util.DummyLocalizable
class DummyLocalizable extends Object implements Serializable- serialVersionUID:
- 8843275624471387299L
-
Serialized Fields
-
source
String source
Source string.
-
-
-
Package org.apache.commons.math.fraction
-
Class org.apache.commons.math.fraction.AbstractFormat
class AbstractFormat extends NumberFormat implements Serializable- serialVersionUID:
- -6981118387974191891L
-
Serialized Fields
-
denominatorFormat
NumberFormat denominatorFormat
The format used for the denominator. -
numeratorFormat
NumberFormat numeratorFormat
The format used for the numerator.
-
-
Class org.apache.commons.math.fraction.BigFraction
class BigFraction extends Number implements Serializable- serialVersionUID:
- -5630213147331578515L
-
Serialized Fields
-
denominator
BigInteger denominator
The denominator. -
numerator
BigInteger numerator
The numerator.
-
-
Class org.apache.commons.math.fraction.BigFractionField
class BigFractionField extends Object implements Serializable- serialVersionUID:
- -1699294557189741703L
-
Serialization Methods
-
readResolve
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math.fraction.BigFractionFormat
class BigFractionFormat extends AbstractFormat implements Serializable- serialVersionUID:
- -2932167925527338976L
-
Class org.apache.commons.math.fraction.Fraction
class Fraction extends Number implements Serializable- serialVersionUID:
- 3698073679419233275L
-
Serialized Fields
-
denominator
int denominator
The denominator. -
numerator
int numerator
The numerator.
-
-
Exception Class org.apache.commons.math.fraction.FractionConversionException
class FractionConversionException extends ConvergenceException implements Serializable- serialVersionUID:
- -4661812640132576263L
-
Class org.apache.commons.math.fraction.FractionField
class FractionField extends Object implements Serializable- serialVersionUID:
- -1257768487499119313L
-
Serialization Methods
-
readResolve
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math.fraction.FractionFormat
class FractionFormat extends AbstractFormat implements Serializable- serialVersionUID:
- 3008655719530972611L
-
Class org.apache.commons.math.fraction.ProperBigFractionFormat
class ProperBigFractionFormat extends BigFractionFormat implements Serializable- serialVersionUID:
- -6337346779577272307L
-
Serialized Fields
-
wholeFormat
NumberFormat wholeFormat
The format used for the whole number.
-
-
Class org.apache.commons.math.fraction.ProperFractionFormat
class ProperFractionFormat extends FractionFormat implements Serializable- serialVersionUID:
- 760934726031766749L
-
Serialized Fields
-
wholeFormat
NumberFormat wholeFormat
The format used for the whole number.
-
-
-
Package org.apache.commons.math.genetics
-
Exception Class org.apache.commons.math.genetics.InvalidRepresentationException
class InvalidRepresentationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.math.geometry
-
Exception Class org.apache.commons.math.geometry.CardanEulerSingularityException
class CardanEulerSingularityException extends MathException implements Serializable- serialVersionUID:
- -1360952845582206770L
-
Exception Class org.apache.commons.math.geometry.NotARotationMatrixException
class NotARotationMatrixException extends MathException implements Serializable- serialVersionUID:
- 5647178478658937642L
-
Class org.apache.commons.math.geometry.Rotation
class Rotation extends 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
class Vector3D extends 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
class Vector3DFormat extends CompositeFormat implements Serializable- serialVersionUID:
- -5447606608652576301L
-
Serialized Fields
-
format
NumberFormat format
The format used for components. -
prefix
String prefix
Prefix. -
separator
String separator
Separator. -
suffix
String suffix
Suffix. -
trimmedPrefix
String trimmedPrefix
Trimmed prefix. -
trimmedSeparator
String trimmedSeparator
Trimmed separator. -
trimmedSuffix
String trimmedSuffix
Trimmed suffix.
-
-
-
Package org.apache.commons.math.linear
-
Class org.apache.commons.math.linear.Array2DRowFieldMatrix
class 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
class Array2DRowRealMatrix extends AbstractRealMatrix implements Serializable- serialVersionUID:
- -1067294169172445528L
-
Serialized Fields
-
data
double[][] data
Entries of the matrix
-
-
Class org.apache.commons.math.linear.ArrayFieldVector
class ArrayFieldVector extends 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
class ArrayRealVector extends AbstractRealVector implements Serializable- serialVersionUID:
- -1097961340710804027L
-
Serialized Fields
-
data
double[] data
Entries of the vector.
-
-
Class org.apache.commons.math.linear.BigMatrixImpl
class BigMatrixImpl extends Object implements Serializable- serialVersionUID:
- -1011428905656140431L
-
Serialized Fields
-
data
BigDecimal[][] data
Deprecated.Entries of the matrix -
lu
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
class 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
class 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.
-
-
Exception Class org.apache.commons.math.linear.InvalidMatrixException
class InvalidMatrixException extends MathRuntimeException implements Serializable- serialVersionUID:
- -2068020346562029801L
-
Exception Class org.apache.commons.math.linear.MatrixIndexException
class MatrixIndexException extends MathRuntimeException implements Serializable- serialVersionUID:
- 8120540015829487660L
-
Exception Class org.apache.commons.math.linear.MatrixVisitorException
class MatrixVisitorException extends MathRuntimeException implements Serializable- serialVersionUID:
- 3814333035048617048L
-
Exception Class org.apache.commons.math.linear.NonSquareMatrixException
class NonSquareMatrixException extends InvalidMatrixException implements Serializable- serialVersionUID:
- 8996207526636673730L
-
Exception Class org.apache.commons.math.linear.NotPositiveDefiniteMatrixException
class NotPositiveDefiniteMatrixException extends MathException implements Serializable- serialVersionUID:
- 4122929125438624648L
-
Exception Class org.apache.commons.math.linear.NotSymmetricMatrixException
class NotSymmetricMatrixException extends MathException implements Serializable- serialVersionUID:
- -7012803946709786097L
-
Class org.apache.commons.math.linear.OpenMapRealMatrix
class 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
class 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
class RealMatrixImpl extends AbstractRealMatrix implements Serializable- serialVersionUID:
- -1067294169172445528L
-
Serialized Fields
-
data
double[][] data
Deprecated.Entries of the matrix
-
-
Class org.apache.commons.math.linear.RealVectorFormat
class RealVectorFormat extends CompositeFormat implements Serializable- serialVersionUID:
- -708767813036157690L
-
Serialized Fields
-
format
NumberFormat format
The format used for components. -
prefix
String prefix
Prefix. -
separator
String separator
Separator. -
suffix
String suffix
Suffix. -
trimmedPrefix
String trimmedPrefix
Trimmed prefix. -
trimmedSeparator
String trimmedSeparator
Trimmed separator. -
trimmedSuffix
String trimmedSuffix
Trimmed suffix.
-
-
Exception Class org.apache.commons.math.linear.SingularMatrixException
class SingularMatrixException extends InvalidMatrixException implements Serializable- serialVersionUID:
- -7379143356784298432L
-
Class org.apache.commons.math.linear.SparseFieldVector
class SparseFieldVector extends 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
class ContinuousOutputModel extends 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
List<StepInterpolator> steps
Steps table.
-
-
Exception Class org.apache.commons.math.ode.DerivativeException
class DerivativeException extends MathException implements Serializable- serialVersionUID:
- 5666710788967425123L
-
Exception Class org.apache.commons.math.ode.IntegratorException
class IntegratorException extends MathException implements Serializable- serialVersionUID:
- -1607588949778036796L
-
-
Package org.apache.commons.math.ode.events
-
Exception Class org.apache.commons.math.ode.events.EventException
class 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
class AbstractStepInterpolator extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.apache.commons.math.ode.sampling.DummyStepInterpolator
class DummyStepInterpolator extends AbstractStepInterpolator implements Externalizable- serialVersionUID:
- 1708010296707839488L
-
Serialization Methods
-
readExternal
Read the instance from an input channel.- Parameters:
in
- input channel- Throws:
IOException
- if the instance cannot be read
-
writeExternal
Write the instance to an output channel.- Parameters:
out
- output channel- Throws:
IOException
- if the instance cannot be written
-
-
Class org.apache.commons.math.ode.sampling.NordsieckStepInterpolator
class NordsieckStepInterpolator extends AbstractStepInterpolator implements Externalizable- serialVersionUID:
- -7179861704951334960L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package org.apache.commons.math.optimization
-
Exception Class org.apache.commons.math.optimization.OptimizationException
class OptimizationException extends ConvergenceException implements Serializable- serialVersionUID:
- -4605887730798282127L
-
Class org.apache.commons.math.optimization.RealPointValuePair
class RealPointValuePair extends 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
class VectorialPointValuePair extends 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
class GaussianDerivativeFunction extends 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
class GaussianFunction extends 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
class ParametricGaussianFunction extends Object implements Serializable- serialVersionUID:
- -3875578602503903233L
-
Class org.apache.commons.math.optimization.fitting.WeightedObservedPoint
class WeightedObservedPoint extends 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
class LinearConstraint extends Object implements Serializable- serialVersionUID:
- -764632794033034092L
-
Serialization Methods
-
readObject
Deserialize the instance.- Parameters:
ois
- stream from which the object should be read- Throws:
ClassNotFoundException
- if a class in the stream cannot be foundIOException
- if object cannot be read from the stream
-
writeObject
Serialize the instance.- Parameters:
oos
- stream where object should be written- Throws:
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
class LinearObjectiveFunction extends Object implements Serializable- serialVersionUID:
- -4531815507568396090L
-
Serialization Methods
-
readObject
Deserialize the instance.- Parameters:
ois
- stream from which the object should be read- Throws:
ClassNotFoundException
- if a class in the stream cannot be foundIOException
- if object cannot be read from the stream
-
writeObject
Serialize the instance.- Parameters:
oos
- stream where object should be written- Throws:
IOException
- if object cannot be written to stream
-
-
Serialized Fields
-
constantTerm
double constantTerm
Constant term of the linear equation.
-
-
Exception Class org.apache.commons.math.optimization.linear.NoFeasibleSolutionException
class NoFeasibleSolutionException extends OptimizationException implements Serializable- serialVersionUID:
- -3044253632189082760L
-
Exception Class org.apache.commons.math.optimization.linear.UnboundedSolutionException
class UnboundedSolutionException extends OptimizationException implements Serializable- serialVersionUID:
- 940539497277290619L
-
-
Package org.apache.commons.math.random
-
Class org.apache.commons.math.random.AbstractWell
class 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
class EmpiricalDistributionImpl extends Object implements Serializable- serialVersionUID:
- 5729073523949762654L
-
Serialized Fields
-
binCount
int binCount
number of bins -
binStats
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
class JDKRandomGenerator extends Random implements Serializable- serialVersionUID:
- -7745277476784028798L
-
Class org.apache.commons.math.random.MersenneTwister
class 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
class RandomAdaptor extends Random implements Serializable- serialVersionUID:
- 2306581345647615033L
-
Serialized Fields
-
randomGenerator
RandomGenerator randomGenerator
Wrapped randomGenerator instance
-
-
Class org.apache.commons.math.random.RandomDataImpl
class RandomDataImpl extends Object implements Serializable- serialVersionUID:
- -626730818244969716L
-
Serialized Fields
-
rand
RandomGenerator rand
underlying random number generator -
secRand
SecureRandom secRand
underlying secure random number generator
-
-
Class org.apache.commons.math.random.Well1024a
class Well1024a extends AbstractWell implements Serializable- serialVersionUID:
- 5680173464174485492L
-
Class org.apache.commons.math.random.Well19937a
class Well19937a extends AbstractWell implements Serializable- serialVersionUID:
- -7462102162223815419L
-
Class org.apache.commons.math.random.Well19937c
class Well19937c extends AbstractWell implements Serializable- serialVersionUID:
- -7203498180754925124L
-
Class org.apache.commons.math.random.Well44497a
class Well44497a extends AbstractWell implements Serializable- serialVersionUID:
- -3859207588353972099L
-
Class org.apache.commons.math.random.Well44497b
class Well44497b extends AbstractWell implements Serializable- serialVersionUID:
- 4032007538246675492L
-
Class org.apache.commons.math.random.Well512a
class Well512a extends AbstractWell implements Serializable- serialVersionUID:
- -6104179812103820574L
-
-
Package org.apache.commons.math.stat
-
Class org.apache.commons.math.stat.Frequency
class Frequency extends Object implements Serializable- serialVersionUID:
- -3845586908418844111L
-
Serialized Fields
-
freqTable
TreeMap<Comparable<?>,
Long> freqTable underlying collection
-
-
-
Package org.apache.commons.math.stat.clustering
-
Class org.apache.commons.math.stat.clustering.Cluster
class Cluster extends Object implements Serializable- serialVersionUID:
- -3442297081515880464L
-
Serialized Fields
-
center
T extends Clusterable<T> center
Center of the cluster. -
points
List<T extends Clusterable<T>> points
The points contained in this cluster.
-
-
Class org.apache.commons.math.stat.clustering.EuclideanIntegerPoint
class EuclideanIntegerPoint extends 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
class AggregateSummaryStatistics extends 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
class DescriptiveStatistics extends 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
class MultivariateSummaryStatistics extends 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
class StatisticalSummaryValues extends 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
class SummaryStatistics extends 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
class SynchronizedDescriptiveStatistics extends DescriptiveStatistics implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
class SynchronizedMultivariateSummaryStatistics extends MultivariateSummaryStatistics implements Serializable- serialVersionUID:
- 7099834153347155363L
-
Class org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatistics
class SynchronizedSummaryStatistics extends SummaryStatistics implements Serializable- serialVersionUID:
- 1909861009042253704L
-
-
Package org.apache.commons.math.stat.descriptive.moment
-
Class org.apache.commons.math.stat.descriptive.moment.FirstMoment
class 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
class 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
class GeometricMean extends AbstractStorelessUnivariateStatistic implements Serializable- serialVersionUID:
- -8178734905303459453L
-
Serialized Fields
-
sumOfLogs
StorelessUnivariateStatistic sumOfLogs
Wrapped SumOfLogs instance
-
-
Class org.apache.commons.math.stat.descriptive.moment.Kurtosis
class 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
class 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
class 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
class 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
class 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
class StandardDeviation extends AbstractStorelessUnivariateStatistic implements Serializable- serialVersionUID:
- 5728716329662425188L
-
Serialized Fields
-
variance
Variance variance
Wrapped Variance instance
-
-
Class org.apache.commons.math.stat.descriptive.moment.ThirdMoment
class 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
class 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
class VectorialCovariance extends 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
class VectorialMean extends 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
class 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
class Median extends Percentile implements Serializable- serialVersionUID:
- -3961477041290915687L
-
Class org.apache.commons.math.stat.descriptive.rank.Min
class 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
class 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
class 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
class 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
class 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
class 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
class SimpleRegression extends 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
class FastFourierTransformer extends 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
class BigReal extends Object implements Serializable- serialVersionUID:
- 4984534880991310382L
-
Serialized Fields
-
d
BigDecimal d
Underlying BigDecimal. -
roundingMode
RoundingMode roundingMode
Rounding mode for divisions. -
scale
int scale
BigDecimal scale
-
-
Class org.apache.commons.math.util.BigRealField
class BigRealField extends Object implements Serializable- serialVersionUID:
- 4756431066541037559L
-
Serialization Methods
-
readResolve
Handle deserialization of the singleton.
-
-
Class org.apache.commons.math.util.CompositeFormat
class CompositeFormat extends Format implements Serializable- serialVersionUID:
- 5358685519349262494L
-
Class org.apache.commons.math.util.DefaultTransformer
class DefaultTransformer extends Object implements Serializable- serialVersionUID:
- 4019938025047800455L
-
Class org.apache.commons.math.util.OpenIntToDoubleHashMap
class OpenIntToDoubleHashMap extends Object implements Serializable- serialVersionUID:
- -3646337053166149105L
-
Serialization Methods
-
readObject
Read a serialized object.- Parameters:
stream
- input stream- Throws:
IOException
- if object cannot be readClassNotFoundException
- 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
class OpenIntToFieldHashMap extends Object implements Serializable- serialVersionUID:
- -9179080286849120720L
-
Serialization Methods
-
readObject
Read a serialized object.- Parameters:
stream
- input stream- Throws:
IOException
- if object cannot be readClassNotFoundException
- 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
class ResizableDoubleArray extends 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
class TransformerMap extends Object implements Serializable- serialVersionUID:
- 4605318041528645258L
-
Serialized Fields
-
defaultTransformer
NumberTransformer defaultTransformer
A default Number Transformer for Numbers and numeric Strings. -
map
Map<Class<?>,
NumberTransformer> map The internal Map.
-
-
-
Package org.apache.commons.text
-
Class org.apache.commons.text.CompositeFormat
class CompositeFormat extends Format implements Serializable- serialVersionUID:
- -4329119827877627683L
-
Class org.apache.commons.text.ExtendedMessageFormat
class ExtendedMessageFormat extends MessageFormat implements Serializable- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
Map<String,
? extends FormatFactory> registry Our registry of FormatFactory. -
toPattern
String toPattern
To pattern string.
-
-
Class org.apache.commons.text.StrBuilder
class StrBuilder extends Object implements Serializable- serialVersionUID:
- 7628716375283629643L
-
Class org.apache.commons.text.TextStringBuilder
class TextStringBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.felix.webconsole
-
Class org.apache.felix.webconsole.AbstractWebConsolePlugin
class AbstractWebConsolePlugin extends HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bundleContext
BundleContext bundleContext
Deprecated. -
getResourceMethod
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.- See Also:
-
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
class DefaultVariableResolver extends org.apache.felix.webconsole.servlet.RequestVariableResolver implements Serializable- serialVersionUID:
- 4148807223433047780L
-
Class org.apache.felix.webconsole.SimpleWebConsolePlugin
class SimpleWebConsolePlugin extends AbstractWebConsolePlugin implements Serializable- serialVersionUID:
- 1500463493078823878L
-
Serialized Fields
-
category
String category
Deprecated. -
css
String[] css
Deprecated. -
label
String label
Deprecated. -
labelRes
String labelRes
Deprecated. -
labelResLen
int labelResLen
Deprecated. -
reg
ServiceRegistration<Servlet> reg
Deprecated. -
regLock
Object regLock
Deprecated. -
services
Map<String,
ServiceTracker<?, ?>> services Deprecated. -
servletName
String servletName
Deprecated. -
title
String title
Deprecated.
-
-
-
Package org.apache.felix.webconsole.spi
-
Exception Class org.apache.felix.webconsole.spi.ValidationException
class ValidationException extends Exception implements Serializable
-
-
Package org.apache.geronimo.transaction
-
Class org.apache.geronimo.transaction.GeronimoUserTransaction
class GeronimoUserTransaction extends Object implements Serializable- serialVersionUID:
- -7524804683512228998L
-
-
Package org.apache.geronimo.transaction.log
-
Class org.apache.geronimo.transaction.log.XidImpl2
class XidImpl2 extends Object implements Serializable-
Serialized Fields
-
buffer
byte[] buffer
-
hash
int hash
-
key
Object key
-
-
-
-
Package org.apache.geronimo.transaction.manager
-
Exception Class org.apache.geronimo.transaction.manager.ImportedTransactionActiveException
class ImportedTransactionActiveException extends Exception implements Serializable-
Serialized Fields
-
xid
Xid xid
-
-
-
Exception Class org.apache.geronimo.transaction.manager.LogException
class LogException extends Exception implements Serializable -
Exception Class org.apache.geronimo.transaction.manager.SetRollbackOnlyException
class SetRollbackOnlyException extends Exception implements Serializable -
Class org.apache.geronimo.transaction.manager.XidImpl
class XidImpl extends Object implements Serializable-
Serialized Fields
-
branchId
byte[] branchId
-
formatId
int formatId
-
globalId
byte[] globalId
-
hash
int hash
-
-
-
-
Package org.apache.http
-
Exception Class org.apache.http.ConnectionClosedException
class ConnectionClosedException extends IOException implements Serializable- serialVersionUID:
- 617550366255636674L
-
Exception Class org.apache.http.ContentTooLongException
class ContentTooLongException extends IOException implements Serializable- serialVersionUID:
- -924287689552495383L
-
Exception Class org.apache.http.HttpException
class HttpException extends Exception implements Serializable- serialVersionUID:
- -5437299376222011036L
-
Class org.apache.http.HttpHost
class HttpHost extends Object implements Serializable- serialVersionUID:
- -7529410654042457626L
-
Serialized Fields
-
address
InetAddress address
-
hostname
String hostname
The host to use. -
lcHostname
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
String schemeName
The scheme (lowercased)
-
-
Class org.apache.http.HttpVersion
class HttpVersion extends ProtocolVersion implements Serializable- serialVersionUID:
- -5856653513894415344L
-
Exception Class org.apache.http.MalformedChunkCodingException
class MalformedChunkCodingException extends IOException implements Serializable- serialVersionUID:
- 2158560246948994524L
-
Exception Class org.apache.http.MessageConstraintException
class MessageConstraintException extends CharacterCodingException implements Serializable- serialVersionUID:
- 6077207720446368695L
-
Serialized Fields
-
message
String message
-
-
Exception Class org.apache.http.MethodNotSupportedException
class MethodNotSupportedException extends HttpException implements Serializable- serialVersionUID:
- 3365359036840171201L
-
Exception Class org.apache.http.NoHttpResponseException
class NoHttpResponseException extends IOException implements Serializable- serialVersionUID:
- -7658940387386078766L
-
Exception Class org.apache.http.ParseException
class ParseException extends RuntimeException implements Serializable- serialVersionUID:
- -7288819855864183578L
-
Exception Class org.apache.http.ProtocolException
class ProtocolException extends HttpException implements Serializable- serialVersionUID:
- -2143571074341228994L
-
Class org.apache.http.ProtocolVersion
class ProtocolVersion extends 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
String protocol
Name of the protocol.
-
-
Exception Class org.apache.http.TruncatedChunkException
class TruncatedChunkException extends MalformedChunkCodingException implements Serializable- serialVersionUID:
- -23506263930279460L
-
Exception Class org.apache.http.UnsupportedHttpVersionException
class UnsupportedHttpVersionException extends ProtocolException implements Serializable- serialVersionUID:
- -1348448090193107031L
-
-
Package org.apache.http.auth
-
Exception Class org.apache.http.auth.AuthenticationException
class AuthenticationException extends ProtocolException implements Serializable- serialVersionUID:
- -6794031905674764776L
-
Class org.apache.http.auth.BasicUserPrincipal
class BasicUserPrincipal extends Object implements Serializable- serialVersionUID:
- -2266305184969850467L
-
Serialized Fields
-
username
String username
-
-
Exception Class org.apache.http.auth.InvalidCredentialsException
class InvalidCredentialsException extends AuthenticationException implements Serializable- serialVersionUID:
- -4834003835215460648L
-
Class org.apache.http.auth.KerberosCredentials
class KerberosCredentials extends Object implements Serializable- serialVersionUID:
- 487421613855550713L
-
Serialized Fields
-
gssCredential
GSSCredential gssCredential
GSSCredential
-
-
Exception Class org.apache.http.auth.MalformedChallengeException
class MalformedChallengeException extends ProtocolException implements Serializable- serialVersionUID:
- 814586927989932284L
-
Class org.apache.http.auth.NTCredentials
class NTCredentials extends Object implements Serializable- serialVersionUID:
- -7385699315228907265L
-
Serialized Fields
-
password
String password
Password -
principal
NTUserPrincipal principal
The user principal -
workstation
String workstation
The host the authentication request is originating from.
-
-
Class org.apache.http.auth.NTUserPrincipal
class NTUserPrincipal extends Object implements Serializable- serialVersionUID:
- -6870169797924406894L
-
Class org.apache.http.auth.UsernamePasswordCredentials
class UsernamePasswordCredentials extends Object implements Serializable- serialVersionUID:
- 243343858802739403L
-
Serialized Fields
-
password
String password
-
principal
BasicUserPrincipal principal
-
-
-
Package org.apache.http.client
-
Exception Class org.apache.http.client.CircularRedirectException
class CircularRedirectException extends RedirectException implements Serializable- serialVersionUID:
- 6830063487001091803L
-
Exception Class org.apache.http.client.ClientProtocolException
class ClientProtocolException extends IOException implements Serializable- serialVersionUID:
- -5596590843227115865L
-
Exception Class org.apache.http.client.HttpResponseException
class HttpResponseException extends ClientProtocolException implements Serializable- serialVersionUID:
- -7186627969477257933L
-
Serialized Fields
-
reasonPhrase
String reasonPhrase
-
statusCode
int statusCode
-
-
Exception Class org.apache.http.client.NonRepeatableRequestException
class NonRepeatableRequestException extends ProtocolException implements Serializable- serialVersionUID:
- 82685265288806048L
-
Exception Class org.apache.http.client.RedirectException
class RedirectException extends ProtocolException implements Serializable- serialVersionUID:
- 4418824536372559326L
-
-
Package org.apache.http.client.cache
-
Class org.apache.http.client.cache.HttpCacheEntry
class HttpCacheEntry extends Object implements Serializable- serialVersionUID:
- -6300496422359477413L
-
Serialized Fields
-
date
Date date
-
requestDate
Date requestDate
-
resource
Resource resource
-
responseDate
Date responseDate
-
responseHeaders
HeaderGroup responseHeaders
-
statusLine
StatusLine statusLine
-
variantMap
Map<String,
String> variantMap
-
-
Exception Class org.apache.http.client.cache.HttpCacheEntrySerializationException
class HttpCacheEntrySerializationException extends IOException implements Serializable- serialVersionUID:
- 9219188365878433519L
-
Exception Class org.apache.http.client.cache.HttpCacheUpdateException
class HttpCacheUpdateException extends Exception implements Serializable- serialVersionUID:
- 823573584868632876L
-
-
Package org.apache.http.conn
-
Exception Class org.apache.http.conn.ConnectionPoolTimeoutException
class ConnectionPoolTimeoutException extends ConnectTimeoutException implements Serializable- serialVersionUID:
- -7898874842020245128L
-
Exception Class org.apache.http.conn.ConnectTimeoutException
class ConnectTimeoutException extends InterruptedIOException implements Serializable- serialVersionUID:
- -4816682903149535989L
-
Serialized Fields
-
host
HttpHost host
-
-
Exception Class org.apache.http.conn.HttpHostConnectException
class HttpHostConnectException extends ConnectException implements Serializable- serialVersionUID:
- -3194482710275220224L
-
Serialized Fields
-
host
HttpHost host
-
-
Class org.apache.http.conn.HttpInetSocketAddress
class HttpInetSocketAddress extends InetSocketAddress implements Serializable- serialVersionUID:
- -6650701828361907957L
-
Serialized Fields
-
httphost
HttpHost httphost
Deprecated.
-
-
Exception Class org.apache.http.conn.UnsupportedSchemeException
class UnsupportedSchemeException extends IOException implements Serializable- serialVersionUID:
- 3597127619218687636L
-
-
Package org.apache.http.conn.ssl
-
Exception Class org.apache.http.conn.ssl.SSLInitializationException
class SSLInitializationException extends IllegalStateException implements Serializable- serialVersionUID:
- -8243587425648536702L
-
-
Package org.apache.http.cookie
-
Class org.apache.http.cookie.CookieIdentityComparator
class CookieIdentityComparator extends Object implements Serializable- serialVersionUID:
- 4466565437490631532L
-
Class org.apache.http.cookie.CookiePathComparator
class CookiePathComparator extends Object implements Serializable- serialVersionUID:
- 7523645369616405818L
-
Exception Class org.apache.http.cookie.CookieRestrictionViolationException
class CookieRestrictionViolationException extends MalformedCookieException implements Serializable- serialVersionUID:
- 7371235577078589013L
-
Exception Class org.apache.http.cookie.MalformedCookieException
class MalformedCookieException extends ProtocolException implements Serializable- serialVersionUID:
- -6695462944287282185L
-
-
Package org.apache.http.entity
-
Class org.apache.http.entity.ContentType
class ContentType extends Object implements Serializable- serialVersionUID:
- -7768694718232371896L
-
Serialized Fields
-
charset
Charset charset
-
mimeType
String mimeType
-
params
NameValuePair[] params
-
-
-
Package org.apache.http.impl.auth
-
Class org.apache.http.impl.auth.BasicScheme
class 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
class DigestScheme extends RFC2617Scheme implements Serializable- serialVersionUID:
- 3883908186234566916L
-
Exception Class org.apache.http.impl.auth.NTLMEngineException
class NTLMEngineException extends AuthenticationException implements Serializable- serialVersionUID:
- 6027981323731768824L
-
Class org.apache.http.impl.auth.RFC2617Scheme
class RFC2617Scheme extends AuthSchemeBase implements Serializable- serialVersionUID:
- -2845454858205884623L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Exception Class org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
class UnsupportedDigestAlgorithmException extends RuntimeException implements Serializable- serialVersionUID:
- 319558534317118022L
-
-
Package org.apache.http.impl.client
-
Class org.apache.http.impl.client.BasicCookieStore
class BasicCookieStore extends Object implements Serializable- serialVersionUID:
- -7581093305228232025L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Exception Class org.apache.http.impl.client.TunnelRefusedException
class 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
class FileResource extends Object implements Serializable- serialVersionUID:
- 4132244415919043397L
-
Serialized Fields
-
disposed
boolean disposed
-
file
File file
-
-
Class org.apache.http.impl.client.cache.HeapResource
class HeapResource extends Object implements Serializable- serialVersionUID:
- -2078599905620463394L
-
Serialized Fields
-
b
byte[] b
-
-
-
Package org.apache.http.impl.client.cache.memcached
-
Exception Class org.apache.http.impl.client.cache.memcached.MemcachedKeyHashingException
class MemcachedKeyHashingException extends RuntimeException implements Serializable- serialVersionUID:
- -7553380015989141114L
-
Exception Class org.apache.http.impl.client.cache.memcached.MemcachedSerializationException
class MemcachedSerializationException extends RuntimeException implements Serializable- serialVersionUID:
- 2201652990656412236L
-
-
Package org.apache.http.impl.conn
-
Exception Class org.apache.http.impl.conn.ConnectionShutdownException
class ConnectionShutdownException extends IllegalStateException implements Serializable- serialVersionUID:
- 5868657401162844497L
-
-
Package org.apache.http.impl.cookie
-
Class org.apache.http.impl.cookie.BasicClientCookie
class BasicClientCookie extends Object implements Serializable- serialVersionUID:
- -3869795591041535538L
-
Serialized Fields
-
attribs
Map<String,
String> attribs Cookie attributes as specified by the origin server -
cookieComment
String cookieComment
Comment attribute. -
cookieDomain
String cookieDomain
Domain attribute. -
cookieExpiryDate
Date cookieExpiryDate
ExpirationDate
. -
cookiePath
String cookiePath
Path attribute. -
cookieVersion
int cookieVersion
The version of the cookie specification I was created from. -
creationDate
Date creationDate
-
isSecure
boolean isSecure
My secure flag. -
name
String name
Cookie name -
value
String value
Cookie value
-
-
Class org.apache.http.impl.cookie.BasicClientCookie2
class BasicClientCookie2 extends BasicClientCookie implements Serializable- serialVersionUID:
- -7744598295706617057L
-
Serialized Fields
-
commentURL
String commentURL
-
discard
boolean discard
-
ports
int[] ports
-
-
Exception Class org.apache.http.impl.cookie.DateParseException
class DateParseException extends Exception implements Serializable- serialVersionUID:
- 4417696455000643370L
-
-
Package org.apache.http.impl.execchain
-
Exception Class org.apache.http.impl.execchain.RequestAbortedException
class RequestAbortedException extends InterruptedIOException implements Serializable- serialVersionUID:
- 4973849966012490112L
-
Exception Class org.apache.http.impl.execchain.TunnelRefusedException
class TunnelRefusedException extends HttpException implements Serializable- serialVersionUID:
- -8646722842745617323L
-
Serialized Fields
-
response
HttpResponse response
-
-
-
Package org.apache.http.message
-
Class org.apache.http.message.BasicHeader
class BasicHeader extends Object implements Serializable- serialVersionUID:
- -5427236326487562174L
-
Class org.apache.http.message.BasicNameValuePair
class BasicNameValuePair extends Object implements Serializable- serialVersionUID:
- -6437800749411518984L
-
Class org.apache.http.message.BasicRequestLine
class BasicRequestLine extends Object implements Serializable- serialVersionUID:
- 2810581718468737193L
-
Serialized Fields
-
method
String method
-
protoversion
ProtocolVersion protoversion
-
uri
String uri
-
-
Class org.apache.http.message.BasicStatusLine
class BasicStatusLine extends Object implements Serializable- serialVersionUID:
- -2443303766890459269L
-
Serialized Fields
-
protoVersion
ProtocolVersion protoVersion
The protocol version. -
reasonPhrase
String reasonPhrase
The reason phrase. -
statusCode
int statusCode
The status code.
-
-
Class org.apache.http.message.BufferedHeader
class BufferedHeader extends Object implements Serializable- serialVersionUID:
- -2768352615787625448L
-
Serialized Fields
-
buffer
CharArrayBuffer buffer
The buffer containing the entire header line. -
name
String name
Header name. -
valuePos
int valuePos
The beginning of the header value in the buffer
-
-
Class org.apache.http.message.HeaderGroup
class HeaderGroup extends Object implements Serializable- serialVersionUID:
- 2608834160639271617L
-
-
Package org.apache.http.nio.reactor
-
Exception Class org.apache.http.nio.reactor.IOReactorException
class IOReactorException extends IOException implements Serializable- serialVersionUID:
- -4248110651729635749L
-
-
Package org.apache.http.params
-
Class org.apache.http.params.BasicHttpParams
class BasicHttpParams extends AbstractHttpParams implements Serializable- serialVersionUID:
- -7086398485908701455L
-
Class org.apache.http.params.SyncBasicHttpParams
class SyncBasicHttpParams extends BasicHttpParams implements Serializable- serialVersionUID:
- 5387834869062660642L
-
-
Package org.apache.http.pool
-
Class org.apache.http.pool.PoolStats
class PoolStats extends Object implements Serializable- serialVersionUID:
- -2807686144795228544L
-
Serialized Fields
-
available
int available
-
leased
int leased
-
max
int max
-
pending
int pending
-
-
-
Package org.apache.http.ssl
-
Exception Class org.apache.http.ssl.SSLInitializationException
class SSLInitializationException extends IllegalStateException implements Serializable- serialVersionUID:
- -8243587425648536702L
-
-
Package org.apache.http.util
-
Class org.apache.http.util.ByteArrayBuffer
class ByteArrayBuffer extends Object implements Serializable- serialVersionUID:
- 4359112959524048036L
-
Serialized Fields
-
buffer
byte[] buffer
-
len
int len
-
-
Class org.apache.http.util.CharArrayBuffer
class CharArrayBuffer extends Object implements Serializable- serialVersionUID:
- -6208952725094867135L
-
Serialized Fields
-
buffer
char[] buffer
-
len
int len
-
-
-
Package org.apache.jackrabbit
-
Exception Class org.apache.jackrabbit.BaseException
class BaseException extends Exception implements Serializable
-
-
Package org.apache.jackrabbit.api
-
Exception Class org.apache.jackrabbit.api.ReferenceBinaryException
class ReferenceBinaryException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.api.security.authentication.token
-
Class org.apache.jackrabbit.api.security.authentication.token.TokenCredentials
class TokenCredentials extends Object implements Serializable
-
-
Package org.apache.jackrabbit.api.security.user
-
Exception Class org.apache.jackrabbit.api.security.user.AuthorizableExistsException
class AuthorizableExistsException extends RepositoryException implements Serializable- serialVersionUID:
- 7875416346848889564L
-
Exception Class org.apache.jackrabbit.api.security.user.AuthorizableTypeException
class AuthorizableTypeException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.api.stats
-
Package org.apache.jackrabbit.commons.cnd
-
Exception Class org.apache.jackrabbit.commons.cnd.ParseException
class ParseException extends 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
String systemId
the systemid of the source that produced the error
-
-
-
-
Package org.apache.jackrabbit.core.config
-
Exception Class org.apache.jackrabbit.core.config.ConfigurationException
class ConfigurationException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.core.data
-
Class org.apache.jackrabbit.core.data.DataIdentifier
class DataIdentifier extends Object implements Serializable- serialVersionUID:
- -9197191401131100016L
-
Serialized Fields
-
identifier
String identifier
Data identifier.
-
-
Exception Class org.apache.jackrabbit.core.data.DataStoreException
class DataStoreException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.core.fs
-
Exception Class org.apache.jackrabbit.core.fs.FileSystemException
class FileSystemException extends Exception implements Serializable
-
-
Package org.apache.jackrabbit.data.core
-
Exception Class org.apache.jackrabbit.data.core.TransactionException
class TransactionException extends Exception implements Serializable
-
-
Package org.apache.jackrabbit.oak.api
-
Exception Class org.apache.jackrabbit.oak.api.CommitFailedException
class CommitFailedException extends Exception implements Serializable- serialVersionUID:
- 2727602333350620918L
-
Exception Class org.apache.jackrabbit.oak.api.IllegalRepositoryStateException
class IllegalRepositoryStateException extends RuntimeException implements Serializable
-
-
Package org.apache.jackrabbit.oak.plugins.index.lucene
-
Exception Class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopierClosedException
class IndexCopierClosedException extends RuntimeException implements Serializable
-
-
Package org.apache.jackrabbit.oak.spi.security.authentication
-
Class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
class ImpersonationCredentials extends 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
class AbstractCredentials extends Object implements Serializable
-
-
Package org.apache.jackrabbit.oak.spi.security.authentication.external
-
Exception Class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityException
class ExternalIdentityException extends Exception implements Serializable -
Exception Class org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
class SyncException extends Exception implements Serializable
-
-
Package org.apache.jackrabbit.oak.spi.security.authentication.token
-
Exception Class org.apache.jackrabbit.oak.spi.security.authentication.token.TokenCredentialsExpiredException
class TokenCredentialsExpiredException extends CredentialException implements Serializable
-
-
Package org.apache.jackrabbit.oak.spi.security.user
-
Class org.apache.jackrabbit.oak.spi.security.user.UserIdCredentials
class UserIdCredentials extends Object implements Serializable-
Serialized Fields
-
userId
String userId
-
-
-
-
Package org.apache.jackrabbit.oak.spi.state
-
Exception Class org.apache.jackrabbit.oak.spi.state.ReadyOnlyBuilderException
class ReadyOnlyBuilderException extends UnsupportedOperationException implements Serializable
-
-
Package org.apache.jackrabbit.spi
-
Package org.apache.jackrabbit.spi.commons
-
Class org.apache.jackrabbit.spi.commons.ChildInfoImpl
class ChildInfoImpl extends Object implements Serializable -
Class org.apache.jackrabbit.spi.commons.EventBundleImpl
class EventBundleImpl extends Object implements Serializable-
Serialized Fields
-
events
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
class EventFilterImpl extends Object implements Serializable -
Class org.apache.jackrabbit.spi.commons.EventImpl
class EventImpl extends Object implements Serializable-
Serialized Fields
-
info
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:
-
userData
String userData
-
userId
String userId
The user ID connected with this event.
-
-
-
Class org.apache.jackrabbit.spi.commons.ItemInfoImpl
class ItemInfoImpl extends 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
class LockInfoImpl extends 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
String lockOwner
The owner of the lock. -
lockToken
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
class NodeInfoImpl extends ItemInfoImpl implements Serializable-
Serialized Fields
-
childInfos
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
List<PropertyId> propertyIds
The list ofPropertyId
s of this node info. -
references
List<PropertyId> references
The list ofPropertyId
s that reference this node info.
-
-
-
Class org.apache.jackrabbit.spi.commons.PropertyInfoImpl
class 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
class QItemDefinitionImpl extends 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
class QNodeDefinitionImpl extends QItemDefinitionImpl implements Serializable- serialVersionUID:
- -3671882394577685657L
-
Class org.apache.jackrabbit.spi.commons.QNodeTypeDefinitionImpl
class QNodeTypeDefinitionImpl extends Object implements Serializable- serialVersionUID:
- -4065300714874671511L
-
Serialized Fields
-
childNodeDefs
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
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
class QPropertyDefinitionImpl extends QItemDefinitionImpl implements Serializable- serialVersionUID:
- 1064686456661663541L
-
Serialized Fields
-
availableQueryOperators
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
class SerializableBatch extends Object implements Serializable-
Serialized Fields
-
itemId
ItemId itemId
-
recording
List<SerializableBatch.Operation> recording
-
-
-
Class org.apache.jackrabbit.spi.commons.SessionInfoImpl
class SessionInfoImpl extends Object implements Serializable-
Serialized Fields
-
-
-
Package org.apache.jackrabbit.spi.commons.conversion
-
Exception Class org.apache.jackrabbit.spi.commons.conversion.IllegalNameException
class IllegalNameException extends NameException implements Serializable -
Exception Class org.apache.jackrabbit.spi.commons.conversion.MalformedPathException
class MalformedPathException extends NameException implements Serializable -
Exception Class org.apache.jackrabbit.spi.commons.conversion.NameException
class NameException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.spi.commons.nodetype
-
Exception Class org.apache.jackrabbit.spi.commons.nodetype.InvalidConstraintException
class InvalidConstraintException extends RepositoryException implements Serializable -
Exception Class org.apache.jackrabbit.spi.commons.nodetype.NodeTypeConflictException
class NodeTypeConflictException extends RepositoryException implements Serializable
-
-
Package org.apache.jackrabbit.spi.commons.privilege
-
Exception Class org.apache.jackrabbit.spi.commons.privilege.ParseException
class ParseException extends Exception implements Serializable
-
-
Package org.apache.jackrabbit.spi.commons.query.sql
-
Exception Class org.apache.jackrabbit.spi.commons.query.sql.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Exception Class org.apache.jackrabbit.spi.commons.query.sql.TokenMgrError
class TokenMgrError extends Error implements Serializable-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
-
Package org.apache.jackrabbit.spi.commons.query.xpath
-
Exception Class org.apache.jackrabbit.spi.commons.query.xpath.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Exception Class org.apache.jackrabbit.spi.commons.query.xpath.TokenMgrError
class TokenMgrError extends Error implements Serializable-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
-
Package org.apache.jackrabbit.spi.commons.value
-
Class org.apache.jackrabbit.spi.commons.value.AbstractQValue
class AbstractQValue extends Object implements Serializable- serialVersionUID:
- 6976433831974695272L
-
Serialized Fields
-
type
int type
-
val
Object val
-
-
Class org.apache.jackrabbit.spi.commons.value.DefaultQValue
class DefaultQValue extends AbstractQValue implements Serializable- serialVersionUID:
- -3887529703765183611L
-
-
Package org.apache.jackrabbit.stats
-
Class org.apache.jackrabbit.stats.QueryStatDtoImpl
class QueryStatDtoImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
creationTime
Date creationTime
the time that the query was created -
durationMs
long durationMs
run duration in ms -
language
String language
query language -
occurrenceCount
int occurrenceCount
used in popular queries list -
position
long position
lazy, computed at call time -
statement
String statement
query statement
-
-
-
Package org.apache.jackrabbit.vault.fs.config
-
Exception Class org.apache.jackrabbit.vault.fs.config.ConfigurationException
class ConfigurationException extends Exception implements Serializable
-
-
Package org.apache.jackrabbit.vault.fs.io
-
Exception Class org.apache.jackrabbit.vault.fs.io.DocViewParser.XmlParseException
class XmlParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
nodePath
String nodePath
-
-
Exception Class org.apache.jackrabbit.vault.fs.io.ZipNioArchive.ArchiveNotOpenException
class ArchiveNotOpenException extends IllegalStateException implements Serializable- serialVersionUID:
- 5634035426424134529L
-
-
Package org.apache.jackrabbit.vault.packaging
-
Exception Class org.apache.jackrabbit.vault.packaging.CyclicDependencyException
class CyclicDependencyException extends PackageException implements Serializable -
Exception Class org.apache.jackrabbit.vault.packaging.DependencyException
class DependencyException extends PackageException implements Serializable -
Exception Class org.apache.jackrabbit.vault.packaging.NoSuchPackageException
class NoSuchPackageException extends PackageException implements Serializable-
Serialized Fields
-
id
PackageId id
-
-
-
Exception Class org.apache.jackrabbit.vault.packaging.PackageException
class PackageException extends Exception implements Serializable -
Exception Class org.apache.jackrabbit.vault.packaging.PackageExistsException
class PackageExistsException extends PackageException implements Serializable-
Serialized Fields
-
id
PackageId id
-
-
-
-
Package org.apache.jackrabbit.vault.util
-
Exception Class org.apache.jackrabbit.vault.util.UncheckedRepositoryException
class UncheckedRepositoryException extends RuntimeException implements Serializable- serialVersionUID:
- 7179774059211440453L
-
Exception Class org.apache.jackrabbit.vault.util.UncheckedValueFormatException
class UncheckedValueFormatException extends RuntimeException implements Serializable- serialVersionUID:
- 7179774059211440453L
-
-
Package org.apache.jackrabbit.webdav
-
Exception Class org.apache.jackrabbit.webdav.DavException
class DavException extends Exception implements Serializable-
Serialized Fields
-
errorCode
int errorCode
-
errorCondition
Element errorCondition
-
-
-
-
Package org.apache.jackrabbit.webdav.server
-
Class org.apache.jackrabbit.webdav.server.AbstractWebdavServlet
class AbstractWebdavServlet extends HttpServlet implements Serializable-
Serialized Fields
-
authenticate_header
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
class HttpDateFormat extends SimpleDateFormat implements Serializable
-
-
Package org.apache.log4j
-
Class org.apache.log4j.Level
class Level extends Priority implements Serializable- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
readObject
Deprecated.Custom deserialization of Level.- Parameters:
s
- serialization stream.- Throws:
IOException
- if IO exception.ClassNotFoundException
- if class not found.
-
readResolve
Deprecated.Resolved deserialized level to one of the stock instances. May be overridden in classes derived from Level.- Throws:
ObjectStreamException
- if exception during resolution.
-
writeObject
Deprecated.Serialize level.- Parameters:
s
- serialization stream.- Throws:
IOException
- if exception during serialization.
-
-
-
Package org.apache.log4j.helpers
-
Class org.apache.log4j.helpers.AbsoluteTimeDateFormat
class AbsoluteTimeDateFormat extends DateFormat implements Serializable- serialVersionUID:
- -388856345976723342L
-
Class org.apache.log4j.helpers.DateTimeDateFormat
class DateTimeDateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable- serialVersionUID:
- 5547637772208514971L
-
Serialized Fields
-
shortMonths
String[] shortMonths
-
-
Class org.apache.log4j.helpers.ISO8601DateFormat
class ISO8601DateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable- serialVersionUID:
- -759840745298755296L
-
Class org.apache.log4j.helpers.RelativeTimeDateFormat
class RelativeTimeDateFormat extends DateFormat implements Serializable- serialVersionUID:
- 7055751607085611984L
-
Serialized Fields
-
startTime
long startTime
-
-
Class org.apache.log4j.helpers.UtilLoggingLevel
class UtilLoggingLevel extends Level implements Serializable- serialVersionUID:
- 909301162611820211L
-
-
Package org.apache.log4j.spi
-
Class org.apache.log4j.spi.LocationInfo
class LocationInfo extends Object implements Serializable- serialVersionUID:
- -1325822038990805636L
-
Serialized Fields
-
fullInfo
String fullInfo
-
-
Class org.apache.log4j.spi.ThrowableInformation
class ThrowableInformation extends Object implements Serializable- serialVersionUID:
- -4748765566864322735L
-
Serialized Fields
-
rep
String[] rep
-
-
-
Package org.apache.logging.log4j
-
Class org.apache.logging.log4j.Level
class Level extends Object implements Serializable- serialVersionUID:
- 1581082L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
intLevel
int intLevel
-
name
String name
-
standardLevel
StandardLevel standardLevel
-
-
Exception Class org.apache.logging.log4j.LoggingException
class LoggingException extends RuntimeException implements Serializable- serialVersionUID:
- 6366395965071580537L
-
Class org.apache.logging.log4j.MarkerManager.Log4jMarker
class Log4jMarker extends Object implements Serializable- serialVersionUID:
- 100L
-
-
Package org.apache.logging.log4j.message
-
Class org.apache.logging.log4j.message.AbstractMessageFactory
class AbstractMessageFactory extends Object implements Serializable- serialVersionUID:
- -1307891137684031187L
-
Class org.apache.logging.log4j.message.DefaultFlowMessageFactory
class DefaultFlowMessageFactory extends Object implements Serializable- serialVersionUID:
- 8578655591131397576L
-
Serialized Fields
-
entryText
String entryText
-
exitText
String exitText
-
messageFactory
MessageFactory messageFactory
-
-
Class org.apache.logging.log4j.message.FormattedMessage
class FormattedMessage extends Object implements Serializable- serialVersionUID:
- -665975803997290697L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.FormattedMessageFactory
class FormattedMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.message.LocalizedMessage
class LocalizedMessage extends Object implements Serializable- serialVersionUID:
- 3893703791567290742L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.LocalizedMessageFactory
class LocalizedMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- -1996295808703146741L
-
Serialized Fields
-
baseName
String baseName
-
-
Class org.apache.logging.log4j.message.MapMessage
class MapMessage extends Object implements Serializable- serialVersionUID:
- -5031471831131487120L
-
Serialized Fields
-
data
org.apache.logging.log4j.util.IndexedStringMap data
-
-
Class org.apache.logging.log4j.message.MessageFormatMessage
class MessageFormatMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.MessageFormatMessageFactory
class MessageFormatMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- 3584821740584192453L
-
Class org.apache.logging.log4j.message.ObjectArrayMessage
class ObjectArrayMessage extends Object implements Serializable- serialVersionUID:
- -5903272448334166185L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.logging.log4j.message.ObjectMessage
class ObjectMessage extends Object implements Serializable- serialVersionUID:
- -5903272448334166185L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.logging.log4j.message.ParameterizedMessage
class ParameterizedMessage extends Object implements Serializable- serialVersionUID:
- -665975803997290697L
-
Class org.apache.logging.log4j.message.ParameterizedMessageFactory
class ParameterizedMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- -8970940216592525651L
-
Class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory
class ParameterizedNoReferenceMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- 5027639245636870500L
-
Class org.apache.logging.log4j.message.ReusableMessageFactory
class ReusableMessageFactory extends Object implements Serializable- serialVersionUID:
- -8970940216592525651L
-
Class org.apache.logging.log4j.message.ReusableObjectMessage
class ReusableObjectMessage extends Object implements Serializable- serialVersionUID:
- 6922476812535519960L
-
Class org.apache.logging.log4j.message.ReusableParameterizedMessage
class ReusableParameterizedMessage extends Object implements Serializable- serialVersionUID:
- 7800075879295123856L
-
Serialized Fields
-
argCount
int argCount
-
indices
int[] indices
-
messagePattern
String messagePattern
-
usedCount
int usedCount
-
-
Class org.apache.logging.log4j.message.ReusableSimpleMessage
class ReusableSimpleMessage extends Object implements Serializable- serialVersionUID:
- -9199974506498249809L
-
Serialized Fields
-
charSequence
CharSequence charSequence
-
-
Class org.apache.logging.log4j.message.SimpleMessage
class SimpleMessage extends Object implements Serializable- serialVersionUID:
- -8398002534962715992L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
message
String message
-
-
Class org.apache.logging.log4j.message.SimpleMessageFactory
class SimpleMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- 4418995198790088516L
-
Class org.apache.logging.log4j.message.StringFormattedMessage
class StringFormattedMessage extends Object implements Serializable- serialVersionUID:
- -665975803997290697L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.StringFormatterMessageFactory
class StringFormatterMessageFactory extends AbstractMessageFactory implements Serializable- serialVersionUID:
- -1626332412176965642L
-
Class org.apache.logging.log4j.message.StringMapMessage
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.message.StructuredDataCollectionMessage
class StructuredDataCollectionMessage extends Object implements Serializable- serialVersionUID:
- 5725337076388822924L
-
Serialized Fields
-
structuredDataMessageList
List<StructuredDataMessage> structuredDataMessageList
-
-
Class org.apache.logging.log4j.message.StructuredDataId
class StructuredDataId extends Object implements Serializable- serialVersionUID:
- -8252896346202183738L
-
Class org.apache.logging.log4j.message.StructuredDataMessage
class StructuredDataMessage extends MapMessage<StructuredDataMessage,String> implements Serializable - serialVersionUID:
- 1703221292892071920L
-
Serialized Fields
-
id
StructuredDataId id
-
maxLength
int maxLength
-
message
String message
-
type
String type
-
-
Class org.apache.logging.log4j.message.ThreadDumpMessage
class ThreadDumpMessage extends Object implements Serializable- serialVersionUID:
- -1103400781608841088L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
Creates a ThreadDumpMessageProxy that can be serialized.
-
-
Serialized Fields
-
formattedMessage
String formattedMessage
-
threads
Map<ThreadInformation,
StackTraceElement[]> threads -
title
String title
-
-
-
Package org.apache.logging.log4j.spi
-
Class org.apache.logging.log4j.spi.AbstractLogger
class AbstractLogger extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
flowMessageFactory
FlowMessageFactory flowMessageFactory
-
messageFactory
MessageFactory2 messageFactory
-
name
String name
-
-
Class org.apache.logging.log4j.spi.DefaultThreadContextMap
class DefaultThreadContextMap extends Object implements Serializable- serialVersionUID:
- 8218007901108944053L
-
Serialized Fields
-
localMap
ThreadLocal<Map<String,
String>> localMap -
useMap
boolean useMap
-
-
Class org.apache.logging.log4j.spi.DefaultThreadContextStack
class DefaultThreadContextStack extends Object implements Serializable- serialVersionUID:
- 5050501L
-
Serialized Fields
-
useStack
boolean useStack
-
-
Class org.apache.logging.log4j.spi.ExtendedLoggerWrapper
class ExtendedLoggerWrapper extends AbstractLogger implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
ExtendedLogger logger
The wrapped Logger.
-
-
Class org.apache.logging.log4j.spi.MutableThreadContextStack
class MutableThreadContextStack extends Object implements Serializable- serialVersionUID:
- 50505011L
-
-
Package org.apache.lucene.analysis.tokenattributes
-
Class org.apache.lucene.analysis.tokenattributes.TermAttributeImpl
class TermAttributeImpl extends AttributeImpl implements Serializable-
Serialized Fields
-
termBuffer
char[] termBuffer
-
termLength
int termLength
-
-
-
-
Package org.apache.lucene.document
-
Class org.apache.lucene.document.AbstractField
class AbstractField extends Object implements Serializable-
Serialized Fields
-
binaryLength
int binaryLength
-
binaryOffset
int binaryOffset
-
boost
float boost
-
fieldsData
Object fieldsData
-
isBinary
boolean isBinary
-
isIndexed
boolean isIndexed
-
isStored
boolean isStored
-
isTokenized
boolean isTokenized
-
lazy
boolean lazy
-
name
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
class LoadFirstFieldSelector extends Object implements Serializable -
Class org.apache.lucene.document.MapFieldSelector
class MapFieldSelector extends Object implements Serializable -
Class org.apache.lucene.document.NumericField
class NumericField extends org.apache.lucene.document.AbstractField implements Serializable-
Serialized Fields
-
tokenStream
NumericTokenStream tokenStream
-
-
-
Class org.apache.lucene.document.SetBasedFieldSelector
class SetBasedFieldSelector extends Object implements Serializable
-
-
Package org.apache.lucene.facet.taxonomy
-
Class org.apache.lucene.facet.taxonomy.LRUHashMap
-
Serialized Fields
-
maxSize
int maxSize
-
-
-
-
Package org.apache.lucene.index
-
Exception Class org.apache.lucene.index.CorruptIndexException
class CorruptIndexException extends IOException implements Serializable -
Exception Class org.apache.lucene.index.FieldReaderException
class FieldReaderException extends RuntimeException implements Serializable -
Exception Class org.apache.lucene.index.IndexFormatTooNewException
class IndexFormatTooNewException extends CorruptIndexException implements Serializable -
Exception Class org.apache.lucene.index.IndexFormatTooOldException
class IndexFormatTooOldException extends CorruptIndexException implements Serializable -
Exception Class org.apache.lucene.index.IndexNotFoundException
class IndexNotFoundException extends FileNotFoundException implements Serializable -
Exception Class org.apache.lucene.index.MergePolicy.MergeAbortedException
class MergeAbortedException extends IOException implements Serializable -
Exception Class org.apache.lucene.index.MergePolicy.MergeException
class MergeException extends RuntimeException implements Serializable-
Serialized Fields
-
dir
Directory dir
-
-
-
Class org.apache.lucene.index.Payload
class Payload extends Object implements Serializable-
Serialized Fields
-
data
byte[] data
-
length
int length
-
offset
int offset
-
-
-
Exception Class org.apache.lucene.index.StaleReaderException
class StaleReaderException extends IOException implements Serializable -
Class org.apache.lucene.index.TermVectorOffsetInfo
class TermVectorOffsetInfo extends Object implements Serializable-
Serialized Fields
-
endOffset
int endOffset
-
startOffset
int startOffset
-
-
-
Exception Class org.apache.lucene.index.TwoPhaseCommitTool.CommitFailException
class CommitFailException extends IOException implements Serializable -
Exception Class org.apache.lucene.index.TwoPhaseCommitTool.PrepareCommitFailException
class PrepareCommitFailException extends IOException implements Serializable
-
-
Package org.apache.lucene.queries.function.docvalues
-
Exception Class org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues.DocTermsIndexException
class DocTermsIndexException extends RuntimeException implements Serializable
-
-
Package org.apache.lucene.queryparser.classic
-
Exception Class org.apache.lucene.queryparser.classic.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Exception Class org.apache.lucene.queryparser.classic.QueryParserBase.MethodRemovedUseAnother
class MethodRemovedUseAnother extends Throwable implements Serializable -
Class org.apache.lucene.queryparser.classic.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Exception Class org.apache.lucene.queryparser.classic.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.lucene.queryparser.flexible.core
-
Exception Class org.apache.lucene.queryparser.flexible.core.QueryNodeError
class QueryNodeError extends Error implements Serializable-
Serialized Fields
-
message
Message message
-
-
-
Exception Class org.apache.lucene.queryparser.flexible.core.QueryNodeException
class QueryNodeException extends Exception implements Serializable-
Serialized Fields
-
message
Message message
-
-
-
Exception Class org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
class QueryNodeParseException extends QueryNodeException implements Serializable-
Serialized Fields
-
beginColumn
int beginColumn
-
beginLine
int beginLine
-
errorToken
String errorToken
-
query
CharSequence query
-
-
-
-
Package org.apache.lucene.queryparser.flexible.standard.config
-
Class org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat
class NumberDateFormat extends NumberFormat implements Serializable- serialVersionUID:
- 964823936071308283L
-
Serialized Fields
-
dateFormat
DateFormat dateFormat
-
-
-
Package org.apache.lucene.queryparser.flexible.standard.parser
-
Exception Class org.apache.lucene.queryparser.flexible.standard.parser.ParseException
class 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
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.apache.lucene.queryparser.flexible.standard.parser.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Exception Class org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.lucene.queryparser.surround.parser
-
Exception Class org.apache.lucene.queryparser.surround.parser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.apache.lucene.queryparser.surround.parser.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Exception Class org.apache.lucene.queryparser.surround.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.lucene.queryparser.surround.query
-
Exception Class org.apache.lucene.queryparser.surround.query.TooManyBasicQueries
class TooManyBasicQueries extends IOException implements Serializable
-
-
Package org.apache.lucene.search
-
Exception Class org.apache.lucene.search.BooleanQuery.TooManyClauses
class TooManyClauses extends RuntimeException implements Serializable -
Exception Class org.apache.lucene.search.CollectionTerminatedException
class CollectionTerminatedException extends RuntimeException implements Serializable -
Class org.apache.lucene.search.DefaultSimilarity
class DefaultSimilarity extends org.apache.lucene.search.Similarity implements Serializable-
Serialized Fields
-
discountOverlaps
boolean discountOverlaps
-
-
-
Class org.apache.lucene.search.Hit
class Hit extends 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
class RemoteSearchable extends UnicastRemoteObject implements Serializable-
Serialized Fields
-
local
org.apache.lucene.search.Searchable local
-
-
-
Class org.apache.lucene.search.RemoteSearchable_Stub
class RemoteSearchable_Stub extends RemoteStub implements Serializable- serialVersionUID:
- 2L
-
Class org.apache.lucene.search.Similarity
class Similarity extends Object implements Serializable -
Class org.apache.lucene.search.SimilarityDelegator
class SimilarityDelegator extends org.apache.lucene.search.Similarity implements Serializable-
Serialized Fields
-
delegee
org.apache.lucene.search.Similarity delegee
-
-
-
Class org.apache.lucene.search.SortComparator
class SortComparator extends Object implements Serializable -
Exception Class org.apache.lucene.search.TimeLimitedCollector.TimeExceededException
class TimeExceededException extends RuntimeException implements Serializable-
Serialized Fields
-
lastDocCollected
int lastDocCollected
-
timeAllowed
long timeAllowed
-
timeElapsed
long timeElapsed
-
-
-
Exception Class org.apache.lucene.search.TimeLimitingCollector.TimeExceededException
class TimeExceededException extends RuntimeException implements Serializable-
Serialized Fields
-
lastDocCollected
int lastDocCollected
-
timeAllowed
long timeAllowed
-
timeElapsed
long timeElapsed
-
-
-
-
Package org.apache.lucene.search.highlight
-
Exception Class org.apache.lucene.search.highlight.InvalidTokenOffsetsException
class InvalidTokenOffsetsException extends Exception implements Serializable -
Class org.apache.lucene.search.highlight.WeightedSpanTermExtractor.PositionCheckingMap
class PositionCheckingMap extends HashMap<K,WeightedSpanTerm> implements Serializable
-
-
Package org.apache.lucene.store
-
Exception Class org.apache.lucene.store.AlreadyClosedException
class AlreadyClosedException extends IllegalStateException implements Serializable -
Exception Class org.apache.lucene.store.LockObtainFailedException
class LockObtainFailedException extends IOException implements Serializable -
Exception Class org.apache.lucene.store.LockReleaseFailedException
class LockReleaseFailedException extends IOException implements Serializable -
Exception Class org.apache.lucene.store.NoSuchDirectoryException
class NoSuchDirectoryException extends FileNotFoundException implements Serializable
-
-
Package org.apache.lucene.util
-
Exception Class org.apache.lucene.util.BytesRefHash.MaxBytesLengthExceededException
class MaxBytesLengthExceededException extends RuntimeException implements Serializable -
Class org.apache.lucene.util.Parameter
class Parameter extends Object implements Serializable-
Serialization Methods
-
readResolve
Deprecated.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
Deprecated.
-
-
-
Exception Class org.apache.lucene.util.SetOnce.AlreadySetException
class AlreadySetException extends IllegalStateException implements Serializable -
Exception Class org.apache.lucene.util.ThreadInterruptedException
class ThreadInterruptedException extends RuntimeException implements Serializable
-
-
Package org.apache.oltu.oauth2.common.exception
-
Exception Class org.apache.oltu.oauth2.common.exception.OAuthProblemException
class OAuthProblemException extends Exception implements Serializable -
Exception Class org.apache.oltu.oauth2.common.exception.OAuthRuntimeException
class OAuthRuntimeException extends RuntimeException implements Serializable -
Exception Class org.apache.oltu.oauth2.common.exception.OAuthSystemException
class OAuthSystemException extends Exception implements Serializable
-
-
Package org.apache.poi
-
Exception Class org.apache.poi.EmptyFileException
class EmptyFileException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1536449292174360166L
-
Exception Class org.apache.poi.EncryptedDocumentException
class EncryptedDocumentException extends IllegalStateException implements Serializable- serialVersionUID:
- 7276950444540469193L
-
Exception Class org.apache.poi.OldFileFormatException
class OldFileFormatException extends UnsupportedFileFormatException implements Serializable- serialVersionUID:
- 7849681804154571175L
-
Exception Class org.apache.poi.POIXMLException
class POIXMLException extends RuntimeException implements Serializable -
Exception Class org.apache.poi.UnsupportedFileFormatException
class UnsupportedFileFormatException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -8281969197282030046L
-
-
Package org.apache.poi.hdgf.exceptions
-
Exception Class org.apache.poi.hdgf.exceptions.HDGFException
class HDGFException extends RuntimeException implements Serializable -
Exception Class org.apache.poi.hdgf.exceptions.OldVisioFormatException
class OldVisioFormatException extends OldFileFormatException implements Serializable
-
-
Package org.apache.poi.hpsf
-
Exception Class org.apache.poi.hpsf.HPSFException
class HPSFException extends Exception implements Serializable-
Serialized Fields
-
reason
Throwable reason
The underlying reason for this exception - may be
null
.
-
-
-
Exception Class org.apache.poi.hpsf.HPSFRuntimeException
class HPSFRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -7804271670232727159L
-
Serialized Fields
-
reason
Throwable reason
The underlying reason for this exception - may be
null
.
-
-
Exception Class org.apache.poi.hpsf.IllegalPropertySetDataException
class IllegalPropertySetDataException extends HPSFRuntimeException implements Serializable -
Exception Class org.apache.poi.hpsf.IllegalVariantTypeException
class IllegalVariantTypeException extends VariantTypeException implements Serializable -
Exception Class org.apache.poi.hpsf.MarkUnsupportedException
class MarkUnsupportedException extends HPSFException implements Serializable -
Exception Class org.apache.poi.hpsf.MissingSectionException
class MissingSectionException extends HPSFRuntimeException implements Serializable -
Exception Class org.apache.poi.hpsf.NoFormatIDException
class NoFormatIDException extends HPSFRuntimeException implements Serializable -
Exception Class org.apache.poi.hpsf.NoPropertySetStreamException
class NoPropertySetStreamException extends HPSFException implements Serializable -
Exception Class org.apache.poi.hpsf.NoSingleSectionException
class NoSingleSectionException extends HPSFRuntimeException implements Serializable -
Exception Class org.apache.poi.hpsf.ReadingNotSupportedException
class ReadingNotSupportedException extends UnsupportedVariantTypeException implements Serializable -
Exception Class org.apache.poi.hpsf.UnexpectedPropertySetTypeException
class UnexpectedPropertySetTypeException extends HPSFException implements Serializable -
Exception Class org.apache.poi.hpsf.UnsupportedVariantTypeException
class UnsupportedVariantTypeException extends VariantTypeException implements Serializable -
Exception Class org.apache.poi.hpsf.VariantTypeException
class VariantTypeException extends HPSFException implements Serializable-
Serialized Fields
-
value
Object value
-
variantType
long variantType
-
-
-
Exception Class org.apache.poi.hpsf.WritingNotSupportedException
class WritingNotSupportedException extends UnsupportedVariantTypeException implements Serializable
-
-
Package org.apache.poi.hpsf.wellknown
-
Class org.apache.poi.hpsf.wellknown.SectionIDMap
class SectionIDMap extends HashMap implements Serializable
-
-
Package org.apache.poi.hslf.exceptions
-
Exception Class org.apache.poi.hslf.exceptions.CorruptPowerPointFileException
class CorruptPowerPointFileException extends IllegalStateException implements Serializable -
Exception Class org.apache.poi.hslf.exceptions.EncryptedPowerPointFileException
class EncryptedPowerPointFileException extends EncryptedDocumentException implements Serializable -
Exception Class org.apache.poi.hslf.exceptions.HSLFException
class HSLFException extends RuntimeException implements Serializable -
Exception Class org.apache.poi.hslf.exceptions.InvalidRecordFormatException
class InvalidRecordFormatException extends Exception implements Serializable -
Exception Class org.apache.poi.hslf.exceptions.OldPowerPointFormatException
class OldPowerPointFormatException extends OldFileFormatException implements Serializable
-
-
Package org.apache.poi.hsmf.datatypes
-
Class org.apache.poi.hsmf.datatypes.AttachmentChunks.AttachmentChunksSorter
class AttachmentChunksSorter extends Object implements Serializable -
Class org.apache.poi.hsmf.datatypes.RecipientChunks.RecipientChunksSorter
class RecipientChunksSorter extends Object implements Serializable
-
-
Package org.apache.poi.hsmf.exceptions
-
Exception Class org.apache.poi.hsmf.exceptions.ChunkNotFoundException
class ChunkNotFoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.poi.hsmf.exceptions.DirectoryChunkNotFoundException
class DirectoryChunkNotFoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.poi.hssf
-
Exception Class org.apache.poi.hssf.OldExcelFormatException
class OldExcelFormatException extends OldFileFormatException implements Serializable
-
-
Package org.apache.poi.hssf.eventusermodel
-
Exception Class org.apache.poi.hssf.eventusermodel.HSSFUserException
class HSSFUserException extends Exception implements Serializable-
Serialized Fields
-
reason
Throwable reason
-
-
-
-
Package org.apache.poi.hssf.model
-
Exception Class org.apache.poi.hssf.model.InternalSheet.UnsupportedBOFType
class UnsupportedBOFType extends RecordFormatException implements Serializable-
Serialized Fields
-
type
int type
-
-
-
-
Package org.apache.poi.hssf.record
-
Exception Class org.apache.poi.hssf.record.RecordFormatException
class RecordFormatException extends RecordFormatException implements Serializable -
Exception Class org.apache.poi.hssf.record.RecordInputStream.LeftoverDataException
class LeftoverDataException extends RuntimeException implements Serializable
-
-
Package org.apache.poi.hwpf
-
Exception Class org.apache.poi.hwpf.OldWordFileFormatException
class OldWordFileFormatException extends OldFileFormatException implements Serializable
-
-
Package org.apache.poi.ooxml
-
Exception Class org.apache.poi.ooxml.POIXMLException
class POIXMLException extends RuntimeException implements Serializable
-
-
Package org.apache.poi.openxml4j.exceptions
-
Exception Class org.apache.poi.openxml4j.exceptions.InvalidFormatException
class InvalidFormatException extends OpenXML4JException implements Serializable -
Exception Class org.apache.poi.openxml4j.exceptions.InvalidOperationException
class InvalidOperationException extends OpenXML4JRuntimeException implements Serializable -
Exception Class org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException
class NotOfficeXmlFileException extends UnsupportedFileFormatException implements Serializable -
Exception Class org.apache.poi.openxml4j.exceptions.ODFNotOfficeXmlFileException
class ODFNotOfficeXmlFileException extends NotOfficeXmlFileException implements Serializable -
Exception Class org.apache.poi.openxml4j.exceptions.OLE2NotOfficeXmlFileException
class OLE2NotOfficeXmlFileException extends NotOfficeXmlFileException implements Serializable -
Exception Class org.apache.poi.openxml4j.exceptions.OpenXML4JException
class OpenXML4JException extends Exception implements Serializable -
Exception Class org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException
class OpenXML4JRuntimeException extends RuntimeException implements Serializable -
Exception Class org.apache.poi.openxml4j.exceptions.PartAlreadyExistsException
class PartAlreadyExistsException extends InvalidOperationException implements Serializable
-
-
Package org.apache.poi.openxml4j.opc
-
Class org.apache.poi.openxml4j.opc.PackagePartCollection
class PackagePartCollection extends Object implements Serializable- serialVersionUID:
- 2515031135957635517L
-
Serialized Fields
-
packagePartLookup
TreeMap<String,
PackagePart> packagePartLookup -
registerPartNameStr
Set<String> registerPartNameStr
HashSet use to store this collection part names as string for rule M1.11 optimized checking.
-
-
-
Package org.apache.poi.poifs.filesystem
-
Exception Class org.apache.poi.poifs.filesystem.NotOLE2FileException
class NotOLE2FileException extends IOException implements Serializable -
Exception Class org.apache.poi.poifs.filesystem.OfficeXmlFileException
class OfficeXmlFileException extends UnsupportedFileFormatException implements Serializable -
Exception Class org.apache.poi.poifs.filesystem.Ole10NativeException
class Ole10NativeException extends Exception implements Serializable
-
-
Package org.apache.poi.poifs.macros
-
Class org.apache.poi.poifs.macros.VBAMacroReader.ModuleMap
class ModuleMap extends HashMap<String,org.apache.poi.poifs.macros.VBAMacroReader.ModuleImpl> implements Serializable -
Serialized Fields
-
charset
Charset charset
-
-
-
-
Package org.apache.poi.poifs.property
-
Class org.apache.poi.poifs.property.DirectoryProperty.PropertyComparator
class PropertyComparator extends Object implements Serializable
-
-
Package org.apache.poi.ss.formula
-
Exception Class org.apache.poi.ss.formula.CollaboratingWorkbooksEnvironment.WorkbookNotFoundException
class WorkbookNotFoundException extends Exception implements Serializable- serialVersionUID:
- 8787784539811167941L
-
Exception Class org.apache.poi.ss.formula.FormulaParseException
class FormulaParseException extends RuntimeException implements Serializable
-
-
Package org.apache.poi.ss.formula.eval
-
Exception Class org.apache.poi.ss.formula.eval.EvaluationException
class EvaluationException extends Exception implements Serializable-
Serialized Fields
-
_errorEval
ErrorEval _errorEval
-
-
-
Exception Class org.apache.poi.ss.formula.eval.NotImplementedException
class NotImplementedException extends RuntimeException implements Serializable- serialVersionUID:
- -5840703336495141301L
-
Exception Class org.apache.poi.ss.formula.eval.NotImplementedFunctionException
class NotImplementedFunctionException extends NotImplementedException implements Serializable- serialVersionUID:
- 1208119411557559057L
-
Serialized Fields
-
functionName
String functionName
-
-
-
Package org.apache.poi.ss.usermodel
-
Class org.apache.poi.ss.usermodel.ExcelGeneralNumberFormat
class ExcelGeneralNumberFormat extends Format implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
decimalFormat
DecimalFormat decimalFormat
-
decimalSymbols
DecimalFormatSymbols decimalSymbols
-
integerFormat
DecimalFormat integerFormat
-
scientificFormat
DecimalFormat scientificFormat
-
-
Class org.apache.poi.ss.usermodel.ExcelStyleDateFormatter
class ExcelStyleDateFormatter extends SimpleDateFormat implements Serializable-
Serialized Fields
-
dateToBeFormatted
double dateToBeFormatted
-
-
-
Class org.apache.poi.ss.usermodel.FractionFormat
class FractionFormat extends Format implements Serializable-
Serialized Fields
-
exactDenom
int exactDenom
-
maxDenom
int maxDenom
-
wholePartFormatString
String wholePartFormatString
-
-
-
-
Package org.apache.poi.util
-
Exception Class org.apache.poi.util.DocumentFormatException
class DocumentFormatException extends RuntimeException implements Serializable -
Exception Class org.apache.poi.util.LittleEndian.BufferUnderrunException
class BufferUnderrunException extends IOException implements Serializable- serialVersionUID:
- 8736973884877006145L
-
Exception Class org.apache.poi.util.RecordFormatException
class RecordFormatException extends RuntimeException implements Serializable
-
-
Package org.apache.poi.xdgf.usermodel.shape.exceptions
-
Exception Class org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisiting
class StopVisiting extends RuntimeException implements Serializable- serialVersionUID:
- -4651207777092840750L
-
Exception Class org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisitingThisBranch
class StopVisitingThisBranch extends RuntimeException implements Serializable- serialVersionUID:
- 5262319077534717862L
-
-
Package org.apache.poi.xssf
-
Exception Class org.apache.poi.xssf.XLSBUnsupportedException
class XLSBUnsupportedException extends UnsupportedFileFormatException implements Serializable- serialVersionUID:
- 7849681804154571175L
-
-
Package org.apache.poi.xssf.binary
-
Exception Class org.apache.poi.xssf.binary.XSSFBParseException
class XSSFBParseException extends RuntimeException implements Serializable
-
-
Package org.apache.poi.xssf.streaming
-
Exception Class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator.RowFlushedException
class RowFlushedException extends IllegalStateException implements Serializable -
Exception Class org.apache.poi.xssf.streaming.SXSSFFormulaEvaluator.SheetsFlushedException
class SheetsFlushedException extends IllegalStateException implements Serializable
-
-
Package org.apache.sling.api
-
Exception Class org.apache.sling.api.SlingException
class SlingException extends RuntimeException implements Serializable- serialVersionUID:
- -1243027389278210618L
-
Exception Class org.apache.sling.api.SlingIOException
class SlingIOException extends SlingException implements Serializable- serialVersionUID:
- 5278814329174799608L
-
Exception Class org.apache.sling.api.SlingServletException
class SlingServletException extends SlingException implements Serializable- serialVersionUID:
- 8666411662509951915L
-
-
Package org.apache.sling.api.auth
-
Exception Class org.apache.sling.api.auth.NoAuthenticationHandlerException
class NoAuthenticationHandlerException extends SlingException implements Serializable
-
-
Package org.apache.sling.api.request
-
Exception Class org.apache.sling.api.request.RecursionTooDeepException
class RecursionTooDeepException extends SlingException implements Serializable- serialVersionUID:
- 776668636261012142L
-
Class org.apache.sling.api.request.RequestDispatcherOptions
- serialVersionUID:
- -9081782403304877746L
-
Exception Class org.apache.sling.api.request.TooManyCallsException
class TooManyCallsException extends SlingException implements Serializable- serialVersionUID:
- -8725296173002395104L
-
-
Package org.apache.sling.api.request.header
-
Class org.apache.sling.api.request.header.MediaRangeList
-
Serialized Fields
-
matchesAll
boolean matchesAll
-
-
-
-
Package org.apache.sling.api.resource
-
Exception Class org.apache.sling.api.resource.LoginException
class LoginException extends Exception implements Serializable- serialVersionUID:
- -5896615185390272299L
-
Exception Class org.apache.sling.api.resource.PersistenceException
class PersistenceException extends IOException implements Serializable- serialVersionUID:
- 2454225989618227698L
-
Exception Class org.apache.sling.api.resource.QuerySyntaxException
class QuerySyntaxException extends SlingException implements Serializable- serialVersionUID:
- -6529624886228517646L
-
Class org.apache.sling.api.resource.ResourceMetadata
- serialVersionUID:
- 4692666752269523738L
-
Serialized Fields
-
isReadOnly
boolean isReadOnly
-
-
Exception Class org.apache.sling.api.resource.ResourceNotFoundException
class ResourceNotFoundException extends SlingException implements Serializable- serialVersionUID:
- -6684709279554347984L
-
Serialized Fields
-
resource
String resource
-
-
-
Package org.apache.sling.api.scripting
-
Exception Class org.apache.sling.api.scripting.InvalidServiceFilterSyntaxException
class InvalidServiceFilterSyntaxException extends SlingException implements Serializable- serialVersionUID:
- 6557699360505403255L
-
Serialized Fields
-
filter
String filter
-
-
Class org.apache.sling.api.scripting.LazyBindings
-
Serialized Fields
-
suppliers
Map<String,
LazyBindings.Supplier> suppliers
-
-
-
Exception Class org.apache.sling.api.scripting.ScriptEvaluationException
class ScriptEvaluationException extends SlingException implements Serializable- serialVersionUID:
- -274759591325189020L
-
Serialized Fields
-
scriptName
String scriptName
-
-
Class org.apache.sling.api.scripting.SlingBindings
class SlingBindings extends LazyBindings implements Serializable- serialVersionUID:
- 209505693646323450L
-
-
Package org.apache.sling.api.security
-
Exception Class org.apache.sling.api.security.AccessSecurityException
class AccessSecurityException extends Exception implements Serializable- serialVersionUID:
- -8388988380137140280L
-
-
Package org.apache.sling.api.servlets
-
Class org.apache.sling.api.servlets.SlingAllMethodsServlet
class SlingAllMethodsServlet extends SlingSafeMethodsServlet implements Serializable- serialVersionUID:
- -7960975481323952419L
-
Class org.apache.sling.api.servlets.SlingSafeMethodsServlet
class SlingSafeMethodsServlet extends GenericServlet implements Serializable- serialVersionUID:
- 3620512288346703072L
-
-
Package org.apache.sling.auth.core.spi
-
Class org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet
class AbstractAuthenticationFormServlet extends HttpServlet implements Serializable-
Serialized Fields
-
rawForm
AtomicReference<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
-
-
Package org.apache.sling.caconfig
-
Exception Class org.apache.sling.caconfig.ConfigurationResolveException
class ConfigurationResolveException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.sling.caconfig.spi
-
Exception Class org.apache.sling.caconfig.spi.ConfigurationPersistenceAccessDeniedException
class ConfigurationPersistenceAccessDeniedException extends ConfigurationPersistenceException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.sling.caconfig.spi.ConfigurationPersistenceException
class ConfigurationPersistenceException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.sling.commons.auth
-
Exception Class org.apache.sling.commons.auth.NoAuthenticationHandlerException
class NoAuthenticationHandlerException extends SlingException implements Serializable
-
-
Package org.apache.sling.commons.auth.spi
-
Package org.apache.sling.commons.compiler
-
Class org.apache.sling.commons.compiler.Options
- serialVersionUID:
- 1576005888428747431L
-
-
Package org.apache.sling.commons.json
-
Exception Class org.apache.sling.commons.json.JSONException
class JSONException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
-
Package org.apache.sling.distribution
-
Exception Class org.apache.sling.distribution.ImportPostProcessException
class ImportPostProcessException extends Exception implements Serializable -
Exception Class org.apache.sling.distribution.ImportPreProcessException
class ImportPreProcessException extends Exception implements Serializable -
Exception Class org.apache.sling.distribution.InvalidationProcessException
class InvalidationProcessException extends Exception implements Serializable
-
-
Package org.apache.sling.distribution.common
-
Exception Class org.apache.sling.distribution.common.DistributionException
class DistributionException extends Exception implements Serializable -
Exception Class org.apache.sling.distribution.common.RecoverableDistributionException
class RecoverableDistributionException extends DistributionException implements Serializable
-
-
Package org.apache.sling.engine
-
Exception Class org.apache.sling.engine.SystemStatus.StatusException
class StatusException extends Exception implements Serializable
-
-
Package org.apache.sling.engine.auth
-
Exception Class org.apache.sling.engine.auth.NoAuthenticationHandlerException
class NoAuthenticationHandlerException extends SlingException implements Serializable
-
-
Package org.apache.sling.hapi
-
Exception Class org.apache.sling.hapi.HApiException
class HApiException extends RuntimeException implements Serializable- serialVersionUID:
- 2626376214501558054L
-
-
Package org.apache.sling.jcr.api
-
Exception Class org.apache.sling.jcr.api.TooManySessionsException
class TooManySessionsException extends LoginException implements Serializable- serialVersionUID:
- 373941570783176462L
-
-
Package org.apache.sling.models.factory
-
Exception Class org.apache.sling.models.factory.ExportException
class ExportException extends Exception implements Serializable -
Exception Class org.apache.sling.models.factory.InvalidAdaptableException
class InvalidAdaptableException extends RuntimeException implements Serializable- serialVersionUID:
- -1209301268928038702L
-
Exception Class org.apache.sling.models.factory.InvalidModelException
class InvalidModelException extends RuntimeException implements Serializable- serialVersionUID:
- 366657841414210438L
-
Exception Class org.apache.sling.models.factory.MissingElementException
class MissingElementException extends RuntimeException implements Serializable- serialVersionUID:
- 5782291184414886658L
-
Serialized Fields
-
element
AnnotatedElement element
-
-
Exception Class org.apache.sling.models.factory.MissingElementsException
class MissingElementsException extends RuntimeException implements Serializable- serialVersionUID:
- 7870762030809272254L
-
Serialized Fields
-
missingElements
Collection<MissingElementException> missingElements
-
-
Exception Class org.apache.sling.models.factory.MissingExporterException
class MissingExporterException extends Exception implements Serializable -
Exception Class org.apache.sling.models.factory.ModelClassException
class ModelClassException extends RuntimeException implements Serializable- serialVersionUID:
- 4323592065808565135L
-
Exception Class org.apache.sling.models.factory.PostConstructException
class PostConstructException extends ModelClassException implements Serializable- serialVersionUID:
- -2527043835215727726L
-
Exception Class org.apache.sling.models.factory.ValidationException
class ValidationException extends RuntimeException implements Serializable- serialVersionUID:
- 1115037385798809055L
-
-
Package org.apache.sling.scripting.jsp.jasper.runtime
-
Class org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase
class HttpJspBase extends HttpServlet implements Serializable
-
-
Package org.apache.sling.scripting.jsp.taglib
-
Class org.apache.sling.scripting.jsp.taglib.AbstractCATag
class AbstractCATag extends TagSupport implements Serializable- serialVersionUID:
- -3083138119694952836L
-
Class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
class AbstractDispatcherTagHandler extends TagSupport implements Serializable- serialVersionUID:
- 6275972595573203863L
-
Class org.apache.sling.scripting.jsp.taglib.AdaptToTag
class AdaptToTag extends TagSupport implements Serializable- serialVersionUID:
- -1945089681840552408L
-
Class org.apache.sling.scripting.jsp.taglib.CallTag
class 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
String script
jsp script
-
-
Class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
class DefineObjectsTag extends TagSupport implements Serializable- serialVersionUID:
- -1858674361149195892L
-
Class org.apache.sling.scripting.jsp.taglib.EncodeTag
class EncodeTag extends BodyTagSupport implements Serializable- serialVersionUID:
- 5673936481350419997L
-
Class org.apache.sling.scripting.jsp.taglib.EvalTagHandler
class EvalTagHandler extends TagSupport implements Serializable- serialVersionUID:
- 7070941156517599283L
-
Class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
class FindResourcesTag extends TagSupport implements Serializable- serialVersionUID:
- 8717969268407440925L
-
Class org.apache.sling.scripting.jsp.taglib.ForwardTagHandler
class ForwardTagHandler extends AbstractDispatcherTagHandler implements Serializable- serialVersionUID:
- 4516800311593983971L
-
Class org.apache.sling.scripting.jsp.taglib.GetCAConfigResourcesTag
class GetCAConfigResourcesTag extends AbstractCATag implements Serializable- serialVersionUID:
- -8191004532757820167L
-
Class org.apache.sling.scripting.jsp.taglib.GetCAConfigResourceTag
class GetCAConfigResourceTag extends AbstractCATag implements Serializable- serialVersionUID:
- -8191004532757820167L
-
Class org.apache.sling.scripting.jsp.taglib.GetParentsTag
class GetParentsTag extends TagSupport implements Serializable- serialVersionUID:
- -7519905660523764503L
-
Class org.apache.sling.scripting.jsp.taglib.GetParentTag
class GetParentTag extends TagSupport implements Serializable- serialVersionUID:
- -3419869755342010983L
-
Class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
class GetPropertyTag extends TagSupport implements Serializable- serialVersionUID:
- -1945089681840552408L
-
Class org.apache.sling.scripting.jsp.taglib.GetResourceTag
class GetResourceTag extends TagSupport implements Serializable- serialVersionUID:
- -1945089681840552408L
-
Class org.apache.sling.scripting.jsp.taglib.IncludeTagHandler
class IncludeTagHandler extends AbstractDispatcherTagHandler implements Serializable- serialVersionUID:
- 2835586777145471683L
-
Class org.apache.sling.scripting.jsp.taglib.ListChildrenTag
class ListChildrenTag extends TagSupport implements Serializable- serialVersionUID:
- -1945089681840552408L
-
Serialized Fields
-
var
String var
-
-
-
Package org.apache.sling.scripting.sightly
-
Exception Class org.apache.sling.scripting.sightly.SightlyException
class SightlyException extends RuntimeException implements Serializable
-
-
Package org.apache.sling.scripting.sightly.compiler
-
Exception Class org.apache.sling.scripting.sightly.compiler.SightlyCompilerException
class SightlyCompilerException extends RuntimeException implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
offendingInput
String offendingInput
-
-
-
-
Package org.apache.sling.scripting.sightly.java.compiler
-
Class org.apache.sling.scripting.sightly.java.compiler.RenderUnit.FluentMap
-
Exception Class org.apache.sling.scripting.sightly.java.compiler.SightlyJavaCompilerException
class SightlyJavaCompilerException extends RuntimeException implements Serializable
-
-
Package org.apache.sling.scripting.sightly.render
-
Class org.apache.sling.scripting.sightly.render.RenderUnit.FluentMap
-
-
Package org.apache.sling.servlets.post
-
Exception Class org.apache.sling.servlets.post.JSONResponse.JSONResponseException
class JSONResponseException extends RuntimeException implements Serializable
-
-
Package org.apache.sling.sitemap
-
Exception Class org.apache.sling.sitemap.SitemapException
class SitemapException extends Exception implements Serializable
-
-
Package org.apache.taglibs.standard.tag.common.core
-
Class org.apache.taglibs.standard.tag.common.core.CatchTag
class CatchTag extends TagSupport implements Serializable-
Serialized Fields
-
caught
boolean caught
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ChooseTag
class ChooseTag extends TagSupport implements Serializable-
Serialized Fields
-
subtagGateClosed
boolean subtagGateClosed
-
-
-
Class org.apache.taglibs.standard.tag.common.core.DeclareTag
class DeclareTag extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.ForEachSupport
class ForEachSupport extends LoopTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.ForTokensSupport
class ForTokensSupport extends LoopTagSupport implements Serializable-
Serialized Fields
-
currentIndex
int currentIndex
-
delims
String delims
-
items
Object items
-
itemsValueIteratedExpression
IteratedExpression itemsValueIteratedExpression
-
st
StringTokenizer st
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ImportSupport
class ImportSupport extends BodyTagSupport implements Serializable -
Exception Class org.apache.taglibs.standard.tag.common.core.NullAttributeException
class NullAttributeException extends JspTagException implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.OtherwiseTag
class OtherwiseTag extends WhenTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.OutSupport
class OutSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
output
Object output
-
-
-
Class org.apache.taglibs.standard.tag.common.core.ParamSupport
class ParamSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.RedirectSupport
class RedirectSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
context
String context
-
params
ParamSupport.ParamManager params
-
scope
int scope
-
url
String url
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.RemoveTag
class RemoveTag extends TagSupport implements Serializable-
Serialized Fields
-
scope
int scope
-
scopeSpecified
boolean scopeSpecified
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.SetSupport
class SetSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.core.UrlSupport
class UrlSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
context
String context
-
params
ParamSupport.ParamManager params
-
scope
int scope
-
value
String value
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.core.WhenTagSupport
class WhenTagSupport extends ConditionalTagSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.common.fmt
-
Class org.apache.taglibs.standard.tag.common.fmt.BundleSupport
class BundleSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
basename
String basename
-
locCtxt
LocalizationContext locCtxt
-
prefix
String prefix
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
class FormatDateSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
class FormatNumberSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
currencyCode
String currencyCode
-
currencySymbol
String currencySymbol
-
groupingUsedSpecified
boolean groupingUsedSpecified
-
isGroupingUsed
boolean isGroupingUsed
-
maxFractionDigits
int maxFractionDigits
-
maxFractionDigitsSpecified
boolean maxFractionDigitsSpecified
-
maxIntegerDigits
int maxIntegerDigits
-
maxIntegerDigitsSpecified
boolean maxIntegerDigitsSpecified
-
minFractionDigits
int minFractionDigits
-
minFractionDigitsSpecified
boolean minFractionDigitsSpecified
-
minIntegerDigits
int minIntegerDigits
-
minIntegerDigitsSpecified
boolean minIntegerDigitsSpecified
-
pattern
String pattern
-
scope
int scope
-
type
String type
-
value
Object value
-
valueSpecified
boolean valueSpecified
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.MessageSupport
class MessageSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
bundleAttrValue
LocalizationContext bundleAttrValue
-
bundleSpecified
boolean bundleSpecified
-
keyAttrValue
String keyAttrValue
-
keySpecified
boolean keySpecified
-
params
List params
-
scope
int scope
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.ParamSupport
class ParamSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
value
Object value
-
valueSpecified
boolean valueSpecified
-
-
-
Class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
class ParseDateSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.ParseNumberSupport
class ParseNumberSupport extends BodyTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.RequestEncodingSupport
class RequestEncodingSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
class SetBundleSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
class SetLocaleSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.SetTimeZoneSupport
class SetTimeZoneSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.fmt.TimeZoneSupport
class TimeZoneSupport extends BodyTagSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.common.sql
-
Class org.apache.taglibs.standard.tag.common.sql.DateParamTagSupport
class DateParamTagSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.sql.DriverTag
class DriverTag extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.sql.ParamTagSupport
class ParamTagSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
value
Object value
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.QueryTagSupport
class QueryTagSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
conn
Connection conn
-
dataSourceSpecified
boolean dataSourceSpecified
-
isPartOfTransaction
boolean isPartOfTransaction
-
maxRows
int maxRows
-
maxRowsSpecified
boolean maxRowsSpecified
-
parameters
List parameters
-
rawDataSource
Object rawDataSource
-
scope
int scope
-
sql
String sql
-
startRow
int startRow
-
var
String var
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
class SetDataSourceTagSupport extends TagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
class TransactionTagSupport extends TagSupport implements Serializable-
Serialized Fields
-
conn
Connection conn
-
dataSourceSpecified
boolean dataSourceSpecified
-
isolation
int isolation
-
origIsolation
int origIsolation
-
rawDataSource
Object rawDataSource
-
-
-
Class org.apache.taglibs.standard.tag.common.sql.UpdateTagSupport
class UpdateTagSupport extends BodyTagSupport implements Serializable-
Serialized Fields
-
conn
Connection conn
-
dataSourceSpecified
boolean dataSourceSpecified
-
isPartOfTransaction
boolean isPartOfTransaction
-
parameters
List parameters
-
rawDataSource
Object rawDataSource
-
scope
int scope
-
sql
String sql
-
var
String var
-
-
-
-
Package org.apache.taglibs.standard.tag.rt.core
-
Class org.apache.taglibs.standard.tag.rt.core.ForEachTag
class ForEachTag extends ForEachSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.ForTokensTag
class ForTokensTag extends ForTokensSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.IfTag
class IfTag extends ConditionalTagSupport implements Serializable-
Serialized Fields
-
test
boolean test
-
-
-
Class org.apache.taglibs.standard.tag.rt.core.ImportTag
class ImportTag extends ImportSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.OutTag
class OutTag extends OutSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.ParamTag
class ParamTag extends ParamSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.RedirectTag
class RedirectTag extends RedirectSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.SetTag
class SetTag extends SetSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.UrlTag
class UrlTag extends UrlSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.core.WhenTag
class WhenTag extends WhenTagSupport implements Serializable-
Serialized Fields
-
test
boolean test
-
-
-
-
Package org.apache.taglibs.standard.tag.rt.fmt
-
Class org.apache.taglibs.standard.tag.rt.fmt.BundleTag
class BundleTag extends BundleSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
class FormatDateTag extends FormatDateSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
class FormatNumberTag extends FormatNumberSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.MessageTag
class MessageTag extends MessageSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.ParamTag
class ParamTag extends ParamSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
class ParseDateTag extends ParseDateSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
class ParseNumberTag extends ParseNumberSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag
class RequestEncodingTag extends RequestEncodingSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag
class SetBundleTag extends SetBundleSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
class SetLocaleTag extends SetLocaleSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
class SetTimeZoneTag extends SetTimeZoneSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag
class TimeZoneTag extends TimeZoneSupport implements Serializable
-
-
Package org.apache.taglibs.standard.tag.rt.sql
-
Class org.apache.taglibs.standard.tag.rt.sql.DateParamTag
class DateParamTag extends DateParamTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.sql.ParamTag
class ParamTag extends ParamTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.sql.QueryTag
class QueryTag extends QueryTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
class SetDataSourceTag extends SetDataSourceTagSupport implements Serializable -
Class org.apache.taglibs.standard.tag.rt.sql.TransactionTag
class TransactionTag extends TransactionTagSupport implements Serializable-
Serialized Fields
-
isolationRT
String isolationRT
-
-
-
Class org.apache.taglibs.standard.tag.rt.sql.UpdateTag
class UpdateTag extends UpdateTagSupport implements Serializable
-
-
Package org.apache.tika.config
-
Class org.apache.tika.config.Param
class Param extends Object implements Serializable
-
-
Package org.apache.tika.detect
-
Class org.apache.tika.detect.CompositeDetector
class CompositeDetector extends Object implements Serializable- serialVersionUID:
- 5980683158436430252L
-
Serialized Fields
-
detectors
List<Detector> detectors
-
registry
MediaTypeRegistry registry
-
-
Class org.apache.tika.detect.CompositeEncodingDetector
class CompositeEncodingDetector extends Object implements Serializable- serialVersionUID:
- 5980683158436430252L
-
Serialized Fields
-
detectors
List<EncodingDetector> detectors
-
-
Class org.apache.tika.detect.ContainerAwareDetector
class ContainerAwareDetector extends 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
class DefaultDetector extends CompositeDetector implements Serializable- serialVersionUID:
- -8170114575326908027L
-
Class org.apache.tika.detect.DefaultEncodingDetector
class DefaultEncodingDetector extends CompositeEncodingDetector implements Serializable -
Class org.apache.tika.detect.DefaultProbDetector
class DefaultProbDetector extends CompositeDetector implements Serializable- serialVersionUID:
- -8836240060532323352L
-
Class org.apache.tika.detect.EmptyDetector
class EmptyDetector extends Object implements Serializable -
Class org.apache.tika.detect.FileCommandDetector
class FileCommandDetector extends Object implements Serializable -
Class org.apache.tika.detect.MagicDetector
class MagicDetector extends 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
class NameDetector extends Object implements Serializable -
Class org.apache.tika.detect.NNExampleModelDetector
class NNExampleModelDetector extends TrainedModelDetector implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.tika.detect.NonDetectingEncodingDetector
class NonDetectingEncodingDetector extends Object implements Serializable-
Serialized Fields
-
charset
Charset charset
-
-
-
Class org.apache.tika.detect.OverrideDetector
class OverrideDetector extends Object implements Serializable -
Class org.apache.tika.detect.POIFSContainerDetector
class POIFSContainerDetector extends Object implements Serializable -
Class org.apache.tika.detect.TextDetector
class TextDetector extends Object implements Serializable- serialVersionUID:
- 4774601079503507765L
-
Serialized Fields
-
bytesToTest
int bytesToTest
-
-
Class org.apache.tika.detect.TrainedModelDetector
class TrainedModelDetector extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
MODEL_MAP
Map<MediaType,
TrainedModel> MODEL_MAP
-
-
Class org.apache.tika.detect.TypeDetector
class TypeDetector extends Object implements Serializable -
Class org.apache.tika.detect.ZeroSizeFileDetector
class ZeroSizeFileDetector extends Object implements Serializable -
Class org.apache.tika.detect.ZipContainerDetector
class ZipContainerDetector extends Object implements Serializable
-
-
Package org.apache.tika.embedder
-
Class org.apache.tika.embedder.ExternalEmbedder
class ExternalEmbedder extends Object implements Serializable- serialVersionUID:
- -2828829275642475697L
-
Serialized Fields
-
command
String[] command
The external command to invoke.- See Also:
-
commandAppendOperator
String commandAppendOperator
-
commandAssignmentDelimeter
String commandAssignmentDelimeter
-
commandAssignmentOperator
String commandAssignmentOperator
-
metadataCommandArguments
Map<Property,
String[]> metadataCommandArguments Mapping of Tika metadata to command line parameters. -
quoteAssignmentValues
boolean quoteAssignmentValues
-
supportedEmbedTypes
Set<MediaType> supportedEmbedTypes
Media types supported by the external program. -
tmp
TemporaryResources tmp
-
-
-
Package org.apache.tika.exception
-
Exception Class org.apache.tika.exception.AccessPermissionException
class AccessPermissionException extends TikaException implements Serializable -
Exception Class org.apache.tika.exception.CorruptedFileException
class CorruptedFileException extends TikaException implements Serializable -
Exception Class org.apache.tika.exception.EncryptedDocumentException
class EncryptedDocumentException extends TikaException implements Serializable -
Exception Class org.apache.tika.exception.RuntimeSAXException
class RuntimeSAXException extends RuntimeException implements Serializable -
Exception Class org.apache.tika.exception.TikaConfigException
class TikaConfigException extends TikaException implements Serializable -
Exception Class org.apache.tika.exception.TikaException
class TikaException extends Exception implements Serializable -
Exception Class org.apache.tika.exception.TikaMemoryLimitException
class TikaMemoryLimitException extends TikaException implements Serializable -
Exception Class org.apache.tika.exception.UnsupportedFormatException
class UnsupportedFormatException extends TikaException implements Serializable -
Exception Class org.apache.tika.exception.WriteLimitReachedException
class WriteLimitReachedException extends SAXException implements Serializable -
Exception Class org.apache.tika.exception.ZeroByteFileException
class ZeroByteFileException extends TikaException implements Serializable
-
-
Package org.apache.tika.extractor
-
Class org.apache.tika.extractor.EmbeddedDocumentUtil
class EmbeddedDocumentUtil extends 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
class ParserContainerExtractor extends Object implements Serializable- serialVersionUID:
- 2261131045580861514L
-
-
Package org.apache.tika.fork
-
Class org.apache.tika.fork.ForkParser
class ForkParser extends AbstractParser implements Serializable- serialVersionUID:
- -4962742892274663950L
-
Serialized Fields
-
currentlyInUse
int currentlyInUse
-
java
List<String> java
Java command line -
loader
ClassLoader loader
-
maxFilesProcessedPerClient
int maxFilesProcessedPerClient
-
parser
Parser parser
-
parserFactoryFactory
ParserFactoryFactory parserFactoryFactory
-
pool
Queue<org.apache.tika.fork.ForkClient> pool
-
poolSize
int poolSize
Process pool size -
serverParseTimeoutMillis
long serverParseTimeoutMillis
-
serverPulseMillis
long serverPulseMillis
-
serverWaitTimeoutMillis
long serverWaitTimeoutMillis
-
tikaBin
Path tikaBin
-
-
Class org.apache.tika.fork.ParserFactoryFactory
class ParserFactoryFactory extends Object implements Serializable- serialVersionUID:
- 4710974869988895410L
-
-
Package org.apache.tika.io
-
Exception Class org.apache.tika.io.EndianUtils.BufferUnderrunException
class BufferUnderrunException extends TikaException implements Serializable- serialVersionUID:
- 8358288231138076276L
-
Exception Class org.apache.tika.io.IOExceptionWithCause
class IOExceptionWithCause extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.tika.io.TaggedIOException
class TaggedIOException extends IOExceptionWithCause implements Serializable-
Serialized Fields
-
tag
Object tag
The object reference used to tag the exception.
-
-
-
-
Package org.apache.tika.metadata
-
Class org.apache.tika.metadata.Metadata
class Metadata extends Object implements Serializable- serialVersionUID:
- 5623926545693153182L
-
Exception Class org.apache.tika.metadata.PropertyTypeException
class PropertyTypeException extends IllegalArgumentException implements Serializable
-
-
Package org.apache.tika.mime
-
Class org.apache.tika.mime.MediaType
class MediaType extends Object implements Serializable- serialVersionUID:
- -3831000556189036392L
-
Serialized Fields
-
parameters
Map<String,
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
String string
Canonical string representation of this media type.
-
-
Class org.apache.tika.mime.MediaTypeRegistry
class MediaTypeRegistry extends Object implements Serializable- serialVersionUID:
- 4710974869988895410L
-
Serialized Fields
-
inheritance
Map<MediaType,
MediaType> inheritance Known type inheritance relationships. The mapping is from a media type to the closest supertype. -
registry
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
class MimeType extends Object implements Serializable- serialVersionUID:
- 4357830439860729201L
-
Serialized Fields
-
acronym
String acronym
The MimeType acronym -
description
String description
Description of this media type. -
extensions
List<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
List<URI> links
Documentation Links -
magics
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
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
String uti
The http://en.wikipedia.org/wiki/Uniform_Type_Identifier
-
-
Exception Class org.apache.tika.mime.MimeTypeException
class MimeTypeException extends TikaException implements Serializable -
Class org.apache.tika.mime.MimeTypes
class MimeTypes extends Object implements Serializable- serialVersionUID:
- -1350863170146349036L
-
Serialized Fields
-
htmlMimeType
MimeType htmlMimeType
html type, text/html -
magics
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
List<MimeType> rootMimeTypeL
-
textMimeType
MimeType textMimeType
Text type, text/plain. -
types
Map<MediaType,
MimeType> types All the registered MimeTypes indexed on their canonical names -
xmlMimeType
MimeType xmlMimeType
xml type, application/xml -
xmls
List<MimeType> xmls
Sorted list of all registered rootXML
-
-
Class org.apache.tika.mime.ProbabilisticMimeDetectionSelector
class ProbabilisticMimeDetectionSelector extends 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
class AbstractEncodingDetectorParser extends AbstractParser implements Serializable-
Serialized Fields
-
encodingDetector
EncodingDetector encodingDetector
-
-
-
Class org.apache.tika.parser.AbstractExternalProcessParser
class AbstractExternalProcessParser extends AbstractParser implements Serializable- serialVersionUID:
- 7186985395903074255L
-
Class org.apache.tika.parser.AbstractParser
class AbstractParser extends Object implements Serializable- serialVersionUID:
- 7186985395903074255L
-
Class org.apache.tika.parser.AutoDetectParser
class 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
class CompositeParser extends AbstractParser implements Serializable- serialVersionUID:
- 2192845797749627824L
-
Serialized Fields
-
fallback
Parser fallback
The fallback parser, used when no better parser is available. -
parsers
List<Parser> parsers
List of component parsers. -
registry
MediaTypeRegistry registry
Media type registry.
-
-
Class org.apache.tika.parser.CryptoParser
class CryptoParser extends DelegatingParser implements Serializable- serialVersionUID:
- -3507995752666557731L
-
Class org.apache.tika.parser.DefaultParser
class DefaultParser extends CompositeParser implements Serializable- serialVersionUID:
- 3612324825403757520L
-
Class org.apache.tika.parser.DelegatingParser
class DelegatingParser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.DigestingParser
class DigestingParser extends ParserDecorator implements Serializable-
Serialized Fields
-
digester
DigestingParser.Digester digester
-
-
-
Class org.apache.tika.parser.EmptyParser
class EmptyParser extends AbstractParser implements Serializable- serialVersionUID:
- -4218649699095732123L
-
Class org.apache.tika.parser.ErrorParser
class ErrorParser extends AbstractParser implements Serializable- serialVersionUID:
- 7727423956957641824L
-
Class org.apache.tika.parser.ExternalParser
class ExternalParser extends Object implements Serializable -
Class org.apache.tika.parser.NetworkParser
class NetworkParser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.ParseContext
class ParseContext extends Object implements Serializable- serialVersionUID:
- -5921436862145826534L
-
Class org.apache.tika.parser.ParserDecorator
class ParserDecorator extends AbstractParser implements Serializable- serialVersionUID:
- -3861669115439125268L
-
Serialized Fields
-
parser
Parser parser
The decorated parser instance.
-
-
Class org.apache.tika.parser.ParserPostProcessor
class ParserPostProcessor extends ParserDecorator implements Serializable -
Class org.apache.tika.parser.RecursiveParserWrapper
class 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
-
-
Exception Class org.apache.tika.parser.RecursiveParserWrapper.WriteLimitReached
class WriteLimitReached extends SAXException implements Serializable-
Serialized Fields
-
writeLimit
int writeLimit
-
-
-
-
Package org.apache.tika.parser.apple
-
Class org.apache.tika.parser.apple.AppleSingleFileParser
class AppleSingleFileParser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.apple.BPListDetector
class BPListDetector extends Object implements Serializable -
Class org.apache.tika.parser.apple.PListParser
class PListParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.asm
-
Class org.apache.tika.parser.asm.ClassParser
class ClassParser extends AbstractParser implements Serializable- serialVersionUID:
- -3531388963354454357L
-
-
Package org.apache.tika.parser.audio
-
Class org.apache.tika.parser.audio.AudioParser
class AudioParser extends AbstractParser implements Serializable- serialVersionUID:
- -6015684081240882695L
-
Class org.apache.tika.parser.audio.MidiParser
class MidiParser extends AbstractParser implements Serializable- serialVersionUID:
- 6343278584336189432L
-
-
Package org.apache.tika.parser.chm
-
Class org.apache.tika.parser.chm.ChmParser
class ChmParser extends AbstractParser implements Serializable- serialVersionUID:
- 5938777307516469802L
-
-
Package org.apache.tika.parser.chm.accessor
-
Class org.apache.tika.parser.chm.accessor.ChmItsfHeader
class ChmItsfHeader extends 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
class ChmItspHeader extends 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
class ChmLzxcControlData extends 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
class ChmLzxcResetTable extends 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
class ChmPmgiHeader extends 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
class ChmPmglHeader extends 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
-
Exception Class org.apache.tika.parser.chm.exception.ChmParsingException
class ChmParsingException extends TikaException implements Serializable- serialVersionUID:
- 6497936044733665210L
-
-
Package org.apache.tika.parser.code
-
Class org.apache.tika.parser.code.SourceCodeParser
class SourceCodeParser extends AbstractEncodingDetectorParser implements Serializable- serialVersionUID:
- -4543476498190054160L
-
-
Package org.apache.tika.parser.crypto
-
Class org.apache.tika.parser.crypto.Pkcs7Parser
class Pkcs7Parser extends AbstractParser implements Serializable- serialVersionUID:
- -7310531559075115044L
-
Class org.apache.tika.parser.crypto.TSDParser
class TSDParser extends AbstractParser implements Serializable- serialVersionUID:
- 3268158344501763323L
-
-
Package org.apache.tika.parser.ctakes
-
Class org.apache.tika.parser.ctakes.CTAKESConfig
class CTAKESConfig extends Object implements Serializable- serialVersionUID:
- -1599741171775528923L
-
Serialized Fields
-
aeDescriptorPath
String aeDescriptorPath
-
annotationProps
CTAKESAnnotationProperty[] annotationProps
-
metadata
String[] metadata
-
prettyPrint
boolean prettyPrint
-
separatorChar
char separatorChar
-
serialize
boolean serialize
-
serializerType
CTAKESSerializer serializerType
-
stream
OutputStream stream
-
text
boolean text
-
UMLSPass
String UMLSPass
-
UMLSUser
String UMLSUser
-
-
Class org.apache.tika.parser.ctakes.CTAKESParser
class CTAKESParser extends ParserDecorator implements Serializable- serialVersionUID:
- -2313482748027097961L
-
-
Package org.apache.tika.parser.dbf
-
Class org.apache.tika.parser.dbf.DBFParser
class DBFParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.dif
-
Class org.apache.tika.parser.dif.DIFParser
class DIFParser extends AbstractParser implements Serializable- serialVersionUID:
- 971505521275777826L
-
-
Package org.apache.tika.parser.dwg
-
Class org.apache.tika.parser.dwg.DWGParser
class DWGParser extends AbstractParser implements Serializable- serialVersionUID:
- -7744232583079169119L
-
-
Package org.apache.tika.parser.envi
-
Class org.apache.tika.parser.envi.EnviHeaderParser
class EnviHeaderParser extends AbstractEncodingDetectorParser implements Serializable- serialVersionUID:
- -1479368523072408091L
-
-
Package org.apache.tika.parser.epub
-
Class org.apache.tika.parser.epub.EpubContentParser
class EpubContentParser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.epub.EpubParser
class EpubParser extends AbstractParser implements Serializable- serialVersionUID:
- 215176772484050550L
-
-
Package org.apache.tika.parser.executable
-
Class org.apache.tika.parser.executable.ExecutableParser
class ExecutableParser extends AbstractParser implements Serializable- serialVersionUID:
- 32128791892482L
-
-
Package org.apache.tika.parser.external
-
Class org.apache.tika.parser.external.CompositeExternalParser
class CompositeExternalParser extends CompositeParser implements Serializable- serialVersionUID:
- 6962436916649024024L
-
Class org.apache.tika.parser.external.ExternalParser
class ExternalParser extends AbstractParser implements Serializable- serialVersionUID:
- -1079128990650687037L
-
Serialized Fields
-
command
String[] command
The external command to invoke.- See Also:
-
ignoredLineConsumer
ExternalParser.LineConsumer ignoredLineConsumer
A consumer for ignored Lines -
metadataPatterns
Map<Pattern,
String> metadataPatterns Regular Expressions to run over STDOUT to extract Metadata. -
supportedTypes
Set<MediaType> supportedTypes
Media types supported by the external program.
-
-
-
Package org.apache.tika.parser.feed
-
Class org.apache.tika.parser.feed.FeedParser
class FeedParser extends AbstractParser implements Serializable- serialVersionUID:
- -3785361933034525186L
-
-
Package org.apache.tika.parser.font
-
Class org.apache.tika.parser.font.AdobeFontMetricParser
class AdobeFontMetricParser extends AbstractParser implements Serializable- serialVersionUID:
- -4820306522217196835L
-
Class org.apache.tika.parser.font.TrueTypeParser
class TrueTypeParser extends AbstractParser implements Serializable- serialVersionUID:
- 44788554612243032L
-
-
Package org.apache.tika.parser.gdal
-
Class org.apache.tika.parser.gdal.GDALParser
class GDALParser extends AbstractParser implements Serializable- serialVersionUID:
- -3869130527323941401L
-
Serialized Fields
-
command
String command
-
-
-
Package org.apache.tika.parser.geo.topic
-
Class org.apache.tika.parser.geo.topic.GeoParser
class GeoParser extends AbstractParser implements Serializable- serialVersionUID:
- -2241391757440215491L
-
Serialized Fields
-
available
boolean available
-
defaultConfig
GeoParserConfig defaultConfig
-
gazetteerClient
GeoGazetteerClient gazetteerClient
-
initialized
boolean initialized
-
modelUrl
URL modelUrl
-
nameFinder
NameFinderME nameFinder
-
-
Class org.apache.tika.parser.geo.topic.GeoParserConfig
class GeoParserConfig extends Object implements Serializable- serialVersionUID:
- -3167692634278575818L
-
-
Package org.apache.tika.parser.geo.topic.gazetteer
-
Class org.apache.tika.parser.geo.topic.gazetteer.Location
class Location extends Object implements Serializable- serialVersionUID:
- -59485448766406004L
-
-
Package org.apache.tika.parser.geoinfo
-
Class org.apache.tika.parser.geoinfo.GeographicInformationParser
class GeographicInformationParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.grib
-
Class org.apache.tika.parser.grib.GribParser
class GribParser extends AbstractParser implements Serializable- serialVersionUID:
- 7855458954474247655L
-
-
Package org.apache.tika.parser.hdf
-
Class org.apache.tika.parser.hdf.HDFParser
class HDFParser extends AbstractParser implements Serializable- serialVersionUID:
- 1091208208003437549L
-
-
Package org.apache.tika.parser.html
-
Class org.apache.tika.parser.html.HtmlEncodingDetector
class HtmlEncodingDetector extends Object implements Serializable-
Serialized Fields
-
markLimit
int markLimit
-
-
-
Class org.apache.tika.parser.html.HtmlParser
class 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
class BPGParser extends AbstractParser implements Serializable- serialVersionUID:
- -161736541253892772L
-
Serialized Fields
-
maxRecordLength
int maxRecordLength
-
-
Class org.apache.tika.parser.image.HeifParser
class HeifParser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.image.ICNSParser
class ICNSParser extends AbstractParser implements Serializable- serialVersionUID:
- 922010233654248327L
-
Class org.apache.tika.parser.image.ImageParser
class ImageParser extends AbstractParser implements Serializable- serialVersionUID:
- 7852529269245520335L
-
Class org.apache.tika.parser.image.PSDParser
class PSDParser extends AbstractParser implements Serializable- serialVersionUID:
- 883387734607994914L
-
Class org.apache.tika.parser.image.TiffParser
class TiffParser extends AbstractParser implements Serializable- serialVersionUID:
- -3941143576535464926L
-
Class org.apache.tika.parser.image.WebPParser
class WebPParser extends AbstractParser implements Serializable- serialVersionUID:
- -3941143576535464926L
-
-
Package org.apache.tika.parser.iptc
-
Class org.apache.tika.parser.iptc.IptcAnpaParser
class IptcAnpaParser extends 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
class ISArchiveParser extends Object implements Serializable- serialVersionUID:
- 3640809327541300229L
-
-
Package org.apache.tika.parser.iwork
-
Class org.apache.tika.parser.iwork.IWorkPackageParser
class IWorkPackageParser extends AbstractParser implements Serializable- serialVersionUID:
- -2160322853809682372L
-
Class org.apache.tika.parser.iwork.IWorkParser
class IWorkParser extends Object implements Serializable
-
-
Package org.apache.tika.parser.iwork.iwana
-
Class org.apache.tika.parser.iwork.iwana.IWork13PackageParser
class IWork13PackageParser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.iwork.iwana.IWork18PackageParser
class IWork18PackageParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.jdbc
-
Class org.apache.tika.parser.jdbc.SQLite3Parser
class SQLite3Parser extends AbstractParser implements Serializable- serialVersionUID:
- -752276948656079347L
-
-
Package org.apache.tika.parser.journal
-
Class org.apache.tika.parser.journal.JournalParser
class JournalParser extends AbstractParser implements Serializable- serialVersionUID:
- 4664255544154296438L
-
-
Package org.apache.tika.parser.jpeg
-
Class org.apache.tika.parser.jpeg.JpegParser
class JpegParser extends AbstractParser implements Serializable- serialVersionUID:
- -1355028253756234603L
-
-
Package org.apache.tika.parser.mail
-
Class org.apache.tika.parser.mail.RFC822Parser
class 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
class MatParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.mbox
-
Class org.apache.tika.parser.mbox.MboxParser
class MboxParser extends AbstractParser implements Serializable- serialVersionUID:
- -1762689436731160661L
-
Class org.apache.tika.parser.mbox.OutlookPSTParser
class OutlookPSTParser extends AbstractParser implements Serializable- serialVersionUID:
- 620998217748364063L
-
-
Package org.apache.tika.parser.microsoft
-
Class org.apache.tika.parser.microsoft.AbstractOfficeParser
class AbstractOfficeParser extends AbstractParser implements Serializable-
Serialized Fields
-
defaultOfficeParserConfig
OfficeParserConfig defaultOfficeParserConfig
-
-
-
Class org.apache.tika.parser.microsoft.EMFParser
class EMFParser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.microsoft.JackcessParser
class JackcessParser extends AbstractParser implements Serializable- serialVersionUID:
- -752276948656079347L
-
Serialized Fields
-
locale
Locale locale
-
-
Class org.apache.tika.parser.microsoft.MSOwnerFileParser
class MSOwnerFileParser extends AbstractParser implements Serializable- serialVersionUID:
- -752276948656079347L
-
Class org.apache.tika.parser.microsoft.OfficeParser
class OfficeParser extends AbstractOfficeParser implements Serializable- serialVersionUID:
- 7393462244028653479L
-
Class org.apache.tika.parser.microsoft.OfficeParserConfig
class OfficeParserConfig extends Object implements Serializable-
Serialized Fields
-
concatenatePhoneticRuns
boolean concatenatePhoneticRuns
-
dateOverrideFormat
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
class OldExcelParser extends AbstractParser implements Serializable- serialVersionUID:
- 4611820730372823452L
-
Class org.apache.tika.parser.microsoft.POIFSContainerDetector
class POIFSContainerDetector extends Object implements Serializable- serialVersionUID:
- -3028021741663605293L
-
Serialized Fields
-
markLimit
int markLimit
-
-
Class org.apache.tika.parser.microsoft.TikaExcelGeneralFormat
class TikaExcelGeneralFormat extends Format implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
decimalFormat
DecimalFormat decimalFormat
-
decimalSymbols
DecimalFormatSymbols decimalSymbols
-
integerFormat
DecimalFormat integerFormat
-
scientificFormat
DecimalFormat scientificFormat
-
-
Class org.apache.tika.parser.microsoft.TNEFParser
class TNEFParser extends AbstractParser implements Serializable- serialVersionUID:
- 4611820730372823452L
-
Class org.apache.tika.parser.microsoft.WMFParser
class WMFParser extends AbstractParser implements Serializable
-
-
Package org.apache.tika.parser.microsoft.ooxml
-
Class org.apache.tika.parser.microsoft.ooxml.OOXMLParser
class 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
class Word2006MLParser extends AbstractOfficeParser implements Serializable
-
-
Package org.apache.tika.parser.microsoft.xml
-
Class org.apache.tika.parser.microsoft.xml.AbstractXML2003Parser
class AbstractXML2003Parser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.microsoft.xml.SpreadsheetMLParser
class SpreadsheetMLParser extends AbstractXML2003Parser implements Serializable -
Class org.apache.tika.parser.microsoft.xml.WordMLParser
class WordMLParser extends AbstractXML2003Parser implements Serializable
-
-
Package org.apache.tika.parser.mp3
-
Class org.apache.tika.parser.mp3.Mp3Parser
class Mp3Parser extends AbstractParser implements Serializable- serialVersionUID:
- 8537074922934844370L
-
-
Package org.apache.tika.parser.mp4
-
Class org.apache.tika.parser.mp4.MP4Parser
class MP4Parser extends AbstractParser implements Serializable- serialVersionUID:
- 84011216792285L
-
Serialized Fields
-
iso6709Extractor
org.apache.tika.parser.mp4.ISO6709Extractor iso6709Extractor
-
-
Class org.apache.tika.parser.mp4.NoakesMP4Parser
class 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
class NamedEntityParser extends AbstractParser implements Serializable-
Serialized Fields
-
available
boolean available
-
initialized
boolean initialized
-
nerChain
List<NERecogniser> nerChain
-
secondaryParser
Tika secondaryParser
-
-
-
-
Package org.apache.tika.parser.netcdf
-
Class org.apache.tika.parser.netcdf.NetCDFParser
class NetCDFParser extends AbstractParser implements Serializable- serialVersionUID:
- -5940938274907708665L
-
-
Package org.apache.tika.parser.ocr
-
Class org.apache.tika.parser.ocr.TesseractOCRConfig
class TesseractOCRConfig extends Object implements Serializable- serialVersionUID:
- -4861942486845757891L
-
Serialized Fields
-
applyRotation
boolean applyRotation
-
colorspace
String colorspace
-
density
int density
-
depth
int depth
-
enableImageProcessing
int enableImageProcessing
-
filter
String filter
-
imageMagickPath
String imageMagickPath
-
language
String language
-
maxFileSizeToOcr
long maxFileSizeToOcr
-
minFileSizeToOcr
long minFileSizeToOcr
-
otherTesseractConfig
Map<String,
String> otherTesseractConfig -
outputType
TesseractOCRConfig.OUTPUT_TYPE outputType
-
pageSegMode
String pageSegMode
-
pageSeparator
String pageSeparator
-
preserveInterwordSpacing
boolean preserveInterwordSpacing
-
resize
int resize
-
tessdataPath
String tessdataPath
-
tesseractPath
String tesseractPath
-
timeout
int timeout
-
-
Class org.apache.tika.parser.ocr.TesseractOCRParser
class 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
class FlatOpenDocumentParser extends AbstractParser implements Serializable- serialVersionUID:
- -8739250869531737584L
-
Serialized Fields
-
extractMacros
boolean extractMacros
-
-
Class org.apache.tika.parser.odf.OpenDocumentContentParser
class OpenDocumentContentParser extends AbstractParser implements Serializable -
Class org.apache.tika.parser.odf.OpenDocumentMetaParser
class OpenDocumentMetaParser extends XMLParser implements Serializable- serialVersionUID:
- -8739250869531737584L
-
Class org.apache.tika.parser.odf.OpenDocumentParser
class OpenDocumentParser extends AbstractParser implements Serializable- serialVersionUID:
- -6410276875438618287L
-
-
Package org.apache.tika.parser.opendocument
-
Class org.apache.tika.parser.opendocument.OpenOfficeParser
class OpenOfficeParser extends OpenDocumentParser implements Serializable
-
-
Package org.apache.tika.parser.pdf
-
Class org.apache.tika.parser.pdf.AccessChecker
class AccessChecker extends Object implements Serializable- serialVersionUID:
- 6492570218190936986L
-
Serialized Fields
-
allowAccessibility
boolean allowAccessibility
-
needToCheck
boolean needToCheck
-
-
Class org.apache.tika.parser.pdf.PDFParser
class PDFParser extends AbstractParser implements Serializable- serialVersionUID:
- -752276948656079347L
-
Serialized Fields
-
defaultConfig
PDFParserConfig defaultConfig
-
initializableProblemHandler
InitializableProblemHandler initializableProblemHandler
-
-
Class org.apache.tika.parser.pdf.PDFParserConfig
class PDFParserConfig extends Object implements Serializable- serialVersionUID:
- 6492570218190936986L
-
Serialized Fields
-
accessChecker
AccessChecker accessChecker
-
averageCharTolerance
Float averageCharTolerance
-
catchIntermediateIOExceptions
boolean catchIntermediateIOExceptions
-
detectAngles
boolean detectAngles
-
dropThreshold
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
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
Float spacingTolerance
-
suppressDuplicateOverlappingText
boolean suppressDuplicateOverlappingText
-
-
Class org.apache.tika.parser.pdf.PDFPreflightParser
class PDFPreflightParser extends PDFParser implements Serializable
-
-
Package org.apache.tika.parser.pkg
-
Class org.apache.tika.parser.pkg.ArParser
class ArParser extends PackageParser implements Serializable -
Class org.apache.tika.parser.pkg.Bzip2Parser
class Bzip2Parser extends DelegatingParser implements Serializable -
Class org.apache.tika.parser.pkg.CompressorParser
class CompressorParser extends AbstractParser implements Serializable- serialVersionUID:
- 2793565792967222459L
-
Serialized Fields
-
memoryLimitInKb
int memoryLimitInKb
-
-
Class org.apache.tika.parser.pkg.CpioParser
class CpioParser extends PackageParser implements Serializable -
Class org.apache.tika.parser.pkg.GzipParser
class GzipParser extends DelegatingParser implements Serializable -
Class org.apache.tika.parser.pkg.PackageParser
class PackageParser extends AbstractEncodingDetectorParser implements Serializable- serialVersionUID:
- -5331043266963888708L
-
Serialized Fields
-
detectCharsetsInEntryNames
boolean detectCharsetsInEntryNames
-
-
Class org.apache.tika.parser.pkg.RarParser
class RarParser extends AbstractParser implements Serializable- serialVersionUID:
- 6157727985054451501L
-
Class org.apache.tika.parser.pkg.StreamingZipContainerDetector
class StreamingZipContainerDetector extends org.apache.tika.parser.pkg.ZipContainerDetectorBase implements Serializable-
Serialized Fields
-
markLimit
int markLimit
-
-
-
Class org.apache.tika.parser.pkg.TarParser
class TarParser extends PackageParser implements Serializable -
Class org.apache.tika.parser.pkg.ZipContainerDetector
class ZipContainerDetector extends Object implements Serializable- serialVersionUID:
- 2891763938430295453L
-
Serialized Fields
-
markLimit
int markLimit
-
streamingZipContainerDetector
StreamingZipContainerDetector streamingZipContainerDetector
-
-
Class org.apache.tika.parser.pkg.ZipParser
class ZipParser extends PackageParser implements Serializable
-
-
Package org.apache.tika.parser.pot
-
Class org.apache.tika.parser.pot.PooledTimeSeriesParser
class PooledTimeSeriesParser extends AbstractParser implements Serializable- serialVersionUID:
- -2855917932512164988L
-
-
Package org.apache.tika.parser.prt
-
Class org.apache.tika.parser.prt.PRTParser
class PRTParser extends AbstractParser implements Serializable- serialVersionUID:
- 4659638314375035178L
-
-
Package org.apache.tika.parser.recognition
-
Class org.apache.tika.parser.recognition.ObjectRecognitionParser
class 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
class TensorflowImageRecParser extends ExternalParser implements Serializable
-
-
Package org.apache.tika.parser.rtf
-
Class org.apache.tika.parser.rtf.RTFParser
class 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
class SentimentAnalysisParser extends AbstractParser implements Serializable-
Serialized Fields
-
classifier
opennlp.tools.sentiment.SentimentME classifier
-
modelPath
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
class FileConfig extends Object implements Serializable- serialVersionUID:
- 5712655467296441314L
-
Serialized Fields
-
filePath
String filePath
-
mimetype
boolean mimetype
-
-
Class org.apache.tika.parser.strings.Latin1StringsParser
class 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
class StringsConfig extends Object implements Serializable- serialVersionUID:
- -1465227101645003594L
-
Serialized Fields
-
encoding
StringsEncoding encoding
-
minLength
int minLength
-
stringsPath
String stringsPath
-
timeout
int timeout
-
-
Class org.apache.tika.parser.strings.StringsParser
class StringsParser extends AbstractParser implements Serializable- serialVersionUID:
- 802566634661575025L
-
-
Package org.apache.tika.parser.txt
-
Class org.apache.tika.parser.txt.Icu4jEncodingDetector
class Icu4jEncodingDetector extends Object implements Serializable-
Serialized Fields
-
markLimit
int markLimit
-
stripMarkup
boolean stripMarkup
-
-
-
Class org.apache.tika.parser.txt.TXTParser
class TXTParser extends AbstractEncodingDetectorParser implements Serializable- serialVersionUID:
- -6656102320836888910L
-
Class org.apache.tika.parser.txt.UniversalEncodingDetector
class UniversalEncodingDetector extends Object implements Serializable-
Serialized Fields
-
markLimit
int markLimit
-
-
-
-
Package org.apache.tika.parser.utils
-
Exception Class org.apache.tika.parser.utils.DataURISchemeParseException
class DataURISchemeParseException extends TikaException implements Serializable
-
-
Package org.apache.tika.parser.video
-
Class org.apache.tika.parser.video.FLVParser
class FLVParser extends AbstractParser implements Serializable- serialVersionUID:
- -8718013155719197679L
-
-
Package org.apache.tika.parser.wordperfect
-
Class org.apache.tika.parser.wordperfect.QuattroProParser
class QuattroProParser extends AbstractParser implements Serializable- serialVersionUID:
- 8941810225917012232L
-
Class org.apache.tika.parser.wordperfect.WordPerfectParser
class 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
class DcXMLParser extends XMLParser implements Serializable- serialVersionUID:
- 4905318835463880819L
-
Class org.apache.tika.parser.xml.FictionBookParser
class FictionBookParser extends XMLParser implements Serializable- serialVersionUID:
- 4195954546491524374L
-
Class org.apache.tika.parser.xml.XMLParser
class XMLParser extends AbstractParser implements Serializable- serialVersionUID:
- -6028836725280212837L
-
Class org.apache.tika.parser.xml.XMLProfiler
class XMLProfiler extends AbstractParser implements Serializable
-
-
Package org.apache.tika.sax
-
Class org.apache.tika.sax.AbstractRecursiveParserWrapperHandler
class AbstractRecursiveParserWrapperHandler extends 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
class BasicContentHandlerFactory extends Object implements Serializable-
Serialized Fields
-
type
BasicContentHandlerFactory.HANDLER_TYPE type
-
writeLimit
int writeLimit
-
-
-
Class org.apache.tika.sax.RecursiveParserWrapperHandler
class RecursiveParserWrapperHandler extends AbstractRecursiveParserWrapperHandler implements Serializable -
Exception Class org.apache.tika.sax.TaggedSAXException
class TaggedSAXException extends SAXException implements Serializable-
Serialized Fields
-
tag
Object tag
The object reference used to tag the exception.
-
-
-
-
Package org.apache.tika.utils
-
Class org.apache.tika.utils.XMLReaderUtils
class XMLReaderUtils extends Object implements Serializable- serialVersionUID:
- 6110455808615143122L
-
-
Package org.apache.xmlbeans
-
Class org.apache.xmlbeans.GDate
class GDate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_bits
int _bits
-
_CY
int _CY
-
_D
int _D
-
_fs
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
class GDateBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_bits
int _bits
-
_CY
int _CY
-
_D
int _D
-
_fs
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
class GDuration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_CY
int _CY
-
_D
int _D
-
_fs
BigDecimal _fs
-
_h
int _h
-
_m
int _m
-
_M
int _M
-
_s
int _s
-
_sign
int _sign
-
-
Class org.apache.xmlbeans.GDurationBuilder
class GDurationBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_CY
int _CY
-
_D
int _D
-
_fs
BigDecimal _fs
-
_h
int _h
-
_m
int _m
-
_M
int _M
-
_s
int _s
-
_sign
int _sign
-
-
Class org.apache.xmlbeans.QNameSet
class QNameSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.QNameSetBuilder
class QNameSetBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.xmlbeans.SchemaTypeLoaderException
class SchemaTypeLoaderException extends XmlRuntimeException implements Serializable-
Serialized Fields
-
_code
int _code
-
-
-
Class org.apache.xmlbeans.StringEnumAbstractBase
class StringEnumAbstractBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_int
int _int
-
_string
String _string
-
-
Class org.apache.xmlbeans.XmlCalendar
class XmlCalendar extends GregorianCalendar implements Serializable -
Class org.apache.xmlbeans.XmlError
class XmlError extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.xmlbeans.XmlException
class XmlException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.XmlOptions
class XmlOptions extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_map
Map<XmlOptions.XmlOptionsKeys,
Object> _map
-
-
Exception Class org.apache.xmlbeans.XmlRuntimeException
class XmlRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.XmlSimpleList
class XmlSimpleList extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.xmlbeans.XMLStreamValidationException
class XMLStreamValidationException extends org.apache.xmlbeans.xml.stream.XMLStreamException implements Serializable-
Serialized Fields
-
_xmlError
XmlError _xmlError
-
-
-
Class org.apache.xmlbeans.XmlValidationError
class XmlValidationError extends XmlError implements Serializable-
Serialized Fields
-
_badSchemaType
SchemaType _badSchemaType
-
_errorType
int _errorType
-
_expectedQNames
List<QName> _expectedQNames
-
_expectedSchemaType
SchemaType _expectedSchemaType
-
_fieldQName
QName _fieldQName
-
_offendingQName
QName _offendingQName
-
-
-
-
Package org.apache.xmlbeans.impl.common
-
Class org.apache.xmlbeans.impl.common.ConcurrentReaderHashMap
class ConcurrentReaderHashMap extends AbstractMap implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
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
class BarrierLock extends Object implements Serializable -
Exception Class org.apache.xmlbeans.impl.common.InvalidLexicalValueException
class InvalidLexicalValueException extends RuntimeException implements Serializable-
Serialized Fields
-
_location
Location _location
-
-
-
Exception Class org.apache.xmlbeans.impl.common.XPath.XPathCompileException
class XPathCompileException extends XmlException implements Serializable
-
-
Package org.apache.xmlbeans.impl.regex
-
Exception Class org.apache.xmlbeans.impl.regex.ParseException
class ParseException extends RuntimeException implements Serializable-
Serialized Fields
-
location
int location
-
-
-
Class org.apache.xmlbeans.impl.regex.RegularExpression
class RegularExpression extends 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
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
class SchemaRegularExpression extends RegularExpression implements Serializable
-
-
Package org.apache.xmlbeans.impl.soap
-
Exception Class org.apache.xmlbeans.impl.soap.SOAPException
class SOAPException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.apache.xmlbeans.impl.store
-
Exception Class org.apache.xmlbeans.impl.store.DomImpl.DomLevel3NotImplemented
class DomLevel3NotImplemented extends RuntimeException implements Serializable
-
-
Package org.apache.xmlbeans.impl.values
-
Class org.apache.xmlbeans.impl.values.JavaBase64Holder
class JavaBase64Holder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_hashcached
boolean _hashcached
-
_value
byte[] _value
-
hashcode
int hashcode
-
-
-
Class org.apache.xmlbeans.impl.values.JavaBase64HolderEx
class JavaBase64HolderEx extends JavaBase64Holder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaBooleanHolder
class JavaBooleanHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
boolean _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx
class JavaBooleanHolderEx extends JavaBooleanHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaDecimalHolder
class JavaDecimalHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
BigDecimal _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
class JavaDecimalHolderEx extends JavaDecimalHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaDoubleHolder
class JavaDoubleHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
double _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx
class JavaDoubleHolderEx extends JavaDoubleHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaFloatHolder
class JavaFloatHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
float _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaFloatHolderEx
class JavaFloatHolderEx extends JavaFloatHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
class JavaGDateHolderEx extends XmlObjectBase implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
_value
GDate _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
class JavaGDurationHolderEx extends XmlObjectBase implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
_value
GDuration _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
class JavaHexBinaryHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_hashcached
boolean _hashcached
-
_value
byte[] _value
-
hashcode
int hashcode
-
-
-
Class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
class JavaHexBinaryHolderEx extends JavaHexBinaryHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaIntegerHolder
class JavaIntegerHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
BigInteger _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaIntegerHolderEx
class JavaIntegerHolderEx extends JavaIntegerHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaIntHolder
class JavaIntHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
int _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaIntHolderEx
class JavaIntHolderEx extends JavaIntHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaLongHolder
class JavaLongHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
long _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaLongHolderEx
class JavaLongHolderEx extends JavaLongHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaNotationHolder
class JavaNotationHolder extends XmlQNameImpl implements Serializable -
Class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
class JavaNotationHolderEx extends JavaNotationHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaQNameHolder
class JavaQNameHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
QName _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
class JavaQNameHolderEx extends JavaQNameHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx
class JavaStringEnumerationHolderEx extends JavaStringHolderEx implements Serializable-
Serialized Fields
-
_val
StringEnumAbstractBase _val
-
-
-
Class org.apache.xmlbeans.impl.values.JavaStringHolder
class JavaStringHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
String _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaStringHolderEx
class JavaStringHolderEx extends JavaStringHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.JavaUriHolder
class JavaUriHolder extends XmlObjectBase implements Serializable-
Serialized Fields
-
_value
String _value
-
-
-
Class org.apache.xmlbeans.impl.values.JavaUriHolderEx
class JavaUriHolderEx extends JavaUriHolder implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.StringEnumValue
class StringEnumValue extends StringEnumAbstractBase implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
class XmlAnySimpleTypeImpl extends XmlObjectBase implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
_textvalue
String _textvalue
-
-
-
Class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeRestriction
class XmlAnySimpleTypeRestriction extends XmlAnySimpleTypeImpl implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.XmlAnyTypeImpl
class XmlAnyTypeImpl extends XmlComplexContentImpl implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlAnyUriImpl
class XmlAnyUriImpl extends JavaUriHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlAnyUriRestriction
class XmlAnyUriRestriction extends JavaUriHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlBase64BinaryImpl
class XmlBase64BinaryImpl extends JavaBase64Holder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlBase64BinaryRestriction
class XmlBase64BinaryRestriction extends JavaBase64HolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlBooleanImpl
class XmlBooleanImpl extends JavaBooleanHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlBooleanRestriction
class XmlBooleanRestriction extends JavaBooleanHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlByteImpl
class XmlByteImpl extends JavaIntHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
class XmlComplexContentImpl extends XmlObjectBase implements Serializable-
Serialized Fields
-
_schemaType
SchemaTypeImpl _schemaType
-
-
-
Class org.apache.xmlbeans.impl.values.XmlDateImpl
class XmlDateImpl extends JavaGDateHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlDateTimeImpl
class XmlDateTimeImpl extends JavaGDateHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlDecimalImpl
class XmlDecimalImpl extends JavaDecimalHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlDecimalRestriction
class XmlDecimalRestriction extends JavaDecimalHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlDoubleImpl
class XmlDoubleImpl extends JavaDoubleHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlDoubleRestriction
class XmlDoubleRestriction extends JavaDoubleHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlDurationImpl
class XmlDurationImpl extends JavaGDurationHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlEntitiesImpl
class XmlEntitiesImpl extends XmlListImpl implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlEntityImpl
class XmlEntityImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlFloatImpl
class XmlFloatImpl extends JavaFloatHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlFloatRestriction
class XmlFloatRestriction extends JavaFloatHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlGDayImpl
class XmlGDayImpl extends JavaGDateHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlGMonthDayImpl
class XmlGMonthDayImpl extends JavaGDateHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlGMonthImpl
class XmlGMonthImpl extends JavaGDateHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlGYearImpl
class XmlGYearImpl extends JavaGDateHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlGYearMonthImpl
class XmlGYearMonthImpl extends JavaGDateHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlHexBinaryImpl
class XmlHexBinaryImpl extends JavaHexBinaryHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlHexBinaryRestriction
class XmlHexBinaryRestriction extends JavaHexBinaryHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlIdImpl
class XmlIdImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlIdRefImpl
class XmlIdRefImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlIdRefsImpl
class XmlIdRefsImpl extends XmlListImpl implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlIntegerImpl
class XmlIntegerImpl extends JavaIntegerHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlIntegerRestriction
class XmlIntegerRestriction extends JavaIntegerHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlIntImpl
class XmlIntImpl extends JavaIntHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlIntRestriction
class XmlIntRestriction extends JavaIntHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlLanguageImpl
class XmlLanguageImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlListImpl
class 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
class XmlLongImpl extends JavaLongHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlLongRestriction
class XmlLongRestriction extends JavaLongHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNameImpl
class XmlNameImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNCNameImpl
class XmlNCNameImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNegativeIntegerImpl
class XmlNegativeIntegerImpl extends JavaIntegerHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNmTokenImpl
class XmlNmTokenImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNmTokensImpl
class XmlNmTokensImpl extends XmlListImpl implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNonNegativeIntegerImpl
class XmlNonNegativeIntegerImpl extends JavaIntegerHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNonPositiveIntegerImpl
class XmlNonPositiveIntegerImpl extends JavaIntegerHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNormalizedStringImpl
class XmlNormalizedStringImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNotationImpl
class XmlNotationImpl extends JavaNotationHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlNotationRestriction
class XmlNotationRestriction extends JavaNotationHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlObjectBase
class XmlObjectBase extends Object implements Serializable-
Serialization Methods
-
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
Object _textsource
-
-
-
Class org.apache.xmlbeans.impl.values.XmlPositiveIntegerImpl
class XmlPositiveIntegerImpl extends JavaIntegerHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlQNameImpl
class XmlQNameImpl extends JavaQNameHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlQNameRestriction
class XmlQNameRestriction extends JavaQNameHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlShortImpl
class XmlShortImpl extends JavaIntHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlStringEnumeration
class XmlStringEnumeration extends JavaStringEnumerationHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlStringImpl
class XmlStringImpl extends JavaStringHolder implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlStringRestriction
class XmlStringRestriction extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlTimeImpl
class XmlTimeImpl extends JavaGDateHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlTokenImpl
class XmlTokenImpl extends JavaStringHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlUnionImpl
class XmlUnionImpl extends XmlObjectBase implements Serializable-
Serialized Fields
-
_schemaType
SchemaType _schemaType
-
_textvalue
String _textvalue
-
_value
XmlAnySimpleType _value
-
-
-
Class org.apache.xmlbeans.impl.values.XmlUnsignedByteImpl
class XmlUnsignedByteImpl extends JavaIntHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlUnsignedIntImpl
class XmlUnsignedIntImpl extends JavaLongHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlUnsignedLongImpl
class XmlUnsignedLongImpl extends JavaIntegerHolderEx implements Serializable -
Class org.apache.xmlbeans.impl.values.XmlUnsignedShortImpl
class XmlUnsignedShortImpl extends JavaIntHolderEx implements Serializable -
Exception Class org.apache.xmlbeans.impl.values.XmlValueDisconnectedException
class XmlValueDisconnectedException extends RuntimeException implements Serializable -
Exception Class org.apache.xmlbeans.impl.values.XmlValueNotNillableException
class XmlValueNotNillableException extends RuntimeException implements Serializable -
Exception Class org.apache.xmlbeans.impl.values.XmlValueNotSupportedException
class XmlValueNotSupportedException extends XmlValueOutOfRangeException implements Serializable -
Exception Class org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException
class XmlValueOutOfRangeException extends IllegalArgumentException implements Serializable
-
-
Package org.apache.xmlbeans.impl.xb.ltgfmt
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.FileDesc.Role.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.apache.xmlbeans.impl.xb.ltgfmt.impl
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.CodeImpl
class CodeImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.FileDescImpl
class FileDescImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.FileDescImpl.RoleImpl
class RoleImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.TestCaseImpl
class TestCaseImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.TestCaseImpl.FilesImpl
class FilesImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.TestsDocumentImpl
class TestsDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.ltgfmt.impl.TestsDocumentImpl.TestsImpl
class TestsImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.substwsdl.impl
-
Class org.apache.xmlbeans.impl.xb.substwsdl.impl.DefinitionsDocumentImpl
class DefinitionsDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.substwsdl.impl.DefinitionsDocumentImpl.DefinitionsImpl
class DefinitionsImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.substwsdl.impl.TImportImpl
class TImportImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.xmlconfig
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.JavaNameList.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.NamespaceList.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.NamespaceList.Member2.Item.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.Qnametargetenum.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.apache.xmlbeans.impl.xb.xmlconfig.impl
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ConfigDocumentImpl
class ConfigDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ConfigDocumentImpl.ConfigImpl
class ConfigImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ExtensionconfigImpl
class ExtensionconfigImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ExtensionconfigImpl.InterfaceImpl
class InterfaceImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.ExtensionconfigImpl.PrePostSetImpl
class PrePostSetImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameImpl
class JavaNameImpl extends JavaStringHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameListImpl
class JavaNameListImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameListImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameListImpl.MemberImpl2
class MemberImpl2 extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl
class NamespaceListImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl.MemberImpl2
class MemberImpl2 extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl.MemberImpl2.ItemImpl
class ItemImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespaceListImpl.MemberImpl2.ItemImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NamespacePrefixListImpl
class NamespacePrefixListImpl extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.NsconfigImpl
class NsconfigImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.QnameconfigImpl
class QnameconfigImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.QnametargetenumImpl
class QnametargetenumImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.QnametargetlistImpl
class QnametargetlistImpl extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlconfig.impl.UsertypeconfigImpl
class 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
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.apache.xmlbeans.impl.xb.xmlschema.impl
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.BaseAttributeImpl
class BaseAttributeImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.IdAttributeImpl
class IdAttributeImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.LangAttributeImpl
class LangAttributeImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.LangAttributeImpl.LangImpl
class LangImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.LangAttributeImpl.LangImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.SpaceAttributeImpl
class SpaceAttributeImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xmlschema.impl.SpaceAttributeImpl.SpaceImpl
class SpaceImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.xsdownload.impl
-
Class org.apache.xmlbeans.impl.xb.xsdownload.impl.DownloadedSchemaEntryImpl
class DownloadedSchemaEntryImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdownload.impl.DownloadedSchemasDocumentImpl
class DownloadedSchemasDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdownload.impl.DownloadedSchemasDocumentImpl.DownloadedSchemasImpl
class DownloadedSchemasImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xb.xsdschema
-
Class org.apache.xmlbeans.impl.xb.xsdschema.AllNNI.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.Attribute.Use.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.DerivationControl.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.DerivationSet.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.FormChoice.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.FullDerivationSet.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.NamespaceList.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.NamespaceList.Member2.Item.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.SimpleDerivationSet.Member.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace.Value.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.apache.xmlbeans.impl.xb.xsdschema.Wildcard.ProcessContents.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.apache.xmlbeans.impl.xb.xsdschema.impl
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllDocumentImpl
class AllDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllImpl
class AllImpl extends ExplicitGroupImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllImpl.MaxOccursImpl
class MaxOccursImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllImpl.MinOccursImpl
class MinOccursImpl extends JavaIntegerHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllNNIImpl
class AllNNIImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AllNNIImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnnotatedImpl
class AnnotatedImpl extends OpenAttrsImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnnotationDocumentImpl
class AnnotationDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnnotationDocumentImpl.AnnotationImpl
class AnnotationImpl extends OpenAttrsImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnyAttributeDocumentImpl
class AnyAttributeDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnyDocumentImpl
class AnyDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnyDocumentImpl.AnyImpl
class AnyImpl extends WildcardImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AppinfoDocumentImpl
class AppinfoDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AppinfoDocumentImpl.AppinfoImpl
class AppinfoImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeDocumentImpl
class AttributeDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeGroupDocumentImpl
class AttributeGroupDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeGroupImpl
class AttributeGroupImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeGroupRefImpl
class AttributeGroupRefImpl extends AttributeGroupImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeImpl
class AttributeImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.AttributeImpl.UseImpl
class UseImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl
class BlockSetImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl.MemberImpl2
class MemberImpl2 extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl.MemberImpl2.ItemImpl
class ItemImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ChoiceDocumentImpl
class ChoiceDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexContentDocumentImpl
class ComplexContentDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexContentDocumentImpl.ComplexContentImpl
class ComplexContentImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexRestrictionTypeImpl
class ComplexRestrictionTypeImpl extends RestrictionTypeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexTypeDocumentImpl
class ComplexTypeDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ComplexTypeImpl
class ComplexTypeImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DerivationControlImpl
class DerivationControlImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DerivationSetImpl
class DerivationSetImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DerivationSetImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DerivationSetImpl.MemberImpl2
class MemberImpl2 extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DocumentationDocumentImpl
class DocumentationDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.DocumentationDocumentImpl.DocumentationImpl
class DocumentationImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ElementDocumentImpl
class ElementDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ElementImpl
class ElementImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.EnumerationDocumentImpl
class EnumerationDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ExplicitGroupImpl
class ExplicitGroupImpl extends GroupImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ExtensionTypeImpl
class ExtensionTypeImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FacetImpl
class FacetImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FieldDocumentImpl
class FieldDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FieldDocumentImpl.FieldImpl
class FieldImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FieldDocumentImpl.FieldImpl.XpathImpl
class XpathImpl extends JavaStringHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FormChoiceImpl
class FormChoiceImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FractionDigitsDocumentImpl
class FractionDigitsDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FullDerivationSetImpl
class FullDerivationSetImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FullDerivationSetImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.FullDerivationSetImpl.MemberImpl2
class MemberImpl2 extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.GroupDocumentImpl
class GroupDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.GroupImpl
class GroupImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.GroupRefImpl
class GroupRefImpl extends RealGroupImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ImportDocumentImpl
class ImportDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ImportDocumentImpl.ImportImpl
class ImportImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.IncludeDocumentImpl
class IncludeDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.IncludeDocumentImpl.IncludeImpl
class IncludeImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.KeybaseImpl
class KeybaseImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.KeyDocumentImpl
class KeyDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.KeyrefDocumentImpl
class KeyrefDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.KeyrefDocumentImpl.KeyrefImpl
class KeyrefImpl extends KeybaseImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.LengthDocumentImpl
class LengthDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ListDocumentImpl
class ListDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ListDocumentImpl.ListImpl
class ListImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalComplexTypeImpl
class LocalComplexTypeImpl extends ComplexTypeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalElementImpl
class LocalElementImpl extends ElementImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalSimpleTypeImpl
class LocalSimpleTypeImpl extends SimpleTypeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MaxExclusiveDocumentImpl
class MaxExclusiveDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MaxInclusiveDocumentImpl
class MaxInclusiveDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MaxLengthDocumentImpl
class MaxLengthDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MinExclusiveDocumentImpl
class MinExclusiveDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MinInclusiveDocumentImpl
class MinInclusiveDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.MinLengthDocumentImpl
class MinLengthDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamedAttributeGroupImpl
class NamedAttributeGroupImpl extends AttributeGroupImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamedGroupImpl
class NamedGroupImpl extends RealGroupImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamedGroupImpl.AllImpl
class AllImpl extends AllImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl
class NamespaceListImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl.MemberImpl2
class MemberImpl2 extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl.MemberImpl2.ItemImpl
class ItemImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NamespaceListImpl.MemberImpl2.ItemImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NarrowMaxMinImpl
class NarrowMaxMinImpl extends LocalElementImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NarrowMaxMinImpl.MaxOccursImpl
class MaxOccursImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NarrowMaxMinImpl.MinOccursImpl
class MinOccursImpl extends JavaIntegerHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NoFixedFacetImpl
class NoFixedFacetImpl extends FacetImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NotationDocumentImpl
class NotationDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NotationDocumentImpl.NotationImpl
class NotationImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.NumFacetImpl
class NumFacetImpl extends FacetImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.OpenAttrsImpl
class OpenAttrsImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.PatternDocumentImpl
class PatternDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.PatternDocumentImpl.PatternImpl
class PatternImpl extends NoFixedFacetImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.PublicImpl
class PublicImpl extends JavaStringHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RealGroupImpl
class RealGroupImpl extends GroupImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RedefineDocumentImpl
class RedefineDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RedefineDocumentImpl.RedefineImpl
class RedefineImpl extends OpenAttrsImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.ReducedDerivationControlImpl
class ReducedDerivationControlImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RestrictionDocumentImpl
class RestrictionDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RestrictionDocumentImpl.RestrictionImpl
class RestrictionImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.RestrictionTypeImpl
class RestrictionTypeImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SchemaDocumentImpl
class SchemaDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SchemaDocumentImpl.SchemaImpl
class SchemaImpl extends OpenAttrsImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SelectorDocumentImpl
class SelectorDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SelectorDocumentImpl.SelectorImpl
class SelectorImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SelectorDocumentImpl.SelectorImpl.XpathImpl
class XpathImpl extends JavaStringHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SequenceDocumentImpl
class SequenceDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleContentDocumentImpl
class SimpleContentDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleContentDocumentImpl.SimpleContentImpl
class SimpleContentImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleDerivationSetImpl
class SimpleDerivationSetImpl extends XmlUnionImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleDerivationSetImpl.MemberImpl
class MemberImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleDerivationSetImpl.MemberImpl2
class MemberImpl2 extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleDerivationSetImpl.MemberImpl2.ItemImpl
class ItemImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleExplicitGroupImpl
class SimpleExplicitGroupImpl extends ExplicitGroupImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleExtensionTypeImpl
class SimpleExtensionTypeImpl extends ExtensionTypeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleRestrictionTypeImpl
class SimpleRestrictionTypeImpl extends RestrictionTypeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleTypeDocumentImpl
class SimpleTypeDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleTypeImpl
class SimpleTypeImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TopLevelAttributeImpl
class TopLevelAttributeImpl extends AttributeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TopLevelComplexTypeImpl
class TopLevelComplexTypeImpl extends ComplexTypeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TopLevelElementImpl
class TopLevelElementImpl extends ElementImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TopLevelSimpleTypeImpl
class TopLevelSimpleTypeImpl extends SimpleTypeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TotalDigitsDocumentImpl
class TotalDigitsDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TotalDigitsDocumentImpl.TotalDigitsImpl
class TotalDigitsImpl extends NumFacetImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.TypeDerivationControlImpl
class TypeDerivationControlImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.UnionDocumentImpl
class UnionDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.UnionDocumentImpl.UnionImpl
class UnionImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.UnionDocumentImpl.UnionImpl.MemberTypesImpl
class MemberTypesImpl extends XmlListImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.UniqueDocumentImpl
class UniqueDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WhiteSpaceDocumentImpl
class WhiteSpaceDocumentImpl extends XmlComplexContentImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WhiteSpaceDocumentImpl.WhiteSpaceImpl
class WhiteSpaceImpl extends FacetImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WhiteSpaceDocumentImpl.WhiteSpaceImpl.ValueImpl
class ValueImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WildcardImpl
class WildcardImpl extends AnnotatedImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.xmlbeans.impl.xb.xsdschema.impl.WildcardImpl.ProcessContentsImpl
class ProcessContentsImpl extends JavaStringEnumerationHolderEx implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.xmlbeans.impl.xpath
-
Exception Class org.apache.xmlbeans.impl.xpath.XPath.XPathCompileException
class XPathCompileException extends XmlException implements Serializable
-
-
Package org.apache.xmlbeans.impl.xpathgen
-
Exception Class org.apache.xmlbeans.impl.xpathgen.XPathGenerationException
class XPathGenerationException extends XmlException implements Serializable
-
-
Package org.apache.xmlbeans.xml.stream
-
Exception Class org.apache.xmlbeans.xml.stream.XMLStreamException
class XMLStreamException extends IOException implements Serializable-
Serialized Fields
-
th
Throwable th
-
-
-
-
Package org.bson
-
Class org.bson.BasicBSONObject
- serialVersionUID:
- -4415279469780082174L
-
Class org.bson.BsonDocument
class BsonDocument extends BsonValue implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
InvalidObjectException
-
writeReplace
Deprecated.
-
-
Serialized Fields
-
Class org.bson.BsonDocumentWrapper
class BsonDocumentWrapper extends BsonDocument implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
InvalidObjectException
-
writeReplace
Deprecated.
-
-
Serialized Fields
-
unwrapped
BsonDocument unwrapped
Deprecated.
-
-
Exception Class org.bson.BSONException
class BSONException extends RuntimeException implements Serializable- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
errorCode
Integer errorCode
Deprecated.
-
-
Exception Class org.bson.BsonInvalidOperationException
class BsonInvalidOperationException extends BSONException implements Serializable- serialVersionUID:
- 7684248076818601418L
-
Exception Class org.bson.BsonMaximumSizeExceededException
class BsonMaximumSizeExceededException extends BsonSerializationException implements Serializable- serialVersionUID:
- 8725368828269129777L
-
Exception Class org.bson.BsonSerializationException
class BsonSerializationException extends BSONException implements Serializable- serialVersionUID:
- -5214580094005440780L
-
Class org.bson.Document
class Document extends Object implements Serializable- serialVersionUID:
- 6297731997167536582L
-
Serialized Fields
-
documentAsMap
LinkedHashMap<String,
Object> documentAsMap Deprecated.
-
-
Class org.bson.RawBsonArray
class RawBsonArray extends BsonArray implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
InvalidObjectException
-
writeReplace
Deprecated.
-
-
Class org.bson.RawBsonDocument
class RawBsonDocument extends BsonDocument implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
InvalidObjectException
-
writeReplace
Deprecated.
-
-
Serialized Fields
-
bytes
byte[] bytes
Deprecated. -
length
int length
Deprecated. -
offset
int offset
Deprecated.
-
-
-
Package org.bson.codecs.configuration
-
Exception Class org.bson.codecs.configuration.CodecConfigurationException
class CodecConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- -5656763889202800056L
-
-
Package org.bson.json
-
Exception Class org.bson.json.JsonParseException
class JsonParseException extends RuntimeException implements Serializable- serialVersionUID:
- -6722022620020198727L
-
-
Package org.bson.types
-
Class org.bson.types.BasicBSONList
- serialVersionUID:
- -4415279469780082174L
-
Class org.bson.types.Binary
class Binary extends Object implements Serializable- serialVersionUID:
- 7902997490338209467L
-
Serialized Fields
-
data
byte[] data
Deprecated. -
type
byte type
Deprecated.
-
-
Class org.bson.types.BSONTimestamp
class BSONTimestamp extends Object implements Serializable- serialVersionUID:
- -3268482672267936464L
-
Serialized Fields
-
inc
int inc
Deprecated. -
time
Date time
Deprecated.
-
-
Class org.bson.types.Code
class Code extends Object implements Serializable- serialVersionUID:
- 475535263314046697L
-
Serialized Fields
-
code
String code
Deprecated.
-
-
Class org.bson.types.CodeWithScope
class CodeWithScope extends Code implements Serializable- serialVersionUID:
- -6284832275113680002L
-
Serialized Fields
-
scope
Document scope
Deprecated.
-
-
Class org.bson.types.CodeWScope
class CodeWScope extends Code implements Serializable- serialVersionUID:
- -6284832275113680002L
-
Serialized Fields
-
scope
BSONObject scope
Deprecated.
-
-
Class org.bson.types.Decimal128
class Decimal128 extends Number implements Serializable- serialVersionUID:
- 4570973266503637887L
-
Serialized Fields
-
high
long high
Deprecated. -
low
long low
Deprecated.
-
-
Class org.bson.types.MaxKey
class MaxKey extends Object implements Serializable- serialVersionUID:
- 5123414776151687185L
-
Class org.bson.types.MinKey
class MinKey extends Object implements Serializable- serialVersionUID:
- 4075901136671855684L
-
Class org.bson.types.ObjectId
class ObjectId extends 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
class Symbol extends Object implements Serializable- serialVersionUID:
- 1326269319883146072L
-
Serialized Fields
-
symbol
String symbol
Deprecated.
-
-
-
Package org.eclipse.jetty.client
-
Exception Class org.eclipse.jetty.client.HttpRequestException
class HttpRequestException extends RuntimeException implements Serializable-
Serialized Fields
-
request
Request request
Deprecated.
-
-
-
Exception Class org.eclipse.jetty.client.HttpResponseException
class HttpResponseException extends RuntimeException implements Serializable-
Serialized Fields
-
response
Response response
Deprecated.
-
-
-
-
Package org.eclipse.jetty.http
-
Exception Class org.eclipse.jetty.http.BadMessageException
class BadMessageException extends RuntimeException implements Serializable-
Serialized Fields
-
_code
int _code
Deprecated. -
_reason
String _reason
Deprecated.
-
-
-
Exception Class org.eclipse.jetty.http.CookieParser.InvalidCookieException
class InvalidCookieException extends IllegalArgumentException implements Serializable -
Exception Class org.eclipse.jetty.http.HttpException
class HttpException extends IOException implements Serializable-
Serialized Fields
-
_reason
String _reason
-
_status
int _status
-
-
-
Class org.eclipse.jetty.http.PathMap
-
Serialized Fields
-
_default
PathMap.MappedEntry<O> _default
Deprecated. -
_defaultSingletonList
List<PathMap.MappedEntry<O>> _defaultSingletonList
Deprecated. -
_exactMap
Map<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
-
Exception Class org.eclipse.jetty.io.EofException
class EofException extends EOFException implements Serializable -
Exception Class org.eclipse.jetty.io.RuntimeIOException
class RuntimeIOException extends RuntimeException implements Serializable
-
-
Package org.eclipse.jetty.io.ssl
-
Class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
class Event extends EventObject implements Serializable
-
-
Package org.eclipse.jetty.security
-
Class org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
class RolePrincipal extends Object implements Serializable- serialVersionUID:
- 2998397924051854402L
-
Serialized Fields
-
_roleName
String _roleName
Deprecated.
-
-
Class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
class UserPrincipal extends Object implements Serializable- serialVersionUID:
- -6226920753748399662L
-
Serialized Fields
-
_credential
Credential _credential
Deprecated. -
_name
String _name
Deprecated.
-
-
Class org.eclipse.jetty.security.AbstractUserAuthentication
class AbstractUserAuthentication extends Object implements Serializable- serialVersionUID:
- -6290411814232723403L
-
Serialized Fields
-
_method
String _method
Deprecated.
-
-
Class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
class JDBCUserPrincipal extends AbstractLoginService.UserPrincipal implements Serializable-
Serialized Fields
-
_userKey
int _userKey
Deprecated.
-
-
-
Class org.eclipse.jetty.security.MappedLoginService.Anonymous
class Anonymous extends Object implements Serializable- serialVersionUID:
- 1097640442553284845L
-
Class org.eclipse.jetty.security.MappedLoginService.KnownUser
class KnownUser extends Object implements Serializable- serialVersionUID:
- -6226920753748399662L
-
Serialized Fields
-
_credential
org.eclipse.jetty.http.security.Credential _credential
-
_name
String _name
-
-
Class org.eclipse.jetty.security.MappedLoginService.RolePrincipal
class RolePrincipal extends Object implements Serializable- serialVersionUID:
- 2998397924051854402L
-
Serialized Fields
-
_roleName
String _roleName
-
-
Class org.eclipse.jetty.security.RolePrincipal
class RolePrincipal extends Object implements Serializable- serialVersionUID:
- 2998397924051854402L
-
Serialized Fields
-
_roleName
String _roleName
-
-
Exception Class org.eclipse.jetty.security.ServerAuthException
class ServerAuthException extends GeneralSecurityException implements Serializable -
Class org.eclipse.jetty.security.UserAuthentication
class UserAuthentication extends AbstractUserAuthentication implements Serializable -
Class org.eclipse.jetty.security.UserPrincipal
class UserPrincipal extends Object implements Serializable- serialVersionUID:
- -6226920753748399662L
-
Serialized Fields
-
_credential
Credential _credential
-
_name
String _name
-
-
-
Package org.eclipse.jetty.server
-
Exception Class org.eclipse.jetty.server.Authentication.Failed
class Failed extends QuietServletException implements Serializable -
Exception Class org.eclipse.jetty.server.QuietServletException
class QuietServletException extends ServletException implements Serializable
-
-
Package org.eclipse.jetty.server.session
-
Class org.eclipse.jetty.server.session.SessionData
class SessionData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
_accessed
long _accessed
Deprecated. -
_attributes
Map<String,
Object> _attributes Deprecated. -
_contextPath
String _contextPath
Deprecated. -
_cookieSet
long _cookieSet
Deprecated. -
_created
long _created
Deprecated. -
_dirty
boolean _dirty
Deprecated. -
_expiry
long _expiry
Deprecated. -
_id
String _id
Deprecated. -
_lastAccessed
long _lastAccessed
Deprecated. -
_lastNode
String _lastNode
Deprecated. -
_lastSaved
long _lastSaved
Deprecated. -
_maxInactiveMs
long _maxInactiveMs
Deprecated. -
_metaDataDirty
boolean _metaDataDirty
Deprecated. -
_vhost
String _vhost
Deprecated.
-
-
Exception Class org.eclipse.jetty.server.session.UnreadableSessionDataException
class UnreadableSessionDataException extends Exception implements Serializable- serialVersionUID:
- 1806303483488966566L
-
Serialized Fields
-
_id
String _id
Deprecated. -
_sessionContext
SessionContext _sessionContext
Deprecated.
-
-
Exception Class org.eclipse.jetty.server.session.UnwriteableSessionDataException
class UnwriteableSessionDataException extends Exception implements Serializable-
Serialized Fields
-
_id
String _id
Deprecated. -
_sessionContext
SessionContext _sessionContext
Deprecated.
-
-
-
-
Package org.eclipse.jetty.servlet
-
Class org.eclipse.jetty.servlet.DefaultServlet
class DefaultServlet extends HttpServlet implements Serializable- serialVersionUID:
- 4930458713846881193L
-
Serialized Fields
-
_cache
CachedContentFactory _cache
Deprecated. -
_contextHandler
ContextHandler _contextHandler
Deprecated. -
_mimeTypes
MimeTypes _mimeTypes
Deprecated. -
_relativeResourceBase
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
String[] _welcomes
Deprecated. -
_welcomeServlets
boolean _welcomeServlets
Deprecated.
-
-
Class org.eclipse.jetty.servlet.Invoker
class Invoker extends HttpServlet implements Serializable-
Serialized Fields
-
_contextHandler
ContextHandler _contextHandler
Deprecated. -
_invokerEntry
MatchedResource<ServletHolder> _invokerEntry
Deprecated. -
_nonContextServlets
boolean _nonContextServlets
Deprecated. -
_parameters
Map<String,
String> _parameters Deprecated. -
_servletHandler
ServletHandler _servletHandler
Deprecated. -
_verbose
boolean _verbose
Deprecated.
-
-
-
Class org.eclipse.jetty.servlet.JspPropertyGroupServlet
class 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
class NoJspServlet extends HttpServlet implements Serializable-
Serialized Fields
-
_warned
boolean _warned
Deprecated.
-
-
-
Class org.eclipse.jetty.servlet.ServletHandler.Default404Servlet
class Default404Servlet extends HttpServlet implements Serializable -
Class org.eclipse.jetty.servlet.StatisticsServlet
class StatisticsServlet extends HttpServlet implements Serializable-
Serialized Fields
-
_connectors
List<Connector> _connectors
Deprecated. -
_memoryBean
MemoryMXBean _memoryBean
Deprecated. -
_restrictToLocalhost
boolean _restrictToLocalhost
Deprecated. -
_statsHandler
StatisticsHandler _statsHandler
Deprecated.
-
-
-
-
Package org.eclipse.jetty.util
-
Class org.eclipse.jetty.util.ArrayUtil
class ArrayUtil extends Object implements Serializable -
Class org.eclipse.jetty.util.AsciiLowerCaseSet
-
Class org.eclipse.jetty.util.AtomicBiInteger
class AtomicBiInteger extends AtomicLong implements Serializable -
Exception Class org.eclipse.jetty.util.ConstantThrowable
class ConstantThrowable extends Throwable implements Serializable -
Class org.eclipse.jetty.util.HostMap
-
Class org.eclipse.jetty.util.IPAddressMap
-
Class org.eclipse.jetty.util.LazyList
class LazyList extends Object implements Serializable -
Exception Class org.eclipse.jetty.util.MultiException
class MultiException extends Exception implements Serializable -
Class org.eclipse.jetty.util.MultiMap
-
Class org.eclipse.jetty.util.PathWatcher.PathMatcherSet
-
Exception Class org.eclipse.jetty.util.StaticException
class StaticException extends Exception implements Serializable -
Class org.eclipse.jetty.util.StringMap
class StringMap extends AbstractMap implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.eclipse.jetty.util.UrlEncoded
-
Exception Class org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception
class NotUtf8Exception extends IllegalArgumentException implements Serializable
-
-
Package org.eclipse.jetty.util.security
-
Class org.eclipse.jetty.util.security.Constraint
class Constraint extends Object implements Serializable -
Class org.eclipse.jetty.util.security.Credential
class Credential extends Object implements Serializable- serialVersionUID:
- -7760551052768181572L
-
Class org.eclipse.jetty.util.security.Credential.Crypt
class Crypt extends Credential implements Serializable- serialVersionUID:
- -2027792997664744210L
-
Serialized Fields
-
_cooked
String _cooked
Deprecated.
-
-
Class org.eclipse.jetty.util.security.Credential.MD5
class MD5 extends Credential implements Serializable- serialVersionUID:
- 5533846540822684240L
-
Serialized Fields
-
_digest
byte[] _digest
Deprecated.
-
-
Class org.eclipse.jetty.util.security.Password
class Password extends Credential implements Serializable- serialVersionUID:
- 5062906681431569445L
-
Serialized Fields
-
_pw
String _pw
Deprecated.
-
-
-
Package org.eclipse.jetty.util.thread
-
Class org.eclipse.jetty.util.thread.AutoLock
class AutoLock extends Object implements Serializable- serialVersionUID:
- 3300696774541816341L
-
Serialized Fields
-
_lock
ReentrantLock _lock
-
-
Class org.eclipse.jetty.util.thread.AutoLock.WithCondition
class WithCondition extends org.eclipse.jetty.util.thread.AutoLock implements Serializable-
Serialized Fields
-
_condition
Condition _condition
-
-
-
-
Package org.joda.time
-
Class org.joda.time.DateMidnight
class DateMidnight extends BaseDateTime implements Serializable- serialVersionUID:
- 156371964018738L
-
Class org.joda.time.DateMidnight.Property
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- 257629620L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
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
class DateTime extends BaseDateTime implements Serializable- serialVersionUID:
- -5171125899451703815L
-
Class org.joda.time.DateTime.Property
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -6983323811635733510L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
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
class DateTimeComparator extends Object implements Serializable- serialVersionUID:
- -6097339773320178364L
-
Serialization Methods
-
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
class DateTimeFieldType extends Object implements Serializable- serialVersionUID:
- -42615285973990L
-
Serialized Fields
-
iName
String iName
The name of the field.
-
-
Class org.joda.time.DateTimeZone
class DateTimeZone extends Object implements Serializable- serialVersionUID:
- 5546345482340108586L
-
Serialization Methods
-
writeReplace
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:
ObjectStreamException
-
-
Serialized Fields
-
iID
String iID
-
-
Class org.joda.time.Days
class Days extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380865L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.Duration
class Duration extends BaseDuration implements Serializable- serialVersionUID:
- 2471658376918L
-
Class org.joda.time.DurationFieldType
class DurationFieldType extends Object implements Serializable- serialVersionUID:
- 8765135187319L
-
Serialized Fields
-
iName
String iName
The name of the field type.
-
-
Class org.joda.time.Hours
class Hours extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380864L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Exception Class org.joda.time.IllegalFieldValueException
class IllegalFieldValueException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 6305711765985447737L
-
Serialized Fields
-
iDateTimeFieldType
DateTimeFieldType iDateTimeFieldType
-
iDurationFieldType
DurationFieldType iDurationFieldType
-
iFieldName
String iFieldName
-
iLowerBound
Number iLowerBound
-
iMessage
String iMessage
-
iNumberValue
Number iNumberValue
-
iStringValue
String iStringValue
-
iUpperBound
Number iUpperBound
-
-
Exception Class org.joda.time.IllegalInstantException
class IllegalInstantException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 2858712538216L
-
Class org.joda.time.Instant
class 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
class Interval extends BaseInterval implements Serializable- serialVersionUID:
- 4922451897541386752L
-
Class org.joda.time.JodaTimePermission
class JodaTimePermission extends BasicPermission implements Serializable- serialVersionUID:
- 1408944367355875472L
-
Class org.joda.time.LocalDate
class LocalDate extends BaseLocal implements Serializable- serialVersionUID:
- -8775358157899L
-
Serialization Methods
-
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
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -3193829732634L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Class org.joda.time.LocalDateTime
class LocalDateTime extends BaseLocal implements Serializable- serialVersionUID:
- -268716875315837168L
-
Serialization Methods
-
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
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -358138762846288L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Class org.joda.time.LocalTime
class LocalTime extends BaseLocal implements Serializable- serialVersionUID:
- -12873158713873L
-
Serialization Methods
-
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
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -325842547277223L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Class org.joda.time.Minutes
class Minutes extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380863L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.MonthDay
class MonthDay extends BasePartial implements Serializable- serialVersionUID:
- 2954560699050434609L
-
Serialization Methods
-
readResolve
Handle broken serialization from other tools.
-
-
Class org.joda.time.MonthDay.Property
class 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
class Months extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380867L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.MutableDateTime
class 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
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -4481126543819298617L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
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
class MutableInterval extends BaseInterval implements Serializable- serialVersionUID:
- -5982824024992428470L
-
Class org.joda.time.MutablePeriod
class MutablePeriod extends BasePeriod implements Serializable- serialVersionUID:
- 3436451121567212165L
-
Class org.joda.time.Partial
class 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
class 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
class Period extends BasePeriod implements Serializable- serialVersionUID:
- 741052353876488155L
-
Class org.joda.time.PeriodType
class PeriodType extends Object implements Serializable- serialVersionUID:
- 2274324892792009998L
-
Serialized Fields
-
iIndices
int[] iIndices
The array of indices -
iName
String iName
The name of the type -
iTypes
DurationFieldType[] iTypes
The array of types
-
-
Class org.joda.time.Seconds
class Seconds extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380862L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.TimeOfDay
class TimeOfDay extends BasePartial implements Serializable- serialVersionUID:
- 3633353405803318660L
-
Class org.joda.time.TimeOfDay.Property
class 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
class Weeks extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380866L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.YearMonth
class YearMonth extends BasePartial implements Serializable- serialVersionUID:
- 797544782896179L
-
Serialization Methods
-
readResolve
Handle broken serialization from other tools.
-
-
Class org.joda.time.YearMonth.Property
class 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
class YearMonthDay extends BasePartial implements Serializable- serialVersionUID:
- 797544782896179L
-
Class org.joda.time.YearMonthDay.Property
class 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
class Years extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380868L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
-
Package org.joda.time.base
-
Class org.joda.time.base.BaseDateTime
class 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
class BaseDuration extends AbstractDuration implements Serializable- serialVersionUID:
- 2581698638990L
-
Serialized Fields
-
iMillis
long iMillis
The duration length
-
-
Class org.joda.time.base.BaseInterval
class 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
class 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
class 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
class BaseSingleFieldPeriod extends 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
class AssembledChronology extends BaseChronology implements Serializable- serialVersionUID:
- -6728465968995518215L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
iBase
Chronology iBase
-
iParam
Object iParam
-
-
Class org.joda.time.chrono.BaseChronology
class BaseChronology extends Chronology implements Serializable- serialVersionUID:
- -7310865996721419676L
-
Class org.joda.time.chrono.BuddhistChronology
class BuddhistChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -3474595157769370126L
-
Serialization Methods
-
readResolve
Serialization singleton
-
-
Class org.joda.time.chrono.CopticChronology
class CopticChronology extends org.joda.time.chrono.BasicFixedMonthChronology implements Serializable- serialVersionUID:
- -5972804258688333942L
-
Serialization Methods
-
readResolve
Serialization singleton.
-
-
Class org.joda.time.chrono.EthiopicChronology
class EthiopicChronology extends org.joda.time.chrono.BasicFixedMonthChronology implements Serializable- serialVersionUID:
- -5972804258688333942L
-
Serialization Methods
-
readResolve
Serialization singleton.
-
-
Class org.joda.time.chrono.GJChronology
class GJChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -2545574827706931671L
-
Serialization Methods
-
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
class GregorianChronology extends org.joda.time.chrono.BasicGJChronology implements Serializable- serialVersionUID:
- -861407383323710522L
-
Serialization Methods
-
readResolve
Serialization singleton
-
-
Class org.joda.time.chrono.IslamicChronology
class IslamicChronology extends org.joda.time.chrono.BasicChronology implements Serializable- serialVersionUID:
- -3663823829888L
-
Serialization Methods
-
readResolve
Serialization singleton.
-
-
Serialized Fields
-
iLeapYears
IslamicChronology.LeapYearPatternType iLeapYears
The leap years to use.
-
-
Class org.joda.time.chrono.IslamicChronology.LeapYearPatternType
class LeapYearPatternType extends Object implements Serializable- serialVersionUID:
- 26581275372698L
-
Serialization Methods
-
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
class ISOChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -6212696554273812441L
-
Serialization Methods
-
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
class JulianChronology extends org.joda.time.chrono.BasicGJChronology implements Serializable- serialVersionUID:
- -8731039522547897247L
-
Serialization Methods
-
readResolve
Serialization singleton
-
-
Class org.joda.time.chrono.LenientChronology
class LenientChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -3148237568046877177L
-
Class org.joda.time.chrono.LimitChronology
class LimitChronology extends AssembledChronology implements Serializable- serialVersionUID:
- 7670866536893052522L
-
Class org.joda.time.chrono.StrictChronology
class StrictChronology extends AssembledChronology implements Serializable- serialVersionUID:
- 6633006628097111960L
-
Class org.joda.time.chrono.ZonedChronology
class ZonedChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -1079258847191166848L
-
-
Package org.joda.time.field
-
Class org.joda.time.field.AbstractReadableInstantFieldProperty
class AbstractReadableInstantFieldProperty extends Object implements Serializable- serialVersionUID:
- 1971226328211649661L
-
Class org.joda.time.field.BaseDurationField
class BaseDurationField extends DurationField implements Serializable- serialVersionUID:
- -2554245107589433218L
-
Serialized Fields
-
iType
DurationFieldType iType
A descriptive name for the field.
-
-
Class org.joda.time.field.DecoratedDurationField
class DecoratedDurationField extends BaseDurationField implements Serializable- serialVersionUID:
- 8019982251647420015L
-
Serialized Fields
-
iField
DurationField iField
The DurationField being wrapped
-
-
Class org.joda.time.field.DelegatedDateTimeField
class 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
class 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
class LenientDateTimeField extends DelegatedDateTimeField implements Serializable- serialVersionUID:
- 8714085824173290599L
-
Serialized Fields
-
iBase
Chronology iBase
-
-
Class org.joda.time.field.MillisDurationField
class MillisDurationField extends DurationField implements Serializable- serialVersionUID:
- 2656707858124633367L
-
Serialization Methods
-
readResolve
Deserialize to the singleton.
-
-
Class org.joda.time.field.PreciseDurationField
class PreciseDurationField extends BaseDurationField implements Serializable- serialVersionUID:
- -8346152187724495365L
-
Serialized Fields
-
iUnitMillis
long iUnitMillis
The size of the unit
-
-
Class org.joda.time.field.ScaledDurationField
class ScaledDurationField extends DecoratedDurationField implements Serializable- serialVersionUID:
- -3205227092378684157L
-
Serialized Fields
-
iScalar
int iScalar
-
-
Class org.joda.time.field.SkipDateTimeField
class SkipDateTimeField extends DelegatedDateTimeField implements Serializable- serialVersionUID:
- -8869148464118507846L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to wrap. -
iSkip
int iSkip
The value to skip.
-
-
Class org.joda.time.field.SkipUndoDateTimeField
class SkipUndoDateTimeField extends DelegatedDateTimeField implements Serializable- serialVersionUID:
- -5875876968979L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to wrap. -
iSkip
int iSkip
The value to skip.
-
-
Class org.joda.time.field.StrictDateTimeField
class StrictDateTimeField extends DelegatedDateTimeField implements Serializable- serialVersionUID:
- 3154803964207950910L
-
Class org.joda.time.field.UnsupportedDateTimeField
class UnsupportedDateTimeField extends DateTimeField implements Serializable- serialVersionUID:
- -1934618396111902255L
-
Serialization Methods
-
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
class UnsupportedDurationField extends DurationField implements Serializable- serialVersionUID:
- -6390301302770925357L
-
Serialization Methods
-
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
class CachedDateTimeZone extends DateTimeZone implements Serializable- serialVersionUID:
- 5472298452022250685L
-
Serialized Fields
-
iZone
DateTimeZone iZone
-
-
Class org.joda.time.tz.FixedDateTimeZone
class FixedDateTimeZone extends DateTimeZone implements Serializable- serialVersionUID:
- -3513011772763289092L
-
Serialized Fields
-
iNameKey
String iNameKey
-
iStandardOffset
int iStandardOffset
-
iWallOffset
int iWallOffset
-
-
-
Package org.json
-
Exception Class org.json.JSONException
class JSONException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Exception Class org.json.JSONPointerException
class JSONPointerException extends JSONException implements Serializable- serialVersionUID:
- 8872944667561856751L
-
-
Package org.kohsuke.rngom.rngparser.ast.builder
-
Exception Class org.kohsuke.rngom.rngparser.ast.builder.BuildException
class BuildException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.kohsuke.rngom.rngparser.digested
-
Exception Class org.kohsuke.rngom.rngparser.digested.DXMLPrinter.XMLWriterException
class XMLWriterException extends RuntimeException implements Serializable
-
-
Package org.kohsuke.rngom.rngparser.nc
-
Class org.kohsuke.rngom.rngparser.nc.AnyNameExceptNameClass
class AnyNameExceptNameClass extends NameClass implements Serializable-
Serialized Fields
-
nameClass
NameClass nameClass
-
-
-
Class org.kohsuke.rngom.rngparser.nc.ChoiceNameClass
class ChoiceNameClass extends NameClass implements Serializable -
Class org.kohsuke.rngom.rngparser.nc.NameClass
class NameClass extends Object implements Serializable -
Class org.kohsuke.rngom.rngparser.nc.NsNameClass
class NsNameClass extends NameClass implements Serializable-
Serialized Fields
-
namespaceUri
String namespaceUri
-
-
-
Class org.kohsuke.rngom.rngparser.nc.NsNameExceptNameClass
class NsNameExceptNameClass extends NameClass implements Serializable -
Class org.kohsuke.rngom.rngparser.nc.SimpleNameClass
class SimpleNameClass extends NameClass implements Serializable-
Serialized Fields
-
name
QName name
-
-
-
-
Package org.kohsuke.rngom.rngparser.parse
-
Exception Class org.kohsuke.rngom.rngparser.parse.IllegalSchemaException
class IllegalSchemaException extends Exception implements Serializable
-
-
Package org.kohsuke.rngom.rngparser.parse.compact
-
Exception Class org.kohsuke.rngom.rngparser.parse.compact.EOFException
class EOFException extends IOException implements Serializable
-
-
Package org.mozilla.classfile
-
Exception Class org.mozilla.classfile.ClassFileWriter.ClassFileFormatException
class ClassFileFormatException extends RuntimeException implements Serializable- serialVersionUID:
- 1263998431033790599L
-
-
Package org.mozilla.javascript
-
Class org.mozilla.javascript.ArrowFunction
class ArrowFunction extends BaseFunction implements Serializable- serialVersionUID:
- -7377989503697220633L
-
Serialized Fields
-
boundThis
Scriptable boundThis
-
targetFunction
Callable targetFunction
-
-
Class org.mozilla.javascript.BaseFunction
class BaseFunction extends IdScriptableObject implements Serializable- serialVersionUID:
- 5311394446546053859L
-
Class org.mozilla.javascript.BoundFunction
class BoundFunction extends BaseFunction implements Serializable- serialVersionUID:
- 2118137342826470729L
-
Serialized Fields
-
boundArgs
Object[] boundArgs
-
boundThis
Scriptable boundThis
-
length
int length
-
targetFunction
Callable targetFunction
-
-
Class org.mozilla.javascript.ClassCache
class ClassCache extends Object implements Serializable- serialVersionUID:
- -8866246036237312215L
-
Serialized Fields
-
associatedScope
Scriptable associatedScope
-
cachingIsEnabled
boolean cachingIsEnabled
-
generatedClassSerial
int generatedClassSerial
-
-
Exception Class org.mozilla.javascript.ClassDefinitionException
class ClassDefinitionException extends RuntimeException implements Serializable- serialVersionUID:
- -5637830967241712746L
-
Class org.mozilla.javascript.ConsString
class ConsString extends Object implements Serializable- serialVersionUID:
- -8432806714471372570L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
depth
int depth
-
length
int length
-
s1
CharSequence s1
-
s2
CharSequence s2
-
-
Exception Class org.mozilla.javascript.ContinuationPending
class ContinuationPending extends RuntimeException implements Serializable- serialVersionUID:
- 4956008116771118856L
-
Serialized Fields
-
applicationState
Object applicationState
-
continuationState
NativeContinuation continuationState
-
-
Exception Class org.mozilla.javascript.EcmaError
class EcmaError extends RhinoException implements Serializable- serialVersionUID:
- -6261226256957286699L
-
Class org.mozilla.javascript.ES6Generator
class ES6Generator extends IdScriptableObject implements Serializable- serialVersionUID:
- 1645892441041347273L
-
Serialized Fields
-
delegee
Object delegee
-
function
NativeFunction function
-
lineNumber
int lineNumber
-
lineSource
String lineSource
-
savedState
Object savedState
-
state
org.mozilla.javascript.ES6Generator.State state
-
-
Class org.mozilla.javascript.ES6Iterator
class ES6Iterator extends IdScriptableObject implements Serializable- serialVersionUID:
- 2438373029140003950L
-
Serialized Fields
-
exhausted
boolean exhausted
-
tag
String tag
-
-
Exception Class org.mozilla.javascript.EvaluatorException
class EvaluatorException extends RhinoException implements Serializable- serialVersionUID:
- -8743165779676009808L
-
Class org.mozilla.javascript.FunctionObject
class FunctionObject extends BaseFunction implements Serializable- serialVersionUID:
- -5332312783643935019L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
functionName
String functionName
-
isStatic
boolean isStatic
-
member
org.mozilla.javascript.MemberBox member
-
parmsLength
int parmsLength
-
-
Class org.mozilla.javascript.Hashtable
class Hashtable extends Object implements Serializable- serialVersionUID:
- -7151554912419543747L
-
Class org.mozilla.javascript.Hashtable.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- 4086572107122965503L
-
Class org.mozilla.javascript.IdFunctionObject
class IdFunctionObject extends BaseFunction implements Serializable- serialVersionUID:
- -5332312783643935019L
-
Serialized Fields
-
arity
int arity
-
functionName
String functionName
-
idcall
IdFunctionCall idcall
-
methodId
int methodId
-
tag
Object tag
-
useCallAsConstructor
boolean useCallAsConstructor
-
-
Class org.mozilla.javascript.IdFunctionObjectES6
class IdFunctionObjectES6 extends IdFunctionObject implements Serializable- serialVersionUID:
- -8023088662589035261L
-
Serialized Fields
-
myLength
boolean myLength
-
myName
boolean myName
-
-
Class org.mozilla.javascript.IdScriptableObject
class IdScriptableObject extends ScriptableObject implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.mozilla.javascript.ImporterTopLevel
class ImporterTopLevel extends TopLevel implements Serializable- serialVersionUID:
- -9095380847465315412L
-
Serialized Fields
-
importedPackages
ObjArray importedPackages
-
topScopeFlag
boolean topScopeFlag
-
-
Exception Class org.mozilla.javascript.JavaScriptException
class JavaScriptException extends RhinoException implements Serializable- serialVersionUID:
- -7666130513694669293L
-
Serialized Fields
-
value
Object value
-
-
Class org.mozilla.javascript.LazilyLoadedCtor
class LazilyLoadedCtor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
className
String className
-
initializedValue
Object initializedValue
-
privileged
boolean privileged
-
propertyName
String propertyName
-
scope
ScriptableObject scope
-
sealed
boolean sealed
-
state
int state
-
-
Class org.mozilla.javascript.NativeArray
class NativeArray extends IdScriptableObject implements Serializable- serialVersionUID:
- 7331366857676127338L
-
Serialized Fields
-
dense
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
class 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
class NativeCall extends IdScriptableObject implements Serializable- serialVersionUID:
- -7471457301304454454L
-
Serialized Fields
-
function
NativeFunction function
-
originalArgs
Object[] originalArgs
-
-
Class org.mozilla.javascript.NativeCallSite
class NativeCallSite extends IdScriptableObject implements Serializable-
Serialized Fields
-
element
ScriptStackElement element
-
-
-
Class org.mozilla.javascript.NativeCollectionIterator
class NativeCollectionIterator extends org.mozilla.javascript.ES6Iterator implements Serializable- serialVersionUID:
- 7094840979404373443L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
className
String className
-
type
org.mozilla.javascript.NativeCollectionIterator.Type type
-
-
Class org.mozilla.javascript.NativeContinuation
class NativeContinuation extends IdScriptableObject implements Serializable- serialVersionUID:
- 1794167133757605367L
-
Serialized Fields
-
implementation
Object implementation
-
-
Class org.mozilla.javascript.NativeFunction
class NativeFunction extends BaseFunction implements Serializable- serialVersionUID:
- 8713897114082216401L
-
Class org.mozilla.javascript.NativeGenerator
class NativeGenerator extends IdScriptableObject implements Serializable- serialVersionUID:
- 1645892441041347273L
-
Serialized Fields
-
firstTime
boolean firstTime
-
function
NativeFunction function
-
lineNumber
int lineNumber
-
lineSource
String lineSource
-
locked
boolean locked
-
savedState
Object savedState
-
-
Exception Class org.mozilla.javascript.NativeGenerator.GeneratorClosedException
class GeneratorClosedException extends RuntimeException implements Serializable- serialVersionUID:
- 2561315658662379681L
-
Class org.mozilla.javascript.NativeGlobal
class NativeGlobal extends Object implements Serializable- serialVersionUID:
- 6080442165748707530L
-
Class org.mozilla.javascript.NativeIterator
class NativeIterator extends IdScriptableObject implements Serializable- serialVersionUID:
- -4136968203581667681L
-
Serialized Fields
-
objectIterator
Object objectIterator
-
-
Class org.mozilla.javascript.NativeJavaArray
class NativeJavaArray extends NativeJavaObject implements Serializable- serialVersionUID:
- -924022554283675333L
-
Class org.mozilla.javascript.NativeJavaClass
class NativeJavaClass extends NativeJavaObject implements Serializable- serialVersionUID:
- -6460763940409461664L
-
Class org.mozilla.javascript.NativeJavaConstructor
class NativeJavaConstructor extends BaseFunction implements Serializable- serialVersionUID:
- -8149253217482668463L
-
Serialized Fields
-
ctor
org.mozilla.javascript.MemberBox ctor
-
-
Class org.mozilla.javascript.NativeJavaList
class NativeJavaList extends NativeJavaObject implements Serializable -
Class org.mozilla.javascript.NativeJavaMap
class NativeJavaMap extends NativeJavaObject implements Serializable -
Class org.mozilla.javascript.NativeJavaMethod
class NativeJavaMethod extends BaseFunction implements Serializable- serialVersionUID:
- -3440381785576412928L
-
Serialized Fields
-
functionName
String functionName
-
methods
org.mozilla.javascript.MemberBox[] methods
-
-
Class org.mozilla.javascript.NativeJavaObject
class NativeJavaObject extends Object implements Serializable- serialVersionUID:
- -6948590651130498591L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
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
class NativeJavaPackage extends ScriptableObject implements Serializable- serialVersionUID:
- 7445054382212031523L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class org.mozilla.javascript.NativeJavaTopPackage
class NativeJavaTopPackage extends NativeJavaPackage implements Serializable- serialVersionUID:
- -1455787259477709999L
-
Class org.mozilla.javascript.NativeJSON
class NativeJSON extends IdScriptableObject implements Serializable- serialVersionUID:
- -4567599697595654984L
-
Class org.mozilla.javascript.NativeMap
class NativeMap extends IdScriptableObject implements Serializable- serialVersionUID:
- 1171922614280016891L
-
Serialized Fields
-
entries
org.mozilla.javascript.Hashtable entries
-
instanceOfMap
boolean instanceOfMap
-
-
Class org.mozilla.javascript.NativeObject
class NativeObject extends IdScriptableObject implements Serializable- serialVersionUID:
- -6345305608474346996L
-
Class org.mozilla.javascript.NativeSet
class NativeSet extends IdScriptableObject implements Serializable- serialVersionUID:
- -8442212766987072986L
-
Serialized Fields
-
entries
org.mozilla.javascript.Hashtable entries
-
instanceOfSet
boolean instanceOfSet
-
-
Class org.mozilla.javascript.NativeStringIterator
class NativeStringIterator extends org.mozilla.javascript.ES6Iterator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int index
-
string
String string
-
-
Class org.mozilla.javascript.NativeSymbol
class 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
class NativeWeakMap extends IdScriptableObject implements Serializable- serialVersionUID:
- 8670434366883930453L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
instanceOfWeakMap
boolean instanceOfWeakMap
-
-
Class org.mozilla.javascript.NativeWeakSet
class NativeWeakSet extends IdScriptableObject implements Serializable- serialVersionUID:
- 2065753364224029534L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
instanceOfWeakSet
boolean instanceOfWeakSet
-
-
Class org.mozilla.javascript.NativeWith
class NativeWith extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parent
Scriptable parent
-
prototype
Scriptable prototype
-
-
Exception Class org.mozilla.javascript.NotAFunctionException
class NotAFunctionException extends RuntimeException implements Serializable- serialVersionUID:
- 6461524852170711724L
-
Class org.mozilla.javascript.ObjArray
class ObjArray extends Object implements Serializable- serialVersionUID:
- 4174889037736658296L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
sealed
boolean sealed
-
size
int size
-
-
Class org.mozilla.javascript.ObjToIntMap
class ObjToIntMap extends Object implements Serializable- serialVersionUID:
- -1542220580748809402L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
keyCount
int keyCount
-
power
int power
-
-
Exception Class org.mozilla.javascript.PropertyException
class PropertyException extends RuntimeException implements Serializable- serialVersionUID:
- -8221564865490676219L
-
Class org.mozilla.javascript.Ref
class Ref extends Object implements Serializable- serialVersionUID:
- 4044540354730911424L
-
Exception Class org.mozilla.javascript.RhinoException
class RhinoException extends RuntimeException implements Serializable- serialVersionUID:
- 1883500631321581169L
-
Class org.mozilla.javascript.ScriptableObject
class ScriptableObject extends Object implements Serializable- serialVersionUID:
- 2829861078851942586L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
associatedValues
Map<Object,
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
class ScriptStackElement extends Object implements Serializable- serialVersionUID:
- -6416688260860477449L
-
Class org.mozilla.javascript.SymbolKey
class SymbolKey extends Object implements Serializable- serialVersionUID:
- -6019782713330994754L
-
Serialized Fields
-
name
String name
-
-
Class org.mozilla.javascript.TopLevel
class TopLevel extends IdScriptableObject implements Serializable- serialVersionUID:
- -4648046356662472260L
-
Serialized Fields
-
ctors
EnumMap<TopLevel.Builtins,
BaseFunction> ctors -
errors
EnumMap<org.mozilla.javascript.TopLevel.NativeErrors,
BaseFunction> errors
-
-
Class org.mozilla.javascript.UintMap
class UintMap extends Object implements Serializable- serialVersionUID:
- 4242698212885848444L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
keyCount
int keyCount
-
power
int power
-
-
Class org.mozilla.javascript.Undefined
class Undefined extends Object implements Serializable- serialVersionUID:
- 9195680630202616767L
-
Serialization Methods
-
readResolve
-
-
Class org.mozilla.javascript.UniqueTag
class UniqueTag extends Object implements Serializable- serialVersionUID:
- -4320556826714577259L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
tagId
int tagId
-
-
Exception Class org.mozilla.javascript.WrappedException
class WrappedException extends EvaluatorException implements Serializable- serialVersionUID:
- -1551979216966520648L
-
Serialized Fields
-
exception
Throwable exception
-
-
-
Package org.mozilla.javascript.ast
-
Class org.mozilla.javascript.ast.AstNode.PositionComparator
class PositionComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.mozilla.javascript.commonjs.module
-
Class org.mozilla.javascript.commonjs.module.ModuleScope
class ModuleScope extends TopLevel implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.ModuleScript
class ModuleScript extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.Require
class Require extends BaseFunction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exportedModuleInterfaces
Map<String,
Scriptable> exportedModuleInterfaces -
loadLock
Object loadLock
-
mainExports
Scriptable mainExports
-
mainModuleId
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
class RequireBuilder extends 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
class CachingModuleScriptProviderBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
loadLocks
Object[] loadLocks
-
moduleSourceProvider
ModuleSourceProvider moduleSourceProvider
-
-
Class org.mozilla.javascript.commonjs.module.provider.DefaultUrlConnectionExpiryCalculator
class DefaultUrlConnectionExpiryCalculator extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relativeExpiry
long relativeExpiry
-
-
Class org.mozilla.javascript.commonjs.module.provider.ModuleSource
class ModuleSource extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.provider.ModuleSourceProviderBase
class ModuleSourceProviderBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.provider.ParsedContentType
class ParsedContentType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.provider.SoftCachingModuleScriptProvider
class SoftCachingModuleScriptProvider extends CachingModuleScriptProviderBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.mozilla.javascript.commonjs.module.provider.StrongCachingModuleScriptProvider
class StrongCachingModuleScriptProvider extends CachingModuleScriptProviderBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
modules
Map<String,
CachingModuleScriptProviderBase.CachedModuleScript> modules
-
-
Class org.mozilla.javascript.commonjs.module.provider.UrlModuleSourceProvider
class UrlModuleSourceProvider extends ModuleSourceProviderBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fallbackUris
Iterable<URI> fallbackUris
-
privilegedUris
Iterable<URI> privilegedUris
-
urlConnectionExpiryCalculator
UrlConnectionExpiryCalculator urlConnectionExpiryCalculator
-
urlConnectionSecurityDomainProvider
UrlConnectionSecurityDomainProvider urlConnectionSecurityDomainProvider
-
-
-
Package org.mozilla.javascript.json
-
Exception Class org.mozilla.javascript.json.JsonParser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 4804542791749920772L
-
-
Package org.mozilla.javascript.regexp
-
Class org.mozilla.javascript.regexp.NativeRegExp
class NativeRegExp extends IdScriptableObject implements Serializable- serialVersionUID:
- 4965263491464903264L
-
Serialized Fields
-
lastIndex
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
class SwingGui extends JFrame implements Serializable- serialVersionUID:
- -8217029773456711621L
-
Serialized Fields
-
awtEventQueue
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
JDesktopPane desk
TheJDesktopPane
that holds the script windows. -
dim
Dim dim
The debugger. -
dlg
JFileChooser dlg
File choose dialog for loading a script. -
exitAction
Runnable exitAction
The action to run when the 'Exit' menu item is chosen or the frame is closed. -
fileWindows
Map<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
JSplitPane split1
-
statusBar
JLabel statusBar
The status bar. -
toolBar
JToolBar toolBar
The tool bar. -
toplevels
Map<String,
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
class JTreeTable extends JTable implements Serializable- serialVersionUID:
- -2103973006456695515L
-
Serialized Fields
-
tree
JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable.ListToTreeSelectionModelWrapper
class ListToTreeSelectionModelWrapper extends 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
class TreeTableCellRenderer extends 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
class TreeTableModelAdapter extends AbstractTableModel implements Serializable- serialVersionUID:
- 48741114609209052L
-
Serialized Fields
-
tree
JTree tree
-
treeTableModel
TreeTableModel treeTableModel
-
-
-
Package org.mozilla.javascript.tools.shell
-
Class org.mozilla.javascript.tools.shell.ConsoleTextArea
class ConsoleTextArea extends JTextArea implements Serializable- serialVersionUID:
- 8557083244830872961L
-
Serialized Fields
-
console1
org.mozilla.javascript.tools.shell.ConsoleWriter console1
-
console2
org.mozilla.javascript.tools.shell.ConsoleWriter console2
-
err
PrintStream err
-
history
List<String> history
-
historyIndex
int historyIndex
-
in
PipedInputStream in
-
inPipe
PrintWriter inPipe
-
out
PrintStream out
-
outputMark
int outputMark
-
-
Class org.mozilla.javascript.tools.shell.Environment
class Environment extends ScriptableObject implements Serializable- serialVersionUID:
- -430727378460177065L
-
Serialized Fields
-
thePrototypeInstance
Environment thePrototypeInstance
-
-
Class org.mozilla.javascript.tools.shell.Global
class Global extends ImporterTopLevel implements Serializable- serialVersionUID:
- 4029130780977538005L
-
Serialized Fields
-
attemptedJLineLoad
boolean attemptedJLineLoad
-
console
ShellConsole console
-
doctestCanonicalizations
HashMap<String,
String> doctestCanonicalizations -
errStream
PrintStream errStream
-
history
NativeArray history
-
initialized
boolean initialized
-
inStream
InputStream inStream
-
outStream
PrintStream outStream
-
prompts
String[] prompts
-
quitAction
QuitAction quitAction
-
sealedStdLib
boolean sealedStdLib
-
-
Class org.mozilla.javascript.tools.shell.JSConsole
class JSConsole extends JFrame implements Serializable- serialVersionUID:
- 2551225560631876300L
-
Serialized Fields
-
consoleTextArea
ConsoleTextArea consoleTextArea
-
CWD
File CWD
-
dlg
JFileChooser dlg
-
-
-
Package org.mozilla.javascript.typedarrays
-
Class org.mozilla.javascript.typedarrays.NativeArrayBuffer
class NativeArrayBuffer extends IdScriptableObject implements Serializable- serialVersionUID:
- 3110411773054879549L
-
Serialized Fields
-
buffer
byte[] buffer
-
-
Class org.mozilla.javascript.typedarrays.NativeArrayBufferView
class 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
class NativeDataView extends NativeArrayBufferView implements Serializable- serialVersionUID:
- 1427967607557438968L
-
Class org.mozilla.javascript.typedarrays.NativeFloat32Array
- serialVersionUID:
- -8963461831950499340L
-
Class org.mozilla.javascript.typedarrays.NativeFloat64Array
- serialVersionUID:
- -1255405650050639335L
-
Class org.mozilla.javascript.typedarrays.NativeInt16Array
- serialVersionUID:
- -8592870435287581398L
-
Class org.mozilla.javascript.typedarrays.NativeInt32Array
- serialVersionUID:
- -8963461831950499340L
-
Class org.mozilla.javascript.typedarrays.NativeInt8Array
- serialVersionUID:
- -3349419704390398895L
-
Class org.mozilla.javascript.typedarrays.NativeTypedArrayView
class NativeTypedArrayView extends NativeArrayBufferView implements Serializable-
Serialized Fields
-
length
int length
The length, in elements, of the array
-
-
-
Class org.mozilla.javascript.typedarrays.NativeUint16Array
- serialVersionUID:
- 7700018949434240321L
-
Class org.mozilla.javascript.typedarrays.NativeUint32Array
- serialVersionUID:
- -7987831421954144244L
-
Class org.mozilla.javascript.typedarrays.NativeUint8Array
- serialVersionUID:
- -3349419704390398895L
-
Class org.mozilla.javascript.typedarrays.NativeUint8ClampedArray
- serialVersionUID:
- -3349419704390398895L
-
-
Package org.mozilla.javascript.xml
-
Class org.mozilla.javascript.xml.XMLObject
class XMLObject extends IdScriptableObject implements Serializable- serialVersionUID:
- 8455156490438576500L
-
-
Package org.mozilla.javascript.xmlimpl
-
Class org.mozilla.javascript.xmlimpl.XMLLibImpl
class 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
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STBarDir.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STBarGrouping.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STBuiltInUnit.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STCrossBetween.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STCrosses.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STDispBlanksAs.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STDLblPos.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STErrBarType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STErrDir.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STErrValType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STGrouping.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STLayoutMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STLayoutTarget.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STLblAlgn.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STLegendPos.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STMarkerStyle.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STOfPieType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STOrientation.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STPageSetupOrientation.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STPictureFormat.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STRadarStyle.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STScatterStyle.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STShape.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STSizeRepresents.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STSplitType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STTickLblPos.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STTickMark.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STTimeUnit.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.chart.STTrendlineType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.openxmlformats.schemas.drawingml.x2006.main
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STAnimationBuildType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STAnimationChartOnlyBuildType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STAnimationDgmOnlyBuildType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STBevelPresetType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STBlackWhiteMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STBlendMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STBlipCompression.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STChartBuildStep.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STColorSchemeIndex.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STCompoundLine.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STDgmBuildStep.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STEffectContainerType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STFontCollectionIndex.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLightRigDirection.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLightRigType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLineCap.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLineEndLength.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLineEndType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STLineEndWidth.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STOnOffStyleType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPathFillMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPathShadeType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPenAlignment.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetCameraType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetColorVal.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetLineDashVal.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetMaterialType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetPatternVal.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STPresetShadowVal.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STRectAlignment.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STSchemeColorVal.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STShapeType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STSystemColorVal.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextAlignType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextAnchoringType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextAutonumberScheme.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextCapsType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextFontAlignType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextHorzOverflowType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextShapeType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextStrikeType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextTabAlignType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextUnderlineType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextVerticalType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextVertOverflowType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTextWrappingType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.main.STTileFlipMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing
-
Class org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.STEditAs.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STAlignH.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STAlignV.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromH.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromV.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STWrapText.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes
-
Class org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STArrayBaseType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STVectorBaseType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.openxmlformats.schemas.officeDocument.x2006.math
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STBreakBin.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STBreakBinSub.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STFType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STJc.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STLimLoc.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STScript.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STShp.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STStyle.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.officeDocument.x2006.math.STTopBot.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.openxmlformats.schemas.presentationml.x2006.main
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STDirection.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STIterateType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STOleObjectFollowColorScheme.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPhotoAlbumFrameShape.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPhotoAlbumLayout.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderSize.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPrintColorMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STPrintWhat.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STSlideLayoutType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STSlideSizeType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STSplitterBarState.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateBehaviorCalcMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateBehaviorValueType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateColorDirection.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateColorSpace.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateEffectTransition.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateMotionBehaviorOrigin.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLAnimateMotionPathEditMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLBehaviorAccumulateType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLBehaviorAdditiveType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLBehaviorOverrideType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLBehaviorTransformType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLChartSubelementType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLCommandType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLDiagramBuildType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLNextActionType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLOleChartBuildType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLParaBuildType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLPreviousActionType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeIndefinite.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeFillType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeMasterRelation.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodePresetClassType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeRestartType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeSyncType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTriggerEvent.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTLTriggerRuntimeNode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTransitionCornerDirectionType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTransitionInOutDirectionType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTransitionSideDirectionType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STTransitionSpeed.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STViewType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.openxmlformats.schemas.spreadsheetml.x2006.main
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STBorderStyle.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellComments.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellFormulaType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STComments.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STConditionalFormattingOperator.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STCredMethod.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataConsolidateFunction.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationErrorStyle.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationImeMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationOperator.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDateTimeGrouping.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDdeValueType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDvAspect.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STDynamicFilterType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STExternalConnectionType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFieldSortType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFileType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFilterOperator.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFontScheme.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormatAction.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STGradientType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STGroupBy.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STGrowShrinkType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STHorizontalAlignment.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STHtmlFmt.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STIconSetType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STItemType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxFunctionType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxKPIProperty.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STMdxSetOrder.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STObjects.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STOleUpdate.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STOrientation.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPageOrder.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPaneState.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STParameterType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPhoneticAlignment.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPhoneticType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPivotAreaType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPivotFilterType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STPrintError.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STQualifier.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STRevisionAction.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STRwColActionType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STScope.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetState.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetViewType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STShowDataAs.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSmartTagShow.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSortBy.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSortMethod.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSortType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STSourceType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTableStyleType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTableType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTargetScreenSize.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTextHAlign.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTextVAlign.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTimePeriod.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STUnderlineValues.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STUpdateLinks.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVerticalAlignment.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVerticalAlignRun.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVisibility.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVolDepType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STVolValueType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.spreadsheetml.x2006.main.STWebSourceType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.openxmlformats.schemas.wordprocessingml.x2006.main
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STBorder.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STBrClear.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STBrType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STCaptionPos.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STChapterSep.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STCharacterSpacing.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STCombineBrackets.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDirection.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDisplacedByCustomXml.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocGrid.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartBehavior.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STDropCap.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STEdGrp.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STEdnPos.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STEm.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFFTextType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFldCharType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFontFamily.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFrameLayout.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFrameScrollbar.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFtnEdn.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STFtnPos.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHeightRule.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHexColorAuto.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHighlightColor.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STHint.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STInfoTextType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STJc.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STJcTable.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STLevelSuffix.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STLineNumberRestart.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STLineSpacingRule.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STLock.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMailMergeDest.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMailMergeDocType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMailMergeOdsoFMDFieldType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMailMergeSourceType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMerge.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STMultiLevelType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STNumberFormat.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STObjectDrawAspect.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STObjectUpdateMode.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageBorderDisplay.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageBorderOffset.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageBorderZOrder.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageOrientation.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPitch.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STProof.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STProofErr.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPTabAlignment.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPTabLeader.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STPTabRelativeTo.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STRestartNumber.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STRubyAlign.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STSdtDateMappingType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STSectionMark.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleSort.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTabJc.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTabTlc.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTargetScreenSz.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblLayoutType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblOverlap.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblWidth.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextAlignment.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextboxTightWrap.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextDirection.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextEffect.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STTheme.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STThemeColor.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STUnderline.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STVerticalAlignRun.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STVerticalJc.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STView.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STWmlColorSchemeIndex.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STWrap.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.openxmlformats.schemas.wordprocessingml.x2006.main.STZoom.Enum
class Enum extends StringEnumAbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.osgi.framework
-
Class org.osgi.framework.AdaptPermission
class AdaptPermission extends BasicPermission implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
Class org.osgi.framework.AdminPermission
class AdminPermission extends BasicPermission implements Serializable- serialVersionUID:
- 307051004521261705L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
Class org.osgi.framework.BundleEvent
class BundleEvent extends 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.
-
-
Exception Class org.osgi.framework.BundleException
class BundleException extends Exception implements Serializable- serialVersionUID:
- 3571095144220455665L
-
Serialized Fields
-
type
int type
Type of bundle exception.- Since:
- 1.5
-
-
Class org.osgi.framework.BundlePermission
class BundlePermission extends BasicPermission implements Serializable- serialVersionUID:
- 3257846601685873716L
-
Serialization Methods
-
readObject
readObject is called to restore the state of the BundlePermission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
Class org.osgi.framework.CapabilityPermission
class CapabilityPermission extends BasicPermission implements Serializable- serialVersionUID:
- -7662148639076511574L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
Class org.osgi.framework.FrameworkEvent
class FrameworkEvent extends EventObject implements Serializable- serialVersionUID:
- 207051004521261705L
-
Exception Class org.osgi.framework.InvalidSyntaxException
class InvalidSyntaxException extends Exception implements Serializable- serialVersionUID:
- -4295194420816491875L
-
Serialized Fields
-
filter
String filter
The invalid filter string.
-
-
Class org.osgi.framework.PackagePermission
class PackagePermission extends BasicPermission implements Serializable- serialVersionUID:
- -5107705877071099135L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
Class org.osgi.framework.ServiceEvent
class ServiceEvent extends 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.
-
-
Exception Class org.osgi.framework.ServiceException
class ServiceException extends RuntimeException implements Serializable- serialVersionUID:
- 3038963223712959631L
-
Serialized Fields
-
type
int type
Type of service exception.
-
-
Class org.osgi.framework.ServicePermission
class ServicePermission extends BasicPermission implements Serializable- serialVersionUID:
- -7662148639076511574L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.framework.hooks.weaving
-
Exception Class org.osgi.framework.hooks.weaving.WeavingException
class WeavingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.osgi.service.cm
-
Exception Class org.osgi.service.cm.ConfigurationException
class ConfigurationException extends Exception implements Serializable- serialVersionUID:
- -1690090413441769377L
-
Class org.osgi.service.cm.ConfigurationPermission
class ConfigurationPermission extends BasicPermission implements Serializable- serialVersionUID:
- 5716868734811965383L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
Exception Class org.osgi.service.cm.ReadOnlyConfigurationException
class ReadOnlyConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- 1898442024230518832L
-
-
Package org.osgi.service.component
-
Exception Class org.osgi.service.component.ComponentException
class ComponentException extends RuntimeException implements Serializable- serialVersionUID:
- -7438212656298726924L
-
-
Package org.osgi.service.coordinator
-
Exception Class org.osgi.service.coordinator.CoordinationException
class CoordinationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
long id
-
name
String name
-
type
int type
-
-
Class org.osgi.service.coordinator.CoordinationPermission
class CoordinationPermission extends BasicPermission implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.event
-
Class org.osgi.service.event.TopicPermission
class TopicPermission extends Permission implements Serializable- serialVersionUID:
- -5855563886961618300L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
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:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.http
-
Exception Class org.osgi.service.http.NamespaceException
class NamespaceException extends Exception implements Serializable- serialVersionUID:
- 7235606031147877747L
-
-
Package org.osgi.service.resolver
-
Exception Class org.osgi.service.resolver.ResolutionException
class ResolutionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.osgi.util.converter
-
Exception Class org.osgi.util.converter.ConversionException
class ConversionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.osgi.util.promise
-
Exception Class org.osgi.util.promise.FailedPromisesException
class FailedPromisesException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
failed
Collection<Promise<?>> failed
-
-
Exception Class org.osgi.util.promise.TimeoutException
class TimeoutException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.owasp.encoder
-
Exception Class org.owasp.encoder.UnsupportedContextException
class UnsupportedContextException extends RuntimeException implements Serializable
-
-
Package org.scribe.exceptions
-
Exception Class org.scribe.exceptions.OAuthConnectionException
class OAuthConnectionException extends OAuthException implements Serializable -
Exception Class org.scribe.exceptions.OAuthException
class OAuthException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.scribe.exceptions.OAuthParametersMissingException
class OAuthParametersMissingException extends OAuthException implements Serializable- serialVersionUID:
- 1745308760111976671L
-
Exception Class org.scribe.exceptions.OAuthSignatureException
class OAuthSignatureException extends OAuthException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.scribe.model
-
Class org.scribe.model.Token
class Token extends Object implements Serializable- serialVersionUID:
- 715000866082812683L
-
-
Package org.slf4j
-
Package org.slf4j.event
-
Class org.slf4j.event.EventRecordingLogger
class EventRecordingLogger extends org.slf4j.helpers.LegacyAbstractLogger implements Serializable- serialVersionUID:
- -176083308134819629L
-
Serialized Fields
-
eventQueue
Queue<SubstituteLoggingEvent> eventQueue
-
logger
SubstituteLogger logger
-
name
String name
-
-
-
Package org.slf4j.helpers
-
Class org.slf4j.helpers.AbstractLogger
class AbstractLogger extends Object implements Serializable- serialVersionUID:
- -2529255052481744503L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
-
Class org.slf4j.helpers.BasicMarker
class BasicMarker extends Object implements Serializable- serialVersionUID:
- -2849567615646933777L
-
Class org.slf4j.helpers.LegacyAbstractLogger
class LegacyAbstractLogger extends org.slf4j.helpers.AbstractLogger implements Serializable- serialVersionUID:
- -7041884104854048950L
-
Class org.slf4j.helpers.MarkerIgnoringBase
class MarkerIgnoringBase extends org.slf4j.helpers.NamedLoggerBase implements Serializable- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger
class NOPLogger extends MarkerIgnoringBase implements Serializable- serialVersionUID:
- -517220405410904473L
-
null
. Extending components requiring specific permissions should get their own session using theSlingRepository.loginService(String, String)
.