Class SonBridge
java.lang.Object
com.terracottatech.store.definition.SonBridge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.terracottatech.tcson.mutable.MutableSonValue
asMutableSonValue
(TypedValue<?> tval) static boolean
isTCSon
(com.terracottatech.tcson.SonType type) static TypedValue<?>
typedValueOf
(com.terracottatech.tcson.SonValue p, boolean mutable) static void
writeToMutableList
(com.terracottatech.tcson.MutableSonList mlist, List<TypedValue<?>> incoming) static void
writeToMutableMap
(com.terracottatech.tcson.MutableSonMap mmap, Map<String, TypedValue<?>> incoming)
-
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
-
isTCSon
public static boolean isTCSon(com.terracottatech.tcson.SonType type)
-