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 PropertyInfoBuilder
PropertyInfoBuilder. like(IPropertyInfo prop)
PropertyInfoBuilder
PropertyInfoBuilder. withAccessor(IPropertyAccessor accessor)
PropertyInfoBuilder
PropertyInfoBuilder. withAnnotations(IAnnotationInfo... annotations)
PropertyInfoBuilder
PropertyInfoBuilder. withDeprecated(String deprecated)
PropertyInfoBuilder
PropertyInfoBuilder. withDescription(String description)
PropertyInfoBuilder
PropertyInfoBuilder. withGetter(String javaGetterMethodName)
PropertyInfoBuilder
PropertyInfoBuilder. withLocation(ILocationInfo locationInfo)
PropertyInfoBuilder
PropertyInfoBuilder. withName(String name)
PropertyInfoBuilder
PropertyInfoBuilder. withReadable(boolean readable)
PropertyInfoBuilder
PropertyInfoBuilder. withStatic()
PropertyInfoBuilder
PropertyInfoBuilder. withStatic(boolean isStatic)
PropertyInfoBuilder
PropertyInfoBuilder. withType(IType type)
PropertyInfoBuilder
PropertyInfoBuilder. withType(Class returnType)
PropertyInfoBuilder
PropertyInfoBuilder. withWritable(boolean writable)
Constructors in gw.lang.reflect with parameters of type PropertyInfoBuilder Constructor Description BuiltPropertyInfo(PropertyInfoBuilder builder, IFeatureInfo container)
-