Uses of Class
com.squareup.javapoet.ParameterizedTypeName
-
Uses of ParameterizedTypeName in com.squareup.javapoet
Methods in com.squareup.javapoet that return ParameterizedTypeNameModifier and TypeMethodDescriptionParameterizedTypeName.annotated(List<AnnotationSpec> annotations) static ParameterizedTypeNameReturns a parameterized type, applyingtypeArgumentstorawType.static ParameterizedTypeNameReturns a parameterized type, applyingtypeArgumentstorawType.static ParameterizedTypeNameParameterizedTypeName.get(ParameterizedType type) Returns a parameterized type equivalent totype.ParameterizedTypeName.nestedClass(String name) Returns a newParameterizedTypeNameinstance for the specifiednameas nested inside this class.ParameterizedTypeName.nestedClass(String name, List<TypeName> typeArguments) Returns a newParameterizedTypeNameinstance for the specifiednameas nested inside this class, with the specifiedtypeArguments.