android.databinding.tool.reflection.annotation
Class AnnotationTypeUtil

java.lang.Object
  extended by android.databinding.tool.reflection.TypeUtil
      extended by android.databinding.tool.reflection.annotation.AnnotationTypeUtil

public class AnnotationTypeUtil
extends TypeUtil


Field Summary
 
Fields inherited from class android.databinding.tool.reflection.TypeUtil
ARRAY, BOOLEAN, BYTE, CHAR, CLASS_PREFIX, CLASS_SUFFIX, DOUBLE, FLOAT, INT, LONG, SHORT, VOID
 
Constructor Summary
AnnotationTypeUtil(AnnotationAnalyzer annotationAnalyzer)
           
 
Method Summary
 java.lang.String getDescription(ModelClass modelClass)
           
 java.lang.String getDescription(ModelMethod modelMethod)
           
 
Methods inherited from class android.databinding.tool.reflection.TypeUtil
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTypeUtil

public AnnotationTypeUtil(AnnotationAnalyzer annotationAnalyzer)
Method Detail

getDescription

public java.lang.String getDescription(ModelClass modelClass)
Specified by:
getDescription in class TypeUtil

getDescription

public java.lang.String getDescription(ModelMethod modelMethod)
Specified by:
getDescription in class TypeUtil