public class NoopConverter<T> extends Object implements Converter<T,T>
NoopConverter()
T
convert(T input)
error(String msg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NoopConverter()
public T convert(T input) throws IllegalArgumentException
convert
Converter<T,T>
IllegalArgumentException
public T error(String msg)
error
Copyright © 2015 aQute SARL. All rights reserved.