public interface ConversionPropertiesProcessor
| Modifier and Type | Method and Description | 
|---|---|
| void | process(String propsName)Process given property to load converters as not required (Properties file doesn't have to exist) | 
| void | processRequired(String propsName)Process given property to load converters as required (Properties file must exist) | 
void process(String propsName)
propsName - Properties file namevoid processRequired(String propsName)
propsName - Properties file nameCopyright © 2000–2025 Apache Software Foundation. All rights reserved.