Serialized Form
-
Package ch.qos.logback.classic
-
Class ch.qos.logback.classic.Level extends Object implements Serializable
- serialVersionUID:
- -814092767334282137L
-
Class ch.qos.logback.classic.Logger extends Object implements Serializable
- serialVersionUID:
- 5454405123156820674L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
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
The name of this logger
-
-
Class ch.qos.logback.classic.ViewStatusMessagesServlet extends ViewStatusMessagesServletBase implements Serializable
- serialVersionUID:
- 443878494348593337L
-
-
Package ch.qos.logback.classic.spi
-
Class ch.qos.logback.classic.spi.ClassPackagingData extends Object implements Serializable
- serialVersionUID:
- -804643281218337001L
-
Class ch.qos.logback.classic.spi.LoggerContextVO extends Object implements Serializable
- serialVersionUID:
- 5488023392483144387L
-
Class ch.qos.logback.classic.spi.LoggerRemoteView extends Object implements Serializable
- serialVersionUID:
- 5028223666108713696L
-
Serialized Fields
-
loggerContextView
LoggerContextVO loggerContextView
-
name
String name
-
-
Class ch.qos.logback.classic.spi.LoggingEventVO extends Object implements Serializable
- serialVersionUID:
- 6553722650255690312L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
callerDataArray
StackTraceElement[] callerDataArray
-
loggerContextVO
LoggerContextVO loggerContextVO
-
loggerName
String loggerName
-
marker
Marker marker
-
mdcPropertyMap
Map<String,String> mdcPropertyMap
-
message
String message
-
threadName
String threadName
-
throwableProxy
ThrowableProxyVO throwableProxy
-
timeStamp
long timeStamp
-
-
Class ch.qos.logback.classic.spi.StackTraceElementProxy extends Object implements Serializable
- serialVersionUID:
- -2374374378980555982L
-
Serialized Fields
-
cpd
ClassPackagingData cpd
-
ste
StackTraceElement ste
-
-
Class ch.qos.logback.classic.spi.ThrowableProxyVO extends Object implements Serializable
- serialVersionUID:
- -773438177285807139L
-
Serialized Fields
-
cause
IThrowableProxy cause
-
className
String className
-
commonFramesCount
int commonFramesCount
-
message
String message
-
stackTraceElementProxyArray
StackTraceElementProxy[] stackTraceElementProxyArray
-
suppressed
IThrowableProxy[] suppressed
-
-
Class ch.qos.logback.classic.spi.TurboFilterList extends CopyOnWriteArrayList<TurboFilter> implements Serializable
- serialVersionUID:
- 1L
-
-
Package ch.qos.logback.core
-
Class ch.qos.logback.core.LogbackException extends RuntimeException implements Serializable
- serialVersionUID:
- -799956346239073266L
-
-
Package ch.qos.logback.core.boolex
-
Class ch.qos.logback.core.boolex.EvaluationException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package ch.qos.logback.core.joran.spi
-
Class ch.qos.logback.core.joran.spi.ActionException extends Exception implements Serializable
- serialVersionUID:
- 2743349809995319806L
-
Class ch.qos.logback.core.joran.spi.JoranException extends Exception implements Serializable
- serialVersionUID:
- 1112493363728774021L
-
-
Package ch.qos.logback.core.rolling
-
Class ch.qos.logback.core.rolling.RolloverFailure extends LogbackException implements Serializable
- serialVersionUID:
- -4407533730831239458L
-
-
Package ch.qos.logback.core.rolling.helper
-
Class ch.qos.logback.core.rolling.helper.RollingCalendar extends GregorianCalendar implements Serializable
- serialVersionUID:
- -5937537740925066161L
-
Serialized Fields
-
datePattern
String datePattern
-
periodicityType
PeriodicityType periodicityType
-
-
-
Package ch.qos.logback.core.spi
-
Class ch.qos.logback.core.spi.ScanException extends Exception implements Serializable
- serialVersionUID:
- -3132040414328475658L
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Package ch.qos.logback.core.status
-
Class ch.qos.logback.core.status.ViewStatusMessagesServletBase extends HttpServlet implements Serializable
- serialVersionUID:
- -3551928133801157219L
-
Serialized Fields
-
count
int count
-
-
-
Package ch.qos.logback.core.util
-
Class ch.qos.logback.core.util.DynamicClassLoadingException extends Exception implements Serializable
- serialVersionUID:
- 4962278449162476114L
-
Class ch.qos.logback.core.util.IncompatibleClassException extends Exception implements Serializable
- serialVersionUID:
- -5823372159561159549L
-
Class ch.qos.logback.core.util.PropertySetterException extends Exception implements Serializable
- serialVersionUID:
- -2771077768281663949L
-
-
Package com.adobe.agl.impl
-
Class com.adobe.agl.impl.InvalidFormatException extends Exception implements Serializable
-
-
Package com.adobe.agl.math
-
Class com.adobe.agl.math.MathContext extends Object implements Serializable
-
Serialized Fields
-
digits
int digits
-
form
int form
-
lostDigits
boolean lostDigits
-
roundingMode
int roundingMode
-
-
-
-
Package com.adobe.agl.text
-
Class com.adobe.agl.text.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 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.NumberFormat extends com.adobe.agl.text.UFormat implements Serializable
-
Serialized Fields
-
currency
com.adobe.agl.util.Currency currency
-
groupingUsed
boolean groupingUsed
-
maxFractionDigits
byte maxFractionDigits
-
maximumFractionDigits
int maximumFractionDigits
-
maximumIntegerDigits
int maximumIntegerDigits
-
maxIntegerDigits
byte maxIntegerDigits
-
minFractionDigits
byte minFractionDigits
-
minimumFractionDigits
int minimumFractionDigits
-
minimumIntegerDigits
int minimumIntegerDigits
-
minIntegerDigits
byte minIntegerDigits
-
parseIntegerOnly
boolean parseIntegerOnly
-
parseStrict
boolean parseStrict
-
serialVersionOnStream
int serialVersionOnStream
-
-
-
Class com.adobe.agl.text.NumberFormat.Field extends Format.Field implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws InvalidObjectException
- Throws:
InvalidObjectException
-
-
-
Class com.adobe.agl.text.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.UFormat extends Format implements Serializable
-
-
Package com.adobe.agl.util
-
Class com.adobe.agl.util.Currency extends com.adobe.agl.util.MeasureUnit implements Serializable
-
Serialized Fields
-
isoCode
String isoCode
-
-
-
Class com.adobe.agl.util.ULocale extends Object implements Serializable
- serialVersionUID:
- 3715177670352309217L
-
Serialized Fields
-
locale
Locale locale
-
-
Class com.adobe.agl.util.UResourceTypeMismatchException extends RuntimeException implements Serializable
-
-
Package com.adobe.cq.adobeims.imsprofile
-
Class com.adobe.cq.adobeims.imsprofile.ImsProfileException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
apiResponse
JSONObject apiResponse
-
-
Class com.adobe.cq.adobeims.imsprofile.InvalidImsConfigException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.cq.cloudservices.provisioning
-
Class com.adobe.cq.cloudservices.provisioning.ProvisioningException extends Exception implements Serializable
-
-
Package com.adobe.cq.dam.cfm
-
Class com.adobe.cq.dam.cfm.ContentFragmentException extends Exception implements Serializable
-
-
Package com.adobe.cq.dam.download.api
-
Class com.adobe.cq.dam.download.api.DownloadException extends Exception implements Serializable
- serialVersionUID:
- 2658159401073189422L
-
-
Package com.adobe.cq.dashboards
-
Class com.adobe.cq.dashboards.DashboardException extends Exception implements Serializable
-
-
Package com.adobe.cq.inbox.api
-
Class com.adobe.cq.inbox.api.InboxException extends Exception implements Serializable
-
-
Package com.adobe.cq.launches.api
-
Class com.adobe.cq.launches.api.LaunchException extends RuntimeException implements Serializable
-
-
Package com.adobe.cq.mcm.campaign
-
Class com.adobe.cq.mcm.campaign.NewsletterException extends Exception implements Serializable
-
Class com.adobe.cq.mcm.campaign.NewsletterReplicationException extends NewsletterException implements Serializable
-
Serialized Fields
-
path
String path
-
type
NewsletterReplicationException.Type type
-
userID
String userID
-
-
-
-
Package com.adobe.cq.projects.api
-
Class com.adobe.cq.projects.api.ProjectException extends RuntimeException implements Serializable
- serialVersionUID:
- 2484480587363909686L
-
-
Package com.adobe.cq.remote.content.renderer
-
Class com.adobe.cq.remote.content.renderer.RemoteContentRenderingException extends Exception implements Serializable
-
-
Package com.adobe.cq.scheduled.exporter
-
Class com.adobe.cq.scheduled.exporter.ExportException extends Exception implements Serializable
-
Class com.adobe.cq.scheduled.exporter.TransformationException extends ExportException implements Serializable
-
-
Package com.adobe.cq.sightly
-
Class com.adobe.cq.sightly.WCMResourceOptions extends HashMap<String,String> implements Serializable
-
-
Package com.adobe.cq.sites.ui.designfield.datasources
-
Class com.adobe.cq.sites.ui.designfield.datasources.Children extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
expressionResolver
ExpressionResolver expressionResolver
-
-
-
Class com.adobe.cq.sites.ui.designfield.datasources.QueryDatasource extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
expressionResolver
ExpressionResolver expressionResolver
-
queryBuilder
QueryBuilder queryBuilder
-
-
-
-
Package com.adobe.cq.sites.ui.renderconditions
-
Class com.adobe.cq.sites.ui.renderconditions.CanEditTemplateRenderCondition extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
expressionResolver
ExpressionResolver expressionResolver
-
log
Logger log
-
-
-
-
Package com.adobe.cq.smartcontent
-
Class com.adobe.cq.smartcontent.SmartContentException extends Exception implements Serializable
-
-
Package com.adobe.cq.targetrecommendations.api
-
Class com.adobe.cq.targetrecommendations.api.TargetRecommendationsException extends Exception implements Serializable
- serialVersionUID:
- 4789851714947284569L
-
-
Package com.adobe.cq.wcm.mobile.qrcode.servlet
-
Class com.adobe.cq.wcm.mobile.qrcode.servlet.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
-
Class com.adobe.dam.print.ids.IDSException extends Exception implements Serializable
-
-
Package com.adobe.fontengine
-
Class com.adobe.fontengine.FontEngineException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.SparseArray extends AbstractList implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
HashMap entries
-
-
-
Package com.adobe.fontengine.font
-
Class com.adobe.fontengine.font.CatalogDescription extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.FontDescription extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.FontException extends FontEngineException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
invalidFont
Font invalidFont
-
-
Class com.adobe.fontengine.font.FontImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.FontLoadingException extends FontException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.InvalidFontException extends FontException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.InvalidGlyphException extends InvalidFontException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.font.UnsupportedFontException extends FontException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.font.opentype
-
Package com.adobe.fontengine.font.postscript
-
Class com.adobe.fontengine.font.postscript.CIDtoUnicode extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.fontmanagement
-
Class com.adobe.fontengine.fontmanagement.Base14Font extends com.adobe.fontengine.fontmanagement.URLFont implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.CacheSupportInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mFontType
String mFontType
-
mIsCFF
boolean mIsCFF
-
mNumGlyphs
int mNumGlyphs
-
-
Class com.adobe.fontengine.fontmanagement.FontProxy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
font
Font font
-
fontDesc
FontDescription fontDesc
-
-
Class com.adobe.fontengine.fontmanagement.FontResolutionPriority extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.MemoryFont extends FontImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fontRef
FontData fontRef
-
-
Class com.adobe.fontengine.fontmanagement.Platform extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.ResourceFont extends FontImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- 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 extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.fxg.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 extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.fontmanagement.platform.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 extends FontDescription implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
psName
String psName
-
-
Class com.adobe.fontengine.fontmanagement.postscript.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fonts
HashMap fonts
-
-
Class com.adobe.fontengine.inlineformatting.FormattingException extends FontEngineException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
limit
int limit
-
start
int start
-
-
Class com.adobe.fontengine.inlineformatting.NoSuitableFontException extends FormattingException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.fontengine.inlineformatting.css20
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSStretchValue extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSStyleValue extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSVariantValue extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.inlineformatting.css20.CSS20Attribute.CSSWeightValue extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Serialized Fields
-
value
int value
-
-
Class com.adobe.fontengine.inlineformatting.css20.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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.fontengine.inlineformatting.css20.RemoveSpacesAndUppercaseFamilyNameNormalizer extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.activitystreams
-
Class com.adobe.granite.activitystreams.ActivityException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.asset.api
-
Class com.adobe.granite.asset.api.AssetException extends RuntimeException implements Serializable
- serialVersionUID:
- -8254899862423644935L
-
Class com.adobe.granite.asset.api.AssetIOException extends AssetException implements Serializable
- serialVersionUID:
- 3607043622864354068L
-
-
Package com.adobe.granite.auth.cert
-
Class com.adobe.granite.auth.cert.UserCertificateMappingException extends Exception implements Serializable
- serialVersionUID:
- 2969569238110083303L
-
-
Package com.adobe.granite.auth.oauth
-
Class com.adobe.granite.auth.oauth.OAuthIdInUseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.comments
-
Class com.adobe.granite.comments.CommentException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.crypto
-
Class com.adobe.granite.crypto.CryptoException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.granite.keystore
-
Class com.adobe.granite.keystore.KeyStoreNotInitialisedException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.omnisearch.api.core
-
Class com.adobe.granite.omnisearch.api.core.OmniSearchException extends Exception implements Serializable
- serialVersionUID:
- -9160962490084085877L
-
-
Package com.adobe.granite.rest
-
Class com.adobe.granite.rest.RequestException extends RestException implements Serializable
-
Serialized Fields
-
statusCode
int statusCode
-
-
-
Class com.adobe.granite.rest.RestException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.rest.converter
-
Class com.adobe.granite.rest.converter.ResourceConverterException extends RestException implements Serializable
-
-
Package com.adobe.granite.socialgraph
-
Class com.adobe.granite.socialgraph.SocialGraphException extends RuntimeException implements Serializable
-
-
Package com.adobe.granite.taskmanagement
-
Class com.adobe.granite.taskmanagement.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.
-
-
-
Class com.adobe.granite.taskmanagement.TaskNotFoundException extends TaskManagerException implements Serializable
- serialVersionUID:
- -7205622205320640903L
-
Class com.adobe.granite.taskmanagement.TaskSecurityException extends TaskManagerException implements Serializable
- serialVersionUID:
- 7855567220582585768L
-
-
Package com.adobe.granite.translation.api
-
Class com.adobe.granite.translation.api.TranslationException extends 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
-
Class com.adobe.granite.translation.api.xliff.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.tags
-
Class com.adobe.granite.ui.tags.IncludeClientLibraryTag extends TagSupport implements Serializable
- serialVersionUID:
- -3068291967085012331L
-
-
Package com.adobe.granite.workflow
-
Class com.adobe.granite.workflow.WorkflowException extends Exception implements Serializable
- serialVersionUID:
- 3126765556125618406L
-
-
Package com.adobe.granite.workflow.core.event
-
Class com.adobe.granite.workflow.core.event.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 extends Object implements Serializable
- serialVersionUID:
- 5718625605490930738L
-
Serialized Fields
-
serializedItem
Map serializedItem
-
-
Class com.adobe.granite.workflow.job.TimeoutJob extends Object implements Serializable
- serialVersionUID:
- 5670996916430565635L
-
Class com.adobe.granite.workflow.job.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 extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 1360764073724170383L
-
-
Package com.adobe.granite.workflow.model
-
Class com.adobe.granite.workflow.model.ValidationException extends WorkflowException implements Serializable
- serialVersionUID:
- -8901352801743975909L
-
Serialized Fields
-
node
WorkflowNode node
-
-
Class com.adobe.granite.workflow.model.VersionException extends WorkflowException implements Serializable
-
-
Package com.adobe.internal.pdftoolkit.core.credentials.impl
-
Class com.adobe.internal.pdftoolkit.core.credentials.impl.HSMPrivateKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
jsafeKey
com.rsa.jsafe.JSAFE_PrivateKey jsafeKey
-
session
com.rsa.jsafe.JSAFE_Session[] session
-
-
-
Package com.adobe.internal.pdftoolkit.core.exceptions
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFConfigurationException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosNumberParseRuntimeException extends PDFRuntimeException implements Serializable
- serialVersionUID:
- 2187022273535592608L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosParseException extends PDFInvalidDocumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorTypes
Set<PDFCosParseException.CosParseErrorType> errorTypes
-
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFCosUnexpectedTypeException extends RuntimeException implements Serializable
- serialVersionUID:
- -2169240342540936845L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFFilterFormatException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFFontException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidContentException extends PDFInvalidDocumentException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidDocumentException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidParameterException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidStructureException extends PDFInvalidDocumentException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidXMLException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFIOException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFParseException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 5130968669163679573L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityAuthorizationException extends PDFSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityConfigurationException extends PDFSecurityException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFSignatureException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFUnableToCompleteOperationException extends PDFException implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.pdftoolkit.core.exceptions.PDFUnsupportedFeatureException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.internal.pdftoolkit.core.filter
-
Class com.adobe.internal.pdftoolkit.core.filter.ASCII85FilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.ASCIIHexFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.Base64FilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.FilterException extends IOException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.FilterParams extends Hashtable<String,Object> implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.FlateFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.LZWFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.RunLengthFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
Class com.adobe.internal.pdftoolkit.core.filter.TIFFFilterException extends FilterException implements Serializable
- serialVersionUID:
- 0L
-
-
Package com.adobe.internal.pdftoolkit.core.filter.spi
-
Class com.adobe.internal.pdftoolkit.core.filter.spi.CustomFilterException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.internal.pdftoolkit.core.fontset
-
Package com.adobe.internal.pdftoolkit.core.fontset.impl
-
Class com.adobe.internal.pdftoolkit.core.fontset.impl.PDFFontSetImpl extends 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.internal.util.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 extends Object implements Serializable
- serialVersionUID:
- -5059151845327279132L
-
Serialized Fields
-
length
int length
-
value
byte[] value
-
-
Class com.adobe.internal.util.InvalidOperandException extends Exception implements Serializable
- serialVersionUID:
- 7526472295622776147L
-
Class com.adobe.internal.util.MalformedExpressionException extends Exception implements Serializable
- serialVersionUID:
- 7526472295622776147L
-
-
Package com.adobe.internal.xmp
-
Class com.adobe.internal.xmp.XMPException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
the errorCode of the XMP toolkit
-
-
-
-
Package com.adobe.reef.siren
-
Class com.adobe.reef.siren.SirenException extends Exception implements Serializable
-
-
Package com.adobe.reef.siren.builder
-
Class com.adobe.reef.siren.builder.BuilderException extends SirenException implements Serializable
-
Class com.adobe.reef.siren.builder.BuilderValidationException extends BuilderException implements Serializable
-
-
Package com.adobe.reef.siren.converter
-
Class com.adobe.reef.siren.converter.ConverterException extends SirenException implements Serializable
-
-
Package com.adobe.versioncue.nativecomm
-
Class com.adobe.versioncue.nativecomm.BadConfigException extends NativeCommException implements Serializable
- serialVersionUID:
- -1224248930064481150L
-
Class com.adobe.versioncue.nativecomm.NativeCommException extends Exception implements Serializable
- serialVersionUID:
- -1284409855773874342L
-
Class com.adobe.versioncue.nativecomm.ServiceAbortException extends NativeCommException implements Serializable
- serialVersionUID:
- 6685582667977923765L
-
Class com.adobe.versioncue.nativecomm.ServiceCallException extends NativeCommException implements Serializable
- serialVersionUID:
- -8786278664104163865L
-
Class com.adobe.versioncue.nativecomm.ServiceTimeoutException extends NativeCommException implements Serializable
- serialVersionUID:
- 8049028480967038366L
-
-
Package com.adobe.versioncue.nativecomm.msg
-
Class com.adobe.versioncue.nativecomm.msg.BadMessageException extends NativeCommException implements Serializable
- serialVersionUID:
- 5567107988955694059L
-
-
Package com.adobe.xfa
-
Class com.adobe.xfa.EventManager.EventTable extends ArrayList<Dispatcher> implements Serializable
- serialVersionUID:
- -127450503214773632L
-
Class com.adobe.xfa.ScriptHandler.ScriptException extends ExFull implements Serializable
- serialVersionUID:
- 132047461644242605L
-
Serialized Fields
-
mnErrorCode
int mnErrorCode
-
mnLineNumber
int mnLineNumber
-
-
-
Package com.adobe.xfa.formcalc
-
Class com.adobe.xfa.formcalc.CalcException extends RuntimeException implements Serializable
- serialVersionUID:
- -7820131771922187343L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
IOException
-
-
Class com.adobe.xfa.formcalc.ParseException extends Exception implements Serializable
-
Class com.adobe.xfa.formcalc.TokenMgrError extends Error implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
-
-
-
-
Package com.adobe.xfa.pmp.adobepdf417pmp
-
Class com.adobe.xfa.pmp.adobepdf417pmp.PDF417EncoderException extends BarcodeEncoderException implements Serializable
- serialVersionUID:
- 7335409144751950561L
-
Serialized Fields
-
errorCode
PDF417EncoderErrorCode errorCode
-
-
-
Package com.adobe.xfa.pmp.common
-
Class com.adobe.xfa.pmp.common.BarcodeEncoderException extends Exception implements Serializable
- serialVersionUID:
- 7110381638142143711L
-
-
Package com.adobe.xfa.pmp.datamatrixpmp
-
Class com.adobe.xfa.pmp.datamatrixpmp.DataMatrixEncoderException extends BarcodeEncoderException implements Serializable
- serialVersionUID:
- -5450172732577769831L
-
Serialized Fields
-
errorCode
DataMatrixEncoderErrorCode errorCode
-
-
-
Package com.adobe.xfa.pmp.qrcodepmp
-
Class com.adobe.xfa.pmp.qrcodepmp.QRCodeEncoderException extends BarcodeEncoderException implements Serializable
- serialVersionUID:
- -4131746686261004133L
-
Serialized Fields
-
errorCode
QRCodeEncoderErrorCode errorCode
-
-
-
Package com.adobe.xfa.scripthandler.rhino
-
Class com.adobe.xfa.scripthandler.rhino.LiveComponent extends ScriptableObject implements Serializable
- serialVersionUID:
- 1853010678358666589L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
IOException
-
-
Class com.adobe.xfa.scripthandler.rhino.LiveObject extends ScriptableObject implements Serializable
- serialVersionUID:
- 4351208801270519263L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
This class is not really serializable, so prevent attempts to serialize from succeeding.- Throws:
IOException
-
-
-
Package com.adobe.xfa.ut
-
Class com.adobe.xfa.ut.ExceptionBase extends RuntimeException implements Serializable
- serialVersionUID:
- -687536745161985131L
-
Serialized Fields
-
mbWasReported
boolean mbWasReported
-
-
Class com.adobe.xfa.ut.ExFull extends ExceptionBase implements Serializable
- serialVersionUID:
- -2764654020640603225L
-
Class com.adobe.xfa.ut.ExResourceFailure extends ExceptionBase implements Serializable
- serialVersionUID:
- 6307738608710413349L
-
Serialized Fields
-
msMissingFile
String msMissingFile
-
-
Class com.adobe.xfa.ut.Storage extends ArrayList<T> implements Serializable
- serialVersionUID:
- -3453467565507172287L
-
-
Package com.adobe.xmp
-
Class com.adobe.xmp.XMPException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
the errorCode of the XMP toolkit
-
-
-
-
Package com.adobe.xmp.core
-
Class com.adobe.xmp.core.XMPException extends Exception implements Serializable
- serialVersionUID:
- -7198438977309224764L
-
-
Package com.adobe.xmp.core.namespace
-
Class com.adobe.xmp.core.namespace.DefaultPrefixContract extends HashMap<String,String> implements Serializable
- serialVersionUID:
- 9169953737065019512L
-
-
Package com.adobe.xmp.core.parser
-
Class com.adobe.xmp.core.parser.ParseRDFException extends XMPException implements Serializable
-
Class com.adobe.xmp.core.parser.ParseXMLException extends XMPException implements Serializable
-
Class com.adobe.xmp.core.parser.ParseXMPException extends XMPException implements Serializable
-
Class com.adobe.xmp.core.parser.RDFXMLParserContext extends HashMap<String,Object> implements Serializable
-
-
Package com.adobe.xmp.core.serializer
-
Class com.adobe.xmp.core.serializer.RDFXMLSerializerContext extends HashMap<String,Object> implements Serializable
-
Class com.adobe.xmp.core.serializer.SerializeOptionsException extends XMPException implements Serializable
-
Class com.adobe.xmp.core.serializer.SerializeXMPException extends XMPException implements Serializable
-
-
Package com.adobe.xmp.path
-
Class com.adobe.xmp.path.XMPPathParserException extends Exception implements Serializable
- serialVersionUID:
- 4274465725891569432L
-
-
Package com.adobe.xmp.schema.model
-
Class com.adobe.xmp.schema.model.XMPSchemaException extends Exception implements Serializable
- serialVersionUID:
- -3734439070049547706L
-
-
Package com.adobe.xmp.schema.model.rules
-
Class com.adobe.xmp.schema.model.rules.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 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 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 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 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 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 extends ClosedChoice implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
rule
TypeRule rule
an optional rule for the open values
-
-
Class com.adobe.xmp.schema.model.rules.PatternRule extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.adobe.xmp.schema.model.rules.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.adobe.xmp.schema.rng.parser.exceptions
-
Class com.adobe.xmp.schema.rng.parser.exceptions.RNGElementNotSupportedException extends RNGParseException implements Serializable
- serialVersionUID:
- 4631275050411273383L
-
Class com.adobe.xmp.schema.rng.parser.exceptions.RNGInvalidSchemaException extends Exception implements Serializable
- serialVersionUID:
- 404637001857647896L
-
Class com.adobe.xmp.schema.rng.parser.exceptions.RNGParseException extends RuntimeException implements Serializable
- serialVersionUID:
- 3954153244247976307L
-
Class com.adobe.xmp.schema.rng.parser.exceptions.RNGUnexpectedElementFoundException extends RNGParseException implements Serializable
- serialVersionUID:
- -2340408528814646571L
-
-
Package com.adobe.xmp.schema.service
-
Class com.adobe.xmp.schema.service.SchemaServiceException extends Exception implements Serializable
- serialVersionUID:
- 8364384923927034402L
-
-
Package com.day.commons.datasource.poolservice
-
Class com.day.commons.datasource.poolservice.DataSourceNotFoundException extends Exception implements Serializable
-
Class com.day.commons.datasource.poolservice.TypeNotAvailableException extends Exception implements Serializable
-
-
Package com.day.cq.analytics.sitecatalyst
-
Class com.day.cq.analytics.sitecatalyst.SitecatalystException extends Exception implements Serializable
-
-
Package com.day.cq.analytics.sitecatalyst.util
-
Class com.day.cq.analytics.sitecatalyst.util.RelativeDateFormat extends SimpleDateFormat implements Serializable
-
-
Package com.day.cq.analytics.testandtarget
-
Class com.day.cq.analytics.testandtarget.TestandtargetException extends TestandtargetFormattedException implements Serializable
-
Class com.day.cq.analytics.testandtarget.TestandtargetFormattedException extends Exception implements Serializable
-
Class com.day.cq.analytics.testandtarget.TestandtargetUnsupportedApiOperationException extends TestandtargetException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.day.cq.analytics.testandtarget.workspaces
-
Class com.day.cq.analytics.testandtarget.workspaces.WorkspacesConfigurationException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.day.cq.analytics.testandtarget.workspaces.WorkspacesProviderException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.day.cq.audit
-
Class com.day.cq.audit.AuditLogEntry extends Object implements Serializable
- serialVersionUID:
- 9115969134511819580L
-
Class com.day.cq.audit.AuditLogEvent extends Object implements Serializable
- serialVersionUID:
- 8029847202889440626L
-
Serialized Fields
-
entries
List<AuditLogEntry> entries
The list of entries
-
-
-
Package com.day.cq.commons
-
Class com.day.cq.commons.SlingRepositoryException extends SlingException implements Serializable
- serialVersionUID:
- -640951864189570350L
-
-
Package com.day.cq.commons.date
-
Class com.day.cq.commons.date.InvalidDateException extends Exception implements Serializable
- serialVersionUID:
- 8622618243763958745L
-
-
Package com.day.cq.commons.servlets
-
Class com.day.cq.commons.servlets.AbstractCommandServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- -640576082673481348L
-
Class com.day.cq.commons.servlets.AbstractListServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- 2138470595710406273L
-
Serialized Fields
-
admin
Session admin
Deprecated.The admin session is no longer available and will be alwaysnull
. Extending components requiring specific permissions should get their own session using theSlingRepository.loginService(String, String)
. -
cachedProviders
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.servlets.AbstractPredicateServlet extends SlingAllMethodsServlet implements Serializable
- serialVersionUID:
- 6457830085969491553L
-
Serialized Fields
-
log
Logger log
default log -
provider
PredicateProvider provider
-
-
Class com.day.cq.commons.servlets.AbstractReplicableListServlet extends AbstractListServlet implements Serializable
-
Class com.day.cq.commons.servlets.AbstractSearchServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- 6105423525102347224L
-
Class com.day.cq.commons.servlets.FeedRendererServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- 8394390726904986208L
-
Class com.day.cq.commons.servlets.NonExistingDispatcherServlet extends GenericServlet implements Serializable
-
Serialized Fields
-
context
ComponentContext context
-
log
Logger log
-
servlets
SortedMap<ServiceReference,NonExistingResourceServlet> servlets
-
unhandledServlets
List<ServiceReference> unhandledServlets
-
-
-
Class com.day.cq.commons.servlets.OverlayServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- 2266516903915391606L
-
Class com.day.cq.commons.servlets.ProxyServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- -2132087866168663893L
-
Serialized Fields
-
log
Logger log
default log
-
-
Class com.day.cq.commons.servlets.RootMappingServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- 3652955044323243271L
-
Serialized Fields
-
target
String target
-
-
Class com.day.cq.commons.servlets.TidyJsonServlet extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- -5306185798911938807L
-
-
Package com.day.cq.dam.api
-
Class com.day.cq.dam.api.AssetHandlerException extends Exception implements Serializable
-
Class com.day.cq.dam.api.FolderSettingsException extends Exception implements Serializable
-
Class com.day.cq.dam.api.ProcessorException extends Exception implements Serializable
-
Serialized Fields
-
processor
Processor processor
Processor that encountered error.
-
-
-
-
Package com.day.cq.dam.commons.watermark
-
Class com.day.cq.dam.commons.watermark.WatermarkingException extends Exception implements Serializable
-
-
Package com.day.cq.dam.handler.ffmpeg
-
Class com.day.cq.dam.handler.ffmpeg.FfmpegNotFoundException extends RuntimeException implements Serializable
-
-
Package com.day.cq.dam.handler.gibson.fontmanager
-
Class com.day.cq.dam.handler.gibson.fontmanager.FontManagerException extends RuntimeException implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
-
Package com.day.cq.dam.indd
-
Class com.day.cq.dam.indd.PageExtractionException extends RuntimeException implements Serializable
-
-
Package com.day.cq.dam.scene7.api.model
-
Class com.day.cq.dam.scene7.api.model.AuthenticationException extends IpsApiException implements Serializable
- serialVersionUID:
- 3891038828516768943L
-
Class com.day.cq.dam.scene7.api.model.AuthorizationException extends IpsApiException implements Serializable
- serialVersionUID:
- -3511735080537559321L
-
Class com.day.cq.dam.scene7.api.model.IpsApiException extends RuntimeException implements Serializable
- serialVersionUID:
- -7445252449047486682L
-
Class com.day.cq.dam.scene7.api.model.Scene7AssetImpl extends Object implements Serializable
- serialVersionUID:
- 5536087022446822682L
-
-
Package com.day.cq.mailer
-
Class com.day.cq.mailer.MailingException extends RuntimeException implements Serializable
-
-
Package com.day.cq.mcm.campaign
-
Class com.day.cq.mcm.campaign.ACConnectorException extends CampaignException implements Serializable
-
Class com.day.cq.mcm.campaign.CampaignException extends Exception implements Serializable
-
Class com.day.cq.mcm.campaign.ConfigurationException extends ACConnectorException implements Serializable
-
Class com.day.cq.mcm.campaign.ConnectionException extends ACConnectorException implements Serializable
-
Serialized Fields
-
statusCode
int statusCode
-
-
-
-
Package com.day.cq.mcm.emailprovider
-
Class com.day.cq.mcm.emailprovider.EmailServiceException extends Exception implements Serializable
-
-
Package com.day.cq.notification.api
-
Class com.day.cq.notification.api.ChannelException extends NotificationException implements Serializable
-
Class com.day.cq.notification.api.NotificationException extends Throwable implements Serializable
-
-
Package com.day.cq.personalization
-
Class com.day.cq.personalization.CampaignsDataSourceServlet extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
configManagerFactory
ConfigurationManagerFactory configManagerFactory
Deprecated.
-
-
-
Class com.day.cq.personalization.SegmentsDataSourceServlet extends SlingSafeMethodsServlet implements Serializable
-
Serialized Fields
-
log
Logger log
-
-
-
-
Package com.day.cq.personalization.tags
-
Class com.day.cq.personalization.tags.ContextProfileAvatarTag extends TagSupport implements Serializable
- serialVersionUID:
- -8276659679028145718L
-
Class com.day.cq.personalization.tags.ContextProfileHtmlInputTag extends TagSupport implements Serializable
- serialVersionUID:
- 4646561799994266940L
-
Class com.day.cq.personalization.tags.ContextProfileLinkTag extends TagSupport implements Serializable
-
Class com.day.cq.personalization.tags.ContextProfilePropertyTag extends TagSupport implements Serializable
- serialVersionUID:
- 4646561799994266940L
-
Class com.day.cq.personalization.tags.StorePropertyTag extends TagSupport implements Serializable
- serialVersionUID:
- 4646561799994266940L
-
Class com.day.cq.personalization.tags.StoreRendererTag extends TagSupport implements Serializable
- serialVersionUID:
- 4646561799994266940L
-
Serialized Fields
-
store
String store
-
-
-
Package com.day.cq.polling.importer
-
Class com.day.cq.polling.importer.ImportException extends SlingException implements Serializable
-
-
Package com.day.cq.replication
-
Class com.day.cq.replication.AccessDeniedException extends ReplicationException implements Serializable
- serialVersionUID:
- -6470535533583771271L
-
Class com.day.cq.replication.AgentNotFoundException extends ReplicationException implements Serializable
- serialVersionUID:
- 8163707798847367159L
-
Class com.day.cq.replication.PathNotFoundException extends ReplicationException implements Serializable
- serialVersionUID:
- -5930202957795016152L
-
Class com.day.cq.replication.ReplicationAction extends 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 extends Object implements Serializable
- serialVersionUID:
- 7508545788476718741L
-
Class com.day.cq.replication.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
-
-
-
Class com.day.cq.replication.ReplicationException extends Exception implements Serializable
- serialVersionUID:
- -243436984989531373L
-
Class com.day.cq.replication.TransportException extends ReplicationException implements Serializable
- serialVersionUID:
- -2229496808305406859L
-
Serialized Fields
-
result
ReplicationResult result
Replication result.
-
-
Class com.day.cq.replication.UnrecoverableReplicationException extends ReplicationException implements Serializable
- serialVersionUID:
- -8617990791118342125L
-
-
Package com.day.cq.security
-
Class com.day.cq.security.AuthorizableExistsException extends RuntimeException implements Serializable
- serialVersionUID:
- -7263229762693153522L
-
Serialized Fields
-
id
String id
Deprecated.
-
-
Class com.day.cq.security.CqSecurityException extends SlingException implements Serializable
- serialVersionUID:
- -8092729229204345328L
-
Class com.day.cq.security.NoSuchAuthorizableException extends RuntimeException implements Serializable
- serialVersionUID:
- 3626245256148675980L
-
Serialized Fields
-
authorizable
String authorizable
Deprecated.
-
-
Class com.day.cq.security.NoSuchPrivilegeException extends SecurityException implements Serializable
- serialVersionUID:
- 6283246668660743866L
-
-
Package com.day.cq.spellchecker
-
Class com.day.cq.spellchecker.SpellCheckException extends Exception implements Serializable
-
Serialized Fields
-
root
Throwable root
Root throwable
-
-
-
-
Package com.day.cq.tagging
-
Class com.day.cq.tagging.InvalidTagFormatException extends Exception implements Serializable
- serialVersionUID:
- 7694873211398765678L
-
Class com.day.cq.tagging.TagException extends Exception implements Serializable
- serialVersionUID:
- 7694873211398765678L
-
-
Package com.day.cq.wcm.api
-
Class com.day.cq.wcm.api.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 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.
-
-
-
Class com.day.cq.wcm.api.WCMException extends Exception implements Serializable
-
Class com.day.cq.wcm.api.WCMRuntimeException extends RuntimeException implements Serializable
-
-
Package com.day.cq.wcm.command.api
-
Class com.day.cq.wcm.command.api.CommandException extends Exception implements Serializable
-
-
Package com.day.cq.wcm.commons
-
Class com.day.cq.wcm.commons.AbstractImageServlet extends SlingSafeMethodsServlet implements Serializable
-
-
Package com.day.cq.wcm.contentsync
-
Class com.day.cq.wcm.contentsync.PathRewriterOptions extends HashMap<String,PathRewriterOptions.RewriteMode> implements Serializable
- serialVersionUID:
- 7042302195945834350L
-
-
Package com.day.cq.wcm.core.contentfinder
-
Class com.day.cq.wcm.core.contentfinder.ContentFinderListInfoProviderHelper extends AbstractPredicateServlet implements Serializable
- serialVersionUID:
- 7018564321415615254L
-
Serialized Fields
-
componentContext
ComponentContext componentContext
-
listInfoProviders
List<ServiceReference> listInfoProviders
-
-
Class com.day.cq.wcm.core.contentfinder.ViewHandler extends ContentFinderListInfoProviderHelper implements Serializable
- serialVersionUID:
- 5964360462202342062L
-
-
Package com.day.cq.wcm.designimporter
-
Class com.day.cq.wcm.designimporter.DesignImportException extends Exception implements Serializable
- serialVersionUID:
- -3265095376177217499L
-
Class com.day.cq.wcm.designimporter.MalformedArchiveException extends DesignImportException implements Serializable
- serialVersionUID:
- 5170449566939158321L
-
Class com.day.cq.wcm.designimporter.MissingCanvasException extends DesignImportException implements Serializable
- serialVersionUID:
- 1263614485758696971L
-
Class com.day.cq.wcm.designimporter.MissingHTMLException extends DesignImportException implements Serializable
- serialVersionUID:
- 1263614485758696971L
-
Class com.day.cq.wcm.designimporter.UnsupportedTagContentException extends DesignImportException implements Serializable
- serialVersionUID:
- 3474273972420785952L
-
-
Package com.day.cq.wcm.foundation
-
Class com.day.cq.wcm.foundation.ParagraphList extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- 2156140435583248698L
-
Class com.day.cq.wcm.foundation.ParagraphServlet extends SlingSafeMethodsServlet implements Serializable
- serialVersionUID:
- 2156140435583248698L
-
Class com.day.cq.wcm.foundation.Table.Attributes extends HashMap<String,String> implements Serializable
-
Class com.day.cq.wcm.foundation.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 extends com.day.cq.wcm.tags.AbstractParamTag implements Serializable
- serialVersionUID:
- 4947594165545497436L
-
Class com.day.cq.wcm.tags.DefineObjectsTag extends DefineObjectsTag implements Serializable
- serialVersionUID:
- 6250552899680823151L
-
Serialized Fields
-
componentContextName
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 extends TagSupport implements Serializable
- serialVersionUID:
- -3068291967085012331L
-
Class com.day.cq.wcm.tags.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 extends com.day.cq.wcm.tags.AbstractParamTag implements Serializable
- serialVersionUID:
- -205325594674220669L
-
Class com.day.cq.wcm.tags.RequestURLTag extends TagSupport implements Serializable
- serialVersionUID:
- -5674803762870190034L
-
Class com.day.cq.wcm.tags.SetContentBundleTag extends TagSupport implements Serializable
- serialVersionUID:
- -3437648502705143816L
-
Class com.day.cq.wcm.tags.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
-
Class com.day.cq.wcm.undo.BinaryHandlingException extends Exception implements Serializable
-
-
Package com.day.cq.workflow
-
Class com.day.cq.workflow.WorkflowException extends Exception implements Serializable
- serialVersionUID:
- 3126765556125618406L
-
-
Package com.day.cq.workflow.event
-
Class com.day.cq.workflow.event.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 extends Object implements Serializable
- serialVersionUID:
- 5718625605490930738L
-
Serialized Fields
-
serializedItem
Map serializedItem
-
-
Class com.day.cq.workflow.job.TimeoutJob extends Object implements Serializable
- serialVersionUID:
- 5670996916430565635L
-
Class com.day.cq.workflow.job.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 extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 1360764073724170383L
-
-
Package com.day.cq.workflow.model
-
Class com.day.cq.workflow.model.ValidationException extends WorkflowException implements Serializable
- serialVersionUID:
- -8901352801743975909L
-
Serialized Fields
-
node
WorkflowNode node
-
-
-
Package com.day.cq.xss
-
Class com.day.cq.xss.XSSProtectionException extends Exception implements Serializable
-
-
Package com.day.cq.xss.taglib
-
Class com.day.cq.xss.taglib.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 extends BodyTagSupport implements Serializable
-
Class com.day.cq.xss.taglib.ProtectStringAsAttribute extends ProtectBody implements Serializable
-
Serialized Fields
-
name
String name
Deprecated.Name of attribute where the result is saved to
-
-
-
-
Package com.day.crx
-
Class com.day.crx.BaseException extends Exception implements Serializable
-
-
Package com.day.text
-
Class com.day.text.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 extends Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
cached bytes -
hashCode
int hashCode
cached hashCode -
version
int version
the version
-
-
-
Class com.day.util.WrappedException extends Exception implements Serializable
-
Serialized Fields
-
rootException
Throwable rootException
Root failure cause
-
-
-
Class com.day.util.WrappedRuntimeException extends RuntimeException implements Serializable
-
Serialized Fields
-
rootException
Throwable rootException
Root failure cause
-
-
-
-
Package com.drew.imaging
-
Class com.drew.imaging.ImageProcessingException extends CompoundException implements Serializable
- serialVersionUID:
- -9115669182209912676L
-
-
Package com.drew.imaging.jpeg
-
Class com.drew.imaging.jpeg.JpegProcessingException extends ImageProcessingException implements Serializable
- serialVersionUID:
- -7870179776125450158L
-
-
Package com.drew.imaging.tiff
-
Class com.drew.imaging.tiff.TiffProcessingException extends ImageProcessingException implements Serializable
- serialVersionUID:
- -1658134119488001891L
-
-
Package com.drew.lang
-
Class com.drew.lang.BufferBoundsException extends IOException implements Serializable
- serialVersionUID:
- 2911102837808946396L
-
Class com.drew.lang.CompoundException extends Exception implements Serializable
- serialVersionUID:
- -9207883813472069925L
-
Serialized Fields
-
_innerException
Throwable _innerException
-
-
Class com.drew.lang.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
-
Class com.drew.metadata.MetadataException extends CompoundException implements Serializable
- serialVersionUID:
- 8612756143363919682L
-
-
Package com.drew.metadata.exif
-
Class com.drew.metadata.exif.ExifProcessingException extends MetadataException implements Serializable
-
-
Package com.drew.metadata.iptc
-
Class com.drew.metadata.iptc.IptcProcessingException extends MetadataException implements Serializable
-
-
Package com.drew.metadata.jpeg
-
Class com.drew.metadata.jpeg.JpegComponent extends Object implements Serializable
- serialVersionUID:
- 61121257899091914L
-
Serialized Fields
-
_componentId
int _componentId
-
_quantizationTableNumber
int _quantizationTableNumber
-
_samplingFactorByte
int _samplingFactorByte
-
-
-
Package com.fasterxml.jackson.annotation
-
Class com.fasterxml.jackson.annotation.JacksonInject.Value extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonAutoDetect.Value extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
_creatorVisibility
JsonAutoDetect.Visibility _creatorVisibility
-
_fieldVisibility
JsonAutoDetect.Visibility _fieldVisibility
-
_getterVisibility
JsonAutoDetect.Visibility _getterVisibility
-
_isGetterVisibility
JsonAutoDetect.Visibility _isGetterVisibility
-
_setterVisibility
JsonAutoDetect.Visibility _setterVisibility
-
-
Class com.fasterxml.jackson.annotation.JsonFormat.Value extends 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonInclude.Value extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.JsonSetter.Value extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerator extends Object implements Serializable
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerator.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 extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.None extends ObjectIdGenerator<Object> implements Serializable
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.PropertyGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<UUID> implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.core
-
Class com.fasterxml.jackson.core.Base64Variant extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
_maxLineLength
int _maxLineLength
Maximum number of encoded base64 characters to output during encoding before adding a linefeed, if line length is to be limited (Integer.MAX_VALUE
if not limited).Note: for some output modes (when writing attributes) linefeeds may need to be avoided, and this value ignored.
-
_name
String _name
Symbolic name of variant; used for diagnostics/debugging.Note that this is the only non-transient field; used when reading back from serialized state.
Also: must not be private, accessed from `BaseVariants`
-
_paddingChar
char _paddingChar
Character used for padding, if any (Base64Variant.PADDING_CHAR_NONE
if not). -
_paddingReadBehaviour
Base64Variant.PaddingReadBehaviour _paddingReadBehaviour
Whether padding characters should be required or not while decoding- Since:
- 2.12
-
_writePadding
boolean _writePadding
Whether this variant uses padding when writing out content or not.- Since:
- 2.12
-
-
Class com.fasterxml.jackson.core.JacksonException extends IOException implements Serializable
- serialVersionUID:
- 123L
-
Class com.fasterxml.jackson.core.JsonFactory extends TokenStreamFactory implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
protected Object readResolve()
Method that we need to override to actually make restoration go through constructors etc: needed to allow JDK serializability of factory instances.Note: must be overridden by sub-classes as well.
-
-
Serialized Fields
-
_characterEscapes
CharacterEscapes _characterEscapes
Definition of custom character escapes to use for generators created by this factory, if any. If null, standard data format specific escapes are used. -
_factoryFeatures
int _factoryFeatures
Currently enabled factory features. -
_generatorFeatures
int _generatorFeatures
Currently enabled generator features. -
_inputDecorator
InputDecorator _inputDecorator
Optional helper object that may decorate input sources, to do additional processing on input during parsing. -
_maximumNonEscapedChar
int _maximumNonEscapedChar
Optional threshold used for automatically escaping character above certain character code value: either0
to indicate that no threshold is specified, or value at or above 127 to indicate last character code that is NOT automatically escaped (but depends on other configuration rules for checking).- Since:
- 2.10
-
_objectCodec
ObjectCodec _objectCodec
Object that implements conversion functionality between Java objects and JSON content. For base JsonFactory implementation usually not set by default, but can be explicitly set. Sub-classes (like @link org.codehaus.jackson.map.MappingJsonFactory} usually provide an implementation. -
_outputDecorator
OutputDecorator _outputDecorator
Optional helper object that may decorate output object, to do additional processing on output during content generation. -
_parserFeatures
int _parserFeatures
Currently enabled parser features. -
_quoteChar
char _quoteChar
Character used for quoting field names (if field name quoting has not been disabled withJsonWriteFeature.QUOTE_FIELD_NAMES
) and JSON String values. -
_rootValueSeparator
SerializableString _rootValueSeparator
Separator used between root-level values, if any; null indicates "do not add separator". Default separator is a single space character.- Since:
- 2.1
-
-
Class com.fasterxml.jackson.core.JsonGenerationException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 123L
-
Class com.fasterxml.jackson.core.JsonLocation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_columnNr
int _columnNr
-
_lineNr
int _lineNr
-
_totalBytes
long _totalBytes
-
_totalChars
long _totalChars
-
-
Class com.fasterxml.jackson.core.JsonParseException extends StreamReadException implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.core.JsonpCharacterEscapes extends CharacterEscapes implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.JsonProcessingException extends JacksonException implements Serializable
- serialVersionUID:
- 123L
-
Serialized Fields
-
_location
JsonLocation _location
-
-
Class com.fasterxml.jackson.core.TokenStreamFactory extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.core.Version extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.core.exc
-
Class com.fasterxml.jackson.core.exc.InputCoercionException extends StreamReadException implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.exc.StreamReadException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 1L
-
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.
-
-
-
Package com.fasterxml.jackson.core.io
-
Class com.fasterxml.jackson.core.io.CharacterEscapes extends Object implements Serializable
-
Class com.fasterxml.jackson.core.io.InputDecorator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.core.io.JsonEOFException extends JsonParseException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_token
JsonToken _token
Type of token that was being decoded, if parser had enough information to recognize type (such as starting double-quote for Strings)
-
-
Class com.fasterxml.jackson.core.io.OutputDecorator extends Object implements Serializable
-
Class com.fasterxml.jackson.core.io.SerializedString extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
- Throws:
IOException
-
readResolve
protected Object readResolve()
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayIndenter
DefaultPrettyPrinter.Indenter _arrayIndenter
By default, let's use only spaces to separate array values. -
_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
By default we will add spaces around colons used to separate object fields and values. If disabled, will not use spaces around colon.
-
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter extends DefaultPrettyPrinter.NopIndenter implements Serializable
-
Class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter extends Object implements Serializable
-
Class com.fasterxml.jackson.core.util.InternCache extends ConcurrentHashMap<String,String> implements Serializable
- 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.MinimalPrettyPrinter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_rootValueSeparator
String _rootValueSeparator
-
_separators
Separators _separators
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.core.util.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayValueSeparator
char arrayValueSeparator
-
objectEntrySeparator
char objectEntrySeparator
-
objectFieldValueSeparator
char objectFieldValueSeparator
-
-
-
Package com.fasterxml.jackson.databind
-
Class com.fasterxml.jackson.databind.AnnotationIntrospector extends Object implements Serializable
-
Class com.fasterxml.jackson.databind.BeanProperty.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
-
-
Class com.fasterxml.jackson.databind.DeserializationConfig extends MapperConfigBase<DeserializationFeature,DeserializationConfig> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_coercionConfigs
CoercionConfigs _coercionConfigs
- Since:
- 2.12
-
_ctorDetector
ConstructorDetector _ctorDetector
- Since:
- 2.12
-
_deserFeatures
int _deserFeatures
Set ofDeserializationFeature
s enabled. -
_formatReadFeatures
int _formatReadFeatures
States ofFormatFeature
s to enable/disable.- Since:
- 2.7
-
_formatReadFeaturesToChange
int _formatReadFeaturesToChange
Bitflag ofFormatFeature
s to enable/disable- Since:
- 2.7
-
_nodeFactory
JsonNodeFactory _nodeFactory
Factory used for constructingJsonNode
instances. -
_parserFeatures
int _parserFeatures
States ofJsonParser.Feature
s to enable/disable. -
_parserFeaturesToChange
int _parserFeaturesToChange
Bitflag ofJsonParser.Feature
s to enable/disable -
_problemHandlers
LinkedNode<DeserializationProblemHandler> _problemHandlers
Linked list that contains all registered problem handlers. Implementation as front-added linked list allows for sharing of the list (tail) without copying the list.
-
-
Class com.fasterxml.jackson.databind.DeserializationContext extends DatabindContext implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cache
DeserializerCache _cache
Object that handle details ofJsonDeserializer
caching. -
_config
DeserializationConfig _config
Generic deserialization processing configuration -
_currentType
LinkedNode<JavaType> _currentType
Type ofJsonDeserializer
(or, more specifically,ContextualDeserializer
) that is being contextualized currently.- Since:
- 2.5
-
_factory
DeserializerFactory _factory
Read-only factory instance; exposed to let owners (ObjectMapper
,ObjectReader
) access it. -
_featureFlags
int _featureFlags
Bitmap ofDeserializationFeature
s that are enabled -
_injectableValues
InjectableValues _injectableValues
Object used for resolving references to injectable values. -
_readCapabilities
JacksonFeatureSet<StreamReadCapability> _readCapabilities
Capabilities of the input format.- Since:
- 2.12
-
_view
Class<?> _view
Currently active view, if any.
-
-
Class com.fasterxml.jackson.databind.InjectableValues.Std extends InjectableValues implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.JavaType extends ResolvedType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_asStatic
boolean _asStatic
Whether entities defined with this type should be handled using static typing (as opposed to dynamic runtime type) or not.- Since:
- 2.2
-
_class
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.
-
-
Class com.fasterxml.jackson.databind.JsonMappingException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 1L
-
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 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 extends JsonFactory implements Serializable
- serialVersionUID:
- -1L
-
Class com.fasterxml.jackson.databind.ObjectMapper extends ObjectCodec implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_coercionConfigs
CoercionConfigs _coercionConfigs
Current set of coercion configuration definitions that define allowed (and not allowed) coercions from secondary shapes.- Since:
- 2.12
-
_configOverrides
ConfigOverrides _configOverrides
Currently active per-type configuration overrides, accessed by declared type of property.- Since:
- 2.9
-
_deserializationConfig
DeserializationConfig _deserializationConfig
Configuration object that defines basic global settings for the serialization process -
_deserializationContext
DefaultDeserializationContext _deserializationContext
Blueprint context object; stored here to allow custom sub-classes. Contains references to objects needed for deserialization construction (cache, factory). -
_injectableValues
InjectableValues _injectableValues
Provider for values to inject in deserialized POJOs. -
_jsonFactory
JsonFactory _jsonFactory
Factory used to createJsonParser
andJsonGenerator
instances as necessary. -
_mixIns
SimpleMixInResolver _mixIns
Mapping that defines how to apply mix-in annotations: key is the type to received additional annotations, and value is the type that has annotations to "mix in".Annotations associated with the value classes will be used to override annotations of the key class, associated with the same field or method. They can be further masked by sub-classes: you can think of it as injecting annotations between the target class and its sub-classes (or interfaces)
- Since:
- 2.6 (earlier was a simple
Map
-
_registeredModuleTypes
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 extends StdTypeResolverBuilder implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_appliesFor
ObjectMapper.DefaultTyping _appliesFor
Definition of what types is this default typer valid for. -
_subtypeValidator
PolymorphicTypeValidator _subtypeValidator
PolymorphicTypeValidator
top use for validating that the subtypes resolved are valid for use (usually to protect against possible security issues)- Since:
- 2.10
-
-
Class com.fasterxml.jackson.databind.ObjectReader extends ObjectCodec implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_config
DeserializationConfig _config
General serialization configuration settings; while immutable, can use copy-constructor to create modified instances as necessary. -
_context
DefaultDeserializationContext _context
Blueprint instance of deserialization context; used for creating actual instance when needed. -
_dataFormatReaders
DataFormatReaders _dataFormatReaders
Optional detector used for auto-detecting data format that byte-based input uses.NOTE: If defined non-null,
readValue()
methods that takeReader
orString
input will fail with exception, because format-detection only works on byte-sources. Also, if format cannot be detect reliably (as per detector settings), aJsonParseException
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 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 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 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 extends Object implements Serializable
- serialVersionUID:
- -1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
Minor optimization: let's canonicalize back to placeholders in cases where there is no real data to consider
-
-
Serialized Fields
-
_contentNulls
Nulls _contentNulls
Settings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).- Since:
- 2.9
-
_defaultValue
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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
_encodedSimple
SerializableString _encodedSimple
Lazily-constructed efficient representation of the simple name.NOTE: not defined as volatile to avoid performance problem with concurrent access in multi-core environments; due to statelessness of
SerializedString
at most leads to multiple instantiations.- Since:
- 2.4
-
_namespace
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 extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.KebabCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCamelCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerDotCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.NamingBase extends PropertyNamingStrategy implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.SnakeCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategies.UpperCamelCaseStrategy extends PropertyNamingStrategies.NamingBase implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.KebabCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy extends PropertyNamingStrategy.SnakeCaseStrategy implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerDotCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.PascalCaseStrategy extends PropertyNamingStrategy.UpperCamelCaseStrategy implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase extends PropertyNamingStrategy implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.SnakeCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase implements Serializable
-
Class com.fasterxml.jackson.databind.RuntimeJsonMappingException extends RuntimeException implements Serializable
-
Class com.fasterxml.jackson.databind.SerializationConfig extends MapperConfigBase<SerializationFeature,SerializationConfig> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultPrettyPrinter
PrettyPrinter _defaultPrettyPrinter
If "default pretty-printing" is enabled, it will create the instance from this blueprint object.- Since:
- 2.6
-
_filterProvider
FilterProvider _filterProvider
Object used for resolving filter ids to filter instances. Non-null if explicitly defined; null by default. -
_formatWriteFeatures
int _formatWriteFeatures
States ofFormatFeature
s to enable/disable.- Since:
- 2.7
-
_formatWriteFeaturesToChange
int _formatWriteFeaturesToChange
Bitflag ofFormatFeature
s to enable/disable- Since:
- 2.7
-
_generatorFeatures
int _generatorFeatures
States ofJsonGenerator.Feature
s to enable/disable. -
_generatorFeaturesToChange
int _generatorFeaturesToChange
Bitflag ofJsonGenerator.Feature
s to enable/disable -
_serFeatures
int _serFeatures
Set ofSerializationFeature
s enabled.
-
-
-
Package com.fasterxml.jackson.databind.cfg
-
Class com.fasterxml.jackson.databind.cfg.BaseSettings extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_accessorNaming
AccessorNamingStrategy.Provider _accessorNaming
Provider for creatingAccessorNamingStrategy
instances to use- Since:
- 2.12
-
_annotationIntrospector
AnnotationIntrospector _annotationIntrospector
Introspector used for accessing annotation value based configuration. -
_classIntrospector
ClassIntrospector _classIntrospector
Introspector used to figure out Bean properties needed for bean serialization and deserialization. Overridable so that it is possible to change low-level details of introspection, like adding new annotation types. -
_dateFormat
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 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 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 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 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 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.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 extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_base
BaseSettings _base
Immutable container object for simple configuration settings. -
_mapperFeatures
int _mapperFeatures
Set of shared mapper features enabled.
-
-
Class com.fasterxml.jackson.databind.cfg.MapperConfigBase extends MapperConfig<T extends MapperConfigBase<CFG,T>> implements Serializable
-
Serialized Fields
-
_attributes
ContextAttributes _attributes
Contextual attributes accessible (get and set) during processing, on per-call basis.- Since:
- 2.3
-
_configOverrides
ConfigOverrides _configOverrides
Configuration overrides to apply, keyed by type of property.- Since:
- 2.8
-
_mixIns
SimpleMixInResolver _mixIns
Mix-in annotation mappings to use, if any: immutable, cannot be changed once defined.- Since:
- 2.6
-
_rootName
PropertyName _rootName
Explicitly defined root name to use, if any; if empty String, will disable root-name wrapping; if null, will use defaults -
_rootNames
RootNameLookup _rootNames
Simple cache used for finding out possible root name for root name wrapping.Note that instances are stateful (for caching) and as such may need to be copied, and may NOT be demoted down to
BaseSettings
.- Since:
- 2.6
-
_subtypeResolver
SubtypeResolver _subtypeResolver
Registered concrete subtypes that can be used instead of (or in addition to) ones declared using annotations.Note that instances are stateful and as such may need to be copied, and may NOT be demoted down to
BaseSettings
. -
_view
Class<?> _view
View to use for filtering out properties to serialize or deserialize. Null if none (will also be assigned null ifObject.class
is defined), meaning that all properties are to be included.
-
-
-
Class com.fasterxml.jackson.databind.cfg.MutableCoercionConfig extends CoercionConfig implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.cfg.MutableConfigOverride extends ConfigOverride implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_additionalKeySerializers
Serializers[] _additionalKeySerializers
List of providers for additional key serializers, checked before considering default key serialializers. -
_additionalSerializers
Serializers[] _additionalSerializers
List of providers for additional serializers, checked before considering default basic or bean serialializers. -
_modifiers
BeanSerializerModifier[] _modifiers
List of modifiers that can change the wayBeanSerializer
instances are configured and constructed.
-
-
-
Package com.fasterxml.jackson.databind.deser
-
Class com.fasterxml.jackson.databind.deser.AbstractDeserializer extends JsonDeserializer<Object> implements Serializable
- 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 extends DeserializerFactory implements Serializable
-
Serialized Fields
-
_factoryConfig
DeserializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
-
-
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializer extends BeanDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BeanDeserializerBase extends StdDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_anySetter
SettableAnyProperty _anySetter
Fallback setter used for handling any properties that are not mapped to regular setters. If setter is not null, it will be called once for each such property. -
_arrayDelegateDeserializer
JsonDeserializer<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 iff 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 extends BasicDeserializerFactory implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer extends BeanDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildMethod
AnnotatedMethod _buildMethod
-
_targetType
JavaType _targetType
Type that the builder will produce, target type; as opposed to `handledType()` which refers to Builder class.- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.CreatorProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotated
AnnotatedParameter _annotated
Placeholder that represents constructor parameter, when it is created from actual constructor. May be null when a synthetic instance is created. -
_creatorIndex
int _creatorIndex
- Since:
- 2.1
-
_fallbackSetter
SettableBeanProperty _fallbackSetter
In special cases, when implementing "updateValue", we cannot use constructors or factory methods, but have to fall back on using a setter (or mutable field property). If so, this refers to that fallback accessor.Mutable only to allow setting after construction, but must be strictly set before any use.
- Since:
- 2.3
-
_ignorable
boolean _ignorable
Marker flag that may have to be set during construction, to indicate that although property may have been constructed and added as a placeholder, it represents something that should be ignored during deserialization. This mostly concerns Creator properties which may not be easily deleted during processing.- Since:
- 2.9.4
-
_injectableValue
JacksonInject.Value _injectableValue
Id of value to inject, if value injection should be used for this parameter (in addition to, or instead of, regular deserialization).- Since:
- 2.11
-
-
Class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext extends DeserializationContext implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectIdResolvers
List<ObjectIdResolver> _objectIdResolvers
-
-
Class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.Impl extends DefaultDeserializationContext implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.DeserializerCache extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
Serialized Fields
-
_cachedDeserializers
LRUMap<JavaType,JsonDeserializer<Object>> _cachedDeserializers
We will also cache some dynamically constructed deserializers; specifically, ones that are expensive to construct. This currently means bean, Enum and container deserializers. -
_incompleteDeserializers
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.
-
-
Class com.fasterxml.jackson.databind.deser.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.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 extends SettableBeanProperty implements Serializable
-
Serialized Fields
-
delegate
SettableBeanProperty delegate
-
-
-
Class com.fasterxml.jackson.databind.deser.UnresolvedForwardReference extends JsonMappingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_roid
ReadableObjectId _roid
-
_unresolvedIds
List<UnresolvedId> _unresolvedIds
-
-
Class com.fasterxml.jackson.databind.deser.ValueInstantiator.Base extends ValueInstantiator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_valueType
Class<?> _valueType
-
-
Class com.fasterxml.jackson.databind.deser.ValueInstantiator.Delegating extends ValueInstantiator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegate
ValueInstantiator _delegate
-
-
-
Package com.fasterxml.jackson.databind.deser.impl
-
Class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer extends BeanDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildMethod
AnnotatedMethod _buildMethod
-
_delegate
BeanDeserializerBase _delegate
Deserializer we delegate operations that we cannot handle. -
_orderedProperties
SettableBeanProperty[] _orderedProperties
Properties in order expected to be found in JSON array. -
_targetType
JavaType _targetType
Type that the builder will produce, target type; as opposed to `handledType()` which refers to Builder class.- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer extends BeanDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegate
BeanDeserializerBase _delegate
Deserializer we delegate operations that we cannot handle. -
_orderedProperties
SettableBeanProperty[] _orderedProperties
Properties in order expected to be found in JSON array.
-
-
Class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap extends 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 extends StdDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_message
String _message
-
-
Class com.fasterxml.jackson.databind.deser.impl.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 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 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 extends SettableBeanProperty.Delegating implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_accessor
AnnotatedMember _accessor
Member (field, method) used for accessing existing value.
-
-
Class com.fasterxml.jackson.databind.deser.impl.MethodProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
Serialized Fields
-
_annotated
AnnotatedMethod _annotated
-
_skipNulls
boolean _skipNulls
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullProvider extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.NullsAsEmptyProvider extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<?> _deserializer
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsConstantProvider extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_access
AccessPattern _access
-
_nullValue
Object _nullValue
-
-
Class com.fasterxml.jackson.databind.deser.impl.NullsFailProvider extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
PropertyName _name
-
_type
JavaType _type
-
-
Class com.fasterxml.jackson.databind.deser.impl.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 extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_forward
SettableBeanProperty _forward
-
-
Class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_objectIdReader
ObjectIdReader _objectIdReader
-
-
Class com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator extends ObjectIdGenerators.PropertyGenerator implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty extends SettableBeanProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_annotated
AnnotatedMethod _annotated
-
_getter
Method _getter
Get method for accessing property value used to access property (of Collection or Map type) to modify.
-
-
Class com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer extends JsonDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deserializer
JsonDeserializer<Object> _deserializer
-
_typeDeserializer
TypeDeserializer _typeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.impl.UnsupportedTypeDeserializer extends StdDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.impl.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 extends CollectionDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicBooleanDeserializer extends StdScalarDeserializer<AtomicBoolean> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicIntegerDeserializer extends StdScalarDeserializer<AtomicInteger> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicLongDeserializer extends StdScalarDeserializer<AtomicLong> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer extends ReferenceTypeDeserializer<AtomicReference<Object>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ByteBufferDeserializer extends StdScalarDeserializer<ByteBuffer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.CharsetDeserializer extends FromStringDeserializer<Charset> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ClassDeserializer extends StdScalarDeserializer<Class<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.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 extends StdDeserializer<T> implements Serializable
-
Serialized Fields
-
_containerType
JavaType _containerType
-
_nullProvider
NullValueProvider _nullProvider
Handler we need for dealing with nulls.- Since:
- 2.9
-
_skipNullValues
boolean _skipNullValues
Marker flag set if the_nullProvider
indicates that all null content values should be skipped (instead of being possibly converted).- Since:
- 2.9
-
_unwrapSingle
Boolean _unwrapSingle
Specific override for this instance (from proper, or global per-type overrides) to indicate whether single value may be taken to mean an unwrapped one-element array or not. If null, left to global defaults.- Since:
- 2.9 (demoted from sub-classes where added in 2.7)
-
-
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.CalendarDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<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 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 extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<Date> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.SqlDateDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<Date> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.DateDeserializers.TimestampDeserializer extends com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer<Timestamp> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer extends StdDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_delegatee
JsonDeserializer<?> _delegatee
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumDeserializer extends StdScalarDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_caseInsensitive
Boolean _caseInsensitive
-
_enumDefaultValue
Enum<?> _enumDefaultValue
- Since:
- 2.8
-
_enumsByIndex
Object[] _enumsByIndex
-
_lookupByName
CompactStringObjectMap _lookupByName
- Since:
- 2.7.3
-
_lookupByToString
CompactStringObjectMap _lookupByToString
Alternatively, we may need a different lookup object if "use toString" is defined.- Since:
- 2.7.3
-
-
Class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer extends ContainerDeserializerBase<EnumMap<?,?>> 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. -
_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 extends StdDeserializer<EnumSet<?>> implements Serializable
- serialVersionUID:
- 1L
-
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
-
-
Class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer extends StdScalarDeserializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std extends FromStringDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.deser.std.InetSocketAddressDeserializer extends FromStringDeserializer<InetSocketAddress> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JavaTypeDeserializer extends StdScalarDeserializer<JavaType> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator extends ValueInstantiator.Base implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer extends com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer<JsonNode> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.MapDeserializer extends ContainerDeserializerBase<Map<Object,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. -
_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 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 extends StdDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigDecimalDeserializer extends StdScalarDeserializer<BigDecimal> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigIntegerDeserializer extends StdScalarDeserializer<BigInteger> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BooleanDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ByteDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Byte> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.CharacterDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Character> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.DoubleDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Double> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.FloatDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Float> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.IntegerDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.LongDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Long> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.NumberDeserializer extends StdScalarDeserializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer extends StdScalarDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_emptyValue
T _emptyValue
-
_logicalType
LogicalType _logicalType
-
_nullValue
T _nullValue
-
_primitive
boolean _primitive
-
-
Class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.ShortDeserializer extends com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer<Short> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer extends ContainerDeserializerBase<Object[]> implements Serializable
- 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 extends StdDeserializer<T> implements Serializable
-
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 extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_fullType
JavaType _fullType
Full type of property (or root value) for which this deserializer has been constructed and contextualized. -
_valueDeserializer
JsonDeserializer<Object> _valueDeserializer
-
_valueInstantiator
ValueInstantiator _valueInstantiator
-
_valueTypeDeserializer
TypeDeserializer _valueTypeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StackTraceElementDeserializer extends StdScalarDeserializer<StackTraceElement> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer extends StdDeserializer<T> implements Serializable
- 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 extends JsonDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer extends KeyDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_deser
FromStringDeserializer<?> _deser
Some types that are deserialized using a helper deserializer. -
_keyClass
Class<?> _keyClass
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_treeDeserializer
JsonDeserializer<Object> _treeDeserializer
-
-
Class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator extends ValueInstantiator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrayDelegateArguments
SettableBeanProperty[] _arrayDelegateArguments
-
_arrayDelegateCreator
AnnotatedWithParams _arrayDelegateCreator
-
_arrayDelegateType
JavaType _arrayDelegateType
-
_constructorArguments
SettableBeanProperty[] _constructorArguments
-
_defaultCreator
AnnotatedWithParams _defaultCreator
Default (no-argument) constructor to use for instantiation (withStdValueInstantiator.createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext)
) -
_delegateArguments
SettableBeanProperty[] _delegateArguments
-
_delegateCreator
AnnotatedWithParams _delegateCreator
-
_delegateType
JavaType _delegateType
-
_fromBigDecimalCreator
AnnotatedWithParams _fromBigDecimalCreator
-
_fromBigIntegerCreator
AnnotatedWithParams _fromBigIntegerCreator
-
_fromBooleanCreator
AnnotatedWithParams _fromBooleanCreator
-
_fromDoubleCreator
AnnotatedWithParams _fromDoubleCreator
-
_fromIntCreator
AnnotatedWithParams _fromIntCreator
-
_fromLongCreator
AnnotatedWithParams _fromLongCreator
-
_fromStringCreator
AnnotatedWithParams _fromStringCreator
-
_valueClass
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 extends StdDeserializer<String[]> implements Serializable
- 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 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.7
-
-
Class com.fasterxml.jackson.databind.deser.std.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 extends StdScalarDeserializer<String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer extends BeanDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.TokenBufferDeserializer extends StdScalarDeserializer<TokenBuffer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer extends StdDeserializer<Object> implements Serializable
- 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 extends StdDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nonMerging
boolean _nonMerging
- Since:
- 2.9
-
-
Class com.fasterxml.jackson.databind.deser.std.UUIDDeserializer extends FromStringDeserializer<UUID> implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.exc
-
Class com.fasterxml.jackson.databind.exc.IgnoredPropertyException extends PropertyBindingException implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.exc.InvalidDefinitionException extends JsonMappingException implements Serializable
-
Serialized Fields
-
_type
JavaType _type
-
-
-
Class com.fasterxml.jackson.databind.exc.InvalidFormatException extends MismatchedInputException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
Object _value
Underlying value that could not be deserialized into target type, if available.
-
-
Class com.fasterxml.jackson.databind.exc.InvalidNullException extends MismatchedInputException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_propertyName
PropertyName _propertyName
Name of property, if known, for which null was encountered.
-
-
Class com.fasterxml.jackson.databind.exc.InvalidTypeIdException extends MismatchedInputException implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.exc.MismatchedInputException extends JsonMappingException implements Serializable
-
Serialized Fields
-
_targetType
Class<?> _targetType
Type of value that was to be deserialized
-
-
-
Class com.fasterxml.jackson.databind.exc.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.
-
-
-
Class com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException extends PropertyBindingException implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.exc.ValueInstantiationException extends JsonMappingException implements Serializable
-
Serialized Fields
-
_type
JavaType _type
-
-
-
-
Package com.fasterxml.jackson.databind.ext
-
Class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers.Std extends FromStringDeserializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_kind
int _kind
-
-
Class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer extends StdSerializer<XMLGregorianCalendar> implements Serializable
-
Serialized Fields
-
_delegate
JsonSerializer<Object> _delegate
-
-
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer extends FromStringDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.DocumentDeserializer extends DOMDeserializer<Document> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMDeserializer.NodeDeserializer extends DOMDeserializer<Node> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.DOMSerializer extends StdSerializer<Node> implements Serializable
-
Serialized Fields
-
_domImpl
DOMImplementationLS _domImpl
-
-
-
Class com.fasterxml.jackson.databind.ext.NioPathDeserializer extends StdScalarDeserializer<Path> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.NioPathSerializer extends StdScalarSerializer<Path> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.OptionalHandlerFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ext.SqlBlobSerializer extends StdScalarSerializer<Blob> implements Serializable
-
-
Package com.fasterxml.jackson.databind.introspect
-
Class com.fasterxml.jackson.databind.introspect.AccessorNamingStrategy.Base extends AccessorNamingStrategy implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AccessorNamingStrategy.Provider extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.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 extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMember extends Annotated implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedMethod extends AnnotatedWithParams implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
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 extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
Index of the parameter within argument list -
_owner
AnnotatedWithParams _owner
Member (method, constructor) that this parameter belongs to -
_type
JavaType _type
JDK type of the parameter, possibly contains generic type information
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_paramAnnotations
AnnotationMap[] _paramAnnotations
Annotations associated with parameters of the annotated entity (method or constructor parameters)
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.NoAnnotations extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.OneAnnotation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_type
Class<?> _type
-
_value
Annotation _value
-
-
Class com.fasterxml.jackson.databind.introspect.AnnotationCollector.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 extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_primary
AnnotationIntrospector _primary
-
_secondary
AnnotationIntrospector _secondary
-
-
Class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector extends ClassIntrospector implements Serializable
- serialVersionUID:
- 2L
-
Class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_metadata
PropertyMetadata _metadata
Additional information about property- Since:
- 2.3
-
-
Class com.fasterxml.jackson.databind.introspect.DefaultAccessorNamingStrategy.Provider extends AccessorNamingStrategy.Provider implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseNameValidator
DefaultAccessorNamingStrategy.BaseNameValidator _baseNameValidator
-
_getterPrefix
String _getterPrefix
-
_isGetterPrefix
String _isGetterPrefix
-
_setterPrefix
String _setterPrefix
-
_withPrefix
String _withPrefix
-
-
Class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
_cfgConstructorPropertiesImpliesCreator
boolean _cfgConstructorPropertiesImpliesCreator
SeeJacksonAnnotationIntrospector.setConstructorPropertiesImpliesCreator(boolean)
for explanation.Defaults to true.
- Since:
- 2.7.4
-
-
Class com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector extends AnnotationIntrospector implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.SimpleMixInResolver extends 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 extends AnnotatedMember implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.introspect.VisibilityChecker.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 extends ObjectMapper implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.jsontype
-
Class com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator extends PolymorphicTypeValidator.Base implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseTypeMatchers
BasicPolymorphicTypeValidator.TypeMatcher[] _baseTypeMatchers
Set of matchers that can validate all values of polymorphic properties that match specified allowed base types. -
_invalidBaseTypes
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 extends PolymorphicTypeValidator implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.NamedType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator.Base extends PolymorphicTypeValidator implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.jsontype.impl
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer extends TypeDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsDeductionTypeDeserializer extends AsPropertyTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer extends AsArrayTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer extends AsArrayTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_inclusion
JsonTypeInfo.As _inclusion
-
_msgForMissingId
String _msgForMissingId
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer extends TypeDeserializerBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.LaissezFaireSubTypeValidator extends PolymorphicTypeValidator.Base implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver extends SubtypeResolver implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_registeredSubtypes
LinkedHashSet<NamedType> _registeredSubtypes
-
-
Class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase extends TypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_baseType
JavaType _baseType
-
_defaultImpl
JavaType _defaultImpl
Type to use as the default implementation, if type id is missing or cannot be resolved. -
_defaultImplDeserializer
JsonDeserializer<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.
-
-
-
Package com.fasterxml.jackson.databind.module
-
Class com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver extends AbstractTypeResolver implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.module.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_classMappings
HashMap<ClassKey,KeyDeserializer> _classMappings
-
-
Class com.fasterxml.jackson.databind.module.SimpleModule extends Module implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_abstractTypes
SimpleAbstractTypeResolver _abstractTypes
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete) -
_deserializerModifier
BeanDeserializerModifier _deserializerModifier
- Since:
- 2.2
-
_deserializers
SimpleDeserializers _deserializers
-
_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 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 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 extends ContainerNode<ArrayNode> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.BaseJsonNode extends JsonNode implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
Class com.fasterxml.jackson.databind.node.BigIntegerNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
BigInteger _value
-
-
-
Class com.fasterxml.jackson.databind.node.BinaryNode extends ValueNode implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_data
byte[] _data
-
-
Class com.fasterxml.jackson.databind.node.BooleanNode extends ValueNode implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
_value
boolean _value
-
-
Class com.fasterxml.jackson.databind.node.ContainerNode extends BaseJsonNode implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nodeFactory
JsonNodeFactory _nodeFactory
We will keep a reference to the Object (usually TreeMapper) that can construct instances of nodes to add to this container node.
-
-
Class com.fasterxml.jackson.databind.node.DecimalNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
BigDecimal _value
-
-
-
Class com.fasterxml.jackson.databind.node.DoubleNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
double _value
-
-
-
Class com.fasterxml.jackson.databind.node.FloatNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
float _value
-
-
-
Class com.fasterxml.jackson.databind.node.IntNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
int _value
Integer value this node contains
-
-
-
Class com.fasterxml.jackson.databind.node.JsonNodeFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgBigDecimalExact
boolean _cfgBigDecimalExact
-
-
Class com.fasterxml.jackson.databind.node.LongNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
long _value
-
-
-
Class com.fasterxml.jackson.databind.node.MissingNode extends ValueNode implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Class com.fasterxml.jackson.databind.node.NullNode extends ValueNode implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Class com.fasterxml.jackson.databind.node.NumericNode extends ValueNode implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.ObjectNode extends ContainerNode<ObjectNode> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.node.POJONode extends ValueNode implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_value
Object _value
-
-
Class com.fasterxml.jackson.databind.node.ShortNode extends NumericNode implements Serializable
-
Serialized Fields
-
_value
short _value
-
-
-
Class com.fasterxml.jackson.databind.node.TextNode extends ValueNode implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_value
String _value
-
-
Class com.fasterxml.jackson.databind.node.ValueNode extends BaseJsonNode implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.ser
-
Class com.fasterxml.jackson.databind.ser.BasicSerializerFactory extends SerializerFactory implements Serializable
-
Serialized Fields
-
_factoryConfig
SerializerFactoryConfig _factoryConfig
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
-
-
-
Class com.fasterxml.jackson.databind.ser.BeanPropertyWriter extends PropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
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 extends BeanSerializerBase implements Serializable
- serialVersionUID:
- 29L
-
Class com.fasterxml.jackson.databind.ser.BeanSerializerFactory extends BasicSerializerFactory implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.ContainerSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider extends SerializerProvider implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.Impl extends DefaultSerializerProvider implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.PropertyWriter extends ConcreteBeanPropertyBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter extends BeanPropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.fasterxml.jackson.databind.ser.impl
-
Class com.fasterxml.jackson.databind.ser.impl.AttributePropertyWriter extends VirtualBeanPropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_attrName
String _attrName
-
-
Class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer extends BeanSerializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultSerializer
BeanSerializerBase _defaultSerializer
Serializer that would produce JSON Object version; used in cases where array output cannot be used.
-
-
Class com.fasterxml.jackson.databind.ser.impl.FailingSerializer extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_msg
String _msg
-
-
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer extends AsArraySerializerBase<List<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer extends StaticListSerializerBase<List<String>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer extends AsArraySerializerBase<Iterator<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer extends ContainerSerializer<Map.Entry<?,?>> implements Serializable
-
Serialized Fields
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object. -
_entryType
JavaType _entryType
-
_keySerializer
JsonSerializer<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 extends ObjectIdGenerators.PropertyGenerator implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanPropertyWriter _property
-
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter extends SimpleBeanPropertyFilter implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter extends SimpleBeanPropertyFilter implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider extends FilterProvider implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cfgFailOnUnknownId
boolean _cfgFailOnUnknownId
Flag that indicates whether request for an unknown filter id should result an exception (default) or not. Note that this is only relevant if no default filter has been configured. -
_defaultFilter
PropertyFilter _defaultFilter
This is the filter we return in case no mapping was found for given id; default is 'null' (in which case caller typically reports an error), but can be set to an explicit filter. -
_filtersById
Map<String,PropertyFilter> _filtersById
Mappings from ids to filters.
-
-
Class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer extends ArraySerializerBase<String[]> implements Serializable
-
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 extends StaticListSerializerBase<Collection<String>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.impl.UnknownSerializer extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.impl.UnsupportedTypeSerializer extends StdSerializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter extends BeanPropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties of unwrapped POJO.
-
-
Class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer extends BeanSerializerBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_nameTransformer
NameTransformer _nameTransformer
Transformer used to add prefix and/or suffix for properties of unwrapped POJO.
-
-
-
Package com.fasterxml.jackson.databind.ser.std
-
Class com.fasterxml.jackson.databind.ser.std.ArraySerializerBase extends ContainerSerializer<T> implements Serializable
-
Serialized Fields
-
_property
BeanProperty _property
-
_unwrapSingle
Boolean _unwrapSingle
Setting for specific local override for "unwrap single element arrays": true for enable unwrapping, false for preventing it, `null` for using global configuration.- Since:
- 2.6
-
-
-
Class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase extends ContainerSerializer<T> implements Serializable
-
Serialized Fields
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type cannot be statically determined, mapping from runtime type to serializer is handled using this object -
_elementSerializer
JsonSerializer<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 extends ReferenceTypeSerializer<AtomicReference<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_anyGetterWriter
AnyGetterWriter _anyGetterWriter
Handler forJsonAnyGetter
annotated properties -
_beanType
JavaType _beanType
- Since:
- 2.9
-
_filteredProps
BeanPropertyWriter[] _filteredProps
Optional filters used to suppress output of properties that are only to be included in certain views -
_objectIdWriter
ObjectIdWriter _objectIdWriter
If this POJO can be alternatively serialized using just an object id to denote a reference to previously serialized object, this Object will handle details. -
_propertyFilterId
Object _propertyFilterId
Id of the bean property filter to use, if any; null if none. -
_props
BeanPropertyWriter[] _props
Writers used for outputting actual property values -
_serializationShape
JsonFormat.Shape _serializationShape
Requested shape from bean class annotations. -
_typeId
AnnotatedMember _typeId
If using custom type ids (usually via getter, or field), this is the reference to that member.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.BooleanSerializer extends StdScalarSerializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_forPrimitive
boolean _forPrimitive
Whether type serialized is primitive (boolean) or wrapper (java.lang.Boolean); if true, former, if false, latter.
-
-
Class com.fasterxml.jackson.databind.ser.std.ByteArraySerializer extends StdSerializer<byte[]> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer extends StdScalarSerializer<ByteBuffer> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.CalendarSerializer extends DateTimeSerializerBase<Calendar> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ClassSerializer extends StdScalarSerializer<Class<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.CollectionSerializer extends AsArraySerializerBase<Collection<?>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.DateSerializer extends DateTimeSerializerBase<Date> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase extends StdScalarSerializer<T> implements Serializable
-
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 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 extends StdScalarSerializer<Enum<?>> implements Serializable
- 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.
-
-
Class com.fasterxml.jackson.databind.ser.std.EnumSetSerializer extends AsArraySerializerBase<EnumSet<? extends Enum<?>>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.FileSerializer extends StdScalarSerializer<File> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.InetAddressSerializer extends StdScalarSerializer<InetAddress> implements Serializable
-
Serialized Fields
-
_asNumeric
boolean _asNumeric
- Since:
- 2.9
-
-
-
Class com.fasterxml.jackson.databind.ser.std.InetSocketAddressSerializer extends StdScalarSerializer<InetSocketAddress> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.IterableSerializer extends AsArraySerializerBase<Iterable<?>> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_accessor
AnnotatedMember _accessor
- Since:
- 2.9
-
_forceTypeInformation
boolean _forceTypeInformation
This is a flag that is set in rare (?) cases where this serializer is used for "natural" types (boolean, int, String, double); and where we actually must force type information wrapping, even though one would not normally be added. -
_property
BeanProperty _property
-
_valueSerializer
JsonSerializer<Object> _valueSerializer
-
_valueType
JavaType _valueType
Declared type of the value accessed, as declared by accessor.- Since:
- 2.12
-
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
- Since:
- 2.12
-
-
-
Class com.fasterxml.jackson.databind.ser.std.MapProperty extends PropertyWriter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
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 extends ContainerSerializer<Map<?,?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dynamicValueSerializers
PropertySerializerMap _dynamicValueSerializers
If value type cannot be statically determined, mapping from runtime value types to serializers are stored in this object. -
_filterId
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 extends StdScalarSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NullSerializer extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializer extends StdScalarSerializer<Number> implements Serializable
-
Serialized Fields
-
_isInt
boolean _isInt
-
-
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base extends StdScalarSerializer<T> implements Serializable
-
Serialized Fields
-
_isInt
boolean _isInt
-
_numberType
JsonParser.NumberType _numberType
-
_schemaType
String _schemaType
-
-
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.DoubleSerializer extends NumberSerializers.Base<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.FloatSerializer extends NumberSerializers.Base<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntegerSerializer extends NumberSerializers.Base<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.IntLikeSerializer extends NumberSerializers.Base<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.LongSerializer extends NumberSerializers.Base<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.NumberSerializers.ShortSerializer extends NumberSerializers.Base<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer extends ArraySerializerBase<Object[]> implements Serializable
-
Serialized Fields
-
_dynamicSerializers
PropertySerializerMap _dynamicSerializers
If element type cannot be statically determined, mapping from runtime type to serializer is handled using this object -
_elementSerializer
JsonSerializer<Object> _elementSerializer
Value serializer to use, if it can be statically determined. -
_elementType
JavaType _elementType
Declared type of element entries -
_staticTyping
boolean _staticTyping
Whether we are using static typing (using declared types, ignoring runtime type) or not for elements. -
_valueTypeSerializer
TypeSerializer _valueTypeSerializer
Type serializer to use for values, if any.
-
-
-
Class com.fasterxml.jackson.databind.ser.std.RawSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer extends StdSerializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_property
BeanProperty _property
-
_referredType
JavaType _referredType
Value type -
_suppressableValue
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 extends StdSerializer<JsonSerializable> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.SqlDateSerializer extends DateTimeSerializerBase<Date> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.SqlTimeSerializer extends StdScalarSerializer<Time> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.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 extends ArraySerializerBase<boolean[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.CharArraySerializer extends StdSerializer<char[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer extends ArraySerializerBase<double[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<float[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer extends ArraySerializerBase<int[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<long[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer extends com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer<short[]> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer extends ArraySerializerBase<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer extends StdSerializer<Object> implements Serializable
-
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 extends StdScalarSerializer<AtomicBoolean> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicIntegerSerializer extends StdScalarSerializer<AtomicInteger> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicLongSerializer extends StdScalarSerializer<AtomicLong> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializer extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.Default extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_typeId
int _typeId
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.Dynamic extends StdSerializer<Object> implements Serializable
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.EnumKeySerializer extends StdSerializer<Object> implements Serializable
-
Serialized Fields
-
_values
EnumValues _values
-
-
-
Class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.StringKeySerializer extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdScalarSerializer extends StdSerializer<T> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.StdSerializer extends JsonSerializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.StringSerializer extends StdScalarSerializer<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.ser.std.TimeZoneSerializer extends StdScalarSerializer<TimeZone> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.TokenBufferSerializer extends StdSerializer<TokenBuffer> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializer extends ToStringSerializerBase implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.ToStringSerializerBase extends StdSerializer<Object> implements Serializable
-
Class com.fasterxml.jackson.databind.ser.std.UUIDSerializer extends StdScalarSerializer<UUID> implements Serializable
-
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 extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.ClassKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.CollectionLikeType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_elementType
JavaType _elementType
Type of elements in collection
-
-
Class com.fasterxml.jackson.databind.type.CollectionType extends CollectionLikeType implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.MapLikeType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.MapType extends MapLikeType implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.PlaceholderForType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_actualType
JavaType _actualType
Type assigned during wildcard resolution (which follows type structure resolution) -
_ordinal
int _ordinal
-
-
Class com.fasterxml.jackson.databind.type.ReferenceType extends SimpleType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_anchorType
JavaType _anchorType
Essential type used for type ids, for example if type id is needed for referencing type with polymorphic handling. Typically initialized when aSimpleType
is upgraded into reference type, but NOT changed if being sub-classed.- Since:
- 2.8
-
_referencedType
JavaType _referencedType
-
-
Class com.fasterxml.jackson.databind.type.ResolvedRecursiveType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_referencedType
JavaType _referencedType
-
-
Class com.fasterxml.jackson.databind.type.SimpleType extends TypeBase implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.type.TypeBase extends JavaType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bindings
TypeBindings _bindings
Bindings in effect for this type instance; possibly empty. Needed when resolving types declared in members of this type (if any).- Since:
- 2.7
-
_superClass
JavaType _superClass
-
_superInterfaces
JavaType[] _superInterfaces
-
-
Class com.fasterxml.jackson.databind.type.TypeBindings extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
Class com.fasterxml.jackson.databind.type.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
TypeFactory _factory
-
-
-
Package com.fasterxml.jackson.databind.util
-
Class com.fasterxml.jackson.databind.util.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.ISO8601DateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.LRUMap extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
- Throws:
IOException
-
readResolve
protected Object readResolve()
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class com.fasterxml.jackson.databind.util.NameTransformer.Chained extends NameTransformer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_t1
NameTransformer _t1
-
_t2
NameTransformer _t2
-
-
Class com.fasterxml.jackson.databind.util.NameTransformer.NopTransformer extends NameTransformer implements Serializable
- serialVersionUID:
- 1L
-
Class com.fasterxml.jackson.databind.util.ObjectIdMap extends IdentityHashMap<Object,Object> implements Serializable
-
Class com.fasterxml.jackson.databind.util.RootNameLookup extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
Need to override to reproduce cache object via constructor, instead of serialize/deserialize (since we do NOT want to retain cached data)
-
-
Class com.fasterxml.jackson.databind.util.StdDateFormat extends 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.github.jknack.handlebars
-
Class com.github.jknack.handlebars.HandlebarsException extends RuntimeException implements Serializable
- serialVersionUID:
- -294368972176956335L
-
Serialized Fields
-
error
HandlebarsError error
A handlebars error. Optional.
-
-
-
Package com.google.common.base
-
Class com.google.common.base.Equivalence.Wrapper extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
equivalence
Equivalence<? super T> equivalence
-
reference
T reference
-
-
Class com.google.common.base.Optional extends Object implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.base.VerifyException extends RuntimeException implements Serializable
-
-
Package com.google.common.cache
-
Class com.google.common.cache.CacheLoader.InvalidCacheLoadException extends RuntimeException implements Serializable
-
-
Package com.google.common.collect
-
Class com.google.common.collect.ArrayListMultimap extends com.google.common.collect.AbstractListMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectOutputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 extends com.google.common.collect.AbstractTable<R,C,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
array
V[][] array
-
columnKeyToIndex
ImmutableMap<C,Integer> columnKeyToIndex
-
columnList
ImmutableList<C> columnList
-
rowKeyToIndex
ImmutableMap<R,Integer> rowKeyToIndex
-
rowList
ImmutableList<R> rowList
-
-
Class com.google.common.collect.ComputationException extends RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.ConcurrentHashMultiset extends com.google.common.collect.AbstractMultiset<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Serial Data:
- the ConcurrentMap of elements and their counts.
- Throws:
IOException
-
-
Class com.google.common.collect.ContiguousSet extends ImmutableSortedSet<C extends Comparable> implements Serializable
-
Serialized Fields
-
domain
DiscreteDomain<C extends Comparable> domain
-
-
-
Class com.google.common.collect.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
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 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
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 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
- 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
- Throws:
IOException
-
-
Class com.google.common.collect.HashBasedTable extends com.google.common.collect.StandardTable<R,C,V> implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.HashBiMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 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
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 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
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 extends ImmutableMap<K,V> implements Serializable
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableCollection extends AbstractCollection<E> implements Serializable
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableList extends ImmutableCollection<E> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableListMultimap extends ImmutableMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 extends Object implements Serializable
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableMultimap extends com.google.common.collect.AbstractMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.ImmutableMultiset extends ImmutableCollection<E> implements Serializable
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableRangeSet extends com.google.common.collect.AbstractRangeSet<C extends Comparable> implements Serializable
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableSet extends ImmutableCollection<E> implements Serializable
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableSetMultimap extends ImmutableMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 extends com.google.common.collect.ImmutableSortedMapFauxverideShim<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
Class com.google.common.collect.ImmutableSortedMultiset extends com.google.common.collect.ImmutableSortedMultisetFauxverideShim<E> implements Serializable
-
Serialization Methods
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableSortedSet extends com.google.common.collect.ImmutableSortedSetFauxverideShim<E> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
-
Class com.google.common.collect.LinkedHashMultimap extends com.google.common.collect.AbstractSetMultimap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 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
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 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
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readResolve
Object readResolve()
-
-
Serialized Fields
-
lowerBound
com.google.common.collect.Cut<C extends Comparable> lowerBound
-
upperBound
com.google.common.collect.Cut<C extends Comparable> upperBound
-
-
Class com.google.common.collect.TreeBasedTable extends com.google.common.collect.StandardRowSortedTable<R,C,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
columnComparator
Comparator<? super C> columnComparator
-
-
Class com.google.common.collect.TreeMultimap extends com.google.common.collect.AbstractSortedKeySortedSetMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 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
- Throws:
IOException
ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") private void writeObject(ObjectOutputStream stream) throws IOException
- 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 extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
-
-
Serialized Fields
-
bits
com.google.common.hash.BloomFilterStrategies.BitArray bits
The bit set of the BloomFilter (not necessarily power of 2!) -
funnel
Funnel<T> funnel
The funnel to translate Ts to bytes -
numHashFunctions
int numHashFunctions
Number of hashes per element -
strategy
com.google.common.hash.BloomFilter.Strategy strategy
The strategy we employ to map an element T tonumHashFunctions
bit indexes.
-
-
-
-
Package com.google.common.io
-
Class com.google.common.io.BaseEncoding.DecodingException extends IOException implements Serializable
-
Class com.google.common.io.InsecureRecursiveDeleteException extends FileSystemException implements Serializable
-
-
Package com.google.common.math
-
Class com.google.common.math.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 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 extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
hasBracketlessColons
boolean hasBracketlessColons
True if the parsed host has colons, but no surrounding brackets. -
host
String host
Hostname, IPv4/IPv6 literal, or unvalidated nonsense. -
port
int port
Validated port number in the range [0..65535], or NO_PORT
-
-
-
Package com.google.common.primitives
-
Class com.google.common.primitives.ImmutableDoubleArray extends Object implements Serializable
-
Class com.google.common.primitives.ImmutableIntArray extends Object implements Serializable
-
Class com.google.common.primitives.ImmutableLongArray extends Object implements Serializable
-
Class com.google.common.primitives.UnsignedInteger extends Number implements Serializable
-
Serialized Fields
-
value
int value
-
-
-
Class com.google.common.primitives.UnsignedLong extends Number implements Serializable
-
Serialized Fields
-
value
long value
-
-
-
-
Package com.google.common.reflect
-
Class com.google.common.reflect.TypeToken extends com.google.common.reflect.TypeCapture<T> implements Serializable
-
Class com.google.common.reflect.TypeToken.TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable
- serialVersionUID:
- 0L
-
-
Package com.google.common.util.concurrent
-
Class com.google.common.util.concurrent.AtomicDouble extends Number implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
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 extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
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
-
-
Class com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace implements Serializable
-
Serialized Fields
-
conflictingStackTrace
com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace conflictingStackTrace
-
-
-
Class com.google.common.util.concurrent.ExecutionError extends Error implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.util.concurrent.UncheckedExecutionException extends RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.util.concurrent.UncheckedTimeoutException extends RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
-
Package com.google.gson
-
Class com.google.gson.JsonIOException extends JsonParseException implements Serializable
- serialVersionUID:
- 1L
-
Class com.google.gson.JsonParseException extends RuntimeException implements Serializable
- serialVersionUID:
- -4086729973971783390L
-
Class com.google.gson.JsonSyntaxException extends JsonParseException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.google.gson.stream
-
Class com.google.gson.stream.MalformedJsonException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.mongodb
-
Class com.mongodb.BasicDBList extends BasicBSONList implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
_isPartialObject
boolean _isPartialObject
Deprecated.
-
-
Class com.mongodb.BasicDBObject extends BasicBSONObject implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
isPartialObject
boolean isPartialObject
Deprecated.
-
-
Class com.mongodb.BulkWriteException extends MongoServerException implements Serializable
- serialVersionUID:
- -1505950263354313025L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated. -
writeConcernError
WriteConcernError writeConcernError
Deprecated. -
writeErrors
List<BulkWriteError> writeErrors
Deprecated. -
writeResult
BulkWriteResult writeResult
Deprecated.
-
-
Class com.mongodb.CommandResult extends BasicDBObject implements Serializable
- serialVersionUID:
- 5907909423864204060L
-
Serialized Fields
-
address
ServerAddress address
Deprecated. -
response
BsonDocument response
Deprecated.
-
-
Class com.mongodb.DBAddress extends ServerAddress implements Serializable
- serialVersionUID:
- -813211264765778133L
-
Serialized Fields
-
_db
String _db
Deprecated.
-
-
Class com.mongodb.DBRef extends Object implements Serializable
- serialVersionUID:
- -849581217713362618L
-
Class com.mongodb.DuplicateKeyException extends WriteConcernException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Class com.mongodb.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.
-
-
Class com.mongodb.MongoChangeStreamException extends MongoException implements Serializable
- serialVersionUID:
- 3621370414132219001L
-
Class com.mongodb.MongoClientException extends MongoException implements Serializable
- serialVersionUID:
- -5127414714432646066L
-
Class com.mongodb.MongoCommandException extends MongoServerException implements Serializable
- serialVersionUID:
- 8160676451944215078L
-
Serialized Fields
-
response
BsonDocument response
Deprecated.
-
-
Class com.mongodb.MongoConfigurationException extends MongoClientException implements Serializable
- serialVersionUID:
- -2343119787572079323L
-
Class com.mongodb.MongoCursorNotFoundException extends MongoQueryException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
cursorId
long cursorId
Deprecated. -
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Class com.mongodb.MongoException extends RuntimeException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Class com.mongodb.MongoExecutionTimeoutException extends MongoException implements Serializable
- serialVersionUID:
- 5955669123800274594L
-
Class com.mongodb.MongoGridFSException extends MongoException implements Serializable
- serialVersionUID:
- -3894346172927543978L
-
Class com.mongodb.MongoIncompatibleDriverException extends MongoException implements Serializable
- serialVersionUID:
- -5213381354402601890L
-
Serialized Fields
-
clusterDescription
ClusterDescription clusterDescription
Deprecated.
-
-
Class com.mongodb.MongoInternalException extends MongoException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Class com.mongodb.MongoInterruptedException extends MongoException implements Serializable
- serialVersionUID:
- -4110417867718417860L
-
Class com.mongodb.MongoNodeIsRecoveringException extends MongoCommandException implements Serializable
- serialVersionUID:
- 6062524147327071635L
-
Class com.mongodb.MongoNotPrimaryException extends MongoCommandException implements Serializable
- serialVersionUID:
- 694876345217027108L
-
Class com.mongodb.MongoQueryException extends MongoServerException implements Serializable
- serialVersionUID:
- -5113350133297015801L
-
Serialized Fields
-
errorMessage
String errorMessage
Deprecated.
-
-
Class com.mongodb.MongoSecurityException extends MongoClientException implements Serializable
- serialVersionUID:
- -7044790409935567275L
-
Serialized Fields
-
credential
MongoCredential credential
Deprecated.
-
-
Class com.mongodb.MongoServerException extends MongoException implements Serializable
- serialVersionUID:
- -5213859742051776206L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Class com.mongodb.MongoSocketClosedException extends MongoSocketException implements Serializable
- serialVersionUID:
- -6855036625330867705L
-
Class com.mongodb.MongoSocketException extends MongoException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
serverAddress
ServerAddress serverAddress
Deprecated.
-
-
Class com.mongodb.MongoSocketOpenException extends MongoSocketException implements Serializable
- serialVersionUID:
- 4176754100200191238L
-
Class com.mongodb.MongoSocketReadException extends MongoSocketException implements Serializable
- serialVersionUID:
- -1142547119966956531L
-
Class com.mongodb.MongoSocketReadTimeoutException extends MongoSocketException implements Serializable
- serialVersionUID:
- -7237059971254608960L
-
Class com.mongodb.MongoSocketWriteException extends MongoSocketException implements Serializable
- serialVersionUID:
- 5088061954415484493L
-
Class com.mongodb.MongoTimeoutException extends MongoClientException implements Serializable
- serialVersionUID:
- -3016560214331826577L
-
Class com.mongodb.MongoWaitQueueFullException extends MongoClientException implements Serializable
- serialVersionUID:
- 1482094507852255793L
-
Class com.mongodb.MongoWriteConcernException extends MongoServerException implements Serializable
- serialVersionUID:
- 4577579466973523211L
-
Serialized Fields
-
writeConcernError
WriteConcernError writeConcernError
Deprecated. -
writeConcernResult
WriteConcernResult writeConcernResult
Deprecated.
-
-
Class com.mongodb.MongoWriteException extends MongoServerException implements Serializable
- serialVersionUID:
- -1906795074458258147L
-
Serialized Fields
-
error
WriteError error
Deprecated.
-
-
Class com.mongodb.ServerAddress extends Object implements Serializable
- serialVersionUID:
- 4027873363095395504L
-
Serialized Fields
-
host
String host
Deprecated. -
port
int port
Deprecated.
-
-
Class com.mongodb.ServerCursor extends Object implements Serializable
- serialVersionUID:
- -7013636754565190109L
-
Serialized Fields
-
address
ServerAddress address
Deprecated. -
id
long id
Deprecated.
-
-
Class com.mongodb.UnixServerAddress extends ServerAddress implements Serializable
- serialVersionUID:
- 154466643544866543L
-
Class com.mongodb.WriteConcern extends Object implements Serializable
- serialVersionUID:
- 1884671104750417011L
-
Class com.mongodb.WriteConcern.Majority extends WriteConcern implements Serializable
- serialVersionUID:
- -4128295115883875212L
-
Class com.mongodb.WriteConcernException extends MongoServerException implements Serializable
- serialVersionUID:
- -1100801000476719450L
-
Serialized Fields
-
response
BsonDocument response
Deprecated. -
writeConcernResult
WriteConcernResult writeConcernResult
Deprecated.
-
-
-
Package com.mongodb.internal.connection
-
Class com.mongodb.internal.connection.ConcurrentLinkedDeque extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialized Fields
-
Class com.mongodb.internal.connection.MongoWriteConcernWithResponseException extends MongoException implements Serializable
- serialVersionUID:
- 1707360842648550287L
-
Serialized Fields
-
cause
MongoException cause
Deprecated. -
response
Object response
Deprecated.
-
-
-
Package com.mongodb.util
-
Class com.mongodb.util.JSONParseException extends RuntimeException implements Serializable
- serialVersionUID:
- -4415279469780082174L
-
Serialized Fields
-
jsonString
String jsonString
Deprecated. -
pos
int pos
Deprecated.
-
-
-
Package com.sun.mail.iap
-
Class com.sun.mail.iap.BadCommandException extends ProtocolException implements Serializable
- serialVersionUID:
- 5769722539397237515L
-
Class com.sun.mail.iap.CommandFailedException extends ProtocolException implements Serializable
- serialVersionUID:
- 793932807880443631L
-
Class com.sun.mail.iap.ConnectionException extends ProtocolException implements Serializable
- serialVersionUID:
- 5749739604257464727L
-
Class com.sun.mail.iap.LiteralException extends ProtocolException implements Serializable
- serialVersionUID:
- -6919179828339609913L
-
Class com.sun.mail.iap.ParsingException extends ProtocolException implements Serializable
- serialVersionUID:
- 7756119840142724839L
-
Class com.sun.mail.iap.ProtocolException extends Exception implements Serializable
- serialVersionUID:
- -4360500807971797439L
-
-
Package com.sun.mail.imap
-
Class com.sun.mail.imap.MessageVanishedEvent extends MessageCountEvent implements Serializable
- serialVersionUID:
- 2142028010250024922L
-
Serialized Fields
-
uids
long[] uids
The message UIDs.
-
-
Class com.sun.mail.imap.ModifiedSinceTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 5151457469634727992L
-
Serialized Fields
-
modseq
long modseq
-
-
Class com.sun.mail.imap.OlderTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 3951078948727995682L
-
Serialized Fields
-
interval
int interval
-
-
Class com.sun.mail.imap.ReferralException extends AuthenticationFailedException implements Serializable
- serialVersionUID:
- -3414063558596287683L
-
Class com.sun.mail.imap.YoungerTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 1592714210688163496L
-
Serialized Fields
-
interval
int interval
-
-
-
Package com.sun.mail.imap.protocol
-
Class com.sun.mail.imap.protocol.FLAGS extends Flags implements Serializable
- serialVersionUID:
- 439049847053756670L
-
Serialized Fields
-
msgno
int msgno
-
-
Class com.sun.mail.imap.protocol.IMAPReferralException extends ProtocolException implements Serializable
- serialVersionUID:
- 2578770669364251968L
-
Serialized Fields
-
url
String url
-
-
-
Package com.sun.mail.smtp
-
Class com.sun.mail.smtp.SMTPAddressFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 804831199768630097L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
-
Class com.sun.mail.smtp.SMTPAddressSucceededException extends MessagingException implements Serializable
- serialVersionUID:
- -1168335848623096749L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
-
Class com.sun.mail.smtp.SMTPSenderFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 514540454964476947L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
-
Class com.sun.mail.smtp.SMTPSendFailedException extends SendFailedException implements Serializable
- serialVersionUID:
- 8049122628728932894L
-
Serialized Fields
-
addr
InternetAddress addr
-
cmd
String cmd
-
rc
int rc
-
-
-
Package com.sun.mail.util
-
Class com.sun.mail.util.DecodingException extends IOException implements Serializable
- serialVersionUID:
- -6913647794421459390L
-
Class com.sun.mail.util.FolderClosedIOException extends IOException implements Serializable
- serialVersionUID:
- 4281122580365555735L
-
Class com.sun.mail.util.MailConnectException extends MessagingException implements Serializable
- serialVersionUID:
- -3818807731125317729L
-
Serialized Fields
-
cto
int cto
-
host
String host
-
port
int port
-
-
Class com.sun.mail.util.MessageRemovedIOException extends IOException implements Serializable
- serialVersionUID:
- 4280468026581616424L
-
Class com.sun.mail.util.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 extends Object implements Serializable
- serialVersionUID:
- -2620442245251791965L
-
-
Package javax.el
-
Class javax.el.ELContextEvent extends EventObject implements Serializable
- serialVersionUID:
- 1255131906285426769L
-
Class javax.el.ELException extends RuntimeException implements Serializable
- serialVersionUID:
- -6228042809457459161L
-
Class javax.el.Expression extends Object implements Serializable
- serialVersionUID:
- -6663767980471823812L
-
Class javax.el.MethodExpression extends Expression implements Serializable
- serialVersionUID:
- 8163925562047324656L
-
Class javax.el.MethodNotFoundException extends ELException implements Serializable
- serialVersionUID:
- -3631968116081480328L
-
Class javax.el.PropertyNotFoundException extends ELException implements Serializable
- serialVersionUID:
- -3799200961303506745L
-
Class javax.el.PropertyNotWritableException extends ELException implements Serializable
- serialVersionUID:
- 827987155471214717L
-
Class javax.el.ValueExpression extends Expression implements Serializable
- serialVersionUID:
- 8577809572381654673L
-
Class javax.el.ValueReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package javax.jcr
-
Class javax.jcr.AccessDeniedException extends AccessControlException implements Serializable
-
Class javax.jcr.GuestCredentials extends Object implements Serializable
-
Class javax.jcr.InvalidItemStateException extends RepositoryException implements Serializable
-
Class javax.jcr.InvalidLifecycleTransitionException extends RepositoryException implements Serializable
-
Class javax.jcr.InvalidSerializedDataException extends RepositoryException implements Serializable
-
Class javax.jcr.ItemExistsException extends RepositoryException implements Serializable
-
Class javax.jcr.ItemNotFoundException extends RepositoryException implements Serializable
-
Class javax.jcr.LoginException extends RepositoryException implements Serializable
-
Class javax.jcr.MergeException extends RepositoryException implements Serializable
-
Class javax.jcr.NamespaceException extends RepositoryException implements Serializable
-
Class javax.jcr.NoSuchWorkspaceException extends RepositoryException implements Serializable
-
Class javax.jcr.PathNotFoundException extends RepositoryException implements Serializable
-
Class javax.jcr.ReferentialIntegrityException extends RepositoryException implements Serializable
-
Class javax.jcr.RepositoryException extends Exception implements Serializable
-
Class javax.jcr.SimpleCredentials extends Object implements Serializable
-
Class javax.jcr.UnsupportedRepositoryOperationException extends RepositoryException implements Serializable
-
Class javax.jcr.ValueFormatException extends RepositoryException implements Serializable
-
-
Package javax.jcr.lock
-
Class javax.jcr.lock.LockException extends RepositoryException implements Serializable
-
Serialized Fields
-
failureNodePath
String failureNodePath
-
-
-
-
Package javax.jcr.nodetype
-
Class javax.jcr.nodetype.ConstraintViolationException extends RepositoryException implements Serializable
-
Class javax.jcr.nodetype.InvalidNodeTypeDefinitionException extends RepositoryException implements Serializable
-
Class javax.jcr.nodetype.NodeTypeExistsException extends RepositoryException implements Serializable
-
Class javax.jcr.nodetype.NoSuchNodeTypeException extends RepositoryException implements Serializable
-
-
Package javax.jcr.query
-
Class javax.jcr.query.InvalidQueryException extends RepositoryException implements Serializable
-
-
Package javax.jcr.security
-
Class javax.jcr.security.AccessControlException extends RepositoryException implements Serializable
-
-
Package javax.jcr.version
-
Class javax.jcr.version.ActivityViolationException extends VersionException implements Serializable
-
Class javax.jcr.version.LabelExistsVersionException extends VersionException implements Serializable
-
Class javax.jcr.version.VersionException extends RepositoryException implements Serializable
-
-
Package javax.json
-
Class javax.json.JsonException extends RuntimeException implements Serializable
-
-
Package javax.json.stream
-
Class javax.json.stream.JsonGenerationException extends JsonException implements Serializable
-
Class javax.json.stream.JsonParsingException extends JsonException implements Serializable
-
Serialized Fields
-
location
JsonLocation location
-
-
-
-
Package javax.mail
-
Class javax.mail.Address extends Object implements Serializable
- serialVersionUID:
- -5822459626751992278L
-
Class javax.mail.AuthenticationFailedException extends MessagingException implements Serializable
- serialVersionUID:
- 492080754054436511L
-
Class javax.mail.Flags extends Object implements Serializable
- serialVersionUID:
- 6243590407214169028L
-
Class javax.mail.FolderClosedException extends MessagingException implements Serializable
- serialVersionUID:
- 1687879213433302315L
-
Class javax.mail.FolderNotFoundException extends MessagingException implements Serializable
- serialVersionUID:
- 472612108891249403L
-
Class javax.mail.IllegalWriteException extends MessagingException implements Serializable
- serialVersionUID:
- 3974370223328268013L
-
Class javax.mail.Message.RecipientType extends Object implements Serializable
- serialVersionUID:
- -7479791750606340008L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class. Subclasses must implement their ownreadResolve
method that checks for their known instances before calling this super method.- Throws:
ObjectStreamException
- for object stream errors
-
-
Serialized Fields
-
type
String type
The type of recipient, usually the name of a corresponding Internet standard header.
-
-
Class javax.mail.MessageRemovedException extends MessagingException implements Serializable
- serialVersionUID:
- 1951292550679528690L
-
Class javax.mail.MessagingException extends Exception implements Serializable
- serialVersionUID:
- -7569192289819959253L
-
Serialized Fields
-
next
Exception next
The next exception in the chain.
-
-
Class javax.mail.MethodNotSupportedException extends MessagingException implements Serializable
- serialVersionUID:
- -3757386618726131322L
-
Class javax.mail.NoSuchProviderException extends MessagingException implements Serializable
- serialVersionUID:
- 8058319293154708827L
-
Class javax.mail.ReadOnlyFolderException extends MessagingException implements Serializable
- serialVersionUID:
- 5711829372799039325L
-
Class javax.mail.SendFailedException extends MessagingException implements Serializable
- serialVersionUID:
- -6457531621682372913L
-
Class javax.mail.StoreClosedException extends MessagingException implements Serializable
- serialVersionUID:
- -3145392336120082655L
-
-
Package javax.mail.event
-
Class javax.mail.event.ConnectionEvent extends MailEvent implements Serializable
- serialVersionUID:
- -1855480171284792957L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.FolderEvent extends MailEvent implements Serializable
- serialVersionUID:
- 5278131310563694307L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.MailEvent extends EventObject implements Serializable
- serialVersionUID:
- 1846275636325456631L
-
Class javax.mail.event.MessageChangedEvent extends MailEvent implements Serializable
- serialVersionUID:
- -4974972972105535108L
-
Serialized Fields
-
type
int type
The event type.
-
-
Class javax.mail.event.MessageCountEvent extends MailEvent implements Serializable
- serialVersionUID:
- -7447022340837897369L
-
Serialized Fields
-
removed
boolean removed
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this. If false, this event is the result of an expunge by external sources. -
type
int type
The event type.
-
-
Class javax.mail.event.StoreEvent extends MailEvent implements Serializable
- serialVersionUID:
- 1938704919992515330L
-
Serialized Fields
-
message
String message
The message text to be presented to the user. -
type
int type
The event type.
-
-
Class javax.mail.event.TransportEvent extends MailEvent implements Serializable
- serialVersionUID:
- -4729852364684273073L
-
Serialized Fields
-
type
int type
The event type.
-
-
-
Package javax.mail.internet
-
Class javax.mail.internet.AddressException extends ParseException implements Serializable
- serialVersionUID:
- 9134583443539323120L
-
Serialized Fields
-
pos
int pos
The index in the string where the error occurred, or -1 if not known. -
ref
String ref
The string being parsed.
-
-
Class javax.mail.internet.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 extends SimpleDateFormat implements Serializable
- serialVersionUID:
- -8148227605210628779L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Allows to deserialize instances that were serialized with the previous implementation.- Throws:
IOException
- on read failuresClassNotFoundException
- never
-
writeReplace
private Object writeReplace() throws ObjectStreamException
Allows to serialize instances such that they are deserializable with the previous implementation.- Throws:
ObjectStreamException
- never
-
-
Class javax.mail.internet.MimeMessage.RecipientType extends Message.RecipientType implements Serializable
- serialVersionUID:
- -5468290701714395543L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Class javax.mail.internet.NewsAddress extends Address implements Serializable
- serialVersionUID:
- -4203797299824684143L
-
Class javax.mail.internet.ParseException extends MessagingException implements Serializable
- serialVersionUID:
- 7649991205183658089L
-
-
Package javax.mail.search
-
Class javax.mail.search.AddressStringTerm extends StringTerm implements Serializable
- serialVersionUID:
- 3086821234204980368L
-
Class javax.mail.search.AddressTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 2005405551929769980L
-
Serialized Fields
-
address
Address address
The address.
-
-
Class javax.mail.search.AndTerm extends SearchTerm implements Serializable
- serialVersionUID:
- -3583274505380989582L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the AND operator should be applied.
-
-
Class javax.mail.search.BodyTerm extends StringTerm implements Serializable
- serialVersionUID:
- -4888862527916911385L
-
Class javax.mail.search.ComparisonTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 1456646953666474308L
-
Serialized Fields
-
comparison
int comparison
The comparison.
-
-
Class javax.mail.search.DateTerm extends ComparisonTerm implements Serializable
- serialVersionUID:
- 4818873430063720043L
-
Serialized Fields
-
date
Date date
The date.
-
-
Class javax.mail.search.FlagTerm extends SearchTerm implements Serializable
- serialVersionUID:
- -142991500302030647L
-
Serialized Fields
-
flags
Flags flags
Flags object containing the flags to test. -
set
boolean set
Indicates whether to test for the presence or absence of the specified Flag. Iftrue
, then test whether all the specified flags are present, else test whether all the specified flags are absent.
-
-
Class javax.mail.search.FromStringTerm extends AddressStringTerm implements Serializable
- serialVersionUID:
- 5801127523826772788L
-
Class javax.mail.search.FromTerm extends AddressTerm implements Serializable
- serialVersionUID:
- 5214730291502658665L
-
Class javax.mail.search.HeaderTerm extends StringTerm implements Serializable
- serialVersionUID:
- 8342514650333389122L
-
Serialized Fields
-
headerName
String headerName
The name of the header.
-
-
Class javax.mail.search.IntegerComparisonTerm extends ComparisonTerm implements Serializable
- serialVersionUID:
- -6963571240154302484L
-
Serialized Fields
-
number
int number
The number.
-
-
Class javax.mail.search.MessageIDTerm extends StringTerm implements Serializable
- serialVersionUID:
- -2121096296454691963L
-
Class javax.mail.search.MessageNumberTerm extends IntegerComparisonTerm implements Serializable
- serialVersionUID:
- -5379625829658623812L
-
Class javax.mail.search.NotTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 7152293214217310216L
-
Serialized Fields
-
term
SearchTerm term
The search term to negate.
-
-
Class javax.mail.search.OrTerm extends SearchTerm implements Serializable
- serialVersionUID:
- 5380534067523646936L
-
Serialized Fields
-
terms
SearchTerm[] terms
The array of terms on which the OR operator should be applied.
-
-
Class javax.mail.search.ReceivedDateTerm extends DateTerm implements Serializable
- serialVersionUID:
- -2756695246195503170L
-
Class javax.mail.search.RecipientStringTerm extends AddressStringTerm implements Serializable
- serialVersionUID:
- -8293562089611618849L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
-
Class javax.mail.search.RecipientTerm extends AddressTerm implements Serializable
- serialVersionUID:
- 6548700653122680468L
-
Serialized Fields
-
type
Message.RecipientType type
The recipient type.
-
-