Interface ExtendedTypeDataFactory


public interface ExtendedTypeDataFactory
  • Method Details

    • newTypeData

      ExtendedTypeData newTypeData(String name)
      Creates a new instance of a type extension for the type with the given name.
      Parameters:
      name - the name of the type
    • newPropertyData

      ExtendedTypeData newPropertyData(IJavaType type, String name)
      Creates a new instance of a property extension for a property with the given name.
      Parameters:
      type - the type
      name - the name of the property