Uses of Class
org.symphonyoss.s2.canon.parser.GenerationContext
-
Packages that use GenerationContext Package Description org.symphonyoss.s2.canon.model org.symphonyoss.s2.canon.parser -
-
Uses of GenerationContext in org.symphonyoss.s2.canon.model
Methods in org.symphonyoss.s2.canon.model with parameters of type GenerationContext Modifier and Type Method Description voidModel. generate(GenerationContext generationContext)voidModelElement. generate(GenerationContext generationContext, Map<String,Object> dataModel)voidObjectSchema. generate(GenerationContext generationContext, Map<String,Object> dataModel)protected voidAbstractSchema. generateChildren(GenerationContext generationContext, Map<String,Object> dataModel)protected voidModelElement. generateChildren(GenerationContext generationContext, Map<String,Object> dataModel)protected voidOneOfSchema. generateChildren(GenerationContext generationContext, Map<String,Object> dataModel) -
Uses of GenerationContext in org.symphonyoss.s2.canon.parser
Methods in org.symphonyoss.s2.canon.parser with parameters of type GenerationContext Modifier and Type Method Description voidModelSetParserContext. generate(GenerationContext generationContext)
-