Uses of Class
gw.lang.reflect.ConstructorInfoBuilder
Packages that use ConstructorInfoBuilder
-
Uses of ConstructorInfoBuilder in gw.lang.reflect
Methods in gw.lang.reflect that return ConstructorInfoBuilderModifier and TypeMethodDescriptionConstructorInfoBuilder.like
(IConstructorInfo constructor) 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) Constructors in gw.lang.reflect with parameters of type ConstructorInfoBuilderModifierConstructorDescriptionBuiltConstructorInfo
(ConstructorInfoBuilder builder, IFeatureInfo container)