Package gw.lang.reflect
Class ConstructorInfoBuilder
- java.lang.Object
-
- gw.lang.reflect.ConstructorInfoBuilder
-
public class ConstructorInfoBuilder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConstructorInfoBuilder.IBuilt
-
Constructor Summary
Constructors Constructor Description ConstructorInfoBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IConstructorInfobuild(IFeatureInfo container)ConstructorInfoBuilderlike(IConstructorInfo constructor)ConstructorInfoBuilderlike(IType type, IType... params)ConstructorInfoBuilderlike(Class clazz, Class... params)ConstructorInfoBuilderwithAccessibility(IRelativeTypeInfo.Accessibility accessibility)ConstructorInfoBuilderwithConstructorHandler(IConstructorHandler constructorHandler)ConstructorInfoBuilderwithDeprecated(String deprecated)ConstructorInfoBuilderwithDescription(String description)ConstructorInfoBuilderwithExceptions(ExceptionInfoBuilder... exceptions)ConstructorInfoBuilderwithParameters(ParameterInfoBuilder... parameters)ConstructorInfoBuilderwithUserData(Object userData)
-
-
-
Method Detail
-
withAccessibility
public ConstructorInfoBuilder withAccessibility(IRelativeTypeInfo.Accessibility accessibility)
-
withParameters
public ConstructorInfoBuilder withParameters(ParameterInfoBuilder... parameters)
-
withConstructorHandler
public ConstructorInfoBuilder withConstructorHandler(IConstructorHandler constructorHandler)
-
withExceptions
public ConstructorInfoBuilder withExceptions(ExceptionInfoBuilder... exceptions)
-
withDeprecated
public ConstructorInfoBuilder withDeprecated(String deprecated)
-
withDescription
public ConstructorInfoBuilder withDescription(String description)
-
withUserData
public ConstructorInfoBuilder withUserData(Object userData)
-
like
public ConstructorInfoBuilder like(Class clazz, Class... params)
-
like
public ConstructorInfoBuilder like(IType type, IType... params)
-
like
public ConstructorInfoBuilder like(IConstructorInfo constructor)
-
build
public IConstructorInfo build(IFeatureInfo container)
-
-