public final class TypeSimplifier extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
classNameOf(TypeElement type)
Returns the name of the given type, including any enclosing types but not the package.
|
static String |
packageNameOf(TypeElement type)
Returns the name of the package that the given type is in.
|
static String |
simpleNameOf(String s) |
static String |
simpleTypeName(TypeMirror type) |
public static String classNameOf(TypeElement type)
public static String packageNameOf(TypeElement type)
public static String simpleTypeName(TypeMirror type)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.