Package ru.slie.luna.issue.field.type
Class AbstractMultiFieldType<T,R>
java.lang.Object
ru.slie.luna.issue.field.type.AbstractMultiFieldType<T,R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChangeItemValue(IssueField field, List<T> value) parseJson(IssueField field, IssueContext context, Object jsonValue) abstract TparseSingleJsonObject(IssueField field, Object jsonValue) abstract booleansingleValueEquals(T val1, T val2) booleanvalueEquals(List<T> val1, List<T> val2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.slie.luna.issue.field.type.FieldType
getChangeItemString, getName, getStringValue, getValueForDB, getValueFromDB, toJson, validateValue
-
Constructor Details
-
AbstractMultiFieldType
public AbstractMultiFieldType()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceFieldType<T,R>
-
parseSingleJsonObject
-
getChangeItemValue
- Specified by:
getChangeItemValuein interfaceFieldType<T,R>
-
singleValueEquals
-
valueEquals
- Specified by:
valueEqualsin interfaceFieldType<T,R>
-
parseJson
-
getSupportedFieldSearcherKey
- Specified by:
getSupportedFieldSearcherKeyin interfaceFieldType<T,R>
-