T - The Java type of the converted valuepublic static interface ConfigurationService.Converter<T>
Simple conversion contract for converting an untyped object to a specified type.
| Modifier and Type | Method and Description |
|---|---|
T |
convert(Object value)
Convert an untyped Object reference to the Converter’s type.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.