All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.loader.t.generalloader Maven / Gradle / Ivy

.if ( "boolean" == self.type_name )
false\
.elif ( "int" == self.type_name )
0\
.elif ( "double" == self.type_name )
0d\
.else
  .if ( self.load_value )
${self.type_name}.deserialize(values.get($t{value_index}))\
  .else
new ${self.type_name}()\
  .end if
.end if




© 2015 - 2025 Weber Informatics LLC | Privacy Policy