Modifier and Type | Method and Description |
---|---|
ObjectMarshallingStrategyAcceptor |
newClassFilterAcceptor(String[] patterns) |
ObjectMarshallingStrategy |
newIdentityMarshallingStrategy() |
ObjectMarshallingStrategy |
newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) |
Marshaller |
newMarshaller(KieBase kbase)
The marshalling strategies for this method are undefined and thus they are derived from the ksession's or environment
provided.
|
Marshaller |
newMarshaller(KieBase kbase,
ObjectMarshallingStrategy[] strategies)
This will override the strategies specified in the ksession or environment.
|
ObjectMarshallingStrategy |
newSerializeMarshallingStrategy() |
ObjectMarshallingStrategy |
newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) |
ObjectMarshallingStrategyAcceptor newClassFilterAcceptor(String[] patterns)
ObjectMarshallingStrategy newIdentityMarshallingStrategy()
ObjectMarshallingStrategy newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
ObjectMarshallingStrategy newSerializeMarshallingStrategy()
ObjectMarshallingStrategy newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
Marshaller newMarshaller(KieBase kbase)
kbase
- Marshaller newMarshaller(KieBase kbase, ObjectMarshallingStrategy[] strategies)
kbase
- strategies
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.