Interface TypeAwareAdapter<A,B>

All Superinterfaces:
Adapter<A,B>, MapperConverter
All Known Implementing Classes:
ConverterAdapter, LocaleConverter

public interface TypeAwareAdapter<A,B> extends Adapter<A,B>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default AdapterKey
     
     

    Methods inherited from interface org.apache.johnzon.mapper.Adapter

    from, to
  • Method Details