Interface V1PropertyReader.Instance

All Known Implementing Classes:
MapBasedPropertyReaderInstance
Enclosing interface:
V1PropertyReader

public static interface V1PropertyReader.Instance
  • Method Details

    • forEachEntry

      void forEachEntry(BiConsumer<String,V1Properties> propertiesForNameConsumer)
      Will call the given consumer for each id of the corresponding entity with its list of properties converted from v1. For example for repositories this will call the consumer with the id of each repository that had properties attached in v1.
    • havingAnyOf

      V1PropertyReader.Instance havingAnyOf(String... keys)
      Filters for entities only having at least one property with a given key name.
    • havingAllOf

      V1PropertyReader.Instance havingAllOf(String... keys)
      Filters for entities only having properties for all given key name.