-
- Type Parameters:
From - - The source type being converted
To - - The result type expected from conversion.
- All Known Subinterfaces:
- ArgumentProcessor, InitMap<Key,Value>
- All Known Implementing Classes:
- AbstractInitMap, AbstractMultiInitMap, ConcurrencyServiceAbstract.EnviroMap, ConvertsStringValue, GwtcContext.GwtcConverter, HtmlSnippet, InitMapDefault, InitMapString, RuntimeInjectorAbstract.ScopeMap
public interface ConvertsValue<From,To>
A simple conversion interface; useful for creating object adapters.
- Author:
- James X. Nelson (james@wetheinter.net, @james)
-
-
Method Detail
-
convert
To convert(From from)
- Parameters:
from - - An object to convert
- Returns:
- - The result of the conversion
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.