Package de.thomas_oster.lazysql
Class TypeHelper
java.lang.Object
de.thomas_oster.lazysql.TypeHelper
- Author:
- Thomas Oster (mail@thomas-oster.de)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetSimpleName(com.squareup.javapoet.TypeName t) static Stringstatic StringstringFromType(com.squareup.javapoet.TypeName t) static com.squareup.javapoet.TypeNametypeFromString(String simpleName)
-
Constructor Details
-
TypeHelper
public TypeHelper()
-
-
Method Details
-
getSimpleName
-
getSimpleName
-
typeFromString
public static com.squareup.javapoet.TypeName typeFromString(String simpleName) throws TypeHelper.UnknownTypeException - Throws:
TypeHelper.UnknownTypeException
-
stringFromType
public static String stringFromType(com.squareup.javapoet.TypeName t) throws TypeHelper.UnknownTypeException - Throws:
TypeHelper.UnknownTypeException
-