Package formflow.library.config
Class PdfMapFactory
java.lang.Object
formflow.library.config.PdfMapFactory
@ConditionalOnProperty(name="form-flow.pdf.map-file")
public class PdfMapFactory
extends Object
implements org.springframework.beans.factory.FactoryBean<List<PdfMap>>
Parses the pdf map yaml file and creates corresponding PdfFieldMap Beans.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PdfMapFactory
public PdfMapFactory()
-
-
Method Details
-
getObject
-
getObjectType
-
isSingleton
public boolean isSingleton()
-