Class DefaultJohnzonObjectMapperFactory

java.lang.Object
io.restassured.path.json.mapper.factory.DefaultJohnzonObjectMapperFactory
All Implemented Interfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<org.apache.johnzon.mapper.Mapper>, JohnzonObjectMapperFactory

public class DefaultJohnzonObjectMapperFactory extends Object implements JohnzonObjectMapperFactory
Simply creates a new Mapper instance.
  • Constructor Details

    • DefaultJohnzonObjectMapperFactory

      public DefaultJohnzonObjectMapperFactory()
  • Method Details

    • create

      public org.apache.johnzon.mapper.Mapper create(Type cls, String charset)
      Specified by:
      create in interface io.restassured.common.mapper.factory.ObjectMapperFactory<org.apache.johnzon.mapper.Mapper>