public class ProxiedServiceHolder<T> extends ServiceHolder<T>
Modifier and Type | Method and Description |
---|---|
Stream<Class<?>> |
getExtraInterfaces() |
Class<T> |
getServiceInterface() |
T |
getServiceProxy() |
getClassLoader, getServiceObject
public Class<T> getServiceInterface()
getServiceProxy()
public Stream<Class<?>> getExtraInterfaces()
getServiceProxy()
,
if specified during the creation of the service holder, otherwise an empty stream will be returned.public T getServiceProxy()
getServiceInterface()
} and getExtraInterfaces()
if defined,
Methods invoked on the proxy will be executed with the
Thread.currentThread().getContextClassLoader
when this service holder was createdCopyright © 2012–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.