public class PartialBeanDescriptor extends Object
| Constructor and Description |
|---|
PartialBeanDescriptor(Class<? extends Annotation> binding) |
PartialBeanDescriptor(Class<? extends Annotation> binding,
Class<? extends InvocationHandler> handler) |
PartialBeanDescriptor(Class<? extends Annotation> binding,
Class<? extends InvocationHandler> handler,
Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
getBinding() |
Set<Class<?>> |
getClasses() |
Class<? extends InvocationHandler> |
getHandler() |
void |
setBinding(Class<? extends Annotation> binding) |
void |
setClasses(Set<Class<?>> classes) |
void |
setHandler(Class<? extends InvocationHandler> handler) |
public PartialBeanDescriptor(Class<? extends Annotation> binding)
public PartialBeanDescriptor(Class<? extends Annotation> binding, Class<? extends InvocationHandler> handler)
public PartialBeanDescriptor(Class<? extends Annotation> binding, Class<? extends InvocationHandler> handler, Class<?> clazz)
public Class<? extends Annotation> getBinding()
public void setBinding(Class<? extends Annotation> binding)
public Class<? extends InvocationHandler> getHandler()
public void setHandler(Class<? extends InvocationHandler> handler)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.