Package com.avoka.fc.core.service.vo
Class PrefillParamXpathMapVO
- java.lang.Object
-
- com.avoka.fc.core.service.vo.PrefillParamXpathMapVO
-
public class PrefillParamXpathMapVO extends Object
Provides a read only Prefill Param Xpath Map value object for performance caching.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description PrefillParamXpathMapVO(PrefillParamXpathMap ppxm)
Create a Prefill Param Xpath Map value object.
-
-
-
Constructor Detail
-
PrefillParamXpathMapVO
public PrefillParamXpathMapVO(PrefillParamXpathMap ppxm)
Create a Prefill Param Xpath Map value object.- Parameters:
ppxm
- the source prefill param xpath map
-
-