commercetools / commercetools/rest-modeling-framework
Add getParent method
Open
- Dominant language
- Java
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Every type in our model should provide the following two methods
```java
T getParent(Class type)
T getParent(Class type, Predicate filter)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.