Uses of Class
online.sharedtype.processor.writer.render.Template
Packages that use Template
Package
Description
-
Uses of Template in online.sharedtype.processor.writer.adaptor
Methods in online.sharedtype.processor.writer.adaptor that return types with arguments of type TemplateModifier and TypeMethodDescriptionstatic Tuple<Template, RenderDataAdaptor> static Tuple<Template, RenderDataAdaptor> static Tuple<Template, RenderDataAdaptor> RenderDataAdaptorFactory.typescript(Context ctx) -
Uses of Template in online.sharedtype.processor.writer.converter
Methods in online.sharedtype.processor.writer.converter that return types with arguments of type TemplateModifier and TypeMethodDescription -
Uses of Template in online.sharedtype.processor.writer.render
Fields in online.sharedtype.processor.writer.render declared as TemplateModifier and TypeFieldDescriptionstatic final TemplateTemplate.TEMPLATE_GO_CONST_ENUMstatic final TemplateTemplate.TEMPLATE_GO_HEADERstatic final TemplateTemplate.TEMPLATE_GO_STRUCTstatic final TemplateTemplate.TEMPLATE_GO_STRUCT_ENUMstatic final TemplateTemplate.TEMPLATE_RUST_ENUMstatic final TemplateTemplate.TEMPLATE_RUST_HEADERstatic final TemplateTemplate.TEMPLATE_RUST_STRUCTstatic final TemplateTemplate.TEMPLATE_TYPESCRIPT_ENUMstatic final TemplateTemplate.TEMPLATE_TYPESCRIPT_HEADERstatic final TemplateTemplate.TEMPLATE_TYPESCRIPT_INTERFACEstatic final TemplateTemplate.TEMPLATE_TYPESCRIPT_UNION_TYPE_ENUMMethods in online.sharedtype.processor.writer.render that return TemplateModifier and TypeMethodDescriptionstatic TemplateTemplate.forConstant(SharedType.TargetType targetType, boolean constantNamespaced) Method parameters in online.sharedtype.processor.writer.render with type arguments of type Template