Uses of Class
org.nekosoft.pdffer.exception.PayloadFormatException
Packages that use PayloadFormatException
-
Uses of PayloadFormatException in org.nekosoft.pdffer.template
Methods in org.nekosoft.pdffer.template that throw PayloadFormatExceptionModifier and TypeMethodDescriptionvoidAbstractJacksonPdfTemplate.setPayloadJson(String json)Takes a JSON string and creates the payload for the template from it.voidAbstractJacksonPdfTemplate.setPayloadMap(Map<String,Object> map)Takes a Java map and creates the payload for the template from it.