FasterXML / FasterXML/java-classmate

RFE: Add a convenience method for the full set of types for a type

Abierto
#50 9 comentarios 0 reacciones 0 asignados Ver en GitHub
good first issue hacktoberfest
Lenguaje dominante
Java
Estrellas
266
Forks
47
Merge medio
1 h 42 min
PR fusionados (30 d)
1

Descripción

Thanks for a great project!

It would be helpful if there were a method on `ResolvedType` that could provide a `List` or `Set` of all implemented and extended `Type`s.

I know that `ResolvedType` has `getImplementedInterfaces()`. And I know that `TypeResolver` has `getParentClass()`. It would be nice if there were a method like `public Set getAllTypes()` or something of that nature implemented in terms of the other two.

I would expect, for example, that if it were passed `String.class` the returned set would include types representing:
* `Object`
* `Comparable`
* `CharSequence`
* `String`
* `Serializable`

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.