Class SonBridge

java.lang.Object
com.terracottatech.store.definition.SonBridge

public class SonBridge extends Object
  • Constructor Details

    • SonBridge

      public SonBridge()
  • Method Details

    • writeToMutableMap

      public static void writeToMutableMap(com.terracottatech.tcson.MutableSonMap mmap, Map<String,TypedValue<?>> incoming)
    • writeToMutableList

      public static void writeToMutableList(com.terracottatech.tcson.MutableSonList mlist, List<TypedValue<?>> incoming)
    • asMutableSonValue

      public static com.terracottatech.tcson.mutable.MutableSonValue asMutableSonValue(TypedValue<?> tval)
    • typedValueOf

      public static TypedValue<?> typedValueOf(com.terracottatech.tcson.SonValue p, boolean mutable)
    • isTCSon

      public static boolean isTCSon(com.terracottatech.tcson.SonType type)