Uses of Class
gw.lang.reflect.PropertyInfoBuilder
-
Packages that use PropertyInfoBuilder Package Description gw.lang.reflect -
-
Uses of PropertyInfoBuilder in gw.lang.reflect
Methods in gw.lang.reflect that return PropertyInfoBuilder Modifier and Type Method Description PropertyInfoBuilderPropertyInfoBuilder. like(IPropertyInfo prop)PropertyInfoBuilderPropertyInfoBuilder. withAccessor(IPropertyAccessor accessor)PropertyInfoBuilderPropertyInfoBuilder. withAnnotations(IAnnotationInfo... annotations)PropertyInfoBuilderPropertyInfoBuilder. withDeprecated(String deprecated)PropertyInfoBuilderPropertyInfoBuilder. withDescription(String description)PropertyInfoBuilderPropertyInfoBuilder. withGetter(String javaGetterMethodName)PropertyInfoBuilderPropertyInfoBuilder. withLocation(ILocationInfo locationInfo)PropertyInfoBuilderPropertyInfoBuilder. withName(String name)PropertyInfoBuilderPropertyInfoBuilder. withReadable(boolean readable)PropertyInfoBuilderPropertyInfoBuilder. withStatic()PropertyInfoBuilderPropertyInfoBuilder. withStatic(boolean isStatic)PropertyInfoBuilderPropertyInfoBuilder. withType(IType type)PropertyInfoBuilderPropertyInfoBuilder. withType(Class returnType)PropertyInfoBuilderPropertyInfoBuilder. withWritable(boolean writable)Constructors in gw.lang.reflect with parameters of type PropertyInfoBuilder Constructor Description BuiltPropertyInfo(PropertyInfoBuilder builder, IFeatureInfo container)
-