Uses of Class
gw.lang.reflect.MethodInfoBuilder
Packages that use MethodInfoBuilder
-
Uses of MethodInfoBuilder in gw.lang.reflect
Methods in gw.lang.reflect that return MethodInfoBuilderModifier and TypeMethodDescriptionMethodInfoBuilder.like
(IMethodInfo method) MethodInfoBuilder.withCallHandler
(IMethodCallHandler callHandler) MethodInfoBuilder.withDeprecated
(String deprecated) MethodInfoBuilder.withDescription
(String description) MethodInfoBuilder.withExceptions
(ExceptionInfoBuilder... exceptions) MethodInfoBuilder.withHidden()
MethodInfoBuilder.withHidden
(boolean hidden) MethodInfoBuilder.withLocation
(ILocationInfo locationInfo) MethodInfoBuilder.withParameters
(ParameterInfoBuilder... parameters) MethodInfoBuilder.withReturnDescription
(String returnDescription) MethodInfoBuilder.withReturnType
(IType returnType) MethodInfoBuilder.withReturnType
(Class returnType) MethodInfoBuilder.withStatic()
MethodInfoBuilder.withStatic
(boolean isStatic) Constructors in gw.lang.reflect with parameters of type MethodInfoBuilder