Package uk.co.real_logic.sbe.xml
Interface SchemaTransformer
- All Known Implementing Classes:
SchemaTransformerFactory
public interface SchemaTransformer
An abstraction that allows for general transformations of the IR.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SchemaTransformerDoes an identity transform of the incoming schema. -
Method Summary
Modifier and TypeMethodDescriptiontransform(MessageSchema originalSchema) Return a new MessageSchema that has been transformed from the original.
-
Field Details
-
IDENTITY_TRANSFORMER
Does an identity transform of the incoming schema.
-
-
Method Details
-
transform
Return a new MessageSchema that has been transformed from the original.- Parameters:
originalSchema- to be transformed- Returns:
- resulting transformed schema.
-