Package no.sikt.graphitron.mappings
Class ReflectionHelpers
java.lang.Object
no.sikt.graphitron.mappings.ReflectionHelpers
Helper class that takes care of any reflection operations the code generator might require.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanclassHasMethod(Class<?> reference, String methodName)
-
Constructor Details
-
ReflectionHelpers
public ReflectionHelpers()
-
-
Method Details
-
classHasMethod
- Returns:
- Does this jOOQ table contain this method name?
-