Class PropertyStorageUtil


  • public class PropertyStorageUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void updateCollections​(PropertyStorage storage, Transport transport)
      go over all properties in the storage and set `transport` on FluentStyle instances inside collections, if any.
      • Methods inherited from class java.lang.Object

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

      • PropertyStorageUtil

        public PropertyStorageUtil()
    • Method Detail

      • updateCollections

        public static void updateCollections​(PropertyStorage storage,
                                             Transport transport)
        go over all properties in the storage and set `transport` on FluentStyle instances inside collections, if any. only process one level, without recursion - to avoid potential cycles and such.