
templates.java.regular.st Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swift-generator Show documentation
Show all versions of swift-generator Show documentation
Code generator for Thrift IDLs
The newest version!
_structbody(context) ::= <<
<_constructor(context)>
}; separator="\n\n">
>>
_field(field) ::= <<
private ;
<_fieldAnnotation(field)>
public () { return ; }
@ThriftField
public void (final ) { this. = ; }
>>
_constructor(element) ::= <<
public () {
}
>>
_union_body(context) ::= <<
<_union_constructor(context)>
}; separator="\n\n">
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy