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)
Adapter
public B from(A obj)
Adapter
public Type getTo()
getTo
in interface TypeAwareAdapter<A,B>
public Type getFrom()
getFrom
in interface TypeAwareAdapter<A,B>
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.