Interface DataRouteProxied


  • public interface DataRouteProxied
    Additional interface applied to DataRouteSupporting proxies that allows access to the internal component.
    Author:
    Jeff Fischer
    • Method Detail

      • unwrap

        <T> T unwrap​(Class<T> clazz)
        Unwrap the proxy and return the underyling component of the type specified.
        Type Parameters:
        T - The generic type of the unwrapped component.
        Parameters:
        clazz - The type to unwrap to.
        Returns:
        The unwrapped component.