Uses of Class
io.toro.martini.tracker.Document.Property
-
Packages that use Document.Property Package Description io.toro.martini.tracker -
-
Uses of Document.Property in io.toro.martini.tracker
Methods in io.toro.martini.tracker that return Document.Property Modifier and Type Method Description static Document.Property
Document.Property. create(String key, String value)
Methods in io.toro.martini.tracker that return types with arguments of type Document.Property Modifier and Type Method Description abstract Collection<Document.Property>
Document. properties()
Method parameters in io.toro.martini.tracker with type arguments of type Document.Property Modifier and Type Method Description abstract Document.Builder
Document.Builder. properties(Collection<Document.Property> properties)
-