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 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.