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 |
---|---|
io.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 io.atlassian.fugue.Either<ErrorCollection,List<T>> parseExpandQuery(@Nullable String expandQueryParameter)
expandQueryParameter
- query parameter, may be nullT
elementsCopyright © 2002-2022 Atlassian. All Rights Reserved.