Interface BindContextFactory
- All Known Implementing Classes:
PersistentEntitiesBindContextFactory
public interface BindContextFactory
Factory to create
BindContext
instances.- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptiongetBindContextFor
(com.fasterxml.jackson.databind.ObjectMapper mapper) Creates aBindContext
for the givenObjectMapper
.
-
Method Details
-
getBindContextFor
Creates aBindContext
for the givenObjectMapper
.- Parameters:
mapper
- must not be null.- Returns:
- will never be null.
-