Package org.xblackcat.sjpu.builder
Class AProxyMethodBuilder
java.lang.Object
org.xblackcat.sjpu.builder.AProxyMethodBuilder
- All Implemented Interfaces:
IMethodBuilder
01.12.2015 11:36
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>booleanisAccepted(Method m) Short requirement description for method to be precessed with the builder.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xblackcat.sjpu.builder.IMethodBuilder
buildMethod
-
Constructor Details
-
AProxyMethodBuilder
-
-
Method Details
-
getDelegateClass
-
isAccepted
- Specified by:
isAcceptedin interfaceIMethodBuilder
-
requirementDescription
Description copied from interface:IMethodBuilderShort requirement description for method to be precessed with the builder. For example "annotated with @NotNull" or "Declared in interface Runnable". The method is used for generating exception text if method can't be processed.- Specified by:
requirementDescriptionin interfaceIMethodBuilder- Returns:
- requirement to process the method with the builder.
-