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 TypeMethodDescriptioncreate(ModelElement parentElement, String name, Method getterMethod) Creates a newModelElementunder the given parent element with the given name and getter method.
-
Method Details
-
create
Creates a newModelElementunder the given parent element with the given name and getter method.
-