public abstract class ExpandParameterParser<T extends Enum<T>> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExpandParameterParser(I18nHelper i18n,
Class<T> enumClass) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Either<ErrorCollection,List<T>> |
parseExpandQuery(String expandQueryParameter)
parses a query parameter and returns either an error collection in case of failure or a list of parsed elements.
|
protected ExpandParameterParser(I18nHelper i18n, Class<T> enumClass)
public com.atlassian.fugue.Either<ErrorCollection,List<T>> parseExpandQuery(@Nullable String expandQueryParameter)
expandQueryParameter - query parameter, may be nullT elementsCopyright © 2002-2015 Atlassian. All Rights Reserved.