public class ConverterAdapter<A> extends Object implements Adapter<A,String>
private Converter<A>
converter
ConverterAdapter(Converter<A> converter)
String
from(A a)
Converter<A>
getConverter()
A
to(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Converter<A> converter
public ConverterAdapter(Converter<A> converter)
public Converter<A> getConverter()
public A to(String s)
to
Adapter<A,String>
public String from(A a)
from
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.