Serialized Form


Package org.omnaest.utils.assertion

Class org.omnaest.utils.assertion.Assert.FailedOperationException extends RuntimeException implements Serializable

serialVersionUID: 8884612146655100366L

Class org.omnaest.utils.assertion.AssertLogger extends Object implements Serializable

serialVersionUID: 830408918854821772L

Serialized Fields

logger

org.slf4j.Logger logger

trace

AssertLogger.Loglevel trace

debug

AssertLogger.Loglevel debug

info

AssertLogger.Loglevel info

warn

AssertLogger.Loglevel warn

error

AssertLogger.Loglevel error

Class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl extends Object implements Serializable

serialVersionUID: -1253381257506882164L

Serialized Fields

loglevelSupport

AssertLogger.LoglevelImpl.LoglevelSupport loglevelSupport

Package org.omnaest.utils.beans.adapter

Class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter extends Object implements Serializable

serialVersionUID: 2245226860618141171L

Serialized Fields

builder

PropertynameMapToTypeAdapter.Builder<T> builder

Class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration extends SourcePropertyAccessorToTypeAdapter.Configuration implements Serializable

serialVersionUID: -4976626371731665509L

Serialized Fields

underlyingMapAware

boolean underlyingMapAware

simulatingToString

boolean simulatingToString

Class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.SourePropertyAccessorForMap extends Object implements Serializable

serialVersionUID: 5413119292636127784L

Serialized Fields

map

Map<K,V> map

Class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter extends Object implements Serializable

serialVersionUID: 5957600557802418027L

Serialized Fields

builder

SourcePropertyAccessorToTypeAdapter.Builder<T> builder

Class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration extends Object implements Serializable

serialVersionUID: 1537703849251094863L

Serialized Fields

interfaces

Class<T>[] interfaces

methodInvocationHandlerDecorators

MethodInvocationHandlerDecorator[] methodInvocationHandlerDecorators

sourcePropertyAccessorDecorators

SourcePropertyAccessorDecorator[] sourcePropertyAccessorDecorators

propertyAccessOption

PropertyAccessOption propertyAccessOption

isRegardingAdapterAnnotation

boolean isRegardingAdapterAnnotation

isRegardingPropertyNameTemplateAnnotation

boolean isRegardingPropertyNameTemplateAnnotation

isRegardingDefaultValueAnnotation

boolean isRegardingDefaultValueAnnotation

regardedAnnotationScope

SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope regardedAnnotationScope

Class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter extends MapAbstract<String,Object> implements Serializable

serialVersionUID: -3216760910974740175L

Serialized Fields

bean

Object bean

propertynameToBeanPropertyAccessorMap

Map<K,V> propertynameToBeanPropertyAccessorMap

Package org.omnaest.utils.beans.adapter.source

Class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation extends Object implements Serializable

serialVersionUID: -1057678339296760166L

Serialized Fields

additionalArguments

Object[] additionalArguments

propertyAnnotationAutowiredContainer

AutowiredContainer<E> propertyAnnotationAutowiredContainer

classAnnotationAutowiredContainer

AutowiredContainer<E> classAnnotationAutowiredContainer

genericType

ParameterizedType genericType

Class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecorator extends Object implements Serializable

serialVersionUID: -3420846101586221728L

Serialized Fields

sourcePropertyAccessor

SourcePropertyAccessor sourcePropertyAccessor

Class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorAdapter extends SourcePropertyAccessorDecorator implements Serializable

serialVersionUID: -6289909653064728549L

Class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorDefaultValue extends SourcePropertyAccessorDecorator implements Serializable

serialVersionUID: 1054528663696959420L

Class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyAccessOption extends SourcePropertyAccessorDecorator implements Serializable

serialVersionUID: 5409932035118994085L

Serialized Fields

propertyAccessOption

PropertyAccessOption propertyAccessOption

Class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyNameTemplate extends SourcePropertyAccessorDecorator implements Serializable

serialVersionUID: 6165218599151510835L


Package org.omnaest.utils.beans.autowired

Class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract extends Object implements Serializable

serialVersionUID: -7792783078590040662L

Class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator extends Object implements Serializable

serialVersionUID: 3043215321074462819L

Serialized Fields

autowiredContainer

AutowiredContainer<E> autowiredContainer

Class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter extends AutowiredContainerAbstract<E> implements Serializable

serialVersionUID: -6432970316176438546L

Serialized Fields

classToObjectMap

Map<K,V> classToObjectMap

Class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter extends AutowiredContainerAbstract<Object> implements Serializable

serialVersionUID: -4028601259144341930L

Serialized Fields

bean

Object bean

propertynameToBeanPropertyAccessorMap

Map<K,V> propertynameToBeanPropertyAccessorMap

propertyTypeToBeanPropertyAccessorSetMap

Map<K,V> propertyTypeToBeanPropertyAccessorSetMap

Package org.omnaest.utils.beans.copier

Class org.omnaest.utils.beans.copier.PreparedBeanCopier extends Object implements Serializable

serialVersionUID: -7426881508083859649L

Serialized Fields

preparedCopierList

List<E> preparedCopierList

exceptionHandler

ExceptionHandler exceptionHandler

instanceFactoryForRoot

PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory instanceFactoryForRoot

typeFrom

Class<T> typeFrom

propertyAccessTypeFrom

BeanPropertyAccessor.PropertyAccessType propertyAccessTypeFrom

propertyAccessTypeTo

BeanPropertyAccessor.PropertyAccessType propertyAccessTypeTo

transformer

PreparedBeanCopier.Transformer transformer

nonMatchingPropertyNameList

List<E> nonMatchingPropertyNameList

Class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration extends Object implements Serializable

serialVersionUID: 5361292993967280460L

Serialized Fields

instanceFactoryCreatorList

List<E> instanceFactoryCreatorList

copierFactoryList

List<E> copierFactoryList

typeFromToTypeToMap

Map<K,V> typeFromToTypeToMap

isHandlingPrimitivesAndWrappers

boolean isHandlingPrimitivesAndWrappers

isHandlingLists

boolean isHandlingLists

isHandlingSets

boolean isHandlingSets

isHandlingCollections

boolean isHandlingCollections

isHandlingMaps

boolean isHandlingMaps

isHandlingArbitraryObjects

boolean isHandlingArbitraryObjects

Class org.omnaest.utils.beans.copier.PreparedBeanCopier.NonMatchingPropertyException extends Exception implements Serializable

serialVersionUID: 9045272214549608639L

Serialized Fields

nonMatchingPropertyNameList

List<E> nonMatchingPropertyNameList

Package org.omnaest.utils.beans.replicator

Class org.omnaest.utils.beans.replicator.BeanCopier extends BeanReplicator<B,B> implements Serializable

serialVersionUID: -5810117294888896465L

Class org.omnaest.utils.beans.replicator.BeanReplicator extends Object implements Serializable

serialVersionUID: -5403362205184966835L

Serialized Fields

sourceType

Class<T> sourceType

targetType

Class<T> targetType

factoryResolver

org.omnaest.utils.beans.replicator.FactoryResolver factoryResolver

instanceAccessorResolver

org.omnaest.utils.beans.replicator.InstanceAccessorResolver instanceAccessorResolver

preservationAndIgnorationManager

org.omnaest.utils.beans.replicator.PreservationAndIgnorationManager preservationAndIgnorationManager

typeToTypeMappingManager

org.omnaest.utils.beans.replicator.TypeToTypeMappingManager typeToTypeMappingManager

converterPipeManager

org.omnaest.utils.beans.replicator.ConverterPipeManager converterPipeManager

exceptionHandler

ExceptionHandlerDelegate exceptionHandler

hasCopiedOnce

AtomicBoolean hasCopiedOnce

Class org.omnaest.utils.beans.replicator.CopyException extends Exception implements Serializable

serialVersionUID: 8967195180924402684L

Serialized Fields

canonicalPath

String canonicalPath

Class org.omnaest.utils.beans.replicator.NoMatchingPropertiesException extends CopyException implements Serializable

serialVersionUID: -2680154268714706917L

Serialized Fields

sourceType

Class<T> sourceType

propertyNameSource

String propertyNameSource

targetType

Class<T> targetType

propertyNameTarget

String propertyNameTarget

Package org.omnaest.utils.beans.result

Class org.omnaest.utils.beans.result.BeanPropertyAccessor extends Object implements Serializable

serialVersionUID: 7631705587737553708L

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

propertyName

String propertyName

beanType

Class<T> beanType

propertyAccessType

BeanPropertyAccessor.PropertyAccessType propertyAccessType

Package org.omnaest.utils.cache

Class org.omnaest.utils.cache.ConcurrentWeakReferenceCache extends org.omnaest.utils.cache.CacheAbstract<K,V> implements Serializable

serialVersionUID: -3600058653640214269L

Serialized Fields

cacheList

List<E> cacheList

numberOfSegments

int numberOfSegments

currentSegmentCounter

AtomicLong currentSegmentCounter

Class org.omnaest.utils.cache.MapToCacheAdapter extends org.omnaest.utils.cache.CacheAbstract<K,V> implements Serializable

serialVersionUID: 6347242138203739267L

Serialized Fields

map

Map<K,V> map

Class org.omnaest.utils.cache.SynchronizedWeakReferenceCache extends org.omnaest.utils.cache.CacheAbstract<K,V> implements Serializable

serialVersionUID: -3985243797516127152L

Serialized Fields

map

Map<K,V> map

Package org.omnaest.utils.dispatcher

Class org.omnaest.utils.dispatcher.DispatcherAbstract extends Object implements Serializable

serialVersionUID: 392437202904888843L

Serialized Fields

instanceList

List<E> instanceList

exceptionHandler

ExceptionHandler exceptionHandler

Package org.omnaest.utils.events

Class org.omnaest.utils.events.EventListenerBasic extends Object implements Serializable

serialVersionUID: 1250853029881040746L


Package org.omnaest.utils.events.concrete

Class org.omnaest.utils.events.concrete.EventManagerConnectorImpl extends Object implements Serializable

serialVersionUID: 6714239925791970079L

Serialized Fields

eventManager

EventManager<EVENT,RESULT> eventManager

connectedListenerRegistrationToListenerMap

Map<K,V> connectedListenerRegistrationToListenerMap

Class org.omnaest.utils.events.concrete.EventManagerImpl extends Object implements Serializable

serialVersionUID: 185487616795626165L

Serialized Fields

listenerList

List<E> listenerList

eventListenerRegistration

EventListenerRegistration<EVENT,RESULT> eventListenerRegistration

eventManagerConnector

EventManagerConnector<EVENT,RESULT> eventManagerConnector

Package org.omnaest.utils.events.event

Class org.omnaest.utils.events.event.Result extends Object implements Serializable

serialVersionUID: -8069531864203403670L

Serialized Fields

client

Object client

result

Object result

Package org.omnaest.utils.events.exception

Package org.omnaest.utils.events.exception.basic

Class org.omnaest.utils.events.exception.basic.ExceptionHandlerBooleanState extends Object implements Serializable

serialVersionUID: -2868609329599755244L

Serialized Fields

noErrors

boolean noErrors

Class org.omnaest.utils.events.exception.basic.ExceptionHandlerDelegate extends Object implements Serializable

serialVersionUID: 3357366018938978957L

Serialized Fields

exceptionHandler

ExceptionHandler exceptionHandler

Class org.omnaest.utils.events.exception.basic.ExceptionHandlerEPrintStackTrace extends Object implements Serializable

serialVersionUID: 8790389129584339056L

Class org.omnaest.utils.events.exception.basic.ExceptionHandlerIgnoring extends Object implements Serializable

serialVersionUID: 211649048847495447L

Class org.omnaest.utils.events.exception.basic.ExceptionHandlerLogging extends Object implements Serializable

serialVersionUID: -7990568786881923896L

Serialized Fields

logger

org.slf4j.Logger logger

Class org.omnaest.utils.events.exception.basic.ExceptionHandlerRethrowingAsRuntimeException extends Object implements Serializable

serialVersionUID: 21194048847495447L


Package org.omnaest.utils.operation.foreach

Class org.omnaest.utils.operation.foreach.ForEach.Result extends ListDecorator<V> implements Serializable

serialVersionUID: -3838376068713161966L


Package org.omnaest.utils.operation.special

Class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions.ToFastInvocationException extends RuntimeException implements Serializable

serialVersionUID: 610230248396653113L

Serialized Fields

durationToWaitInMilliseconds

long durationToWaitInMilliseconds

Package org.omnaest.utils.store

Class org.omnaest.utils.store.DirectoryBasedObjectStoreUsingJAXB extends org.omnaest.utils.store.DirectoryBasedObjectStoreAbstract<E> implements Serializable

serialVersionUID: -3189372961705877115L

Class org.omnaest.utils.store.DirectoryBasedObjectStoreUsingSerializable extends org.omnaest.utils.store.DirectoryBasedObjectStoreAbstract<E extends Serializable> implements Serializable

serialVersionUID: -3189372961705877115L

Class org.omnaest.utils.store.DirectoryBasedObjectStoreUsingXStream extends org.omnaest.utils.store.DirectoryBasedObjectStoreAbstract<E> implements Serializable

serialVersionUID: -3189372961705877115L

Class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter extends ListAbstract<ByteArrayContainer> implements Serializable

serialVersionUID: 2675512592103223050L

Serialized Fields

baseDirectory

File baseDirectory

exceptionHandler

ExceptionHandlerSerializable exceptionHandler

cachedSize

CachedElementTimed<T> cachedSize

Package org.omnaest.utils.structure.array

Class org.omnaest.utils.structure.array.ArrayToListAdapter extends ListAbstract<E> implements Serializable

serialVersionUID: 2716942711754587491L

Serialized Fields

array

Object[] array

Package org.omnaest.utils.structure.collection

Class org.omnaest.utils.structure.collection.CollectionAbstract extends Object implements Serializable

serialVersionUID: 3810482055181299089L

Class org.omnaest.utils.structure.collection.CollectionComposite extends CollectionAbstract<E> implements Serializable

serialVersionUID: 4042012340715370368L

Serialized Fields

collections

Collection<E>[] collections

Package org.omnaest.utils.structure.collection.adapter

Class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapter extends CollectionToCollectionAdapterBase<FROM,TO> implements Serializable

serialVersionUID: -1669630436990558468L

Serialized Fields

collection

Collection<E> collection

Class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase extends CollectionAbstract<TO> implements Serializable

serialVersionUID: -6369301794639842338L

Serialized Fields

elementBidirectionalConverter

ElementBidirectionalConverter<FROM,TO> elementBidirectionalConverter

Package org.omnaest.utils.structure.collection.decorator

Class org.omnaest.utils.structure.collection.decorator.CollectionDecorator extends Object implements Serializable

serialVersionUID: -6479331644328513970L

Serialized Fields

collection

Collection<E> collection

Class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator extends CollectionDecorator<E> implements Serializable

serialVersionUID: -5999653460495392274L

Serialized Fields

lock

Lock lock

Package org.omnaest.utils.structure.collection.list

Class org.omnaest.utils.structure.collection.list.BooleanList extends ListDecorator<Boolean> implements Serializable

serialVersionUID: 3614309493148716282L

Class org.omnaest.utils.structure.collection.list.IdentityArrayList extends ListAbstract<E> implements Serializable

serialVersionUID: 8376220411795363321L

Serialized Fields

list

List<E> list

Class org.omnaest.utils.structure.collection.list.LimitedLinkedList extends LinkedList<E> implements Serializable

serialVersionUID: 8220551181941161150L

Serialized Fields

sizeMax

int sizeMax

removeFirstElementByExceedingSize

boolean removeFirstElementByExceedingSize

Class org.omnaest.utils.structure.collection.list.ListAbstract extends CollectionAbstract<E> implements Serializable

serialVersionUID: 3410678520148023549L

Class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist extends ListAbstract<E> implements Serializable

serialVersionUID: 81960052895916590L

Serialized Fields

fromIndex

int fromIndex

toIndex

int toIndex

parentList

List<E> parentList

Package org.omnaest.utils.structure.collection.list.adapter

Class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter extends ListAbstract<TO> implements Serializable

serialVersionUID: 8535695705824958430L

Serialized Fields

list

List<E> list

elementBidirectionalConverter

ElementBidirectionalConverter<FROM,TO> elementBidirectionalConverter

Class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter extends Object implements Serializable

serialVersionUID: -1675622469124924790L

Serialized Fields

list

List<E> list

currentIndex

int currentIndex

lastReturnedIndex

int lastReturnedIndex

Class org.omnaest.utils.structure.collection.list.adapter.ListToSetAdapter extends SetAbstract<E> implements Serializable

serialVersionUID: 837283691356459016L

Serialized Fields

list

List<E> list

Package org.omnaest.utils.structure.collection.list.decorator

Class org.omnaest.utils.structure.collection.list.decorator.ListDecorator extends Object implements Serializable

serialVersionUID: 2497897937009557014L

Serialized Fields

list

List<E> list

Class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator extends Object implements Serializable

serialVersionUID: 360102117020680103L

Serialized Fields

listIterator

ListIterator<E> listIterator

Class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator extends ListDecorator<E> implements Serializable

serialVersionUID: -203141602643867326L

Serialized Fields

lock

Lock lock

Class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator extends ListIteratorDecorator<E> implements Serializable

serialVersionUID: 9184804009754659323L

Serialized Fields

lock

Lock lock

Package org.omnaest.utils.structure.collection.list.sorted

Class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList extends SortedListAbstract<E> implements Serializable

serialVersionUID: -4290221104699140741L

Serialized Fields

list

List<E> list

Class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract extends ListAbstract<E> implements Serializable

serialVersionUID: -5663102837607165996L

Serialized Fields

comparator

Comparator<T> comparator
The constructor will ensure that the Comparator will not be null

Class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist extends ListAbstract.ListAbstractSublist<E> implements Serializable

serialVersionUID: 5214337271801597442L

Class org.omnaest.utils.structure.collection.list.sorted.TreeList extends SortedListAbstract<E> implements Serializable

serialVersionUID: -3181777537000872260L

Serialized Fields

accessorToElementListMap

SortedMap<K,V> accessorToElementListMap

Class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList extends ListDecorator<E> implements Serializable

serialVersionUID: 3764571149202052105L

Serialized Fields

accessorReadable

AccessorReadable<E> accessorReadable

Package org.omnaest.utils.structure.collection.set

Class org.omnaest.utils.structure.collection.set.IdentityArrayListBasedSet extends ListToSetAdapter<E> implements Serializable

serialVersionUID: 4225775781265130081L

Class org.omnaest.utils.structure.collection.set.SetAbstract extends CollectionAbstract<E> implements Serializable

serialVersionUID: 8562343467153734124L

Class org.omnaest.utils.structure.collection.set.SetComposite extends SetAbstract<E> implements Serializable

serialVersionUID: 4042018600715370368L

Serialized Fields

sets

Set<E>[] sets

Package org.omnaest.utils.structure.collection.set.adapter

Class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet extends SetAbstract<E> implements Serializable

serialVersionUID: 59020838477262671L

Serialized Fields

map

Map<K,V> map

Class org.omnaest.utils.structure.collection.set.adapter.SetToSetAdapter extends CollectionToCollectionAdapter<FROM,TO> implements Serializable

serialVersionUID: -4801808423662504974L


Package org.omnaest.utils.structure.collection.set.decorator

Class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator extends SetDecorator<E> implements Serializable

serialVersionUID: 7421737609130259773L

Serialized Fields

lock

Lock lock

Class org.omnaest.utils.structure.collection.set.decorator.SetDecorator extends Object implements Serializable

serialVersionUID: -3453576867764866929L

Serialized Fields

set

Set<E> set

Package org.omnaest.utils.structure.element

Package org.omnaest.utils.structure.element.converter

Class org.omnaest.utils.structure.element.converter.ElementBidirectionalConverterSetToUnmodifiableSet extends Object implements Serializable

serialVersionUID: -8723454285457115920L

Class org.omnaest.utils.structure.element.converter.ElementBidirectionalConverterWeakReference extends Object implements Serializable

serialVersionUID: -6091596646556830894L

Class org.omnaest.utils.structure.element.converter.ElementConverterAlphaNumericEncodedStringToDecodedString extends Object implements Serializable

serialVersionUID: 38318980495631384L

Class org.omnaest.utils.structure.element.converter.ElementConverterBeanPropertyAccessorToProperty extends Object implements Serializable

serialVersionUID: -1705171833692159068L

Class org.omnaest.utils.structure.element.converter.ElementConverterBooleanToString extends Object implements Serializable

serialVersionUID: -7037894105268959005L

Class org.omnaest.utils.structure.element.converter.ElementConverterChain extends Object implements Serializable

serialVersionUID: -7026066500749318818L

Serialized Fields

elementConverters

ElementConverter<FROM,TO>[] elementConverters

Class org.omnaest.utils.structure.element.converter.ElementConverterClassToClassInstanceFactory extends Object implements Serializable

serialVersionUID: -8871423129239225253L

Class org.omnaest.utils.structure.element.converter.ElementConverterClassToInstance extends Object implements Serializable

serialVersionUID: -8416694245473698768L

Class org.omnaest.utils.structure.element.converter.ElementConverterGenericElementToString extends Object implements Serializable

serialVersionUID: 8858918740245712774L

Class org.omnaest.utils.structure.element.converter.ElementConverterIdentitiyCast extends Object implements Serializable

serialVersionUID: 3765145127467165719L

Class org.omnaest.utils.structure.element.converter.ElementConverterIdentity extends Object implements Serializable

serialVersionUID: -5357320168602695637L

Class org.omnaest.utils.structure.element.converter.ElementConverterIdentityCast extends Object implements Serializable

serialVersionUID: -3056531260386214718L

Class org.omnaest.utils.structure.element.converter.ElementConverterNumberToString extends Object implements Serializable

serialVersionUID: -1906828641367140349L

Class org.omnaest.utils.structure.element.converter.ElementConverterObjectToClassOfObject extends Object implements Serializable

serialVersionUID: -510983792483348192L

Class org.omnaest.utils.structure.element.converter.ElementConverterObjectToString extends Object implements Serializable

serialVersionUID: 5530096365933057082L

Class org.omnaest.utils.structure.element.converter.ElementConverterRegistration extends Object implements Serializable

serialVersionUID: 4667088490394555133L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToAlphaNumericEncodedString extends Object implements Serializable

serialVersionUID: -4688840461828045728L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToBigDecimal extends Object implements Serializable

serialVersionUID: -1950537155461949661L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToBigInteger extends Object implements Serializable

serialVersionUID: 7782391237058220461L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToBoolean extends Object implements Serializable

serialVersionUID: 745204011399710174L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToByte extends Object implements Serializable

serialVersionUID: 5458767710864096736L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToDouble extends Object implements Serializable

serialVersionUID: -9171159572246840573L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToFloat extends Object implements Serializable

serialVersionUID: 6670623015348901790L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToInteger extends Object implements Serializable

serialVersionUID: -2682605566673347979L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToLong extends Object implements Serializable

serialVersionUID: -4105026393418434436L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToPattern extends Object implements Serializable

serialVersionUID: -6193990159325329740L

Class org.omnaest.utils.structure.element.converter.ElementConverterStringToShort extends Object implements Serializable

serialVersionUID: 5336474703429302855L

Class org.omnaest.utils.structure.element.converter.ElementConverterToBidirectionalConverterAdapter extends Object implements Serializable

serialVersionUID: -6037579287436286751L

Serialized Fields

elementConverter

ElementConverter<FROM,TO> elementConverter

elementConverterReverse

ElementConverter<FROM,TO> elementConverterReverse

Class org.omnaest.utils.structure.element.converter.ElementConverterTypeAware.SourceAndTargetType extends Object implements Serializable

serialVersionUID: 7691608527507412541L

Serialized Fields

sourceType

Class<T> sourceType

targetType

Class<T> targetType

Class org.omnaest.utils.structure.element.converter.ElementConverterTypeAwareGenericsBased extends Object implements Serializable

serialVersionUID: 3146184893674440314L


Package org.omnaest.utils.structure.element.factory

Package org.omnaest.utils.structure.element.factory.concrete

Class org.omnaest.utils.structure.element.factory.concrete.ArrayListFactory extends Object implements Serializable

serialVersionUID: 3996968332138441604L

Class org.omnaest.utils.structure.element.factory.concrete.HashMapFactory extends Object implements Serializable

serialVersionUID: -7592547398553622032L

Class org.omnaest.utils.structure.element.factory.concrete.HashSetFactory extends Object implements Serializable

serialVersionUID: 5539368629663424616L

Class org.omnaest.utils.structure.element.factory.concrete.LinkedHashSetFactory extends Object implements Serializable

serialVersionUID: -7019311561496022268L

Class org.omnaest.utils.structure.element.factory.concrete.ReadWriteLockFactory extends Object implements Serializable

serialVersionUID: -8049960962850530285L


Package org.omnaest.utils.structure.iterator

Package org.omnaest.utils.structure.map

Class org.omnaest.utils.structure.map.IdentityLinkedHashMap extends MapAbstract<K,V> implements Serializable

Serialized Fields

map

Map<K,V> map

keyList

List<E> keyList

valueList

List<E> valueList

Class org.omnaest.utils.structure.map.MapAbstract extends Object implements Serializable

serialVersionUID: -8854027357614884818L

Class org.omnaest.utils.structure.map.MapComposite extends MapAbstract<K,V> implements Serializable

serialVersionUID: -6795020842815751304L

Serialized Fields

mapList

List<E> mapList

Class org.omnaest.utils.structure.map.MapDelta.Values extends Tuple2<V,V> implements Serializable

serialVersionUID: -468215748811694668L

Class org.omnaest.utils.structure.map.MapJoiner.JoinedValue extends Tuple2<V1,V2> implements Serializable

serialVersionUID: -4203095271240152615L


Package org.omnaest.utils.structure.map.adapter

Class org.omnaest.utils.structure.map.adapter.MapToMapAdapter extends MapAbstract<KEY_TO,VALUE_TO> implements Serializable

serialVersionUID: -1538459740184023592L

Serialized Fields

sourceMap

Map<K,V> sourceMap

elementBidirectionalConverterKey

ElementBidirectionalConverter<FROM,TO> elementBidirectionalConverterKey

elementBidirectionalConverterValue

ElementBidirectionalConverter<FROM,TO> elementBidirectionalConverterValue

Class org.omnaest.utils.structure.map.adapter.MapToMapAdapterForKey extends MapToMapAdapter<KEY_FROM,VALUE,KEY_TO,VALUE> implements Serializable

serialVersionUID: 7471520105069297143L

Class org.omnaest.utils.structure.map.adapter.MapToMapAdapterForValue extends MapToMapAdapter<KEY,VALUE_FROM,KEY,VALUE_TO> implements Serializable

serialVersionUID: 726759373835196179L

Class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter extends Object implements Serializable

serialVersionUID: -1538459740184023592L

Serialized Fields

sourceMap

SortedMap<K,V> sourceMap

elementBidirectionalConverterValue

ElementBidirectionalConverter<FROM,TO> elementBidirectionalConverterValue

Package org.omnaest.utils.structure.map.decorator

Class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator extends MapDecorator<String,V> implements Serializable

Serialized Fields

sourceKeyToTargetKeyTranslationMap

Map<K,V> sourceKeyToTargetKeyTranslationMap

fastHit

boolean fastHit

Class org.omnaest.utils.structure.map.decorator.LockingMapDecorator extends MapDecorator<K,V> implements Serializable

Serialized Fields

lock

Lock lock

Class org.omnaest.utils.structure.map.decorator.MapDecorator extends Object implements Serializable

serialVersionUID: 8863056857982073309L

Serialized Fields

map

Map<K,V> map

Class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract extends Object implements Serializable

serialVersionUID: -2062958271682639706L


Package org.omnaest.utils.structure.map.dualmap

Class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap extends Object implements Serializable

serialVersionUID: 8985215388337132591L

Serialized Fields

keyToValueMap

Map<K,V> keyToValueMap

valueToKeyMap

Map<K,V> valueToKeyMap

Package org.omnaest.utils.threads

Class org.omnaest.utils.threads.CallableDecorator extends Object implements Serializable

serialVersionUID: 6691986461223970211L

Serialized Fields

callable

Callable<V> callable

Class org.omnaest.utils.threads.FutureTaskManager extends Object implements Serializable

serialVersionUID: -8509946186985263573L

Serialized Fields

futureList

List<E> futureList

executorService

ExecutorService executorService

Class org.omnaest.utils.threads.RunnableDecorator extends Object implements Serializable

serialVersionUID: -1445715278932243834L

Serialized Fields

runnable

Runnable runnable

Package org.omnaest.utils.threads.submit

Class org.omnaest.utils.threads.submit.SubmitGroupFactory extends Object implements Serializable

serialVersionUID: -5393142042749817737L

Serialized Fields

executorService

ExecutorService executorService

exceptionHandler

ExceptionHandlerDelegate exceptionHandler

Package org.omnaest.utils.time

Class org.omnaest.utils.time.DurationCapture extends Object implements Serializable

serialVersionUID: 6433066272269919387L

Serialized Fields

intervalKeyToIntervalMap

Map<K,V> intervalKeyToIntervalMap

Class org.omnaest.utils.time.DurationCapture.Interval extends Object implements Serializable

serialVersionUID: -2883159459488305456L

Serialized Fields

key

Object key

duration

long duration

startTime

long startTime

stopTime

long stopTime

Class org.omnaest.utils.time.DurationCapture.IntervalStatistic extends Object implements Serializable

serialVersionUID: -5081536693492826365L

Serialized Fields

interval

DurationCapture.Interval interval

durationInMilliseconds

long durationInMilliseconds

durationPercentage

double durationPercentage

Package org.omnaest.utils.tuple

Class org.omnaest.utils.tuple.KeyValue extends Object implements Serializable

serialVersionUID: 7098063453458668698L

Serialized Fields

key

Object key

value

Object value

Class org.omnaest.utils.tuple.Tuple2 extends Object implements Serializable

serialVersionUID: 7098064708499668698L

Serialized Fields

valueFirst

Object valueFirst

valueSecond

Object valueSecond

Class org.omnaest.utils.tuple.Tuple3 extends Object implements Serializable

serialVersionUID: 4566232391708319632L

Serialized Fields

valueFirst

Object valueFirst

valueSecond

Object valueSecond

valueThird

Object valueThird

Class org.omnaest.utils.tuple.TupleThree extends Object implements Serializable

serialVersionUID: -5561006980478608055L

Serialized Fields

valueFirst

Object valueFirst
Deprecated. 

valueSecond

Object valueSecond
Deprecated. 

valueThird

Object valueThird
Deprecated. 

Class org.omnaest.utils.tuple.TupleTwo extends Object implements Serializable

serialVersionUID: 2691942705049921808L

Serialized Fields

valueFirst

Object valueFirst
Deprecated. 

valueSecond

Object valueSecond
Deprecated. 

Package org.omnaest.utils.xml

Class org.omnaest.utils.xml.JAXBMap extends MapDecorator<K,V> implements Serializable

serialVersionUID: 8195905729882497290L


Package org.omnaest.utils.xml.exception

Class org.omnaest.utils.xml.exception.MissingXMLRootElementAnnotationException extends RuntimeException implements Serializable

serialVersionUID: -1643787702588403199L



Copyright © 2013. All Rights Reserved.