Package gw.lang.reflect
Class ConstructorInfoBuilder
java.lang.Object
gw.lang.reflect.ConstructorInfoBuilder
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(IFeatureInfo container) like(IConstructorInfo constructor) withAccessibility(IRelativeTypeInfo.Accessibility accessibility) withConstructorHandler(IConstructorHandler constructorHandler) withDeprecated(String deprecated) withDescription(String description) withExceptions(ExceptionInfoBuilder... exceptions) withParameters(ParameterInfoBuilder... parameters) withUserData(Object userData)
-
Constructor Details
-
ConstructorInfoBuilder
public ConstructorInfoBuilder()
-
-
Method Details
-
withAccessibility
-
withParameters
-
withConstructorHandler
-
withExceptions
-
withDeprecated
-
withDescription
-
withUserData
-
like
-
like
-
like
-
build
-