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 aBindContextfor the givenObjectMapper.
-
Method Details
-
getBindContextFor
Creates aBindContextfor the givenObjectMapper.- Parameters:
mapper- must not be null.- Returns:
- will never be null.
-