Class AutoValueUtils

java.lang.Object
org.graylog2.shared.utilities.AutoValueUtils

public final class AutoValueUtils extends Object
Utility methods related to Google AutoValue
  • Method Details

    • getCanonicalName

      public static String getCanonicalName(Class<?> aClass)
      Get the canonical class name of the provided Class with special handling of Google AutoValue classes.
      Parameters:
      aClass - a class
      Returns:
      the canonical class name of aClass or its super class in case of an auto-generated class by Google AutoValue
      See Also: