public final class ToCsvFunction<R,C> extends Object implements com.google.common.base.Function<com.google.common.collect.Table<? extends Comparable<R>,? extends Comparable<C>,TableCellDescriptor<Object>>,List<String>>
Constructor and Description |
---|
ToCsvFunction() |
Modifier and Type | Method and Description |
---|---|
List<String> |
apply(com.google.common.collect.Table<? extends Comparable<R>,? extends Comparable<C>,TableCellDescriptor<Object>> table) |
static org.springframework.core.convert.ConversionService |
getConversionService() |
protected String |
getHeader(SortedSet<Comparable<C>> colKeys) |
protected String |
getToken(TableCellDescriptor<Object> descriptor) |
public ToCsvFunction()
public static final org.springframework.core.convert.ConversionService getConversionService()
public List<String> apply(com.google.common.collect.Table<? extends Comparable<R>,? extends Comparable<C>,TableCellDescriptor<Object>> table)
apply
in interface com.google.common.base.Function<com.google.common.collect.Table<? extends Comparable<R>,? extends Comparable<C>,TableCellDescriptor<Object>>,List<String>>
protected String getToken(TableCellDescriptor<Object> descriptor)
protected String getHeader(SortedSet<Comparable<C>> colKeys)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.