public class JohnzonJsonbAdapter<A,B> extends Object implements TypeAwareAdapter<A,B>
| Constructor and Description |
|---|
JohnzonJsonbAdapter(JsonbAdapter<A,B> delegate,
Type from,
Type to) |
public JohnzonJsonbAdapter(JsonbAdapter<A,B> delegate, Type from, Type to)
public A to(B obj)
Adapterpublic B from(A obj)
Adapterpublic Type getTo()
getTo in interface TypeAwareAdapter<A,B>public Type getFrom()
getFrom in interface TypeAwareAdapter<A,B>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.