Serialized Form
-
Package javax.xml.namespace
-
Class javax.xml.namespace.QName extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Ensure that deserialization properly interns the results.- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
-
-
Package org.apache.commons.codec
-
Class org.apache.commons.codec.DecoderException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.codec.EncoderException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.collections4
-
Class org.apache.commons.collections4.ArrayStack extends ArrayList<E> implements Serializable
- serialVersionUID:
- 2130079159931574599L
-
Class org.apache.commons.collections4.FunctorException extends RuntimeException implements Serializable
- serialVersionUID:
- -4704772662059351193L
-
-
Package org.apache.commons.collections4.bag
-
Class org.apache.commons.collections4.bag.AbstractBagDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -3768146017343785417L
-
Class org.apache.commons.collections4.bag.AbstractSortedBagDecorator extends AbstractBagDecorator<E> implements Serializable
- serialVersionUID:
- -8223473624050467718L
-
Class org.apache.commons.collections4.bag.CollectionBag extends AbstractBagDecorator<E> implements Serializable
- serialVersionUID:
- -2560033712679053143L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the collection in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loadedClassCastException- if deserialised object has wrong type
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the collection out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.CollectionSortedBag extends AbstractSortedBagDecorator<E> implements Serializable
- serialVersionUID:
- -2560033712679053143L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the collection in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loadedClassCastException- if deserialised object has wrong type
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the collection out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.HashBag extends AbstractMapBag<E> implements Serializable
- serialVersionUID:
- -6561115435802554013L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the bag in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the bag out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.PredicatedBag extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- -2575833140344736876L
-
Class org.apache.commons.collections4.bag.PredicatedSortedBag extends PredicatedBag<E> implements Serializable
- serialVersionUID:
- 3448581314086406616L
-
Class org.apache.commons.collections4.bag.SynchronizedBag extends SynchronizedCollection<E> implements Serializable
- serialVersionUID:
- 8084674570753837109L
-
Class org.apache.commons.collections4.bag.SynchronizedSortedBag extends SynchronizedBag<E> implements Serializable
- serialVersionUID:
- 722374056718497858L
-
Class org.apache.commons.collections4.bag.TransformedBag extends TransformedCollection<E> implements Serializable
- serialVersionUID:
- 5421170911299074185L
-
Class org.apache.commons.collections4.bag.TransformedSortedBag extends TransformedBag<E> implements Serializable
- serialVersionUID:
- -251737742649401930L
-
Class org.apache.commons.collections4.bag.TreeBag extends AbstractMapBag<E> implements Serializable
- serialVersionUID:
- -7740146511091606676L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the bag in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the bag out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.UnmodifiableBag extends AbstractBagDecorator<E> implements Serializable
- serialVersionUID:
- -1873799975157099624L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the collection in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loadedClassCastException- if deserialised object has wrong type
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the collection out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.bag.UnmodifiableSortedBag extends AbstractSortedBagDecorator<E> implements Serializable
- serialVersionUID:
- -3190437252665717841L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the collection in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loadedClassCastException- if deserialised object has wrong type
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the collection out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.bidimap
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet extends AbstractDualBidiMap.View<K,V,Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 4040410962603292348L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet extends AbstractDualBidiMap.View<K,Object,K> implements Serializable
- serialVersionUID:
- -7107935777385040694L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values extends AbstractDualBidiMap.View<Object,V,V> implements Serializable
- serialVersionUID:
- 4023777119829639864L
-
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 4621510560119690639L
-
Serialized Fields
-
parent
AbstractDualBidiMap<K,V> parent
The parent map
-
-
Class org.apache.commons.collections4.bidimap.DualHashBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361808L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361810L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.commons.collections4.bidimap.DualTreeBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361809L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
The key comparator to use -
valueComparator
Comparator<? super V> valueComparator
The value comparator to use
-
-
Class org.apache.commons.collections4.bidimap.TreeBidiMap extends Object implements Serializable
- serialVersionUID:
- 721969328361807L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reads the content of the stream.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Writes the content to the stream for serialization.- Throws:
IOException- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.collection
-
Class org.apache.commons.collections4.collection.AbstractCollectionDecorator extends Object implements Serializable
- serialVersionUID:
- 6249888059822088500L
-
Serialized Fields
-
collection
Collection<E> collection
The collection being decorated
-
-
Class org.apache.commons.collections4.collection.CompositeCollection extends Object implements Serializable
- serialVersionUID:
- 8417515734108306801L
-
Serialized Fields
-
all
List<Collection<E>> all
Collections in the composite -
mutator
CompositeCollection.CollectionMutator<E> mutator
CollectionMutator to handle changes to the collection
-
-
Class org.apache.commons.collections4.collection.IndexedCollection extends AbstractCollectionDecorator<C> implements Serializable
- serialVersionUID:
- -5512610452568370038L
-
Serialized Fields
-
index
MultiMap<K,C> index
The map of indexes to collected objects. -
keyTransformer
Transformer<C,K> keyTransformer
TheTransformerfor generating index keys. -
uniqueIndex
boolean uniqueIndex
The uniqueness constraint for the index.
-
-
Class org.apache.commons.collections4.collection.PredicatedCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -5259182142076705162L
-
Class org.apache.commons.collections4.collection.SynchronizedCollection extends Object implements Serializable
- serialVersionUID:
- 2412805092710877986L
-
Serialized Fields
-
collection
Collection<E> collection
The collection to decorate -
lock
Object lock
The object to lock on, needed for List/SortedSet views
-
-
Class org.apache.commons.collections4.collection.TransformedCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 8692300188161871514L
-
Serialized Fields
-
transformer
Transformer<? super E,? extends E> transformer
The transformer to use
-
-
Class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -7112672385450340330L
-
Class org.apache.commons.collections4.collection.UnmodifiableCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -239892006883819945L
-
-
Package org.apache.commons.collections4.comparators
-
Class org.apache.commons.collections4.comparators.BooleanComparator extends Object implements Serializable
- serialVersionUID:
- 1830042991606340609L
-
Serialized Fields
-
trueFirst
boolean trueFirst
trueifftruevalues sort beforefalsevalues.
-
-
Class org.apache.commons.collections4.comparators.ComparableComparator extends Object implements Serializable
- serialVersionUID:
- -291439688585137865L
-
Class org.apache.commons.collections4.comparators.ComparatorChain extends Object implements Serializable
- serialVersionUID:
- -721644942746081630L
-
Serialized Fields
-
comparatorChain
List<Comparator<E>> comparatorChain
The list of comparators in the chain. -
isLocked
boolean isLocked
Whether the chain has been "locked". -
orderingBits
BitSet orderingBits
Order - false (clear) = ascend; true (set) = descend.
-
-
Class org.apache.commons.collections4.comparators.FixedOrderComparator extends Object implements Serializable
- serialVersionUID:
- 82794675842863201L
-
Serialized Fields
-
counter
int counter
Counter used in determining the position in the map -
isLocked
boolean isLocked
Is the comparator locked against further change -
map
Map<T,Integer> map
Internal map of object to position -
unknownObjectBehavior
FixedOrderComparator.UnknownObjectBehavior unknownObjectBehavior
The behaviour in the case of an unknown object
-
-
Class org.apache.commons.collections4.comparators.NullComparator extends Object implements Serializable
- serialVersionUID:
- -5820772575483504339L
-
Serialized Fields
-
nonNullComparator
Comparator<? super E> nonNullComparator
The comparator to use when comparing two non-nullobjects. -
nullsAreHigh
boolean nullsAreHigh
Specifies whether anullare compared as higher than non-nullobjects.
-
-
Class org.apache.commons.collections4.comparators.ReverseComparator extends Object implements Serializable
- serialVersionUID:
- 2858887242028539265L
-
Serialized Fields
-
comparator
Comparator<? super E> comparator
The comparator being decorated.
-
-
Class org.apache.commons.collections4.comparators.TransformingComparator extends Object implements Serializable
- serialVersionUID:
- 3456940356043606220L
-
Serialized Fields
-
decorated
Comparator<O> decorated
The decorated comparator. -
transformer
Transformer<? super I,? extends O> transformer
The transformer being used.
-
-
-
Package org.apache.commons.collections4.functors
-
Class org.apache.commons.collections4.functors.AbstractQuantifierPredicate extends Object implements Serializable
- serialVersionUID:
- -3094696765038308799L
-
Class org.apache.commons.collections4.functors.AllPredicate extends AbstractQuantifierPredicate<T> implements Serializable
- serialVersionUID:
- -3094696765038308799L
-
Class org.apache.commons.collections4.functors.AndPredicate extends Object implements Serializable
- serialVersionUID:
- 4189014213763186912L
-
Class org.apache.commons.collections4.functors.AnyPredicate extends AbstractQuantifierPredicate<T> implements Serializable
- serialVersionUID:
- 7429999530934647542L
-
Class org.apache.commons.collections4.functors.ChainedClosure extends Object implements Serializable
- serialVersionUID:
- -3520677225766901240L
-
Class org.apache.commons.collections4.functors.ChainedTransformer extends Object implements Serializable
- serialVersionUID:
- 3514945074733160196L
-
Serialized Fields
-
iTransformers
Transformer<? super T,? extends T>[] iTransformers
The transformers to call in turn
-
-
Class org.apache.commons.collections4.functors.ClosureTransformer extends Object implements Serializable
- serialVersionUID:
- 478466901448617286L
-
Class org.apache.commons.collections4.functors.ComparatorPredicate extends Object implements Serializable
- serialVersionUID:
- -1863209236504077399L
-
Serialized Fields
-
comparator
Comparator<T> comparator
The comparator to use for comparison -
criterion
ComparatorPredicate.Criterion criterion
The comparison evaluation criterion to use -
object
T object
The internal object to compare with
-
-
Class org.apache.commons.collections4.functors.ConstantFactory extends Object implements Serializable
- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iConstant
T iConstant
The closures to call in turn
-
-
Class org.apache.commons.collections4.functors.ConstantTransformer extends Object implements Serializable
- serialVersionUID:
- 6374440726369055124L
-
Serialized Fields
-
iConstant
O iConstant
The closures to call in turn
-
-
Class org.apache.commons.collections4.functors.DefaultEquator extends Object implements Serializable
- serialVersionUID:
- 825802648423525485L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.EqualPredicate extends Object implements Serializable
- serialVersionUID:
- 5633766978029907089L
-
Class org.apache.commons.collections4.functors.ExceptionClosure extends Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.ExceptionFactory extends Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.ExceptionPredicate extends Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.ExceptionTransformer extends Object implements Serializable
- serialVersionUID:
- 7179106032121985545L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.FactoryTransformer extends Object implements Serializable
- serialVersionUID:
- -6817674502475353160L
-
Class org.apache.commons.collections4.functors.FalsePredicate extends Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.IdentityPredicate extends Object implements Serializable
- serialVersionUID:
- -89901658494523293L
-
Serialized Fields
-
iValue
T iValue
The value to compare to
-
-
Class org.apache.commons.collections4.functors.IfClosure extends Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections4.functors.IfTransformer extends Object implements Serializable
- serialVersionUID:
- 8069309411242014252L
-
Serialized Fields
-
iFalseTransformer
Transformer<? super I,? extends O> iFalseTransformer
The transformer to use if false -
iPredicate
Predicate<? super I> iPredicate
The test -
iTrueTransformer
Transformer<? super I,? extends O> iTrueTransformer
The transformer to use if true
-
-
Class org.apache.commons.collections4.functors.InstanceofPredicate extends Object implements Serializable
- serialVersionUID:
- -6682656911025165584L
-
Serialized Fields
-
iType
Class<?> iType
The type to compare to
-
-
Class org.apache.commons.collections4.functors.MapTransformer extends Object implements Serializable
- serialVersionUID:
- 862391807045468939L
-
Class org.apache.commons.collections4.functors.NonePredicate extends AbstractQuantifierPredicate<T> implements Serializable
- serialVersionUID:
- 2007613066565892961L
-
Class org.apache.commons.collections4.functors.NOPClosure extends Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.NOPTransformer extends Object implements Serializable
- serialVersionUID:
- 2133891748318574490L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.NotNullPredicate extends Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.NotPredicate extends Object implements Serializable
- serialVersionUID:
- -2654603322338049674L
-
Class org.apache.commons.collections4.functors.NullIsExceptionPredicate extends Object implements Serializable
- serialVersionUID:
- 3243449850504576071L
-
Class org.apache.commons.collections4.functors.NullIsFalsePredicate extends Object implements Serializable
- serialVersionUID:
- -2997501534564735525L
-
Class org.apache.commons.collections4.functors.NullIsTruePredicate extends Object implements Serializable
- serialVersionUID:
- -7625133768987126273L
-
Class org.apache.commons.collections4.functors.NullPredicate extends Object implements Serializable
- serialVersionUID:
- 7533784454832764388L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.OnePredicate extends AbstractQuantifierPredicate<T> implements Serializable
- serialVersionUID:
- -8125389089924745785L
-
Class org.apache.commons.collections4.functors.OrPredicate extends Object implements Serializable
- serialVersionUID:
- -8791518325735182855L
-
Class org.apache.commons.collections4.functors.PredicateTransformer extends Object implements Serializable
- serialVersionUID:
- 5278818408044349346L
-
Class org.apache.commons.collections4.functors.StringValueTransformer extends Object implements Serializable
- serialVersionUID:
- 7511110693171758606L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.SwitchClosure extends Object implements Serializable
- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections4.functors.SwitchTransformer extends Object implements Serializable
- serialVersionUID:
- -6404460890903469332L
-
Serialized Fields
-
iDefault
Transformer<? super I,? extends O> iDefault
The default transformer to call if no tests match -
iPredicates
Predicate<? super I>[] iPredicates
The tests to consider -
iTransformers
Transformer<? super I,? extends O>[] iTransformers
The matching transformers to call
-
-
Class org.apache.commons.collections4.functors.TransformedPredicate extends Object implements Serializable
- serialVersionUID:
- -5596090919668315834L
-
Serialized Fields
-
iPredicate
Predicate<? super T> iPredicate
The predicate to call -
iTransformer
Transformer<? super T,? extends T> iTransformer
The transformer to call
-
-
Class org.apache.commons.collections4.functors.TransformerClosure extends Object implements Serializable
- serialVersionUID:
- -5194992589193388969L
-
Serialized Fields
-
iTransformer
Transformer<? super E,?> iTransformer
The transformer to wrap
-
-
Class org.apache.commons.collections4.functors.TransformerPredicate extends Object implements Serializable
- serialVersionUID:
- -2407966402920578741L
-
Serialized Fields
-
iTransformer
Transformer<? super T,Boolean> iTransformer
The transformer to call
-
-
Class org.apache.commons.collections4.functors.TruePredicate extends Object implements Serializable
- serialVersionUID:
- 3374767158756189740L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.apache.commons.collections4.functors.UniquePredicate extends Object implements Serializable
- serialVersionUID:
- -3319417438027438040L
-
-
Package org.apache.commons.collections4.keyvalue
-
Class org.apache.commons.collections4.keyvalue.MultiKey extends Object implements Serializable
- serialVersionUID:
- 4465448607415788805L
-
Class org.apache.commons.collections4.keyvalue.TiedMapEntry extends Object implements Serializable
- serialVersionUID:
- -8453869361373831205L
-
-
Package org.apache.commons.collections4.list
-
Class org.apache.commons.collections4.list.AbstractListDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 4500739654952315623L
-
Class org.apache.commons.collections4.list.AbstractSerializableListDecorator extends AbstractListDecorator<E> implements Serializable
- serialVersionUID:
- 2684959196747496299L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the list in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the list out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.list.CursorableLinkedList extends AbstractLinkedList<E> implements Serializable
- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deserializes the data held in this object to the stream specified.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Serializes the data held in this object to the stream specified.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.list.FixedSizeList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- -2218010673611160319L
-
Class org.apache.commons.collections4.list.GrowthList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- -3620001881672L
-
Class org.apache.commons.collections4.list.LazyList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- -3677737457567429713L
-
Serialized Fields
-
factory
Factory<? extends E> factory
The factory to use to lazily instantiate the objects -
transformer
Transformer<Integer,? extends E> transformer
The transformer to use to lazily instantiate the objects
-
-
Class org.apache.commons.collections4.list.NodeCachingLinkedList extends AbstractLinkedList<E> implements Serializable
- serialVersionUID:
- 6897789178562232073L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deserializes the data held in this object to the stream specified.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Serializes the data held in this object to the stream specified.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Serialized Fields
-
maximumCacheSize
int maximumCacheSize
The maximum size of the cache.
-
-
Class org.apache.commons.collections4.list.PredicatedList extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- -5722039223898659102L
-
Class org.apache.commons.collections4.list.SetUniqueList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- 7196982186153478694L
-
Class org.apache.commons.collections4.list.TransformedList extends TransformedCollection<E> implements Serializable
- serialVersionUID:
- 1077193035000013141L
-
Class org.apache.commons.collections4.list.UnmodifiableList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- 6595182819922443652L
-
-
Package org.apache.commons.collections4.map
-
Class org.apache.commons.collections4.map.CaseInsensitiveMap extends AbstractHashedMap<K,V> implements Serializable
- serialVersionUID:
- -7074655917369299456L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.CompositeMap extends AbstractIterableMap<K,V> implements Serializable
- serialVersionUID:
- -6096931280583808322L
-
Class org.apache.commons.collections4.map.DefaultedMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 19698628745827L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Serialized Fields
-
value
Transformer<? super K,? extends V> value
The transformer to use if the map does not contain a key
-
-
Class org.apache.commons.collections4.map.FixedSizeMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 7450927208116179316L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.FixedSizeSortedMap extends AbstractSortedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 3126019624511683653L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.Flat3Map extends Object implements Serializable
- serialVersionUID:
- -6701087419741928296L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.HashedMap extends AbstractHashedMap<K,V> implements Serializable
- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.LazyMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 7990956402564206740L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
factory
Transformer<? super K,? extends V> factory
The factory to use to construct elements
-
-
Class org.apache.commons.collections4.map.LazySortedMap extends LazyMap<K,V> implements Serializable
- serialVersionUID:
- 2715322183617658933L
-
Class org.apache.commons.collections4.map.LinkedMap extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.ListOrderedMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 2728177751851003750L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
Class org.apache.commons.collections4.map.LRUMap extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- -612114643488955218L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Serialized Fields
-
scanUntilRemovable
boolean scanUntilRemovable
Scan behaviour
-
-
Class org.apache.commons.collections4.map.MultiKeyMap extends AbstractMapDecorator<MultiKey<? extends K>,V> implements Serializable
- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.MultiValueMap extends AbstractMapDecorator<K,Object> implements Serializable
- serialVersionUID:
- -2214159910087182007L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deprecated.Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 4.0
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Deprecated.Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 4.0
-
-
Serialized Fields
-
collectionFactory
Factory<? extends Collection<V>> collectionFactory
Deprecated.The factory for creating value collections.
-
-
Class org.apache.commons.collections4.map.PassiveExpiringMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Serialized Fields
-
Class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timeToLiveMillis
long timeToLiveMillis
the constant time-to-live value measured in milliseconds.
-
-
Class org.apache.commons.collections4.map.PredicatedMap extends AbstractInputCheckedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 7412622456128415156L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
Class org.apache.commons.collections4.map.PredicatedSortedMap extends PredicatedMap<K,V> implements Serializable
- serialVersionUID:
- 3359846175935304332L
-
Class org.apache.commons.collections4.map.ReferenceIdentityMap extends AbstractReferenceMap<K,V> implements Serializable
- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.ReferenceMap extends AbstractReferenceMap<K,V> implements Serializable
- serialVersionUID:
- 1555089888138299607L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.map.SingletonMap extends Object implements Serializable
- serialVersionUID:
- -8931271118676803261L
-
Class org.apache.commons.collections4.map.TransformedMap extends AbstractInputCheckedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 7023152376788900464L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Serialized Fields
-
keyTransformer
Transformer<? super K,? extends K> keyTransformer
The transformer to use for the key -
valueTransformer
Transformer<? super V,? extends V> valueTransformer
The transformer to use for the value
-
-
Class org.apache.commons.collections4.map.TransformedSortedMap extends TransformedMap<K,V> implements Serializable
- serialVersionUID:
- -8751771676410385778L
-
Class org.apache.commons.collections4.map.UnmodifiableEntrySet extends AbstractSetDecorator<Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 1678353579659253473L
-
Class org.apache.commons.collections4.map.UnmodifiableMap extends AbstractMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 2737023427269031941L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.UnmodifiableOrderedMap extends AbstractOrderedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 8136428161720526266L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.commons.collections4.map.UnmodifiableSortedMap extends AbstractSortedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 5805344239827376360L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream- Since:
- 3.1
-
-
-
Package org.apache.commons.collections4.multimap
-
Class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator extends Object implements Serializable
- serialVersionUID:
- 20150612L
-
Serialized Fields
-
map
MultiValuedMap<K,V> map
MultiValuedMap to decorate
-
-
Class org.apache.commons.collections4.multimap.ArrayListValuedHashMap extends AbstractListValuedMap<K,V> implements Serializable
- serialVersionUID:
- 20151118L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
initialListCapacity
int initialListCapacity
The initial list capacity when creating a new value collection.
-
-
Class org.apache.commons.collections4.multimap.HashSetValuedHashMap extends AbstractSetValuedMap<K,V> implements Serializable
- serialVersionUID:
- 20151118L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
initialSetCapacity
int initialSetCapacity
The initial list capacity when creating a new value collection.
-
-
Class org.apache.commons.collections4.multimap.TransformedMultiValuedMap extends AbstractMultiValuedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 20150612L
-
Serialized Fields
-
keyTransformer
Transformer<? super K,? extends K> keyTransformer
The key transformer -
valueTransformer
Transformer<? super V,? extends V> valueTransformer
The value transformer
-
-
Class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap extends AbstractMultiValuedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 20150612L
-
-
Package org.apache.commons.collections4.multiset
-
Class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 20150610L
-
Class org.apache.commons.collections4.multiset.HashMultiSet extends AbstractMapMultiSet<E> implements Serializable
- serialVersionUID:
- 20150610L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the multiset in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the multiset out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.multiset.PredicatedMultiSet extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- 20150629L
-
Class org.apache.commons.collections4.multiset.SynchronizedMultiSet extends SynchronizedCollection<E> implements Serializable
- serialVersionUID:
- 20150629L
-
Class org.apache.commons.collections4.multiset.UnmodifiableMultiSet extends AbstractMultiSetDecorator<E> implements Serializable
- serialVersionUID:
- 20150611L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the collection in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loadedClassCastException- if deserialised object has wrong type
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the collection out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.properties
-
Class org.apache.commons.collections4.properties.SortedProperties extends Properties implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.collections4.queue
-
Class org.apache.commons.collections4.queue.AbstractQueueDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -2629815475789577029L
-
Class org.apache.commons.collections4.queue.CircularFifoQueue extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- -8423413834657610406L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the queue in using a custom routine.- Throws:
IOException- if an I/O error occurs while writing to the output streamClassNotFoundException- if the class of a serialized object can not be found
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the queue out using a custom routine.- Throws:
IOException- if an I/O error occurs while writing to the output stream
-
-
Serialized Fields
-
maxElements
int maxElements
Capacity of the queue.
-
-
Class org.apache.commons.collections4.queue.PredicatedQueue extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- 2307609000539943581L
-
Class org.apache.commons.collections4.queue.SynchronizedQueue extends SynchronizedCollection<E> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.collections4.queue.TransformedQueue extends TransformedCollection<E> implements Serializable
- serialVersionUID:
- -7901091318986132033L
-
Class org.apache.commons.collections4.queue.UnmodifiableQueue extends AbstractQueueDecorator<E> implements Serializable
- serialVersionUID:
- 1832948656215393357L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the collection in using a custom routine.- Throws:
IOException- if an I/O error occurs while reading from the input streamClassNotFoundException- if the class of a serialized object can not be found
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the collection out using a custom routine.- Throws:
IOException- if an I/O error occurs while writing to the output stream
-
-
-
Package org.apache.commons.collections4.set
-
Class org.apache.commons.collections4.set.AbstractNavigableSetDecorator extends AbstractSortedSetDecorator<E> implements Serializable
- serialVersionUID:
- 20150528L
-
Class org.apache.commons.collections4.set.AbstractSerializableSetDecorator extends AbstractSetDecorator<E> implements Serializable
- serialVersionUID:
- 1229469966212206107L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the set in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the set out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.set.AbstractSetDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -4678668309576958546L
-
Class org.apache.commons.collections4.set.AbstractSortedSetDecorator extends AbstractSetDecorator<E> implements Serializable
- serialVersionUID:
- -3462240946294214398L
-
Class org.apache.commons.collections4.set.CompositeSet extends Object implements Serializable
- serialVersionUID:
- 5185069727540378940L
-
Serialized Fields
-
all
List<Set<E>> all
Sets in the composite -
mutator
CompositeSet.SetMutator<E> mutator
SetMutator to handle changes to the collection
-
-
Class org.apache.commons.collections4.set.ListOrderedSet extends AbstractSerializableSetDecorator<E> implements Serializable
- serialVersionUID:
- -228664372470420141L
-
Class org.apache.commons.collections4.set.MapBackedSet extends Object implements Serializable
- serialVersionUID:
- 6723912213766056587L
-
Class org.apache.commons.collections4.set.PredicatedNavigableSet extends PredicatedSortedSet<E> implements Serializable
- serialVersionUID:
- 20150528L
-
Class org.apache.commons.collections4.set.PredicatedSet extends PredicatedCollection<E> implements Serializable
- serialVersionUID:
- -684521469108685117L
-
Class org.apache.commons.collections4.set.PredicatedSortedSet extends PredicatedSet<E> implements Serializable
- serialVersionUID:
- -9110948148132275052L
-
Class org.apache.commons.collections4.set.TransformedNavigableSet extends TransformedSortedSet<E> implements Serializable
- serialVersionUID:
- 20150528L
-
Class org.apache.commons.collections4.set.TransformedSet extends TransformedCollection<E> implements Serializable
- serialVersionUID:
- 306127383500410386L
-
Class org.apache.commons.collections4.set.TransformedSortedSet extends TransformedSet<E> implements Serializable
- serialVersionUID:
- -1675486811351124386L
-
Class org.apache.commons.collections4.set.UnmodifiableNavigableSet extends AbstractNavigableSetDecorator<E> implements Serializable
- serialVersionUID:
- 20150528L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the collection in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the collection out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Class org.apache.commons.collections4.set.UnmodifiableSet extends AbstractSerializableSetDecorator<E> implements Serializable
- serialVersionUID:
- 6499119872185240161L
-
Class org.apache.commons.collections4.set.UnmodifiableSortedSet extends AbstractSortedSetDecorator<E> implements Serializable
- serialVersionUID:
- -725356885467962424L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the collection in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the collection out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
-
Package org.apache.commons.collections4.splitmap
-
Class org.apache.commons.collections4.splitmap.TransformedSplitMap extends AbstractIterableGetMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 5966875321133456994L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException- if an error occurs while reading from the streamClassNotFoundException- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException- if an error occurs while writing to the stream
-
-
Serialized Fields
-
keyTransformer
Transformer<? super J,? extends K> keyTransformer
The transformer to use for the key -
valueTransformer
Transformer<? super U,? extends V> valueTransformer
The transformer to use for the value
-
-
-
Package org.apache.commons.collections4.trie
-
Class org.apache.commons.collections4.trie.AbstractBitwiseTrie extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 5826987063535505652L
-
Serialized Fields
-
keyAnalyzer
KeyAnalyzer<? super K> keyAnalyzer
TheKeyAnalyzerthat's being used to build the PATRICIATrie.
-
-
Class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry extends AbstractBitwiseTrie.BasicEntry<K,V> implements Serializable
- serialVersionUID:
- 4596023148184140013L
-
Serialized Fields
-
bitIndex
int bitIndex
The index this entry is comparing. -
left
AbstractPatriciaTrie.TrieEntry<K,V> left
The left child of this entry. -
parent
AbstractPatriciaTrie.TrieEntry<K,V> parent
The parent of this entry. -
predecessor
AbstractPatriciaTrie.TrieEntry<K,V> predecessor
The entry who uplinks to this entry. -
right
AbstractPatriciaTrie.TrieEntry<K,V> right
The right child of this entry.
-
-
Class org.apache.commons.collections4.trie.KeyAnalyzer extends Object implements Serializable
- serialVersionUID:
- -20497563720380683L
-
Class org.apache.commons.collections4.trie.PatriciaTrie extends AbstractPatriciaTrie<String,E> implements Serializable
- serialVersionUID:
- 4446367780901817838L
-
Class org.apache.commons.collections4.trie.UnmodifiableTrie extends Object implements Serializable
- serialVersionUID:
- -7156426030315945159L
-
-
Package org.apache.commons.collections4.trie.analyzer
-
Class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer extends KeyAnalyzer<String> implements Serializable
- serialVersionUID:
- -7032449491269434877L
-
-
Package org.apache.commons.lang3
-
Class org.apache.commons.lang3.CharSet extends Object implements Serializable
- serialVersionUID:
- 5947847346149275958L
-
Class org.apache.commons.lang3.NotImplementedException extends UnsupportedOperationException implements Serializable
- serialVersionUID:
- 20131021L
-
Serialized Fields
-
code
String code
-
-
Class org.apache.commons.lang3.ObjectUtils.Null extends Object implements Serializable
- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
private Object readResolve()
Ensure singleton.
-
-
Class org.apache.commons.lang3.Range extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comparator
Comparator<T> comparator
The ordering scheme used in this range. -
maximum
T maximum
The maximum value in this range (inclusive). -
minimum
T minimum
The minimum value in this range (inclusive).
-
-
Class org.apache.commons.lang3.SerializationException extends RuntimeException implements Serializable
- serialVersionUID:
- 4029025366392702726L
-
-
Package org.apache.commons.lang3.builder
-
Class org.apache.commons.lang3.builder.Diff extends Pair<T,T> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle extends RecursiveToStringStyle implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
spaces
int spaces
Current indenting.
-
-
Class org.apache.commons.lang3.builder.RecursiveToStringStyle extends ToStringStyle implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.StandardToStringStyle extends ToStringStyle implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.ToStringStyle extends Object implements Serializable
- serialVersionUID:
- -2587890625525655916L
-
Serialized Fields
-
arrayContentDetail
boolean arrayContentDetail
The detail for array content. -
arrayEnd
String arrayEnd
The array end''}. -
arraySeparator
String arraySeparator
The array separator','. -
arrayStart
String arrayStart
The array start'{'. -
contentEnd
String contentEnd
The content end']'. -
contentStart
String contentStart
The content start'['. -
defaultFullDetail
boolean defaultFullDetail
The value to use when fullDetail isnull, the default value istrue. -
fieldNameValueSeparator
String fieldNameValueSeparator
The field name value separator'='. -
fieldSeparator
String fieldSeparator
The field separator','. -
fieldSeparatorAtEnd
boolean fieldSeparatorAtEnd
Whether the field separator should be added after any other fields. -
fieldSeparatorAtStart
boolean fieldSeparatorAtStart
Whether the field separator should be added before any other fields. -
nullText
String nullText
Thenulltext'<null>'. -
sizeEndText
String sizeEndText
The summary size text start'>'. -
sizeStartText
String sizeStartText
The summary size text start'<size'. -
summaryObjectEndText
String summaryObjectEndText
The summary object text start'>'. -
summaryObjectStartText
String summaryObjectStartText
The summary object text start'<'. -
useClassName
boolean useClassName
Whether to use the class name, the default istrue. -
useFieldNames
boolean useFieldNames
Whether to use the field names, the default istrue. -
useIdentityHashCode
boolean useIdentityHashCode
Whether to use the identity hash code, the default istrue. -
useShortClassName
boolean useShortClassName
Whether to use short class names, the default isfalse.
-
-
-
Package org.apache.commons.lang3.compare
-
Class org.apache.commons.lang3.compare.ObjectToStringComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.concurrent
-
Class org.apache.commons.lang3.concurrent.CircuitBreakingException extends RuntimeException implements Serializable
- serialVersionUID:
- 1408176654686913340L
-
Class org.apache.commons.lang3.concurrent.ConcurrentException extends Exception implements Serializable
- serialVersionUID:
- 6622707671812226130L
-
Class org.apache.commons.lang3.concurrent.ConcurrentRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- -6582182735562919670L
-
-
Package org.apache.commons.lang3.event
-
Class org.apache.commons.lang3.event.EventListenerSupport extends Object implements Serializable
- serialVersionUID:
- 3593265990380473632L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException
Deserialize.- Throws:
IOException- if an IO error occursClassNotFoundException- if the class cannot be resolved
-
writeObject
private void writeObject(ObjectOutputStream objectOutputStream) throws IOException
Serialize.- Throws:
IOException- if an IO error occurs
-
-
Serialized Fields
-
-
Package org.apache.commons.lang3.exception
-
Class org.apache.commons.lang3.exception.CloneFailedException extends RuntimeException implements Serializable
- serialVersionUID:
- 20091223L
-
Class org.apache.commons.lang3.exception.ContextedException extends Exception implements Serializable
- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
-
Class org.apache.commons.lang3.exception.ContextedRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
-
Class org.apache.commons.lang3.exception.DefaultExceptionContext extends Object implements Serializable
- serialVersionUID:
- 20110706L
-
-
Package org.apache.commons.lang3.math
-
Class org.apache.commons.lang3.math.Fraction extends Number implements Serializable
- serialVersionUID:
- 65382027393090L
-
Serialized Fields
-
denominator
int denominator
The denominator number part of the fraction (the seven in three sevenths). -
numerator
int numerator
The numerator number part of the fraction (the three in three sevenths).
-
-
-
Package org.apache.commons.lang3.mutable
-
Class org.apache.commons.lang3.mutable.MutableBoolean extends Object implements Serializable
- serialVersionUID:
- -4830728138360036487L
-
Serialized Fields
-
value
boolean value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableByte extends Number implements Serializable
- serialVersionUID:
- -1585823265L
-
Serialized Fields
-
value
byte value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableDouble extends Number implements Serializable
- serialVersionUID:
- 1587163916L
-
Serialized Fields
-
value
double value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableFloat extends Number implements Serializable
- serialVersionUID:
- 5787169186L
-
Serialized Fields
-
value
float value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableInt extends Number implements Serializable
- serialVersionUID:
- 512176391864L
-
Serialized Fields
-
value
int value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableLong extends Number implements Serializable
- serialVersionUID:
- 62986528375L
-
Serialized Fields
-
value
long value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableObject extends Object implements Serializable
- serialVersionUID:
- 86241875189L
-
Serialized Fields
-
value
T value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableShort extends Number implements Serializable
- serialVersionUID:
- -2135791679L
-
Serialized Fields
-
value
short value
The mutable value.
-
-
-
Package org.apache.commons.lang3.text
-
Class org.apache.commons.lang3.text.CompositeFormat extends Format implements Serializable
- serialVersionUID:
- -4329119827877627683L
-
Class org.apache.commons.lang3.text.ExtendedMessageFormat extends MessageFormat implements Serializable
- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
Map<String,? extends FormatFactory> registry
Deprecated. -
toPattern
String toPattern
Deprecated.
-
-
Class org.apache.commons.lang3.text.StrBuilder extends Object implements Serializable
- serialVersionUID:
- 7628716375283629643L
-
-
Package org.apache.commons.lang3.time
-
Class org.apache.commons.lang3.time.FastDateFormat extends Format implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
parser
FastDateParser parser
-
printer
FastDatePrinter printer
-
-
Class org.apache.commons.lang3.time.FastDateParser extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Creates the object after serialization. This implementation reinitializes the transient properties.- Throws:
IOException- if there is an IO issue.ClassNotFoundException- if a class cannot be found.
-
-
Serialized Fields
-
Class org.apache.commons.lang3.time.FastDatePrinter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Create the object after serialization. This implementation reinitializes the transient properties.- Throws:
IOException- if there is an IO issue.ClassNotFoundException- if a class cannot be found.
-
-
Serialized Fields
-
-
Package org.apache.commons.lang3.tuple
-
Class org.apache.commons.lang3.tuple.ImmutablePair extends Pair<L,R> implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.ImmutableTriple extends Triple<L,M,R> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.tuple.MutablePair extends Pair<L,R> implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.MutableTriple extends Triple<L,M,R> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.tuple.Pair extends Object implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.Triple extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.text
-
Class org.apache.commons.text.CompositeFormat extends Format implements Serializable
- serialVersionUID:
- -4329119827877627683L
-
Class org.apache.commons.text.ExtendedMessageFormat extends MessageFormat implements Serializable
- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
Map<String,? extends FormatFactory> registry
Our registry of FormatFactory's. -
toPattern
String toPattern
To pattern string.
-
-
Class org.apache.commons.text.StrBuilder extends Object implements Serializable
- serialVersionUID:
- 7628716375283629643L
-
Class org.apache.commons.text.TextStringBuilder extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.asn1
-
Class org.apache.directory.api.asn1.DecoderException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.asn1.EncoderException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.asn1.ber.tlv
-
Class org.apache.directory.api.asn1.ber.tlv.BooleanDecoderException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.asn1.ber.tlv.IntegerDecoderException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.asn1.ber.tlv.LongDecoderException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.ldap.aci
-
Class org.apache.directory.api.ldap.aci.ACIItemSyntaxChecker extends SyntaxChecker implements Serializable
-
-
Package org.apache.directory.api.ldap.codec.api
-
Class org.apache.directory.api.ldap.codec.api.MessageEncoderException extends EncoderException implements Serializable
- serialVersionUID:
- -4634398228257729537L
-
Serialized Fields
-
messageId
int messageId
The message ID
-
-
Class org.apache.directory.api.ldap.codec.api.ResponseCarryingException extends DecoderException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
response
Message response
The response with the error cause
-
-
-
Package org.apache.directory.api.ldap.model.csn
-
Class org.apache.directory.api.ldap.model.csn.InvalidCSNException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.ldap.model.cursor
-
Class org.apache.directory.api.ldap.model.cursor.CursorClosedException extends CursorException implements Serializable
- serialVersionUID:
- -5723233489761854394L
-
Class org.apache.directory.api.ldap.model.cursor.CursorException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException extends CursorException implements Serializable
- serialVersionUID:
- -5723233489761854394L
-
Serialized Fields
-
ldapReferralException
LdapReferralException ldapReferralException
The contained referralException
-
-
Class org.apache.directory.api.ldap.model.cursor.InconsistentCursorStateException extends CursorException implements Serializable
- serialVersionUID:
- 6222645005251534704L
-
Class org.apache.directory.api.ldap.model.cursor.InvalidCursorPositionException extends CursorException implements Serializable
- serialVersionUID:
- 5730037129071653272L
-
-
Package org.apache.directory.api.ldap.model.entry
-
Class org.apache.directory.api.ldap.model.entry.DefaultAttribute extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
This is the place where we serialize attributes, and all theirs elements.- Throws:
IOException
-
-
-
Class org.apache.directory.api.ldap.model.entry.DefaultEntry extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
This is the place where we serialize entries, and all theirs elements.
The structure used to store the entry is the following :- [Dn] : If it's null, stores an empty Dn
- [attributes number] : the number of attributes.
- [attribute]* : each attribute, if we have some
- Throws:
IOException
-
-
Class org.apache.directory.api.ldap.model.entry.DefaultModification extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException- See Also:
Externalizable.readExternal(ObjectInput)
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(ObjectOutput)
-
-
-
Class org.apache.directory.api.ldap.model.entry.ImmutableEntry extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
This is the place where we serialize entries, and all theirs elements.
The structure used to store the entry is the following :- [Dn] : If it's null, stores an empty Dn
- [attributes number] : the number of attributes.
- [attribute]* : each attribute, if we have some
- Throws:
IOException
-
-
Class org.apache.directory.api.ldap.model.entry.Value extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.apache.directory.api.ldap.model.exception
-
Class org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapAdminLimitExceededException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapAliasException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapAuthenticationException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapCannotCancelException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapConfigurationException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
Throwable cause
The exception cause
-
-
Class org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeTypeException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapInvalidDnException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapNoPermissionException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapNoSuchOperationException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapOperationErrorException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapOperationException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
resolvedDn
Dn resolvedDn
The resolved Dn -
resultCode
ResultCodeEnum resultCode
The operation resultCode
-
-
Class org.apache.directory.api.ldap.model.exception.LdapOtherException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapPartialResultException extends AbstractLdapReferralException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapReferralException extends AbstractLdapReferralException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapSchemaException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
LdapSchemaExceptionCodes code
The code of the exception -
otherObject
SchemaObject otherObject
The 'other' schema object -
relatedId
String relatedId
The related ID (name or OID) of the exception -
sourceObject
SchemaObject sourceObject
The 'source' schema object
-
-
Class org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapSizeLimitExceededException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapTimeLimitExceededException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
failCause
LdapTlsHandshakeFailCause failCause
-
-
Class org.apache.directory.api.ldap.model.exception.LdapTooLateException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapUnknownException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException extends LdapOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.LdapUriException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reason
String reason
The reason message. -
reasonCode
int reasonCode
The reason code.
-
-
Class org.apache.directory.api.ldap.model.exception.LdapURLEncodingException extends LdapException implements Serializable
- serialVersionUID:
- 193461058160901616L
-
Class org.apache.directory.api.ldap.model.exception.MessageException extends RuntimeMultiException implements Serializable
- serialVersionUID:
- -155089078576745029L
-
Class org.apache.directory.api.ldap.model.exception.OperationAbandonedException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException extends RuntimeMultiException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
response
Message response
The response with the error cause
-
-
Class org.apache.directory.api.ldap.model.exception.UrlDecoderException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.ldap.model.ldif
-
Class org.apache.directory.api.ldap.model.ldif.LdapLdifException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.ldif.LdifControl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.directory.api.ldap.model.ldif.LdifEntry extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException- If the stream can't be readClassNotFoundException- If the LdifEntry can't be created- See Also:
Externalizable.readExternal(ObjectInput)
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException- If the serialization fail- See Also:
Externalizable.readExternal(ObjectInput)
-
-
-
-
Package org.apache.directory.api.ldap.model.name
-
Class org.apache.directory.api.ldap.model.name.Ava extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
We read back the data to create a new ATAV. The structure read is exposed in theAva.writeExternal(ObjectOutput)method- Throws:
IOException- If the Ava can't b written to the streamClassNotFoundException- If we can't deserialize an Ava from the stream- See Also:
Externalizable.readExternal(ObjectInput)
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
An Ava is composed of a type and a value. The data are stored following the structure :- upName The User provided ATAV
- start The position of this ATAV in the Dn
- length The ATAV length
- upType The user Provided Type
- normType The normalized AttributeType
- isHR Tells if the value is a String or not
if the value is a String :- value The value
if the value is binary :- valueLength
- value The value
- Throws:
IOException- If the Ava can't be written in the stream- See Also:
Externalizable.readExternal(ObjectInput)
-
-
Class org.apache.directory.api.ldap.model.name.Dn extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.apache.directory.api.ldap.model.name.Rdn extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
We read back the data to create a new RDB. The structure read is exposed in theRdn.writeExternal(ObjectOutput)method- Throws:
IOException- If we can't read from the input streamClassNotFoundException- If we can't create a new Rdn- See Also:
Externalizable.readExternal(ObjectInput)
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
A Rdn is composed of on to many Avas (AttributeType And Value). We should write all those Avas sequencially, following the structure :- parentId The parent entry's Id
- nbAvas The number of Avas to write. Can't be 0.
- upName The User provided Rdn
- Avas
For each Ava :- start The position of this Ava in the upName string
- length The Ava user provided length
- Call the Ava write method The Ava itself
- Throws:
IOException- If the stream can't be written- See Also:
Externalizable.readExternal(ObjectInput)
-
-
Class org.apache.directory.api.ldap.model.name.TooComplexDnException extends LdapInvalidDnException implements Serializable
- serialVersionUID:
- 4854240181901296414L
-
-
Package org.apache.directory.api.ldap.model.schema
-
Class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
description
String description
A short description of this SchemaObject -
h
int h
The hashcode for this schemaObject -
isEnabled
boolean isEnabled
Whether or not this SchemaObject is enabled -
isObsolete
boolean isObsolete
Whether or not this SchemaObject is obsolete -
locked
boolean locked
A locked to avoid modifications when set to true -
objectType
SchemaObjectType objectType
The SchemaObjectType -
oid
String oid
The SchemaObject numeric OID -
schemaName
String schemaName
The name of the schema this object is associated with -
specification
String specification
The SchemaObject specification
-
-
Class org.apache.directory.api.ldap.model.schema.AttributeType extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
canUserModify
boolean canUserModify
whether or not this type can be modified by directory users -
equality
MatchingRule equality
The equality MatchingRule associated with the equalityID -
equalityOid
String equalityOid
The equality OID associated with this AttributeType -
isCollective
boolean isCollective
whether or not this type is a collective attribute -
isRelaxed
boolean isRelaxed
A flag set when the SchemaManager is in relaxed mode -
isSingleValued
boolean isSingleValued
whether or not this type is single valued -
ordering
MatchingRule ordering
The ordering MatchingRule associated with the orderingID -
orderingOid
String orderingOid
The ordering OID associated with this AttributeType -
substring
MatchingRule substring
The substring MatchingRule associated with the substringID -
substringOid
String substringOid
The substring OID associated with this AttributeType -
superior
AttributeType superior
The superior AttributeType -
superiorOid
String superiorOid
The superior AttributeType OID -
syntax
LdapSyntax syntax
The syntax associated with the syntaxID -
syntaxLength
long syntaxLength
the length of this attribute in bytes -
syntaxOid
String syntaxOid
The syntax OID associated with this AttributeType -
usage
UsageEnum usage
the usage for this attributeType
-
-
Class org.apache.directory.api.ldap.model.schema.DitContentRule extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
auxObjectClasses
List<ObjectClass> auxObjectClasses
The list of Auxiliary ObjectClass entries may belong to -
auxObjectClassOids
List<String> auxObjectClassOids
The list of Auxiliary ObjectClass OIDs entries may belong to -
mayAttributeTypeOids
List<String> mayAttributeTypeOids
The list of allowed AttributeType OIDs -
mayAttributeTypes
List<AttributeType> mayAttributeTypes
The list of allowed AttributeTypes -
mustAttributeTypeOids
List<String> mustAttributeTypeOids
The list of required AttributeType OIDs -
mustAttributeTypes
List<AttributeType> mustAttributeTypes
The list of required AttributeTypes -
notAttributeTypeOids
List<String> notAttributeTypeOids
The list of precluded AttributeType OIDs -
notAttributeTypes
List<AttributeType> notAttributeTypes
The list of precluded AttributeTypes
-
-
Class org.apache.directory.api.ldap.model.schema.DitStructureRule extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.schema.LdapComparator extends LoadableSchemaObject implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
normalizer
Normalizer normalizer
A default normalizer
-
-
Class org.apache.directory.api.ldap.model.schema.LdapSyntax extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hasHumanReadableFlag
boolean hasHumanReadableFlag
A flag set to true if the Syntax has a X-NOT-HUMAN-READABLE extension -
isHumanReadable
boolean isHumanReadable
the human readable flag -
syntaxChecker
SyntaxChecker syntaxChecker
The associated SyntaxChecker
-
-
Class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.MatchingRule extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ldapComparator
LdapComparator<? super Object> ldapComparator
The associated Comparator -
ldapSyntax
LdapSyntax ldapSyntax
The associated LdapSyntax -
ldapSyntaxOid
String ldapSyntaxOid
The associated LdapSyntax OID -
normalizer
Normalizer normalizer
The associated Normalizer
-
-
Class org.apache.directory.api.ldap.model.schema.MatchingRuleUse extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
applicableAttributeOids
List<String> applicableAttributeOids
The list of attributes types OID the matching rule applies to -
applicableAttributes
List<AttributeType> applicableAttributes
The list of attributes types the matching rule applies to
-
-
Class org.apache.directory.api.ldap.model.schema.NameForm extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mayAttributeTypeOids
List<String> mayAttributeTypeOids
The set of allowed attribute OIDs for this name form -
mayAttributeTypes
List<AttributeType> mayAttributeTypes
The set of allowed AttributeTypes for this name form -
mustAttributeTypeOids
List<String> mustAttributeTypeOids
The set of required attribute OIDs for this name form -
mustAttributeTypes
List<AttributeType> mustAttributeTypes
The set of required AttributeTypes for this name form -
structuralObjectClass
ObjectClass structuralObjectClass
The structural object class this rule applies to -
structuralObjectClassOid
String structuralObjectClassOid
The structural object class OID this rule applies to
-
-
Class org.apache.directory.api.ldap.model.schema.Normalizer extends LoadableSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.schema.ObjectClass extends AbstractSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
objectClassType
ObjectClassTypeEnum objectClassType
The ObjectClass type : ABSTRACT, AUXILIARY or STRUCTURAL
-
-
Class org.apache.directory.api.ldap.model.schema.SyntaxChecker extends LoadableSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.ldap.model.schema.comparators
-
Class org.apache.directory.api.ldap.model.schema.comparators.BitStringComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.BooleanComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.ByteArrayComparator extends LdapComparator<byte[]> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.CertificateComparator extends ByteArrayComparator implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.comparators.ComparableComparator extends LdapComparator<Comparable<T>> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator extends LdapComparator<Object> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.CsnSidComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimToLowerComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.DnComparator extends LdapComparator<Object> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator extends LdapComparator<Object> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.LongComparator extends LdapComparator<Long> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
comparator
LdapComparator<String> comparator
the underlying comparator to use for comparisons -
onServer
boolean onServer
-
-
Class org.apache.directory.api.ldap.model.schema.comparators.NumericStringComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator extends LdapComparator<T> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator extends LdapComparator<Object> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator extends LdapComparator<Object> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator extends LdapComparator<E> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
matchingRuleOid
String matchingRuleOid
the OID of the matchingRule for this comparator
-
-
Class org.apache.directory.api.ldap.model.schema.comparators.StringComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator extends SerializableComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
Class org.apache.directory.api.ldap.model.schema.comparators.WordComparator extends LdapComparator<String> implements Serializable
- serialVersionUID:
- 2L
-
-
Package org.apache.directory.api.ldap.model.schema.normalizers
-
Class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer extends Normalizer implements Serializable
-
Serialized Fields
-
checker
NumericOidSyntaxChecker checker
-
-
-
Class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer extends Normalizer implements Serializable
-
Serialized Fields
-
regexes
Pattern[] regexes
the perl 5 regex engine
-
-
-
Class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer extends Normalizer implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer extends Normalizer implements Serializable
-
-
Package org.apache.directory.api.ldap.model.schema.parsers
-
Class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescription extends LoadableSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescription extends LoadableSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescription extends LoadableSchemaObject implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.ldap.model.schema.registries
-
Class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap extends HashMap<String,Schema> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DlSubmitPermissionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MhsOrAddressSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker extends SyntaxChecker implements Serializable
-
Serialized Fields
-
expressions
String[] expressions
the set of regular expressions
-
-
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker extends SyntaxChecker implements Serializable
-
Class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker extends SyntaxChecker implements Serializable
-
-
Package org.apache.directory.api.ldap.schema.converter
-
Class org.apache.directory.api.ldap.schema.converter.ParserException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.ldap.schema.extractor
-
Class org.apache.directory.api.ldap.schema.extractor.UniqueResourceException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.api.ldap.sp
-
Class org.apache.directory.api.ldap.sp.LdapContextParameter extends Object implements Serializable
- serialVersionUID:
- -8703671542595407603L
-
Serialized Fields
-
name
String name
The parameter name
-
-
-
Package org.apache.directory.api.util
-
Class org.apache.directory.api.util.NoDuplicateKeysMap extends HashMap implements Serializable
- serialVersionUID:
- 5107433500719957457L
-
Class org.apache.directory.api.util.SequencedHashMap extends Object implements Serializable
- serialVersionUID:
- 3380552487888102930L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Deserializes this map from the given stream.- Throws:
IOException- if the stream raises itClassNotFoundException- if the stream raises it
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Serializes this map to the given stream.- Throws:
IOException- if the stream raises it
-
-
Class org.apache.directory.api.util.SynchronizedLRUMap extends SequencedHashMap implements Serializable
- serialVersionUID:
- 2197433140769957051L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Deserializes this map from the given stream.- Throws:
IOException- if the stream raises itClassNotFoundException- if the stream raises it
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Serializes this map to the given stream.- Throws:
IOException- if the stream raises it
-
-
-
Package org.apache.directory.api.util.exception
-
Class org.apache.directory.api.util.exception.InvalidCharacterException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
input
int input
-
-
Class org.apache.directory.api.util.exception.MultiException extends Exception implements Serializable
- serialVersionUID:
- 2889747406899775761L
-
Serialized Fields
-
nestedExceptions
Collection<Throwable> nestedExceptions
Collection of nested exceptions.
-
-
Class org.apache.directory.api.util.exception.NotImplementedException extends RuntimeException implements Serializable
- serialVersionUID:
- -5899307402675964298L
-
Class org.apache.directory.api.util.exception.RuntimeMultiException extends RuntimeException implements Serializable
- serialVersionUID:
- 8582253398936366771L
-
Serialized Fields
-
nestedExceptions
Collection<Throwable> nestedExceptions
Collection of nested exceptions.
-
-
-
Package org.apache.directory.ldap.client.api
-
Class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isExamineValidityDates
boolean isExamineValidityDates
-
trustStoreFile
String trustStoreFile
-
trustStoreFormat
String trustStoreFormat
-
trustStorePw
char[] trustStorePw
-
x509TrustManagers
X509TrustManager[] x509TrustManagers
-
-
-
Package org.apache.directory.ldap.client.api.exception
-
Class org.apache.directory.ldap.client.api.exception.InvalidConnectionException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException extends LdapException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.directory.ldap.client.template
-
Package org.apache.directory.ldap.client.template.exception
-
Class org.apache.directory.ldap.client.template.exception.LdapRequestUnsuccessfulException extends RuntimeException implements Serializable
- serialVersionUID:
- 1982294624076306127L
-
Class org.apache.directory.ldap.client.template.exception.LdapRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 3618077059423567243L
-
Class org.apache.directory.ldap.client.template.exception.PasswordException extends Exception implements Serializable
- serialVersionUID:
- -1185823188085178776L
-
Serialized Fields
-
ldapException
LdapException ldapException
-
passwordPolicyError
PasswordPolicyErrorEnum passwordPolicyError
-
resultCode
ResultCodeEnum resultCode
-
-
-
Package org.apache.mina.core
-
Class org.apache.mina.core.RuntimeIoException extends RuntimeException implements Serializable
- serialVersionUID:
- 9029092241311939548L
-
-
Package org.apache.mina.core.buffer
-
Class org.apache.mina.core.buffer.BufferDataException extends RuntimeException implements Serializable
- serialVersionUID:
- -4138189188602563502L
-
-
Package org.apache.mina.core.filterchain
-
Class org.apache.mina.core.filterchain.IoFilterLifeCycleException extends RuntimeException implements Serializable
- serialVersionUID:
- -5542098881633506449L
-
-
Package org.apache.mina.core.session
-
Class org.apache.mina.core.session.AttributeKey extends Object implements Serializable
- serialVersionUID:
- -583377473376683096L
-
Serialized Fields
-
name
String name
The attribute's name
-
-
Class org.apache.mina.core.session.IoSessionInitializationException extends RuntimeException implements Serializable
- serialVersionUID:
- -1205810145763696189L
-
Class org.apache.mina.core.session.UnknownMessageTypeException extends RuntimeException implements Serializable
- serialVersionUID:
- 3257290227428047158L
-
-
Package org.apache.mina.core.write
-
Class org.apache.mina.core.write.NothingWrittenException extends WriteException implements Serializable
- serialVersionUID:
- -6331979307737691005L
-
Class org.apache.mina.core.write.WriteException extends IOException implements Serializable
- serialVersionUID:
- -4174407422754524197L
-
Serialized Fields
-
requests
List<WriteRequest> requests
The list of WriteRequest stored in this exception
-
-
Class org.apache.mina.core.write.WriteRejectedException extends WriteException implements Serializable
- serialVersionUID:
- 6272160412793858438L
-
Class org.apache.mina.core.write.WriteTimeoutException extends WriteException implements Serializable
- serialVersionUID:
- 3906931157944579121L
-
Class org.apache.mina.core.write.WriteToClosedSessionException extends WriteException implements Serializable
- serialVersionUID:
- 5550204573739301393L
-
-
Package org.apache.mina.filter.codec
-
Class org.apache.mina.filter.codec.ProtocolCodecException extends Exception implements Serializable
- serialVersionUID:
- 5939878548186330695L
-
Class org.apache.mina.filter.codec.ProtocolDecoderException extends ProtocolCodecException implements Serializable
- serialVersionUID:
- 3545799879533408565L
-
Serialized Fields
-
hexdump
String hexdump
-
-
Class org.apache.mina.filter.codec.ProtocolEncoderException extends ProtocolCodecException implements Serializable
- serialVersionUID:
- 8752989973624459604L
-
Class org.apache.mina.filter.codec.RecoverableProtocolDecoderException extends ProtocolDecoderException implements Serializable
- serialVersionUID:
- -8172624045024880678L
-
-
Package org.apache.mina.filter.keepalive
-
Class org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutException extends RuntimeException implements Serializable
- serialVersionUID:
- -1985092764656546558L
-
-
Package org.apache.mina.proxy
-
Class org.apache.mina.proxy.ProxyAuthException extends SaslException implements Serializable
- serialVersionUID:
- -6511596809517532988L
-
-
Package org.apache.mina.transport.vmpipe
-
Class org.apache.mina.transport.vmpipe.VmPipeAddress extends SocketAddress implements Serializable
- serialVersionUID:
- 3257844376976830515L
-
Serialized Fields
-
port
int port
-
-
-
Package org.apache.mina.util
-
Class org.apache.mina.util.CircularQueue extends AbstractList<E> implements Serializable
- serialVersionUID:
- 3993421269224511264L
-
Serialized Fields
-
first
int first
-
full
boolean full
-
initialCapacity
int initialCapacity
The initial capacity of the list -
items
Object[] items
-
last
int last
-
mask
int mask
-
shrinkThreshold
int shrinkThreshold
-
-
Class org.apache.mina.util.ConcurrentHashSet extends MapBackedSet<E> implements Serializable
- serialVersionUID:
- 8518578988740277828L
-
Class org.apache.mina.util.IdentityHashSet extends MapBackedSet<E> implements Serializable
- serialVersionUID:
- 6948202189467167147L
-
Class org.apache.mina.util.MapBackedSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -8347878570391674042L
-
Class org.apache.mina.util.StackInspector extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.mina.util.SynchronizedQueue extends Object implements Serializable
- serialVersionUID:
- -1439242290701194806L
-
-
Package org.dom4j
-
Class org.dom4j.DocumentException extends Exception implements Serializable
-
Class org.dom4j.DocumentFactory extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
-
Class org.dom4j.IllegalAddException extends IllegalArgumentException implements Serializable
-
Class org.dom4j.InvalidXPathException extends IllegalArgumentException implements Serializable
-
Class org.dom4j.Namespace extends AbstractNode implements Serializable
-
Class org.dom4j.QName extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
documentFactory
DocumentFactory documentFactory
The document factory used for this QName if specified or null -
hashCode
int hashCode
A cached version of the hashcode for efficiency -
name
String name
The local name of the element or attribute -
qualifiedName
String qualifiedName
The qualified name of the element or attribute
-
-
-
Class org.dom4j.XPathException extends RuntimeException implements Serializable
-
Serialized Fields
-
xpath
String xpath
The XPath expression that caused the exception
-
-
-
-
Package org.dom4j.bean
-
Class org.dom4j.bean.BeanAttribute extends AbstractAttribute implements Serializable
-
Serialized Fields
-
beanList
BeanAttributeList beanList
The list of Bean attributes -
index
int index
The index in the Bean attribute list
-
-
-
Class org.dom4j.bean.BeanDocumentFactory extends DocumentFactory implements Serializable
-
Class org.dom4j.bean.BeanElement extends DefaultElement implements Serializable
-
Serialized Fields
-
bean
Object bean
The JavaBean which defines my attributes
-
-
-
-
Package org.dom4j.datatype
-
Class org.dom4j.datatype.DatatypeAttribute extends AbstractAttribute implements Serializable
-
Class org.dom4j.datatype.DatatypeDocumentFactory extends DocumentFactory implements Serializable
-
Serialized Fields
-
autoLoadSchema
boolean autoLoadSchema
If schemas are automatically loaded when parsing instance documents -
schemaBuilder
SchemaParser schemaBuilder
The builder of XML Schemas -
xmlSchemaReader
SAXReader xmlSchemaReader
reader of XML Schemas
-
-
-
Class org.dom4j.datatype.DatatypeElement extends DefaultElement implements Serializable
-
Serialized Fields
-
data
Object data
The data (Object) value of theAttribute -
datatype
XSDatatype datatype
TheXSDatatypeof theAttribute
-
-
-
Class org.dom4j.datatype.DatatypeElementFactory extends DocumentFactory implements Serializable
-
Class org.dom4j.datatype.InvalidSchemaException extends IllegalArgumentException implements Serializable
-
-
Package org.dom4j.dom
-
Class org.dom4j.dom.DOMAttribute extends DefaultAttribute implements Serializable
-
Class org.dom4j.dom.DOMCDATA extends DefaultCDATA implements Serializable
-
Class org.dom4j.dom.DOMComment extends DefaultComment implements Serializable
-
Class org.dom4j.dom.DOMDocument extends DefaultDocument implements Serializable
-
Class org.dom4j.dom.DOMDocumentFactory extends DocumentFactory implements Serializable
-
Class org.dom4j.dom.DOMDocumentType extends DefaultDocumentType implements Serializable
-
Class org.dom4j.dom.DOMElement extends DefaultElement implements Serializable
-
Class org.dom4j.dom.DOMEntityReference extends DefaultEntity implements Serializable
-
Class org.dom4j.dom.DOMNamespace extends DefaultNamespace implements Serializable
-
Class org.dom4j.dom.DOMProcessingInstruction extends DefaultProcessingInstruction implements Serializable
-
Class org.dom4j.dom.DOMText extends DefaultText implements Serializable
-
-
Package org.dom4j.io
-
Class org.dom4j.io.SAXEventRecorder extends DefaultHandler implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.dom4j.io.SAXReader.SAXEntityResolver extends Object implements Serializable
-
Serialized Fields
-
uriPrefix
String uriPrefix
-
-
-
-
Package org.dom4j.swing
-
Class org.dom4j.swing.DocumentTreeModel extends DefaultTreeModel implements Serializable
-
Serialized Fields
-
document
Document document
The document for this model
-
-
-
Class org.dom4j.swing.XMLTableColumnDefinition extends Object implements Serializable
-
Class org.dom4j.swing.XMLTableDefinition extends Object implements Serializable
-
Serialized Fields
-
columnArray
XMLTableColumnDefinition[] columnArray
integer index array cache -
columnNameIndex
Map<String,XMLTableColumnDefinition> columnNameIndex
name index cache -
columns
List<XMLTableColumnDefinition> columns
The columns to display in this table -
rowValue
Object rowValue
stores the current row value for the variableContext -
rowXPath
XPath rowXPath
Holds value of property rowXPath. -
variableContext
VariableContext variableContext
for cross-row variables
-
-
-
Class org.dom4j.swing.XMLTableModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
definition
XMLTableDefinition definition
Holds value of property definition. -
rows
List<Node> rows
The rows evaluated from the row XPath expression -
source
Object source
Holds value of property source.
-
-
-
-
Package org.dom4j.tree
-
Class org.dom4j.tree.AbstractAttribute extends AbstractNode implements Serializable
-
Class org.dom4j.tree.AbstractBranch extends AbstractNode implements Serializable
-
Class org.dom4j.tree.AbstractCDATA extends AbstractCharacterData implements Serializable
-
Class org.dom4j.tree.AbstractCharacterData extends AbstractNode implements Serializable
-
Class org.dom4j.tree.AbstractComment extends AbstractCharacterData implements Serializable
-
Class org.dom4j.tree.AbstractDocument extends AbstractBranch implements Serializable
-
Serialized Fields
-
encoding
String encoding
The encoding of this document as stated in the XML declaration
-
-
-
Class org.dom4j.tree.AbstractDocumentType extends AbstractNode implements Serializable
-
Class org.dom4j.tree.AbstractElement extends AbstractBranch implements Serializable
-
Class org.dom4j.tree.AbstractEntity extends AbstractNode implements Serializable
-
Class org.dom4j.tree.AbstractNode extends Object implements Serializable
-
Class org.dom4j.tree.AbstractProcessingInstruction extends AbstractNode implements Serializable
-
Class org.dom4j.tree.AbstractText extends AbstractCharacterData implements Serializable
-
Class org.dom4j.tree.BackedList extends ArrayList<T extends Node> implements Serializable
-
Serialized Fields
-
branch
AbstractBranch branch
TheAbstractBranchinstance which owns the content -
branchContent
List<Node> branchContent
The content of the Branch which is modified if I am modified
-
-
-
Class org.dom4j.tree.BaseElement extends AbstractElement implements Serializable
-
Serialized Fields
-
attributes
List<Attribute> attributes
list of attributes -
content
List<Node> content
List of content nodes. -
parentBranch
Branch parentBranch
Stores the parent branch of this node which is either a Document if this element is the root element in a document, or another Element if it is a child of the root document, or null if it has not been added to a document yet. -
qname
QName qname
TheQNamefor this element
-
-
-
Class org.dom4j.tree.DefaultAttribute extends FlyweightAttribute implements Serializable
-
Serialized Fields
-
parent
Element parent
The parent of this node
-
-
-
Class org.dom4j.tree.DefaultCDATA extends FlyweightCDATA implements Serializable
-
Serialized Fields
-
parent
Element parent
The parent of this node
-
-
-
Class org.dom4j.tree.DefaultComment extends FlyweightComment implements Serializable
-
Serialized Fields
-
parent
Element parent
The parent of this node
-
-
-
Class org.dom4j.tree.DefaultDocument extends AbstractDocument implements Serializable
-
Serialized Fields
-
content
List<Node> content
Store the contents of the document as a lazily createdList -
docType
DocumentType docType
The document type for this document -
documentFactory
DocumentFactory documentFactory
The document factory used by default -
name
String name
The name of the document -
rootElement
Element rootElement
The root element of this document
-
-
-
Class org.dom4j.tree.DefaultDocumentType extends AbstractDocumentType implements Serializable
-
Serialized Fields
-
elementName
String elementName
The root element name of the document typ -
externalDeclarations
List<Decl> externalDeclarations
The external DTD declarations -
internalDeclarations
List<Decl> internalDeclarations
The internal DTD declarations -
publicID
String publicID
Holds value of property publicID. -
systemID
String systemID
Holds value of property systemID.
-
-
-
Class org.dom4j.tree.DefaultElement extends AbstractElement implements Serializable
-
Serialized Fields
-
attributes
Object attributes
Lazily constructes list of attributes -
content
Object content
Stores null for no content, a Node for a single content node or a List for multiple content nodes. The List will be lazily constructed when required. -
parentBranch
Branch parentBranch
Stores the parent branch of this node which is either a Document if this element is the root element in a document, or another Element if it is a child of the root document, or null if it has not been added to a document yet. -
qname
QName qname
TheQNamefor this element
-
-
-
Class org.dom4j.tree.DefaultEntity extends FlyweightEntity implements Serializable
-
Serialized Fields
-
parent
Element parent
The parent of this node
-
-
-
Class org.dom4j.tree.DefaultNamespace extends Namespace implements Serializable
-
Serialized Fields
-
parent
Element parent
The parent of this node
-
-
-
Class org.dom4j.tree.DefaultProcessingInstruction extends FlyweightProcessingInstruction implements Serializable
-
Serialized Fields
-
parent
Element parent
The parent of this node
-
-
-
Class org.dom4j.tree.DefaultText extends FlyweightText implements Serializable
-
Serialized Fields
-
parent
Element parent
The parent of this node
-
-
-
Class org.dom4j.tree.FlyweightAttribute extends AbstractAttribute implements Serializable
-
Class org.dom4j.tree.FlyweightCDATA extends AbstractCDATA implements Serializable
-
Serialized Fields
-
text
String text
Text of theCDATAnode
-
-
-
Class org.dom4j.tree.FlyweightComment extends AbstractComment implements Serializable
-
Serialized Fields
-
text
String text
Text of theCommentnode
-
-
-
Class org.dom4j.tree.FlyweightEntity extends AbstractEntity implements Serializable
-
Class org.dom4j.tree.FlyweightProcessingInstruction extends AbstractProcessingInstruction implements Serializable
-
Class org.dom4j.tree.FlyweightText extends AbstractText implements Serializable
-
Serialized Fields
-
text
String text
Text of theTextnode
-
-
-
-
Package org.dom4j.util
-
Class org.dom4j.util.IndexedDocumentFactory extends DocumentFactory implements Serializable
-
Class org.dom4j.util.IndexedElement extends DefaultElement implements Serializable
-
Serialized Fields
-
attributeIndex
Map<Object,Attribute> attributeIndex
Lazily constructed index for attributes Keys are of type QName and String Values are of type <A> -
elementIndex
Map<Object,Object> elementIndex
Lazily constructed index for elements Keys are of type QName and String Values are of type Element and List<Element>
-
-
-
Class org.dom4j.util.NonLazyDocumentFactory extends DocumentFactory implements Serializable
-
Class org.dom4j.util.NonLazyElement extends BaseElement implements Serializable
-
Class org.dom4j.util.UserDataAttribute extends DefaultAttribute implements Serializable
-
Serialized Fields
-
data
Object data
The user data object
-
-
-
Class org.dom4j.util.UserDataDocumentFactory extends DocumentFactory implements Serializable
-
Class org.dom4j.util.UserDataElement extends DefaultElement implements Serializable
-
Serialized Fields
-
data
Object data
The user data object
-
-
-
-
Package org.dom4j.xpath
-
Class org.dom4j.xpath.DefaultNamespaceContext extends Object implements Serializable
-
Serialized Fields
-
element
Element element
-
-
-
Class org.dom4j.xpath.DefaultXPath extends Object implements Serializable
-
Serialized Fields
-
namespaceContext
NamespaceContext namespaceContext
-
text
String text
-
xpath
XPath xpath
-
-
-
-
Package org.slf4j
-
Package org.slf4j.helpers
-
Class org.slf4j.helpers.BasicMarker extends Object implements Serializable
- serialVersionUID:
- -2849567615646933777L
-
Class org.slf4j.helpers.MarkerIgnoringBase extends NamedLoggerBase implements Serializable
- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -517220405410904473L
-
-
Package org.xmlpull.v1
-
Class org.xmlpull.v1.XmlPullParserException extends Exception implements Serializable
-
Serialized Fields
-
column
int column
-
detail
Throwable detail
-
row
int row
-
-
-
-
Package org.xmlpull.v1.builder
-
Class org.xmlpull.v1.builder.XmlBuilderException extends RuntimeException implements Serializable
-
Serialized Fields
-
detail
Throwable detail
-
-
-