public class AnnotationTypeUtil extends TypeUtil
| Constructor and Description |
|---|
AnnotationTypeUtil(AnnotationAnalyzer annotationAnalyzer) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(android.databinding.tool.reflection.ModelClass modelClass) |
java.lang.String |
getDescription(ModelMethod modelMethod) |
static AnnotationTypeUtil |
getInstance() |
java.lang.String |
toJava(javax.lang.model.element.ExecutableElement executableElement,
javax.lang.model.type.ExecutableType executableType) |
java.lang.String |
toJava(javax.lang.model.type.TypeMirror typeMirror)
Returns the java representation of a TypeMirror type.
|
toBinaryNamepublic AnnotationTypeUtil(AnnotationAnalyzer annotationAnalyzer)
public static AnnotationTypeUtil getInstance()
public java.lang.String getDescription(android.databinding.tool.reflection.ModelClass modelClass)
getDescription in class TypeUtilpublic java.lang.String getDescription(ModelMethod modelMethod)
getDescription in class TypeUtilpublic java.lang.String toJava(@NonNull
javax.lang.model.type.TypeMirror typeMirror)
public java.lang.String toJava(javax.lang.model.element.ExecutableElement executableElement,
javax.lang.model.type.ExecutableType executableType)