io.nuun.kernel.spi.configuration
Interface NuunConfigurationConverter<T>

All Known Implementing Classes:
NuunDummyConverter

public interface NuunConfigurationConverter<T>


Method Summary
 T convert(String property)
          Converts string value provided by configuration to type expected by annotated field.
 

Method Detail

convert

T convert(String property)
Converts string value provided by configuration to type expected by annotated field. Each implementation must provide no-argument constructor in order to be instantiated by injector.

Parameters:
property -
Returns:


Copyright © 2012-2015. All Rights Reserved.