Explore tweets tagged as #stringtemplate
Generating Java code with String Templates #2. As of Java 21, String templates are in its first round of preview. They will change before going final: the 'StringTemplate.Processor' interface will be no more. In its place, regular methods that takes a StringTemplate instance.
0
1
11
Premier talk de la journée à #javaday. @jmdoudoux est sur scène pour nous parler des #string et #stringtemplate
0
1
8
@TheGrouchHK actually template variables enclosed by a dollar sign are from StringTemplate (Java/C#/Python).
0
0
1
Tilt 2.3.0 Released: StringTemplate supports :freeze option, Tilt.finalize! is idempotent, frozen string literal support in templates works with Template#compiled_path, some deprecated code removed
0
3
14
@bitter_fox JEP 465に書いてあるけど、これじゃダメなの??.var JSON = StringTemplate.Processor.of(. (StringTemplate st) -> new JSONObject(st.interpolate()));.
1
0
1
StringTemplateはメールやチャットなどの通知系(ログも含む)に使いたいイメージ。.でも、文字列リテラルとテキストブロックしか使えない。.変数やファイルから読み込めないと、管理しづらいかも。. #jjug_ccc #jjug_ccc_c.
0
1
1
@bitter_fox そうだと思ったんだけどあんまり気にしてなかったな。この結果、TemplateProcessorのtypeはStringTemplate.Processorのサブタイプでなくてはならず、テンプレート式のtypeはそのサブタイプのprocess(StringTemplate) methodのtypeである必要がある。多分これJLSで定義されるようになるんじゃないかな。.
1
0
0