Class ReflectionHelpers

java.lang.Object
no.sikt.graphitron.mappings.ReflectionHelpers

public class ReflectionHelpers extends Object
Helper class that takes care of any reflection operations the code generator might require.
  • Constructor Details

    • ReflectionHelpers

      public ReflectionHelpers()
  • Method Details

    • classHasMethod

      public static boolean classHasMethod(Class<?> reference, String methodName)
      Returns:
      Does this jOOQ table contain this method name?