Class PropertyFormatter

java.lang.Object
org.infinispan.configuration.format.PropertyFormatter

public final class PropertyFormatter extends Object
Extracts the configuration into flat key-value property structure by reflection.
Since:
6.0
Author:
Michal Linhard (mlinhard@redhat.com)
  • Constructor Details

    • PropertyFormatter

      public PropertyFormatter()
      Create a new PropertyFormatter instance.
    • PropertyFormatter

      public PropertyFormatter(String globalConfigPrefix, String configPrefix)
      Create a new PropertyFormatter instance.
      Parameters:
      globalConfigPrefix - Prefix used for global configuration property keys.
      configPrefix - Prefix used for cache configuration property keys.
  • Method Details