Package io.serialized.client.projection
Class ProjectionDefinition
java.lang.Object
io.serialized.client.projection.ProjectionDefinition
public class ProjectionDefinition extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectionDefinition.AggregatedProjectionBuilderstatic classProjectionDefinition.SingleProjectionBuilder -
Constructor Summary
Constructors Constructor Description ProjectionDefinition() -
Method Summary
Modifier and Type Method Description static ProjectionDefinition.AggregatedProjectionBuilderaggregatedProjection(String projectionName)StringgetFeedName()List<ProjectionHandler>getHandlers()StringgetIdField()StringgetProjectionName()booleanisAggregated()static ProjectionDefinition.SingleProjectionBuildersingleProjection(String projectionName)
-
Constructor Details
-
ProjectionDefinition
public ProjectionDefinition()
-
-
Method Details
-
singleProjection
-
aggregatedProjection
public static ProjectionDefinition.AggregatedProjectionBuilder aggregatedProjection(String projectionName) -
getFeedName
-
isAggregated
public boolean isAggregated() -
getIdField
-
getHandlers
-
getProjectionName
-