org.picocontainer.converters
Class ConverterTestCase.MyConverter
java.lang.Object
org.picocontainer.converters.ConverterTestCase.MyConverter
- All Implemented Interfaces:
- Converter<Boolean>
- Enclosing class:
- ConverterTestCase
public static class ConverterTestCase.MyConverter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invocationCount
public static int invocationCount
ConverterTestCase.MyConverter
public ConverterTestCase.MyConverter()
convert
public Boolean convert(String paramValue)
-
- Specified by:
convert
in interface Converter<Boolean>
- See Also:
BooleanConverter.convert(java.lang.String)
Copyright © 2003-2010 Codehaus. All Rights Reserved.