E
- public static class TopiaCsvCommons.AssociationValueParserFormatter<E extends TopiaEntity> extends Object implements org.nuiton.csv.ValueParserFormatter<Collection<E>>
Modifier and Type | Field and Description |
---|---|
protected Class<E> |
entityType |
protected Map<String,E> |
universe |
Constructor and Description |
---|
AssociationValueParserFormatter(Class<E> entityType,
Map<String,E> universe) |
Modifier and Type | Method and Description |
---|---|
String |
format(Collection<E> e) |
Collection<E> |
parse(String value) |
protected final Class<E extends TopiaEntity> entityType
protected final Map<String,E extends TopiaEntity> universe
public Collection<E> parse(String value) throws ParseException
parse
in interface org.nuiton.csv.ValueParser<Collection<E extends TopiaEntity>>
ParseException
public String format(Collection<E> e)
format
in interface org.nuiton.csv.ValueFormatter<Collection<E extends TopiaEntity>>
Copyright © 2004–2022 Code Lutin. All rights reserved.