Class PropertyFormatter
- java.lang.Object
-
- org.infinispan.configuration.format.PropertyFormatter
-
public 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 Summary
Constructors Constructor Description PropertyFormatter()
Create a new PropertyFormatter instance.PropertyFormatter(String globalConfigPrefix, String configPrefix)
Create a new PropertyFormatter instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Properties
format(Configuration configuration)
Properties
format(GlobalConfiguration configuration)
-
-
-
Method Detail
-
format
public Properties format(Configuration configuration)
-
format
public Properties format(GlobalConfiguration configuration)
-
-