Uses of Class
org.nekosoft.pdffer.exception.PayloadFormatException
-
Uses of PayloadFormatException in org.nekosoft.pdffer.template
Modifier and TypeMethodDescriptionvoid
AbstractJacksonPdfTemplate.setPayloadJson(String json)
Takes a JSON string and creates the payload for the template from it.void
AbstractJacksonPdfTemplate.setPayloadMap(Map<String,Object> map)
Takes a Java map and creates the payload for the template from it.