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

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

Uses of SerIterable in org.joda.beans.ser
 

Methods in org.joda.beans.ser that return SerIterable
static SerIterable SerIteratorFactory.array(Class<?> valueType)
          Gets an iterable wrapper for an array.
static SerIterable GuavaSerIteratorFactory.biMap(Class<?> keyType, Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for BiMap.
 SerIterable SerIteratorFactory.createIterable(MetaProperty<?> prop, Class<?> beanClass)
          Creates an iterator wrapper for a meta-property value.
 SerIterable GuavaSerIteratorFactory.createIterable(MetaProperty<?> prop, Class<?> beanClass)
          Creates an iterator wrapper for a meta-property value.
 SerIterable CollectSerIteratorFactory.createIterable(MetaProperty<?> prop, Class<?> beanClass)
          Creates an iterator wrapper for a meta-property value.
 SerIterable SerIteratorFactory.createIterable(SerIterable iterable)
          Creates an iterator wrapper for a child where there are second level generic parameters.
 SerIterable SerIteratorFactory.createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)
          Creates an iterator wrapper for a meta-type description.
 SerIterable GuavaSerIteratorFactory.createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)
          Creates an iterator wrapper for a meta-property value.
 SerIterable CollectSerIteratorFactory.createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)
          Creates an iterator wrapper for a meta-property value.
static SerIterable CollectSerIteratorFactory.grid(Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for Grid.
static SerIterable SerIteratorFactory.list(Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for List.
static SerIterable GuavaSerIteratorFactory.listMultimap(Class<?> keyType, Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for ListMultimap.
static SerIterable SerIteratorFactory.map(Class<?> keyType, Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for Map.
static SerIterable GuavaSerIteratorFactory.multiset(Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for Multiset.
static SerIterable SerIteratorFactory.navigableMap(Class<?> keyType, Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for NavigableMap.
static SerIterable SerIteratorFactory.navigableSet(Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for NavigableSet.
static SerIterable SerIteratorFactory.set(Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for Set.
static SerIterable GuavaSerIteratorFactory.setMultimap(Class<?> keyType, Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for SetMultimap.
static SerIterable SerIteratorFactory.sortedMap(Class<?> keyType, Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for SortedMap.
static SerIterable GuavaSerIteratorFactory.sortedMultiset(Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for SortedMultiset.
static SerIterable SerIteratorFactory.sortedSet(Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for SortedSet.
static SerIterable GuavaSerIteratorFactory.table(Class<?> rowType, Class<?> colType, Class<?> valueType, List<Class<?>> valueTypeTypes)
          Gets an iterable wrapper for Table.
 

Methods in org.joda.beans.ser with parameters of type SerIterable
 SerIterable SerIteratorFactory.createIterable(SerIterable iterable)
          Creates an iterator wrapper for a child where there are second level generic parameters.
 



Copyright © 2007–2014 Joda.org. All rights reserved.