public class MarshallerProviderImpl extends Object implements org.kie.api.marshalling.KieMarshallers
| Constructor and Description |
|---|
MarshallerProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor |
newClassFilterAcceptor(String[] patterns) |
org.kie.api.marshalling.ObjectMarshallingStrategy |
newIdentityMarshallingStrategy() |
org.kie.api.marshalling.ObjectMarshallingStrategy |
newIdentityMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor) |
org.kie.api.marshalling.Marshaller |
newMarshaller(org.kie.api.KieBase kbase) |
org.kie.api.marshalling.Marshaller |
newMarshaller(org.kie.api.KieBase kbase,
org.kie.api.marshalling.ObjectMarshallingStrategy[] strategies) |
org.kie.api.marshalling.ObjectMarshallingStrategy |
newSerializeMarshallingStrategy() |
org.kie.api.marshalling.ObjectMarshallingStrategy |
newSerializeMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor) |
public org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor newClassFilterAcceptor(String[] patterns)
newClassFilterAcceptor in interface org.kie.api.marshalling.KieMarshallerspublic org.kie.api.marshalling.ObjectMarshallingStrategy newIdentityMarshallingStrategy()
newIdentityMarshallingStrategy in interface org.kie.api.marshalling.KieMarshallerspublic org.kie.api.marshalling.ObjectMarshallingStrategy newIdentityMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor)
newIdentityMarshallingStrategy in interface org.kie.api.marshalling.KieMarshallerspublic org.kie.api.marshalling.ObjectMarshallingStrategy newSerializeMarshallingStrategy()
newSerializeMarshallingStrategy in interface org.kie.api.marshalling.KieMarshallerspublic org.kie.api.marshalling.ObjectMarshallingStrategy newSerializeMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor)
newSerializeMarshallingStrategy in interface org.kie.api.marshalling.KieMarshallerspublic org.kie.api.marshalling.Marshaller newMarshaller(org.kie.api.KieBase kbase)
newMarshaller in interface org.kie.api.marshalling.KieMarshallerspublic org.kie.api.marshalling.Marshaller newMarshaller(org.kie.api.KieBase kbase,
org.kie.api.marshalling.ObjectMarshallingStrategy[] strategies)
newMarshaller in interface org.kie.api.marshalling.KieMarshallersCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.