T - A functional class that parses an outcomepublic abstract class ParseAction<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
theOutcome |
| Modifier | Constructor and Description |
|---|---|
protected |
ParseAction(T outcome) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute(ca.uhn.fhir.parser.IParser parser,
Writer writer) |
protected T theOutcome
protected ParseAction(T outcome)
public abstract void execute(ca.uhn.fhir.parser.IParser parser, Writer writer) throws IOException
IOExceptionCopyright © 2014–2019 University Health Network. All rights reserved.