public interface ExtendedTypeDataFactory
| Modifier and Type | Method and Description |
|---|---|
ExtendedTypeData |
newPropertyData(IJavaType type,
String name)
Creates a new instance of a property extension for a property with the given name.
|
ExtendedTypeData |
newTypeData(String name)
Creates a new instance of a type extension for the type with the given name.
|
ExtendedTypeData newTypeData(String name)
name - the name of the typeExtendedTypeData newPropertyData(IJavaType type, String name)
type - the typename - the name of the propertyCopyright © 2020. All rights reserved.