public final class AutoValueUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getCanonicalName(Class<?> aClass)
Get the canonical class name of the provided
Class with special handling of Google AutoValue classes. |
public static String getCanonicalName(Class<?> aClass)
Class with special handling of Google AutoValue classes.aClass - a classaClass or its super class in case of an auto-generated class by
Google AutoValueClass.getCanonicalName(),
AutoValueCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.