public abstract class AProxyMethodBuilder extends java.lang.Object implements IMethodBuilder
| Constructor and Description |
|---|
AProxyMethodBuilder(java.lang.Class<?> delegateClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getDelegateClass() |
boolean |
isAccepted(java.lang.reflect.Method m) |
java.lang.String |
requirementDescription()
Short requirement description for method to be precessed with the builder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildMethodpublic java.lang.Class<?> getDelegateClass()
public boolean isAccepted(java.lang.reflect.Method m)
isAccepted in interface IMethodBuilderpublic java.lang.String requirementDescription()
IMethodBuilderrequirementDescription in interface IMethodBuilder