Class AvroSchemaValidator
- java.lang.Object
-
- pl.allegro.tech.hermes.management.infrastructure.schema.validator.AvroSchemaValidator
-
- All Implemented Interfaces:
SchemaValidator
@Component public class AvroSchemaValidator extends java.lang.Object implements SchemaValidator
-
-
Constructor Summary
Constructors Constructor Description AvroSchemaValidator(boolean metadataFieldIsRequired)AvroSchemaValidator(TopicProperties topicProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(java.lang.String schema)
-
-
-
Constructor Detail
-
AvroSchemaValidator
public AvroSchemaValidator(boolean metadataFieldIsRequired)
-
AvroSchemaValidator
@Autowired public AvroSchemaValidator(TopicProperties topicProperties)
-
-
Method Detail
-
check
public void check(java.lang.String schema) throws InvalidSchemaException- Specified by:
checkin interfaceSchemaValidator- Throws:
InvalidSchemaException
-
-