Package org.mongojack
Interface InitializationRequiredForTransformation
-
- All Known Subinterfaces:
Aggregation.Stage<S>
- All Known Implementing Classes:
Aggregation.Group
,Aggregation.Limit
,Aggregation.Match
,Aggregation.Out
,Aggregation.Pipeline
,Aggregation.Project
,Aggregation.Skip
,Aggregation.Sort
,Aggregation.Unwind
,DBQuery.Query
,DBUpdate.Builder
public interface InitializationRequiredForTransformation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType type, JacksonCodecRegistry codecRegistry)
-
-
-
Method Detail
-
initialize
void initialize(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType type, JacksonCodecRegistry codecRegistry)
-
-