Java com.fasterxml.jackson.dataformat.smile SmileFactory fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.dataformat.smile SmileFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.dataformat.smile SmileFactory.

The text is from its open source code.

Constructor

SmileFactory()
Default constructor used to create factory instances.

Method

SmileFactoryconfigure(SmileParser.Feature f, boolean state)
Method for enabling or disabling specified parser feature (check SmileParser.Feature for list of features)
SmileFactoryconfigure(SmileGenerator.Feature f, boolean state)
Method for enabling or disabling specified generator feature (check SmileGenerator.Feature for list of features)
SmileGeneratorcreateJsonGenerator(OutputStream out)
SmileParsercreateParser(File f)
SmileParsercreateParser(URL url)
SmileParsercreateParser(InputStream in)
SmileParsercreateParser(byte[] data)