Transformer that gives anonymous datatype the name of the last path segment
This commit is contained in:
parent
2a46a92630
commit
67eb11ae3e
5 changed files with 33 additions and 7 deletions
|
@ -1,2 +1,5 @@
|
|||
/some/endpoint =< SomeType(foo:String)
|
||||
/some/other/endpoint =< SomeOtherType(bar:Seq[Embedded])
|
||||
AType(data: List[String])
|
||||
|
||||
/some/endpoint <- SomeType(foo:String)
|
||||
/some/other/endpoint <- SomeOtherType(bar:Seq[Embedded])
|
||||
/yet/other/endpoint <- (bar:Seq[Embedded])
|
Loading…
Add table
Add a link
Reference in a new issue