Package gw.lang.reflect
Class ConstructorInfoBuilder
java.lang.Object
gw.lang.reflect.ConstructorInfoBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IRelativeTypeInfo.Accessibilityprivate IConstructorHandlerprivate Stringprivate Stringprivate ExceptionInfoBuilder[]private ParameterInfoBuilder[]private Object -
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)
-
Field Details
-
_parameters
-
_constructorHandler
-
_exceptions
-
_deprecated
-
_description
-
_accessibility
-
_userData
-
-
Constructor Details
-
ConstructorInfoBuilder
public ConstructorInfoBuilder()
-
-
Method Details
-
withAccessibility
-
withParameters
-
withConstructorHandler
-
withExceptions
-
withDeprecated
-
withDescription
-
withUserData
-
like
-
like
-
like
-
build
-