Class TagQuery.TagQueryTypeAdapter.FieldDescriptor

  • Enclosing class:
    TagQuery.TagQueryTypeAdapter

    protected static class TagQuery.TagQueryTypeAdapter.FieldDescriptor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldDescriptor​(Field<?,​?,​?> field, java.lang.reflect.Type conditionClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Type getConditionType()  
      Field<?,​?,​?> getField()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldDescriptor

        public FieldDescriptor​(Field<?,​?,​?> field,
                               java.lang.reflect.Type conditionClass)
    • Method Detail

      • getField

        public Field<?,​?,​?> getField()
      • getConditionType

        public java.lang.reflect.Type getConditionType()