| java.lang.Object dalma.container.model.Converter
Converter | abstract class Converter (Code) | | Converts a persisted configuration value into an object of the appropriate type.
TODO: consider adding pluggability.
author: Kohsuke Kawaguchi |
Field Summary | |
final public static Converter[] | ALL All converters. |
get | public static Converter<? super V> get(Class<V> type)(Code) | | Finds a converter that handles the given type.
null if no suitable converter was found. |
|
|