public class DateWithCopyConverter extends Object implements Adapter<Date,String>
private Adapter<Date,String>
delegate
DateWithCopyConverter(Adapter<Date,String> delegate)
String
from(Date date)
Date
to(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Adapter<Date,String> delegate
public DateWithCopyConverter(Adapter<Date,String> delegate)
public Date to(String s)
to
Adapter<Date,String>
public String from(Date date)
from
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.