Uses of Class
org.joda.beans.ser.SerIterator

Packages that use SerIterator
org.joda.beans.ser Serialization of Joda-Beans. 
 

Uses of SerIterator in org.joda.beans.ser
 

Methods in org.joda.beans.ser that return SerIterator
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.
 

Methods in org.joda.beans.ser with parameters of type SerIterator
 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–2014 Joda.org. All rights reserved.