public class TypeHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeHelper.UnknownTypeException |
| Constructor and Description |
|---|
TypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSimpleName(String s) |
static String |
getSimpleName(com.squareup.javapoet.TypeName t) |
static String |
stringFromType(com.squareup.javapoet.TypeName t) |
static com.squareup.javapoet.TypeName |
typeFromString(String simpleName) |
public static String getSimpleName(com.squareup.javapoet.TypeName t)
public static com.squareup.javapoet.TypeName typeFromString(String simpleName) throws TypeHelper.UnknownTypeException
TypeHelper.UnknownTypeExceptionpublic static String stringFromType(com.squareup.javapoet.TypeName t) throws TypeHelper.UnknownTypeException
TypeHelper.UnknownTypeExceptionCopyright © 2019. All rights reserved.