Class ComponentInputsDeserializer
java.lang.Object
com.codebarrel.automation.api.component.inputs.ComponentInputsDeserializer
Turns a serialized component inputs map to strongly typed component inputs where all map values have the correct type
information.
Some of this could eventually be done with a custom JacksonDeserializer (see IssueFieldValueDeserializer),
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvertEntry(Map<String, Object> inputs, String key, com.fasterxml.jackson.core.type.TypeReference typeRef) static voidvoidconvertTypes(ComponentInputs inputs)
-
Constructor Details
-
ComponentInputsDeserializer
public ComponentInputsDeserializer()
-
-
Method Details
-
convertTypes
-
convertEntry
-
convertEntry
-