Interface BindContextFactory

All Known Implementing Classes:
PersistentEntitiesBindContextFactory

public interface BindContextFactory
Factory to create BindContext instances.
Author:
Oliver Drotbohm
  • Method Summary

    Modifier and Type
    Method
    Description
    getBindContextFor(com.fasterxml.jackson.databind.ObjectMapper mapper)
    Creates a BindContext for the given ObjectMapper.
  • Method Details

    • getBindContextFor

      BindContext getBindContextFor(com.fasterxml.jackson.databind.ObjectMapper mapper)
      Creates a BindContext for the given ObjectMapper.
      Parameters:
      mapper - must not be null.
      Returns:
      will never be null.