Uses of Class
com.invirgance.convirgance.web.consumer.QueryConsumer
Packages that use QueryConsumer
Package
Description
This package provides interfaces and implementations for persisting JSON
data to various storage backends.
-
Uses of QueryConsumer in com.invirgance.convirgance.web.consumer
Methods in com.invirgance.convirgance.web.consumer that return types with arguments of type QueryConsumerModifier and TypeMethodDescriptionQueryConsumer.getChildren()
Child records to include as part of the insertion.Method parameters in com.invirgance.convirgance.web.consumer with type arguments of type QueryConsumerModifier and TypeMethodDescriptionvoid
QueryConsumer.setChildren
(Map<String, QueryConsumer> children) Child records to include as part of the insertion.