Class GenericMetadataSupport.TypeVariableReturnType

    • Field Detail

      • typeVariable

        private final java.lang.reflect.TypeVariable<?> typeVariable
      • typeParameters

        private final java.lang.reflect.TypeVariable<?>[] typeParameters
      • rawType

        private java.lang.Class<?> rawType
    • Constructor Detail

      • TypeVariableReturnType

        public TypeVariableReturnType​(GenericMetadataSupport source,
                                      java.lang.reflect.TypeVariable<?>[] typeParameters,
                                      java.lang.reflect.TypeVariable<?> typeVariable)