Class PropertyFormatter
java.lang.Object
org.infinispan.configuration.format.PropertyFormatter
Extracts the configuration into flat key-value property structure by reflection.
- Since:
- 6.0
- Author:
- Michal Linhard (mlinhard@redhat.com)
-
Constructor Summary
ConstructorDescriptionCreate a new PropertyFormatter instance.PropertyFormatter
(String globalConfigPrefix, String configPrefix) Create a new PropertyFormatter instance. -
Method Summary
Modifier and TypeMethodDescriptionformat
(Configuration configuration) format
(GlobalConfiguration configuration)
-
Constructor Details
-
PropertyFormatter
public PropertyFormatter()Create a new PropertyFormatter instance. -
PropertyFormatter
Create a new PropertyFormatter instance.- Parameters:
globalConfigPrefix
- Prefix used for global configuration property keys.configPrefix
- Prefix used for cache configuration property keys.
-
-
Method Details
-
format
-
format
-