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 Summary
Fields inherited from interface io.micronaut.serde.config.naming.PropertyNamingStrategy
IDENTITY, KEBAB_CASE, LOWER_CAMEL_CASE, LOWER_CASE, LOWER_DOT_CASE, SNAKE_CASE, UPPER_CAMEL_CASE, UPPER_CAMEL_CASE_WITH_SPACES - 
Method Summary
Methods inherited from interface io.micronaut.serde.config.naming.PropertyNamingStrategy
translate