io.nuun.kernel.spi.configuration
Class NuunDummyConverter

java.lang.Object
  extended by io.nuun.kernel.spi.configuration.NuunDummyConverter
All Implemented Interfaces:
NuunConfigurationConverter<String>

public class NuunDummyConverter
extends Object
implements NuunConfigurationConverter<String>


Constructor Summary
NuunDummyConverter()
           
 
Method Summary
 String convert(String property)
          Converts string value provided by configuration to type expected by annotated field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuunDummyConverter

public NuunDummyConverter()
Method Detail

convert

public String convert(String property)
Description copied from interface: NuunConfigurationConverter
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.

Specified by:
convert in interface NuunConfigurationConverter<String>
Returns:


Copyright © 2012-2015. All Rights Reserved.