Interface Provider.ProvisionRequest<T>

  • Enclosing interface:
    Provider<T>

    public static interface Provider.ProvisionRequest<T>
    Contains provision request information.
    • Method Detail

      • getRequestedType

        Class<T> getRequestedType()
        Returns the type being requested.
      • getSource

        Object getSource()
        Returns the source object being mapped from.