Class ObjectMarshallingStrategyStoreImpl
java.lang.Object
org.drools.serialization.protobuf.marshalling.ObjectMarshallingStrategyStoreImpl
- All Implemented Interfaces:
org.kie.api.marshalling.ObjectMarshallingStrategyStore
public class ObjectMarshallingStrategyStoreImpl
extends Object
implements org.kie.api.marshalling.ObjectMarshallingStrategyStore
-
Constructor Summary
ConstructorsConstructorDescriptionObjectMarshallingStrategyStoreImpl(org.kie.api.marshalling.ObjectMarshallingStrategy[] strategiesList) -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.marshalling.ObjectMarshallingStrategygetStrategy(int index) intgetStrategy(Object object) org.kie.api.marshalling.ObjectMarshallingStrategygetStrategyObject(Object object) org.kie.api.marshalling.ObjectMarshallingStrategygetStrategyObject(String strategyName)
-
Constructor Details
-
ObjectMarshallingStrategyStoreImpl
public ObjectMarshallingStrategyStoreImpl(org.kie.api.marshalling.ObjectMarshallingStrategy[] strategiesList)
-
-
Method Details
-
getStrategy
public org.kie.api.marshalling.ObjectMarshallingStrategy getStrategy(int index) - Specified by:
getStrategyin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategyStore
-
getStrategy
- Specified by:
getStrategyin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategyStore
-
getStrategyObject
- Specified by:
getStrategyObjectin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategyStore
-
getStrategyObject
- Specified by:
getStrategyObjectin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategyStore
-