Package io.activej.codec.registry
Interface CodecFactory
- All Known Implementing Classes:
CodecRegistry
public interface CodecFactory
This is an interface for something that can create or retrieve a codec for a given type.
-
Method Summary
Modifier and Type Method Description default <T> StructuredCodec<T>get(TypeT<T> type)default <T> StructuredCodec<T>get(Class<T> type)<T> StructuredCodec<T>get(Type type)
-
Method Details
-
get
-
get
-
get
-