Uses of Class
gw.lang.reflect.MethodInfoBuilder
-
Packages that use MethodInfoBuilder Package Description gw.lang.reflect -
-
Uses of MethodInfoBuilder in gw.lang.reflect
Methods in gw.lang.reflect that return MethodInfoBuilder Modifier and Type Method Description MethodInfoBuilderMethodInfoBuilder. like(IMethodInfo method)MethodInfoBuilderMethodInfoBuilder. like(IType type, java.lang.String method, IType... params)MethodInfoBuilderMethodInfoBuilder. like(java.lang.Class clazz, java.lang.String method, java.lang.Class... params)MethodInfoBuilderMethodInfoBuilder. withCallHandler(IMethodCallHandler callHandler)MethodInfoBuilderMethodInfoBuilder. withDeprecated(java.lang.String deprecated)MethodInfoBuilderMethodInfoBuilder. withDescription(java.lang.String description)MethodInfoBuilderMethodInfoBuilder. withExceptions(ExceptionInfoBuilder... exceptions)MethodInfoBuilderMethodInfoBuilder. withHidden()MethodInfoBuilderMethodInfoBuilder. withHidden(boolean hidden)MethodInfoBuilderMethodInfoBuilder. withLocation(ILocationInfo locationInfo)MethodInfoBuilderMethodInfoBuilder. withName(java.lang.String name)MethodInfoBuilderMethodInfoBuilder. withParameters(ParameterInfoBuilder... parameters)MethodInfoBuilderMethodInfoBuilder. withReturnDescription(java.lang.String returnDescription)MethodInfoBuilderMethodInfoBuilder. withReturnType(IType returnType)MethodInfoBuilderMethodInfoBuilder. withReturnType(java.lang.Class returnType)MethodInfoBuilderMethodInfoBuilder. withStatic()MethodInfoBuilderMethodInfoBuilder. withStatic(boolean isStatic)Constructors in gw.lang.reflect with parameters of type MethodInfoBuilder Constructor Description BuiltMethodInfo(MethodInfoBuilder builder, IFeatureInfo container)
-