java.lang.Object
org.litebridge.orm.meta.QFInspector
Inspector for
QueryField instances, providing access to their internal state.-
Method Summary
Modifier and TypeMethodDescriptionstatic Class<?> getDtoClass(QueryField queryField) Get the DTO class of the specified query field.static StringgetFieldName(QueryField queryField) Get the field name of the specified query field.
-
Method Details
-
getFieldName
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
Get the DTO class of the specified query field.- Parameters:
queryField- the query field to retrieve the DTO class for- Returns:
- the DTO class
-