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.KieMarshallers
public org.kie.api.marshalling.ObjectMarshallingStrategy newIdentityMarshallingStrategy()
newIdentityMarshallingStrategy
in interface org.kie.api.marshalling.KieMarshallers
public org.kie.api.marshalling.ObjectMarshallingStrategy newIdentityMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor)
newIdentityMarshallingStrategy
in interface org.kie.api.marshalling.KieMarshallers
public org.kie.api.marshalling.ObjectMarshallingStrategy newSerializeMarshallingStrategy()
newSerializeMarshallingStrategy
in interface org.kie.api.marshalling.KieMarshallers
public org.kie.api.marshalling.ObjectMarshallingStrategy newSerializeMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor)
newSerializeMarshallingStrategy
in interface org.kie.api.marshalling.KieMarshallers
public org.kie.api.marshalling.Marshaller newMarshaller(org.kie.api.KieBase kbase)
newMarshaller
in interface org.kie.api.marshalling.KieMarshallers
public org.kie.api.marshalling.Marshaller newMarshaller(org.kie.api.KieBase kbase, org.kie.api.marshalling.ObjectMarshallingStrategy[] strategies)
newMarshaller
in interface org.kie.api.marshalling.KieMarshallers
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.