Uses of Class
org.symphonyoss.s2.canon.parser.ParserContext
-
Packages that use ParserContext Package Description org.symphonyoss.s2.canon.model org.symphonyoss.s2.canon.parser org.symphonyoss.s2.canon.parser.error -
-
Uses of ParserContext in org.symphonyoss.s2.canon.model
Methods in org.symphonyoss.s2.canon.model that return ParserContext Modifier and Type Method Description ParserContextModelElement. getContext()ParserContextAllOfSchema. getDiscriminator()Methods in org.symphonyoss.s2.canon.model with parameters of type ParserContext Modifier and Type Method Description static AbstractSchemaField. create(ModelElement parent, ParserContext context, boolean required)AbstractSchemaISchemaFactory. create(ModelElement parent, ParserContext context, ParserContext node)static ParameterParameter. create(ModelElement methodSchema, ParserContext paramContext)static PathItemPathItem. create(Paths paths, ParserContext parserContext)static ResponseHeaderResponseHeader. create(ModelElement methodSchema, ParserContext paramContext)static AbstractSchemaType. create(ModelElement parent, ParserContext context, ParserContext node, String name)protected AbstractSchemaAbstractSchema. createSchema(ParserContext context) -
Uses of ParserContext in org.symphonyoss.s2.canon.parser
Methods in org.symphonyoss.s2.canon.parser that return ParserContext Modifier and Type Method Description ParserContextParserContext. get(String name)ParserContextParserContext. getParent()ParserContextParserContext.ArrayIterator. next()ParserContextParserContext.FieldIterator. next()Methods in org.symphonyoss.s2.canon.parser that return types with arguments of type ParserContext Modifier and Type Method Description Iterator<ParserContext>ParserContext. iterator()Methods in org.symphonyoss.s2.canon.parser with parameters of type ParserContext Modifier and Type Method Description RootParserContextRootParserContext. addReferencedModel(URI uri, ParserContext context)Constructors in org.symphonyoss.s2.canon.parser with parameters of type ParserContext Constructor Description ParserContext(ParserContext parent, String name, com.fasterxml.jackson.databind.JsonNode jsonNode, boolean anonymousInner) -
Uses of ParserContext in org.symphonyoss.s2.canon.parser.error
Methods in org.symphonyoss.s2.canon.parser.error that return ParserContext Modifier and Type Method Description ParserContextOnlyOneAllowedError. getA()ParserContextOnlyOneAllowedError. getB()Constructors in org.symphonyoss.s2.canon.parser.error with parameters of type ParserContext Constructor Description OnlyOneAllowedError(ParserContext a, ParserContext b)
-