Package manifold.api.json.codegen.schema
Class JsonSchemaTransformerSession
- java.lang.Object
-
- manifold.api.json.codegen.schema.JsonSchemaTransformerSession
-
public class JsonSchemaTransformerSession extends Object
Manages a cache of base types per URL for a given Json parser/transformer session. Note a given session is single-threaded, therefore there is one instance of this class per thread and per session accessible via instance().
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonSchemaTransformerSessioninstance()voidmaybeClear()
-
-
-
Method Detail
-
instance
public static JsonSchemaTransformerSession instance()
-
maybeClear
public void maybeClear()
-
-