Package ca.uhn.fhir.rest.api.server
Class ParseAction<T>
- java.lang.Object
-
- ca.uhn.fhir.rest.api.server.ParseAction<T>
-
- Type Parameters:
T- A functional class that parses an outcome
public abstract class ParseAction<T> extends Object
- Author:
- Peter Van Houte
-
-
Field Summary
Fields Modifier and Type Field Description protected TtheOutcome
-
Constructor Summary
Constructors Modifier Constructor Description protectedParseAction(T outcome)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidexecute(ca.uhn.fhir.parser.IParser parser, Writer writer)
-
-
-
Field Detail
-
theOutcome
protected T theOutcome
-
-
Constructor Detail
-
ParseAction
protected ParseAction(T outcome)
-
-
Method Detail
-
execute
public abstract void execute(ca.uhn.fhir.parser.IParser parser, Writer writer) throws IOException
- Throws:
IOException
-
-