A C D E F G I M O R S U V
A
- AvroSchemaValidator - Class in org.springframework.cloud.stream.schema.server.support
-
- AvroSchemaValidator() - Constructor for class org.springframework.cloud.stream.schema.server.support.AvroSchemaValidator
-
C
- Compatibility - Enum in org.springframework.cloud.stream.schema.server.model
-
- compatibilityCheck(String, String) - Method in class org.springframework.cloud.stream.schema.server.support.AvroSchemaValidator
-
- compatibilityCheck(String, String) - Method in interface org.springframework.cloud.stream.schema.server.support.SchemaValidator
-
Checks for compatibility between two schemas @see Compatibility class for types
This method may not be supported for certain formats
D
- delete(String, String, Integer) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- delete(Integer) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- delete(String) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
E
- EnableSchemaRegistryServer - Annotation Type in org.springframework.cloud.stream.schema.server
-
Enables the schema registry server enpoints.
- entityScanPackagesPostProcessor() - Static method in class org.springframework.cloud.stream.schema.server.config.SchemaServerConfiguration
-
F
- findBySubjectAndFormatOrderByVersion(String, String) - Method in interface org.springframework.cloud.stream.schema.server.repository.SchemaRepository
-
- findBySubjectAndVersion(String, String) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- findOne(String, String, Integer) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- findOne(Integer) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- findOneBySubjectAndFormatAndVersion(String, String, Integer) - Method in interface org.springframework.cloud.stream.schema.server.repository.SchemaRepository
-
G
- getDefinition() - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
- getFormat() - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
- getFormat() - Method in class org.springframework.cloud.stream.schema.server.support.AvroSchemaValidator
-
- getFormat() - Method in interface org.springframework.cloud.stream.schema.server.support.SchemaValidator
-
- getId() - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
- getPath() - Method in class org.springframework.cloud.stream.schema.server.config.SchemaServerProperties
-
- getSubject() - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
- getVersion() - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
I
- invalidSchema(InvalidSchemaException) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- InvalidSchemaException - Exception in org.springframework.cloud.stream.schema.server.support
-
- InvalidSchemaException(String) - Constructor for exception org.springframework.cloud.stream.schema.server.support.InvalidSchemaException
-
- isAllowSchemaDeletion() - Method in class org.springframework.cloud.stream.schema.server.config.SchemaServerProperties
-
- isValid(String) - Method in class org.springframework.cloud.stream.schema.server.support.AvroSchemaValidator
-
- isValid(String) - Method in interface org.springframework.cloud.stream.schema.server.support.SchemaValidator
-
Verifies if a definition is a valid schema
M
- main(String[]) - Static method in class org.springframework.cloud.stream.schema.server.SchemaRegistryServerApplication
-
- match(List<Schema>, String) - Method in class org.springframework.cloud.stream.schema.server.support.AvroSchemaValidator
-
- match(List<Schema>, String) - Method in interface org.springframework.cloud.stream.schema.server.support.SchemaValidator
-
Return the Schema that is represented by the definition.
O
- org.springframework.cloud.stream.schema.server - package org.springframework.cloud.stream.schema.server
-
- org.springframework.cloud.stream.schema.server.config - package org.springframework.cloud.stream.schema.server.config
-
- org.springframework.cloud.stream.schema.server.controllers - package org.springframework.cloud.stream.schema.server.controllers
-
- org.springframework.cloud.stream.schema.server.model - package org.springframework.cloud.stream.schema.server.model
-
- org.springframework.cloud.stream.schema.server.repository - package org.springframework.cloud.stream.schema.server.repository
-
- org.springframework.cloud.stream.schema.server.support - package org.springframework.cloud.stream.schema.server.support
-
R
- register(Schema, UriComponentsBuilder) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
S
- Schema - Class in org.springframework.cloud.stream.schema.server.model
-
- Schema() - Constructor for class org.springframework.cloud.stream.schema.server.model.Schema
-
- SchemaDeletionNotAllowedException - Exception in org.springframework.cloud.stream.schema.server.support
-
- SchemaDeletionNotAllowedException(String) - Constructor for exception org.springframework.cloud.stream.schema.server.support.SchemaDeletionNotAllowedException
-
- SchemaDeletionNotAllowedException() - Constructor for exception org.springframework.cloud.stream.schema.server.support.SchemaDeletionNotAllowedException
-
- schemaDeletionNotPermitted(SchemaDeletionNotAllowedException) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- schemaNotFound(SchemaNotFoundException) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- SchemaNotFoundException - Exception in org.springframework.cloud.stream.schema.server.support
-
- SchemaNotFoundException(String) - Constructor for exception org.springframework.cloud.stream.schema.server.support.SchemaNotFoundException
-
- SchemaRegistryServerApplication - Class in org.springframework.cloud.stream.schema.server
-
- SchemaRegistryServerApplication() - Constructor for class org.springframework.cloud.stream.schema.server.SchemaRegistryServerApplication
-
- SchemaRepository - Interface in org.springframework.cloud.stream.schema.server.repository
-
- SchemaServerConfiguration - Class in org.springframework.cloud.stream.schema.server.config
-
- SchemaServerConfiguration() - Constructor for class org.springframework.cloud.stream.schema.server.config.SchemaServerConfiguration
-
- SchemaServerProperties - Class in org.springframework.cloud.stream.schema.server.config
-
- SchemaServerProperties() - Constructor for class org.springframework.cloud.stream.schema.server.config.SchemaServerProperties
-
- SchemaValidator - Interface in org.springframework.cloud.stream.schema.server.support
-
- schemaValidators() - Method in class org.springframework.cloud.stream.schema.server.config.SchemaServerConfiguration
-
- serverController(SchemaRepository, SchemaServerProperties) - Method in class org.springframework.cloud.stream.schema.server.config.SchemaServerConfiguration
-
- ServerController - Class in org.springframework.cloud.stream.schema.server.controllers
-
- ServerController(SchemaRepository, Map<String, SchemaValidator>, SchemaServerProperties) - Constructor for class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- setAllowSchemaDeletion(boolean) - Method in class org.springframework.cloud.stream.schema.server.config.SchemaServerProperties
-
- setDefinition(String) - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
- setFormat(String) - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
- setId(Integer) - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
- setPath(String) - Method in class org.springframework.cloud.stream.schema.server.config.SchemaServerProperties
-
- setSubject(String) - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
- setVersion(Integer) - Method in class org.springframework.cloud.stream.schema.server.model.Schema
-
U
- unsupportedFormat(UnsupportedFormatException) - Method in class org.springframework.cloud.stream.schema.server.controllers.ServerController
-
- UnsupportedFormatException - Exception in org.springframework.cloud.stream.schema.server.support
-
- UnsupportedFormatException(String) - Constructor for exception org.springframework.cloud.stream.schema.server.support.UnsupportedFormatException
-
V
- valueOf(String) - Static method in enum org.springframework.cloud.stream.schema.server.model.Compatibility
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.cloud.stream.schema.server.model.Compatibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
A C D E F G I M O R S U V
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.