Class ObjectMarshallingStrategyStoreImpl

  • All Implemented Interfaces:
    org.kie.api.marshalling.ObjectMarshallingStrategyStore

    public class ObjectMarshallingStrategyStoreImpl
    extends java.lang.Object
    implements org.kie.api.marshalling.ObjectMarshallingStrategyStore
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.api.marshalling.ObjectMarshallingStrategy getStrategy​(int index)  
      int getStrategy​(java.lang.Object object)  
      org.kie.api.marshalling.ObjectMarshallingStrategy getStrategyObject​(java.lang.Object object)  
      org.kie.api.marshalling.ObjectMarshallingStrategy getStrategyObject​(java.lang.String strategyName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectMarshallingStrategyStoreImpl

        public ObjectMarshallingStrategyStoreImpl​(org.kie.api.marshalling.ObjectMarshallingStrategy[] strategiesList)
    • Method Detail

      • getStrategy

        public org.kie.api.marshalling.ObjectMarshallingStrategy getStrategy​(int index)
        Specified by:
        getStrategy in interface org.kie.api.marshalling.ObjectMarshallingStrategyStore
      • getStrategy

        public int getStrategy​(java.lang.Object object)
        Specified by:
        getStrategy in interface org.kie.api.marshalling.ObjectMarshallingStrategyStore
      • getStrategyObject

        public org.kie.api.marshalling.ObjectMarshallingStrategy getStrategyObject​(java.lang.String strategyName)
        Specified by:
        getStrategyObject in interface org.kie.api.marshalling.ObjectMarshallingStrategyStore
      • getStrategyObject

        public org.kie.api.marshalling.ObjectMarshallingStrategy getStrategyObject​(java.lang.Object object)
        Specified by:
        getStrategyObject in interface org.kie.api.marshalling.ObjectMarshallingStrategyStore