private void transcribeStackTrace(TranscriptionOutput out) throws Exception { StackTraceElement[] stackTrace = getStackTrace(); if (stackTrace != null) { out.writeObject(stackTrace.length, __stackSizeParameter, false); for (StackTraceElement element : stackTrace) { out.writeObject(element.getClassName(), __stackClassNameParameter, false); out.writeObject(element.getMethodName(), __stackMethodNameParameter, false); out.writeObject(element.getFileName(), __stackFileNameParameter, false); out.writeObject(element.getLineNumber(), __stackLineNumberParameter, false); } } else out.writeObject(null, __stackSizeParameter, false); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getQueryParameter(), __queryParameterParam, client); out.writeObject(getHeaderParameter(), __headerParameterParam, client); out.writeObject(getBodyParameter(), __bodyParameterParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getName(), __nameParam, client); out.writeObject(getValue1(), __value1Param, client); out.writeObject(getValue2(), __value2Param, client); out.writeObject(getOk(), __okParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getDates(), __datesParam, client); out.writeObject(getBytes(), __bytesParam, client); out.writeObject(getI32s(), __i32sParam, client); out.writeObject(getI64s(), __i64sParam, client); out.writeObject(getFloats(), __floatsParam, client); out.writeObject(getDoubles(), __doublesParam, client); out.writeObject(getStrings(), __stringsParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getPrincipal(), __principalParam, client); out.writeObject(getCredentialName(), __credentialNameParam, client); out.writeObject(getCredentialValue(), __credentialValueParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getQueryParameter(), __queryParameterParam, client); out.writeObject(getHeaderParameter(), __headerParameterParam, client); out.writeObject(getBodyParameter1(), __bodyParameter1Param, client); out.writeObject(getBodyParameter2(), __bodyParameter2Param, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getQueryParameter(), __queryParameterParam, client); out.writeObject(getHeaderParameter(), __headerParameterParam, client); out.writeObject(getBodyParameter(), __bodyParameterParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getQueryParameter(), __queryParameterParam, client); out.writeObject(getHeaderParameter(), __headerParameterParam, client); out.writeObject(getBodyParameter(), __bodyParameterParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getService(), __serviceParam, client); out.writeObject(getCache(), __cacheParam, client); out.writeObject(getRecordId(), __recordIdParam, client); out.writeObject(getLoadCount(), __loadCountParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getName(), __nameParam, client); out.writeObject(getValue1(), __value1Param, client); out.writeObject(getValue2(), __value2Param, client); out.writeObject(getOk(), __okParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getInts(), __intsParam, client); out.writeObject(getStrings(), __stringsParam, client); out.writeObject(getEnums(), __enumsParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getDates(), __datesParam, client); out.writeObject(getBytes(), __bytesParam, client); out.writeObject(getI32s(), __i32sParam, client); out.writeObject(getI64s(), __i64sParam, client); out.writeObject(getFloats(), __floatsParam, client); out.writeObject(getDoubles(), __doublesParam, client); out.writeObject(getStrings(), __stringsParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getQueryParameter(), __queryParameterParam, client); out.writeObject(getHeaderParameter(), __headerParameterParam, client); out.writeObject(getBodyParameter(), __bodyParameterParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getQueryParameter(), __queryParameterParam, client); out.writeObject(getHeaderParameter(), __headerParameterParam, client); out.writeObject(getBodyParameter(), __bodyParameterParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getLogString(), __logStringParam, client); out.writeObject(getLogLevel(), __logLevelParam, client); out.writeObject(getTimeStamp(), __timeStampParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getSimpleInt(), __simpleIntParam, client); out.writeObject(getSimpleDouble(), __simpleDoubleParam, client); out.writeObject(getSimpleString(), __simpleStringParam, client); if (params.contains(TranscribableParams.EnumsWrittenAsStrings)) { out.writeObject(getSimpleEnum() != null ? getSimpleEnum().name() : null, __simpleEnumParam, client); } else { out.writeObject(getSimpleEnum(), __simpleEnumParam, client); } }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getStringParameter(), __stringParameterParam, client); out.writeObject(getDateTimeParameter(), __dateTimeParameterParam, client); if (params.contains(TranscribableParams.EnumsWrittenAsStrings)) { out.writeObject(getEnumParameter() != null ? getEnumParameter().name() : null, __enumParameterParam, client); } else { out.writeObject(getEnumParameter(), __enumParameterParam, client); } out.writeObject(getListParameter(), __listParameterParam, client); }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { out.writeObject(getName(), __nameParam, client); if (params.contains(TranscribableParams.EnumsWrittenAsStrings)) { out.writeObject(getStatus() != null ? getStatus().name() : null, __statusParam, client); } else { out.writeObject(getStatus(), __statusParam, client); } }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { if (params.contains(TranscribableParams.EnumsWrittenAsStrings)) { out.writeObject(getBodyParameter() != null ? getBodyParameter().name() : null, __bodyParameterParam, client); } else { out.writeObject(getBodyParameter(), __bodyParameterParam, client); } }
public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client) throws Exception { if (params.contains(TranscribableParams.EnumsWrittenAsStrings)) { out.writeObject(getBodyParameter() != null ? getBodyParameter().name() : null, __bodyParameterParam, client); } else { out.writeObject(getBodyParameter(), __bodyParameterParam, client); } }