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