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(Class returnType) |
PropertyInfoBuilder |
PropertyInfoBuilder.withType(IType type) |
PropertyInfoBuilder |
PropertyInfoBuilder.withWritable(boolean writable) |