Serialized Form
-
Package org.dellroad.stuff.io
-
Exception org.dellroad.stuff.io.BufferOverflowException
class BufferOverflowException extends IOException implements Serializable -
Class org.dellroad.stuff.io.FileStreamRepository
class FileStreamRepository extends Object implements Serializable- serialVersionUID:
- 6073048079512648449L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
file
File file
-
numBackups
int numBackups
-
timestamp
long timestamp
-
-
Exception org.dellroad.stuff.io.IdleTimeoutException
class IdleTimeoutException extends IOException implements Serializable-
Serialized Fields
-
timeout
long timeout
-
-
-
-
Package org.dellroad.stuff.java
-
Exception org.dellroad.stuff.java.CheckedExceptionWrapper
class CheckedExceptionWrapper extends RuntimeException implements Serializable-
Serialized Fields
-
exception
Exception exception
-
-
-
Class org.dellroad.stuff.java.Primitive
class Primitive extends Object implements Serializable- serialVersionUID:
- 1445360538621930171L
-
Class org.dellroad.stuff.java.SerializableMethod
class SerializableMethod extends Object implements Serializable- serialVersionUID:
- 3761038535500978361L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.dellroad.stuff.jibx
-
Package org.dellroad.stuff.pobj
-
Exception org.dellroad.stuff.pobj.NotConfiguredException
class NotConfiguredException extends IllegalStateException implements Serializable -
Class org.dellroad.stuff.pobj.PersistentObjectEvent
class PersistentObjectEvent extends EventObject implements Serializable -
Exception org.dellroad.stuff.pobj.PersistentObjectException
class PersistentObjectException extends RuntimeException implements Serializable -
Class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
class PersistentObjectTransactionManager extends AbstractPlatformTransactionManager implements Serializable-
Serialized Fields
-
beanName
String beanName
-
currentInfo
ThreadLocal<org.dellroad.stuff.pobj.TxInfo<T>> currentInfo
-
readOnlySharedRoot
boolean readOnlySharedRoot
-
xaMap
ConcurrentHashMap<Xid,
org.dellroad.stuff.pobj.TxInfo<T>> xaMap
-
-
-
Exception org.dellroad.stuff.pobj.PersistentObjectValidationException
class PersistentObjectValidationException extends PersistentObjectException implements Serializable-
Serialized Fields
-
violations
Set<jakarta.validation.ConstraintViolation<?>> violations
-
-
-
Exception org.dellroad.stuff.pobj.PersistentObjectVersionException
class PersistentObjectVersionException extends PersistentObjectException implements Serializable-
Serialized Fields
-
actualVersion
long actualVersion
-
expectedVersion
long expectedVersion
-
-
-
-
Package org.dellroad.stuff.schema
-
Exception org.dellroad.stuff.schema.UnrecognizedUpdateException
class UnrecognizedUpdateException extends IllegalStateException implements Serializable -
Exception org.dellroad.stuff.schema.UpdateInProgressException
class UpdateInProgressException extends SQLTransientException implements Serializable
-
-
Package org.dellroad.stuff.spring
-
Class org.dellroad.stuff.spring.BeanNameComparator
class BeanNameComparator extends Object implements Serializable- serialVersionUID:
- 5748344324099448841L
-
-
Package org.dellroad.stuff.string
-
Class org.dellroad.stuff.string.ParseContext
class ParseContext extends Object implements Serializable- serialVersionUID:
- -5369933310249261572L
-
Serialized Fields
-
index
int index
-
input
String input
-
-
Class org.dellroad.stuff.string.VersionPartComparator
class VersionPartComparator extends Object implements Serializable- serialVersionUID:
- 388619947826617690L
-
-
Package org.dellroad.stuff.util
-
Class org.dellroad.stuff.util.LongMap
- serialVersionUID:
- -4931628136892145403L
-
Serialized Fields
-
keys
long[] keys
-
log2len
int log2len
-
lowerSizeLimit
int lowerSizeLimit
-
modcount
AtomicInteger modcount
-
numHashShifts
int numHashShifts
-
size
int size
-
upperSizeLimit
int upperSizeLimit
-
values
V[] values
-
-
Class org.dellroad.stuff.util.LongSet
- serialVersionUID:
- -8245070561628904936L
-
Serialized Fields
-
map
LongMap<?> map
-
-
-
Package org.dellroad.stuff.vaadin24.audio
-
Class org.dellroad.stuff.vaadin24.audio.Audio
class Audio extends HtmlContainer implements Serializable-
Serialized Fields
-
altText
Text altText
-
-
-
Class org.dellroad.stuff.vaadin24.audio.Audio.Source
class Source extends HtmlComponent implements Serializable
-
-
Package org.dellroad.stuff.vaadin24.data
-
Class org.dellroad.stuff.vaadin24.data.AsyncDataProvider
-
Serialized Fields
-
taskManager
AsyncTaskManager<Stream<? extends T>> taskManager
-
-
-
Class org.dellroad.stuff.vaadin24.data.EnumDataProvider
-
Class org.dellroad.stuff.vaadin24.data.MapPropertySet
-
Class org.dellroad.stuff.vaadin24.data.SimplePropertySet
class SimplePropertySet extends Object implements Serializable-
Serialized Fields
-
propertyMap
Map<String,
SimplePropertySet<T>.Definition<?>> propertyMap -
targetType
Class<T> targetType
-
-
-
Class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
class Definition extends Object implements Serializable -
Class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition.Getter
class Getter extends Object implements Serializable
-
-
Package org.dellroad.stuff.vaadin24.field
-
Class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
class AbstractFieldBuilder extends Object implements Serializable- serialVersionUID:
- -3091638771700394722L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
fieldComponentMap
LinkedHashMap<String,
FieldComponent<?>> fieldComponentMap -
type
Class<T> type
-
-
Class org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder
class AbstractGridFieldBuilder extends AbstractFieldBuilder<S extends AbstractGridFieldBuilder<S,T>, T> implements Serializable - serialVersionUID:
- -4639701993755627170L
-
Class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Serialized Fields
-
binder
Binder<T> binder
The binder that is bound to this instance's sub-fields. -
initialValue
T initialValue
-
initState
org.dellroad.stuff.vaadin24.field.BinderCustomField.InitState initState
-
modelType
Class<T> modelType
The field value type. -
subfieldValidationErrors
boolean subfieldValidationErrors
Whether any sub-fields currently have a validation error.
-
-
-
Class org.dellroad.stuff.vaadin24.field.FieldBuilder
- serialVersionUID:
- -4876472481099484174L
-
Class org.dellroad.stuff.vaadin24.field.FieldBuilderContextImpl
class FieldBuilderContextImpl extends Object implements Serializable- serialVersionUID:
- -4636811655407064538L
-
Serialized Fields
-
bindingInfo
AbstractFieldBuilder<?,
?>.BindingInfo bindingInfo
-
-
Class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Serialized Fields
-
dialogForm
FieldBuilderCustomField.DialogForm dialogForm
-
fieldBuilder
AbstractFieldBuilder<?,
T> fieldBuilder The field builder that builds this instance's sub-fields.
-
-
-
Class org.dellroad.stuff.vaadin24.field.FieldComponent
class FieldComponent extends Object implements Serializable- serialVersionUID:
- -4773664300675624288L
-
Class org.dellroad.stuff.vaadin24.field.NullableField
-
Serialized Fields
-
-
-
Package org.dellroad.stuff.vaadin24.util
-
Class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
class AsyncTaskStatusChangeEvent extends EventObject implements Serializable -
Class org.dellroad.stuff.vaadin24.util.SelfRenderer
-
Class org.dellroad.stuff.vaadin24.util.WholeBeanValidator
class WholeBeanValidator extends Object implements Serializable
-
-
Package org.dellroad.stuff.validation
-
Exception org.dellroad.stuff.validation.SelfValidationException
class SelfValidationException extends Exception implements Serializable
-