Class JsonFactoryFactory
java.lang.Object
gov.nist.secauto.metaschema.databind.io.json.JsonFactoryFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
configureJsonFactory
(com.fasterxml.jackson.core.JsonFactory factory) Apply a standard configuration to the provided JSONfactory
.static com.fasterxml.jackson.core.JsonFactory
instance()
Get the cachedJsonFactory
instance.
-
Method Details
-
instance
Get the cachedJsonFactory
instance.- Returns:
- the factory
-
configureJsonFactory
Apply a standard configuration to the provided JSONfactory
.- Parameters:
factory
- the factory to configure
-