Uses of Class
io.serialized.client.projection.ProjectionDefinition
| Package | Description |
|---|---|
| io.serialized.client.projection |
-
Uses of ProjectionDefinition in io.serialized.client.projection
Methods in io.serialized.client.projection that return ProjectionDefinition Modifier and Type Method Description ProjectionDefinitionProjectionDefinition.AggregatedProjectionBuilder. build()ProjectionDefinitionProjectionDefinition.SingleProjectionBuilder. build()ProjectionDefinitionProjectionClient. getDefinition(String projectionName)Methods in io.serialized.client.projection that return types with arguments of type ProjectionDefinition Modifier and Type Method Description List<ProjectionDefinition>ProjectionDefinitions. getDefinitions()Methods in io.serialized.client.projection with parameters of type ProjectionDefinition Modifier and Type Method Description voidProjectionClient. createDefinition(ProjectionDefinition projectionDefinition)voidProjectionClient. createOrUpdate(ProjectionDefinition projectionDefinition)Method parameters in io.serialized.client.projection with type arguments of type ProjectionDefinition Modifier and Type Method Description static ProjectionDefinitionsProjectionDefinitions. newDefinitionList(Collection<ProjectionDefinition> definitions)