public class ConstructorInfoBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConstructorInfoBuilder.IBuilt |
| Constructor and Description |
|---|
ConstructorInfoBuilder() |
| Modifier and Type | Method and Description |
|---|---|
IConstructorInfo |
build(IFeatureInfo container) |
ConstructorInfoBuilder |
like(Class clazz,
Class... params) |
ConstructorInfoBuilder |
like(IConstructorInfo constructor) |
ConstructorInfoBuilder |
like(IType type,
IType... params) |
ConstructorInfoBuilder |
withAccessibility(IRelativeTypeInfo.Accessibility accessibility) |
ConstructorInfoBuilder |
withConstructorHandler(IConstructorHandler constructorHandler) |
ConstructorInfoBuilder |
withDeprecated(String deprecated) |
ConstructorInfoBuilder |
withDescription(String description) |
ConstructorInfoBuilder |
withExceptions(ExceptionInfoBuilder... exceptions) |
ConstructorInfoBuilder |
withParameters(ParameterInfoBuilder... parameters) |
ConstructorInfoBuilder |
withUserData(Object userData) |
public ConstructorInfoBuilder withAccessibility(IRelativeTypeInfo.Accessibility accessibility)
public ConstructorInfoBuilder withParameters(ParameterInfoBuilder... parameters)
public ConstructorInfoBuilder withConstructorHandler(IConstructorHandler constructorHandler)
public ConstructorInfoBuilder withExceptions(ExceptionInfoBuilder... exceptions)
public ConstructorInfoBuilder withDeprecated(String deprecated)
public ConstructorInfoBuilder withDescription(String description)
public ConstructorInfoBuilder withUserData(Object userData)
public ConstructorInfoBuilder like(Class clazz, Class... params)
public ConstructorInfoBuilder like(IType type, IType... params)
public ConstructorInfoBuilder like(IConstructorInfo constructor)
public IConstructorInfo build(IFeatureInfo container)
Copyright © 2015. All rights reserved.