Package io.micronaut.sourcegen.javapoet
Class ParameterizedTypeName
java.lang.Object
io.micronaut.sourcegen.javapoet.TypeName
io.micronaut.sourcegen.javapoet.ParameterizedTypeName
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionannotated(List<AnnotationSpec> annotations) static ParameterizedTypeNameReturns a parameterized type, applyingtypeArgumentstorawType.static ParameterizedTypeNameReturns a parameterized type, applyingtypeArgumentstorawType.static ParameterizedTypeNameget(ParameterizedType type) Returns a parameterized type equivalent totype.nestedClass(String name) Returns a newParameterizedTypeNameinstance for the specifiednameas nested inside this class.nestedClass(String name, List<TypeName> typeArguments) Returns a newParameterizedTypeNameinstance for the specifiednameas nested inside this class, with the specifiedtypeArguments.Methods inherited from class io.micronaut.sourcegen.javapoet.TypeNameannotated, box, concatAnnotations, equals, get, get, hashCode, isAnnotated, isBoxedPrimitive, isPrimitive, toString, unbox
- 
Field Details- 
rawType
- 
typeArguments
 
- 
- 
Method Details- 
annotated
- 
withoutAnnotations- Overrides:
- withoutAnnotationsin class- TypeName
 
- 
nestedClassReturns a newParameterizedTypeNameinstance for the specifiednameas nested inside this class.
- 
nestedClassReturns a newParameterizedTypeNameinstance for the specifiednameas nested inside this class, with the specifiedtypeArguments.
- 
getReturns a parameterized type, applyingtypeArgumentstorawType.
- 
getReturns a parameterized type, applyingtypeArgumentstorawType.
- 
getReturns a parameterized type equivalent totype.
 
-