Class ComposableSchemaObjectDefiner

java.lang.Object
org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectDefiner
All Implemented Interfaces:
Iterable<SchemaObjectDefiner>, SchemaObjectDefiner

public final class ComposableSchemaObjectDefiner extends Object implements SchemaObjectDefiner, Iterable<SchemaObjectDefiner>
ComposableSchemaObjectDefiner is an implementation of SchemaObjectDefiner as well as a composition of SchemaObjectInstanceHandlers composed using the Composite Software Design Pattern.
Since:
2.0.0
Author:
John Blum
See Also: