Class TylerCodesParser

java.lang.Object
edu.suffolk.litlab.efsp.server.ecf4.tyler.TylerCodesParser
All Implemented Interfaces:
CodesParser

public class TylerCodesParser extends Object implements CodesParser
All of the Tyler code specific conversions and logic checks from our objects (really light wrappers over the JSON objects).

The `vetXYZ` functions here check that the given inputs work with Tyler's expectations. They return Results; ok for this is good, and an error (with the specific typed-reason) when it will be rejected.