Package io.micronaut.data.document.serde
Interface IdPropertyNamingStrategy
- All Superinterfaces:
- io.micronaut.serde.config.naming.PropertyNamingStrategy
@Internal
public interface IdPropertyNamingStrategy
extends io.micronaut.serde.config.naming.PropertyNamingStrategy
ID property naming strategy. Implementation is resolved by the runtime model.
- Since:
- 3.3
- Author:
- Denis Stepanov
- 
Field SummaryFields inherited from interface io.micronaut.serde.config.naming.PropertyNamingStrategyIDENTITY, KEBAB_CASE, LOWER_CAMEL_CASE, LOWER_CASE, LOWER_DOT_CASE, SNAKE_CASE, UPPER_CAMEL_CASE, UPPER_CAMEL_CASE_WITH_SPACES
- 
Method SummaryMethods inherited from interface io.micronaut.serde.config.naming.PropertyNamingStrategytranslate