public static interface ErrorsCache.Convertor<T>
Modifier and Type | Method and Description |
---|---|
ErrorsCache.ErrorKind |
getKind(T t) |
int |
getLineNumber(T t) |
String |
getMessage(T t) |
ErrorsCache.ErrorKind getKind(T t)
int getLineNumber(T t)