Class QFInspector

java.lang.Object
org.litebridge.orm.meta.QFInspector

public final class QFInspector extends Object
Inspector for QueryField instances, providing access to their internal state.
  • Method Details

    • getFieldName

      public static String getFieldName(QueryField queryField)
      Get the field name of the specified query field.
      Parameters:
      queryField - the query field to retrieve the field name for
      Returns:
      the field name
    • getDtoClass

      public static Class<?> getDtoClass(QueryField queryField)
      Get the DTO class of the specified query field.
      Parameters:
      queryField - the query field to retrieve the DTO class for
      Returns:
      the DTO class