Uses of Class
com.speedment.common.codegen.constant.SimpleParameterizedType
-
Packages that use SimpleParameterizedType Package Description com.speedment.common.codegen.constant This package contains constant classes. -
-
Uses of SimpleParameterizedType in com.speedment.common.codegen.constant
Methods in com.speedment.common.codegen.constant that return SimpleParameterizedType Modifier and Type Method Description static SimpleParameterizedTypeSimpleParameterizedType. create(File file, ClassOrInterface<?> clazz, Type... parameters)Creates a newSimpleParameterizedTypereferencing the specified class in the specified file.static SimpleParameterizedTypeSimpleParameterizedType. create(Type mainType, Type... parameters)Creates a newSimpleParameterizedTypebased on the class name of the specified class and the specified parameters.static SimpleParameterizedTypeSimpleParameterizedType. create(String fullName, Type... parameters)Creates a newSimpleParameterizedTypewith the specified absolute class name.
-