Package com.caplin.motif.fx.precision
Class PrecisionSubjectParser
java.lang.Object
com.caplin.motif.fx.precision.PrecisionSubjectParser
- All Implemented Interfaces:
SubjectParser<PrecisionSubjectInfo>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the domain object that represents the subject request.
-
Constructor Details
-
PrecisionSubjectParser
-
-
Method Details
-
parse
Description copied from interface:SubjectParser
Returns the domain object that represents the subject request.- Specified by:
parse
in interfaceSubjectParser<PrecisionSubjectInfo>
- Parameters:
subject
- The subject to parse.- Returns:
- The domain object.
-