| Package | Description |
|---|---|
| org.joda.beans.ser |
Serialization of Joda-Beans.
|
| Modifier and Type | Method and Description |
|---|---|
static SerIterator |
SerIteratorFactory.array(Object[] array,
Class<?> declaredType,
Class<?> valueType)
Gets an iterator wrapper for an array.
|
static SerIterator |
GuavaSerIteratorFactory.biMap(com.google.common.collect.BiMap<?,?> map,
Class<?> declaredType,
Class<?> keyType,
Class<?> valueType,
List<Class<?>> valueTypeTypes)
Gets an iterator wrapper for
BiMap. |
static SerIterator |
SerIteratorFactory.collection(Collection<?> coll,
Class<?> declaredType,
Class<?> valueType,
List<Class<?>> valueTypeTypes)
Gets an iterator wrapper for
Collection. |
SerIterator |
SerIteratorFactory.create(Object value,
MetaProperty<?> prop,
Class<?> beanClass)
Creates an iterator wrapper for a meta-property value.
|
SerIterator |
GuavaSerIteratorFactory.create(Object value,
MetaProperty<?> prop,
Class<?> beanClass)
Creates an iterator wrapper for a meta-property value.
|
SerIterator |
CollectSerIteratorFactory.create(Object value,
MetaProperty<?> prop,
Class<?> beanClass)
Creates an iterator wrapper for a meta-property value.
|
SerIterator |
SerIteratorFactory.createChild(Object value,
SerIterator parent)
Creates an iterator wrapper for a value retrieved from a parent iterator.
|
SerIterator |
GuavaSerIteratorFactory.createChild(Object value,
SerIterator parent)
Creates an iterator wrapper for a value retrieved from a parent iterator.
|
SerIterator |
CollectSerIteratorFactory.createChild(Object value,
SerIterator parent)
Creates an iterator wrapper for a value retrieved from a parent iterator.
|
static SerIterator |
CollectSerIteratorFactory.grid(org.joda.collect.grid.Grid<?> grid,
Class<?> declaredType,
Class<?> valueType,
List<Class<?>> valueTypeTypes)
Gets an iterator wrapper for
Grid. |
abstract SerIterator |
SerIterable.iterator()
Obtains an iterator over the data.
|
static SerIterator |
SerIteratorFactory.map(Map<?,?> map,
Class<?> declaredType,
Class<?> keyType,
Class<?> valueType,
List<Class<?>> valueTypeTypes)
Gets an iterator wrapper for
Map. |
static SerIterator |
GuavaSerIteratorFactory.multimap(com.google.common.collect.Multimap<?,?> map,
Class<?> declaredType,
Class<?> keyType,
Class<?> valueType,
List<Class<?>> valueTypeTypes)
Gets an iterator wrapper for
Multimap. |
static SerIterator |
GuavaSerIteratorFactory.multiset(com.google.common.collect.Multiset<?> multiset,
Class<?> declaredType,
Class<?> valueType,
List<Class<?>> valueTypeTypes)
Gets an iterator wrapper for
Multiset. |
static SerIterator |
GuavaSerIteratorFactory.table(com.google.common.collect.Table<?,?,?> table,
Class<?> declaredType,
Class<?> rowType,
Class<?> colType,
Class<?> valueType,
List<Class<?>> valueTypeTypes)
Gets an iterator wrapper for
Table. |
| Modifier and Type | Method and Description |
|---|---|
SerIterator |
SerIteratorFactory.createChild(Object value,
SerIterator parent)
Creates an iterator wrapper for a value retrieved from a parent iterator.
|
SerIterator |
GuavaSerIteratorFactory.createChild(Object value,
SerIterator parent)
Creates an iterator wrapper for a value retrieved from a parent iterator.
|
SerIterator |
CollectSerIteratorFactory.createChild(Object value,
SerIterator parent)
Creates an iterator wrapper for a value retrieved from a parent iterator.
|
Copyright © 2007–2017 Joda.org. All rights reserved.