Interface RuntimeTypeInfo

    • Method Detail

      • getWrapper

        RuntimeTypeInfo getWrapper()
        Runtime type holder of a wrapper class of this runtime type.
        Returns:
        Runtime type info
      • getRuntimeType

        java.lang.reflect.Type getRuntimeType()
        Returns a runtime type. It can be a class, ParameterizedType or TypeVariable.
        Returns:
        Runtime type or null if not defined.