Class GenericMetadataSupport.FromClassGenericMetadataSupport

  • Enclosing class:
    GenericMetadataSupport

    private static class GenericMetadataSupport.FromClassGenericMetadataSupport
    extends GenericMetadataSupport
    Generic metadata implementation for Class.

    Offer support to retrieve generic metadata on a Class by reading type parameters and type variables on the class and its ancestors and interfaces.

    • Field Detail

      • clazz

        private final java.lang.Class<?> clazz
    • Constructor Detail

      • FromClassGenericMetadataSupport

        public FromClassGenericMetadataSupport​(java.lang.Class<?> clazz)
    • Method Detail

      • rawType

        public java.lang.Class<?> rawType()
        Specified by:
        rawType in class GenericMetadataSupport
        Returns:
        Raw type of the current instance.