Interface ProxyUtils.ProxyDetector

Enclosing class:
ProxyUtils

public static interface ProxyUtils.ProxyDetector
SPI to extend Spring's default proxy detection capabilities.
Author:
Oliver Gierke
  • Method Summary

    Modifier and Type
    Method
    Description
    getUserType(Class<?> type)
    Returns the user class for the given type.
  • Method Details

    • getUserType

      Class<?> getUserType(Class<?> type)
      Returns the user class for the given type.
      Parameters:
      type - will never be null.
      Returns: