Uses of Class
gw.lang.reflect.PropertyInfoBuilder
Packages that use PropertyInfoBuilder
-
Uses of PropertyInfoBuilder in gw.lang.reflect
Methods in gw.lang.reflect that return PropertyInfoBuilderModifier and TypeMethodDescriptionPropertyInfoBuilder.like(IPropertyInfo prop) PropertyInfoBuilder.withAccessor(IPropertyAccessor accessor) PropertyInfoBuilder.withAnnotations(IAnnotationInfo... annotations) PropertyInfoBuilder.withDeprecated(String deprecated) PropertyInfoBuilder.withDescription(String description) PropertyInfoBuilder.withGetter(String javaGetterMethodName) PropertyInfoBuilder.withLocation(ILocationInfo locationInfo) PropertyInfoBuilder.withReadable(boolean readable) PropertyInfoBuilder.withStatic()PropertyInfoBuilder.withStatic(boolean isStatic) PropertyInfoBuilder.withWritable(boolean writable) Constructors in gw.lang.reflect with parameters of type PropertyInfoBuilderModifierConstructorDescriptionBuiltPropertyInfo(PropertyInfoBuilder builder, IFeatureInfo container)