Class MarshallerProviderImpl
java.lang.Object
org.drools.serialization.protobuf.MarshallerProviderImpl
- All Implemented Interfaces:
Comparable<org.kie.api.internal.utils.KieService>,org.kie.api.internal.utils.KieService,org.kie.api.marshalling.KieMarshallers
public class MarshallerProviderImpl
extends Object
implements org.kie.api.marshalling.KieMarshallers
-
Field Summary
Fields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.marshalling.ObjectMarshallingStrategyAcceptornewClassFilterAcceptor(String[] patterns) org.kie.api.marshalling.ObjectMarshallingStrategyorg.kie.api.marshalling.ObjectMarshallingStrategynewIdentityMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor) org.kie.api.marshalling.MarshallernewMarshaller(org.kie.api.KieBase kbase) org.kie.api.marshalling.MarshallernewMarshaller(org.kie.api.KieBase kbase, org.kie.api.marshalling.ObjectMarshallingStrategy[] strategies) org.kie.api.marshalling.ObjectMarshallingStrategyorg.kie.api.marshalling.ObjectMarshallingStrategynewSerializeMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Constructor Details
-
MarshallerProviderImpl
public MarshallerProviderImpl()
-
-
Method Details
-
newClassFilterAcceptor
public org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor newClassFilterAcceptor(String[] patterns) - Specified by:
newClassFilterAcceptorin interfaceorg.kie.api.marshalling.KieMarshallers
-
newIdentityMarshallingStrategy
public org.kie.api.marshalling.ObjectMarshallingStrategy newIdentityMarshallingStrategy()- Specified by:
newIdentityMarshallingStrategyin interfaceorg.kie.api.marshalling.KieMarshallers
-
newIdentityMarshallingStrategy
public org.kie.api.marshalling.ObjectMarshallingStrategy newIdentityMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor) - Specified by:
newIdentityMarshallingStrategyin interfaceorg.kie.api.marshalling.KieMarshallers
-
newSerializeMarshallingStrategy
public org.kie.api.marshalling.ObjectMarshallingStrategy newSerializeMarshallingStrategy()- Specified by:
newSerializeMarshallingStrategyin interfaceorg.kie.api.marshalling.KieMarshallers
-
newSerializeMarshallingStrategy
public org.kie.api.marshalling.ObjectMarshallingStrategy newSerializeMarshallingStrategy(org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor acceptor) - Specified by:
newSerializeMarshallingStrategyin interfaceorg.kie.api.marshalling.KieMarshallers
-
newMarshaller
public org.kie.api.marshalling.Marshaller newMarshaller(org.kie.api.KieBase kbase) - Specified by:
newMarshallerin interfaceorg.kie.api.marshalling.KieMarshallers
-
newMarshaller
public org.kie.api.marshalling.Marshaller newMarshaller(org.kie.api.KieBase kbase, org.kie.api.marshalling.ObjectMarshallingStrategy[] strategies) - Specified by:
newMarshallerin interfaceorg.kie.api.marshalling.KieMarshallers
-