Package org.drools.core.marshalling.impl
Class ObjectMarshallingStrategyStoreImpl
- java.lang.Object
-
- org.drools.core.marshalling.impl.ObjectMarshallingStrategyStoreImpl
-
- All Implemented Interfaces:
org.kie.api.marshalling.ObjectMarshallingStrategyStore
public class ObjectMarshallingStrategyStoreImpl extends Object implements org.kie.api.marshalling.ObjectMarshallingStrategyStore
-
-
Constructor Summary
Constructors Constructor Description ObjectMarshallingStrategyStoreImpl(org.kie.api.marshalling.ObjectMarshallingStrategy[] strategiesList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.marshalling.ObjectMarshallingStrategygetStrategy(int index)intgetStrategy(Object object)org.kie.api.marshalling.ObjectMarshallingStrategygetStrategyObject(Object object)org.kie.api.marshalling.ObjectMarshallingStrategygetStrategyObject(String strategyName)
-
-
-
Method Detail
-
getStrategy
public org.kie.api.marshalling.ObjectMarshallingStrategy getStrategy(int index)
- Specified by:
getStrategyin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategyStore
-
getStrategy
public int getStrategy(Object object)
- Specified by:
getStrategyin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategyStore
-
getStrategyObject
public org.kie.api.marshalling.ObjectMarshallingStrategy getStrategyObject(String strategyName)
- Specified by:
getStrategyObjectin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategyStore
-
getStrategyObject
public org.kie.api.marshalling.ObjectMarshallingStrategy getStrategyObject(Object object)
- Specified by:
getStrategyObjectin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategyStore
-
-