public class PluginProxies extends Object
Constructor and Description |
---|
PluginProxies() |
Modifier and Type | Method and Description |
---|---|
static <T extends Annotation> |
getAnnotation(Object possiblyProxiedObject,
Class<T> annotationClass) |
static <T> T |
proxyIfApplicable(T delegate) |
static <T> Collection<T> |
proxyInstancesWhereApplicable(Collection<T> instancesToProxy) |
public static <T> T proxyIfApplicable(T delegate)
public static <T> Collection<T> proxyInstancesWhereApplicable(Collection<T> instancesToProxy)
public static <T extends Annotation> T getAnnotation(Object possiblyProxiedObject, Class<T> annotationClass)
Copyright © 2019. All Rights Reserved.