utils library
Functions
-
classFieldHasAssignment(
ClassElement clazz, FieldElement field) → bool -
classParameterHasAssignment(
ClassElement clazz, ParameterElement parameter) → bool -
getAnnotation(
Element element, Type type) → ConstantReader? -
getClassAnnotation(
ClassElement clazz, Type type) → ConstantReader? -
getClassFieldValue(
ClassElement clazz, FieldElement field) → String -
getClassMethodBody(
ClassElement clazz, MethodElement method) → String -
getFieldAnnotation(
FieldElement field, Type type) → ConstantReader? -
getFieldSqlType(
FieldElement field) → String -
getMethodAnnotation(
MethodElement method, Type type) → ConstantReader? -
getParameterAssignment(
ClassElement clazz, ParameterElement parameter) → String -
isAutoGeneratedPrimaryKeyField(
FieldElement field) → bool -
isCollectionField(
FieldElement field) → bool -
isColumnField(
FieldElement field) → bool -
isDoubleType(
String type) → bool -
isEntityClass(
ClassElement element) → bool -
isFloatType(
String type) → bool -
isInsertMethod(
MethodElement method) → bool -
isIntegerType(
String type) → bool -
isNullableType(
String type) → bool -
isPrimaryKeyField(
FieldElement field) → bool -
isQueryMethod(
MethodElement method) → bool -
isStringType(
String type) → bool -
isUpdateMethod(
MethodElement method) → bool -
isUpdateMethodHasConditions(
MethodElement method) → bool -
isUpdateMethodReturnOperation(
MethodElement method) → bool -
isUpdateQuery(
dynamic query) → bool -
typeChecker(
Type type) → TypeChecker