Interface ParameterizedTypeDetails

All Superinterfaces:
ClassBasedTypeDetails, TypeDetails, TypeVariableScope
All Known Implementing Classes:
ParameterizedTypeDetailsImpl

public interface ParameterizedTypeDetails extends ClassBasedTypeDetails
Models a parameterized type.

Given the parameterized type Map<String, Integer> we'd have

  1. the raw class Map
  2. 2 arguments - ClassTypeDetails(String), ClassTypeDetails(Integer).
See Also: