@Data public class Message extends Object
| Constructor and Description |
|---|
Message(Diagnostic.Kind kind,
CharSequence msg,
String typeElementFqn,
String uniqueMemberName,
String annotationFqn,
Path nestedAnnotationPath,
String avName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAnnotationFqn() |
String |
getAvName() |
Diagnostic.Kind |
getKind() |
CharSequence |
getMsg() |
Path |
getNestedAnnotationPath() |
String |
getTypeElementFqn() |
String |
getUniqueMemberName() |
int |
hashCode() |
String |
toString() |
public Message(Diagnostic.Kind kind, CharSequence msg, String typeElementFqn, String uniqueMemberName, String annotationFqn, Path nestedAnnotationPath, String avName)
@Pure public Diagnostic.Kind getKind()
@Pure public CharSequence getMsg()
@Pure public String getTypeElementFqn()
@Pure public String getUniqueMemberName()
@Pure public String getAnnotationFqn()
@Pure public Path getNestedAnnotationPath()
@Pure public String getAvName()
Copyright © 2018. All rights reserved.