Package io.micronaut.json
Interface JsonFeatures
- All Known Implementing Classes:
JacksonFeatures
public interface JsonFeatures
Base interface for json feature classes that can be scanned from annotations. See
JsonMapper.detectFeatures(io.micronaut.core.annotation.AnnotationMetadata)
.- Since:
- 3.1
- Author:
- Jonas Konrad