static SerIterable |
SerIteratorFactory.array(Class<?> valueType) |
Gets an iterable wrapper for an object array.
|
static SerIterable |
GuavaSerIteratorFactory.biMap(Class<?> keyType,
Class<?> valueType,
List<Class<?>> valueTypeTypes) |
Gets an iterable wrapper for BiMap.
|
SerIterable |
CollectSerIteratorFactory.createIterable(String metaTypeDescription,
JodaBeanSer settings,
Map<String,Class<?>> knownTypes) |
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 |
GuavaSerIteratorFactory.createIterable(String metaTypeDescription,
JodaBeanSer settings,
Map<String,Class<?>> knownTypes) |
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 |
SerIteratorFactory.createIterable(String metaTypeDescription,
JodaBeanSer settings,
Map<String,Class<?>> knownTypes) |
Creates an iterator wrapper for a meta-type description.
|
SerIterable |
SerIteratorFactory.createIterable(MetaProperty<?> prop,
Class<?> beanClass) |
Creates an iterator wrapper for a meta-property value.
|
SerIterable |
SerIteratorFactory.createIterable(MetaProperty<?> prop,
Class<?> beanClass,
boolean allowPrimitiveArrays) |
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.
|
static SerIterable |
CollectSerIteratorFactory.grid(Class<?> valueType,
List<Class<?>> valueTypeTypes) |
Gets an iterable wrapper for Grid.
|
static SerIterable |
GuavaSerIteratorFactory.immutableList(Class<?> valueType,
List<Class<?>> valueTypeTypes) |
Gets an iterable wrapper for ImmutableList.
|
static SerIterable |
GuavaSerIteratorFactory.immutableSet(Class<?> valueType,
List<Class<?>> valueTypeTypes) |
Gets an iterable wrapper for ImmutableSet.
|
static SerIterable |
GuavaSerIteratorFactory.immutableSortedSet(Class<?> valueType,
List<Class<?>> valueTypeTypes) |
Gets an iterable wrapper for ImmutableSortedSet.
|
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.
|