All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.abubusoft.kripton.KriptonJsonContext Maven / Gradle / Ivy

There is a newer version: 8.2.0-rc.4
Show newest version
package com.abubusoft.kripton;

import com.fasterxml.jackson.core.JsonFactory;

/**
 * @author Francesco Benincasa ([email protected])
 *
 */
public class KriptonJsonContext extends AbstractJacksonContext {

	@Override
	public BinderType getSupportedFormat()
	{
		return BinderType.JSON;
	}
	
	@Override
	public JsonFactory createInnerFactory()
	{
		return new JsonFactory();
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy