public interface TypeAwareAdapter<A,B> extends Adapter<A,B>
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Type |
getFrom() |
default AdapterKey |
getKey() |
java.lang.reflect.Type |
getTo() |
java.lang.reflect.Type getTo()
java.lang.reflect.Type getFrom()
default AdapterKey getKey()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.