Interface SimpleTypePartsReader.ModelElementCreator<T extends ModelElement>

Enclosing class:
SimpleTypePartsReader<E extends ModelElement,P extends Annotation,C extends Annotation>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SimpleTypePartsReader.ModelElementCreator<T extends ModelElement>
Creates a new ModelElement under the given parent element with the given name and getter method.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(ModelElement parentElement, String name, Method getterMethod)
    Creates a new ModelElement under the given parent element with the given name and getter method.
  • Method Details