static CaseMarshallerFactory |
CaseMarshallerFactory.builder() |
Builds new instance of the factory to append marshalling strategies to
with thread context classloader
|
static CaseMarshallerFactory |
CaseMarshallerFactory.builder(ClassLoader classLoader) |
Builds new instance of the factory to append marshalling strategies to
|
CaseMarshallerFactory |
CaseMarshallerFactory.with(org.kie.api.marshalling.ObjectMarshallingStrategy custom) |
Adds given custom marshalling strategy to be used by CaseFileMarshaller
|
CaseMarshallerFactory |
CaseMarshallerFactory.withDoc() |
Adds document marshalling strategy to be used by CaseFileMarshaller
|
CaseMarshallerFactory |
CaseMarshallerFactory.withJpa(String puName) |
Add JPA marshalling strategy to be used by CaseFileMarshaller
|