ConstructorInfoBuilder |
ConstructorInfoBuilder.like(Class clazz,
Class... params) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.like(IConstructorInfo constructor) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.like(IType type,
IType... params) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.withAccessibility(IRelativeTypeInfo.Accessibility accessibility) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.withConstructorHandler(IConstructorHandler constructorHandler) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.withDeprecated(String deprecated) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.withDescription(String description) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.withExceptions(ExceptionInfoBuilder... exceptions) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.withParameters(ParameterInfoBuilder... parameters) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.withUserData(Object userData) |