Interface ConfigurationService.Converter<T>
- Type Parameters:
T- The Java type of the converted value
- Enclosing interface:
ConfigurationService
public static interface ConfigurationService.Converter<T>
Simple conversion contract for converting an untyped object to a specified type.
-
Method Summary
-
Method Details
-
convert
-