-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
from
private final Type from
-
Method Detail
-
to
public A to(B obj)
- Specified by:
to
in interface org.apache.johnzon.mapper.Adapter<A,B>
-
from
public B from(A obj)
- Specified by:
from
in interface org.apache.johnzon.mapper.Adapter<A,B>
-
getTo
public Type getTo()
- Specified by:
getTo
in interface org.apache.johnzon.mapper.TypeAwareAdapter<A,B>
-
getFrom
public Type getFrom()
- Specified by:
getFrom
in interface org.apache.johnzon.mapper.TypeAwareAdapter<A,B>
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.