Interface Provider.ProvisionRequest<T>

Enclosing interface:
Provider<T>

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

    Modifier and Type
    Method
    Description
    Returns the type being requested.
    Returns the source object being mapped from.
  • Method Details

    • getRequestedType

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

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