Interface SchemaDefinitionProvider
-
- All Known Implementing Classes:
AdditionalPropertyIndexerSchemaDefinitionProvider
,StaticSchemaDefinitionProvider
,SystemPropertySchemaDefinitionProvider
public interface SchemaDefinitionProvider
Interface to be implemented by components providing schema definitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<SchemaDefinition>
getDefinitions()
Return the schema definitions to add to the schema.
-
-
-
Method Detail
-
getDefinitions
Collection<SchemaDefinition> getDefinitions()
Return the schema definitions to add to the schema.- Returns:
- a collection of schema definitions to add to the schema.
-
-