On this page
io.github.libtmux.jackson.FilterModel.FilterModel
- Module
- io.github.libtmux.jackson.FilterModel
- Package
- io.github.libtmux:libtmux
- Source
- libtmux-jackson/src/main/java/io/github/libtmux/jackson/FilterModel.java
-
What a document's field and relation ids mean.
<p>Expressions carry executable field and relation handles, while documents carry only their ids. This model binds those forms and gives each nested relation its target model.
10 declared, 0 inherited
Members
- Builder class Collects the exact handles and unique ids a document may name.
- builtIn method
- field method
- fieldNames method Every field a document may compare on, in declaration order.
- id method The id documents name this model by.
- named method Starts a caller-owned model. Its id must identify the caller's namespace.
- relationNames method Every relation a document may navigate.
- toMany method
- toOne method
- Relation struct A relation handle paired with the model its far side is described by.