Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<List<Schema>> |
ServerController.findBySubjectAndVersion(String subject,
String format) |
org.springframework.http.ResponseEntity<Schema> |
ServerController.findOne(Integer id) |
org.springframework.http.ResponseEntity<Schema> |
ServerController.findOne(String subject,
String format,
Integer version) |
org.springframework.http.ResponseEntity<Schema> |
ServerController.register(Schema schema,
org.springframework.web.util.UriComponentsBuilder builder) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<Schema> |
ServerController.register(Schema schema,
org.springframework.web.util.UriComponentsBuilder builder) |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaRepository.findOneBySubjectAndFormatAndVersion(String subject,
String format,
Integer version) |
Modifier and Type | Method and Description |
---|---|
List<Schema> |
SchemaRepository.findBySubjectAndFormatOrderByVersion(String subject,
String format) |
Modifier and Type | Method and Description |
---|---|
Schema |
AvroSchemaValidator.match(List<Schema> schemas,
String definition) |
Schema |
SchemaValidator.match(List<Schema> schemas,
String definition)
Return the Schema that is represented by the definition.
|
Modifier and Type | Method and Description |
---|---|
Schema |
AvroSchemaValidator.match(List<Schema> schemas,
String definition) |
Schema |
SchemaValidator.match(List<Schema> schemas,
String definition)
Return the Schema that is represented by the definition.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.