question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Class diagram for generic types

See original GitHub issue

If I try to enter this, the tool is generating empty diagram. In java generics are represented by ContainerType<ElementType> format. As soon as ContainerType<E is typed, the tools is not showing any output. Must be a bug

Try with the following input to reproduce the error

ReactiveHttpInputMessage : Flux<DataBuffer> getBody()

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jgreywolfcommented, Nov 8, 2019

As far as I can tell this is no longer an issue with 8.4.1. @thekalinga can you validate that what I tried matches what you are trying? Live Editor

0reactions
klemmchrcommented, Nov 27, 2019

Right, this issue does not longer exist and for class level generics there is #1063

Read more comments on GitHub >

github_iconTop Results From Across the Web

UML Class Diagram and Generics - java - Stack Overflow
I'm looking for two things really: One is how do I model generic java classes if i were doing it with pen and...
Read more >
Defining Generics with UML Templates - Eclipse
UML allows users to model generics via templates and template bindings. Section 17.5 of the UML superstructure specification describes all the constructs ...
Read more >
UML class diagram , How can i draw generic method with ...
Hello everybody, I would like to draw this code to class diagram public interface IDataContext { IList GetAll() where T : class, new();...
Read more >
Generics - No Magic Documentation
Generics permit classes, structs, interfaces, delegates, and methods to be parameterized by the data types they store and manipulate.
Read more >
Generic classes in the class diagram - ResearchGate
In introducing generic types, it is helpful to interactively create two or more parameterised objects with different actual type parameters on the object...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found