Interface ControlStrategy
- All Known Implementing Classes:
PaginationControlStrategy
,SortControlStrategy
,SortResponseControlStrategy
public interface ControlStrategy
- Author:
- Dmytro Rud
-
Method Summary
Modifier and TypeMethodDescriptiondeserializeDsml2
(byte[] berBytes, boolean criticality) deserializeJson
(com.fasterxml.jackson.databind.JsonNode node) void
serializeJson
(BasicControl control, com.fasterxml.jackson.core.JsonGenerator gen)
-
Method Details
-
deserializeDsml2
- Throws:
IOException
-
deserializeJson
- Throws:
IOException
-
serializeJson
void serializeJson(BasicControl control, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
IOException
-