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

javagen.readField Maven / Gradle / Ivy

The newest version!
case {{id}}: /* {{fieldName}} */
  switch (_field.type) {
    case TType.{{constType}}:
      {{fieldType}} {{valueVariableName}};
      {{>readValue}}
      {{fieldName}} = {{valueVariableName}};
      break;
    default:
      TProtocolUtil.skip(_iprot, _field.type);
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy