Uses of Class
com.daml.ledger.javaapi.data.Value
Packages that use Value
-
Uses of Value in com.daml.ledger.javaapi.data
Subclasses of Value in com.daml.ledger.javaapi.dataModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classA Timestamp value is represented as microseconds since the UNIX epoch.final classfinal classFields in com.daml.ledger.javaapi.data declared as ValueMethods in com.daml.ledger.javaapi.data that return ValueModifier and TypeMethodDescriptionstatic ValueValue.fromProto(ValueOuterClass.Value value) CreateAndExerciseCommand.getChoiceArgument()@NonNull ValueExerciseByKeyCommand.getChoiceArgument()@NonNull ValueExerciseCommand.getChoiceArgument()@NonNull ValueExercisedEvent.getChoiceArgument()@NonNull ValueExerciseByKeyCommand.getContractKey()@NonNull ValueExercisedEvent.getExerciseResult()@NonNull ValueDamlRecord.Field.getValue()@NonNull ValueVariant.getValue()Methods in com.daml.ledger.javaapi.data that return types with arguments of type ValueModifier and TypeMethodDescriptionCreatedEvent.getContractKey()DamlRecord.getFieldsMap()DamlOptional.getValue()DamlGenMap.stream()DamlGenMap.stream()DamlList.stream()DamlTextMap.stream()static <T> Collector<T,Map<Value, Value>, DamlGenMap> DamlCollectors.toDamlGenMap(Function<T, Value> keyMapper, Function<T, Value> valueMapper) static <T> Collector<T,Map<Value, Value>, DamlGenMap> DamlCollectors.toDamlGenMap(Function<T, Value> keyMapper, Function<T, Value> valueMapper) DamlCollectors.toDamlList()DamlCollectors.toDamlList()DamlCollectors.toDamlList(Function<T, Value> valueMapper) DamlCollectors.toDamlTextMap()DamlCollectors.toDamlTextMap()static <T> Collector<T,Map<String, Value>, DamlTextMap> DamlCollectors.toDamlTextMap(Function<T, String> keyMapper, Function<T, Value> valueMapper) DamlCollectors.toMap()DamlCollectors.toMap()DamlCollectors.toMap()DamlCollectors.toMap()Methods in com.daml.ledger.javaapi.data with parameters of type ValueMethod parameters in com.daml.ledger.javaapi.data with type arguments of type ValueModifier and TypeMethodDescriptionstatic DamlGenMapstatic DamlGenMapstatic DamlListstatic DamlOptionalstatic DamlTextMapstatic <T> Collector<T,Map<Value, Value>, DamlGenMap> DamlCollectors.toDamlGenMap(Function<T, Value> keyMapper, Function<T, Value> valueMapper) DamlCollectors.toDamlList(Function<T, Value> valueMapper) <T> @NonNull List<T><K,V> @NonNull Map<@NonNull K, @NonNull V> DamlGenMap.toMap(@NonNull Function<@NonNull Value, @NonNull K> keyMapper, @NonNull Function<@NonNull Value, @NonNull V> valueMapper) <V> @NonNull Map<@NonNull V,@NonNull V> <V> @NonNull Optional<V>DamlOptional.toOptional(Function<@NonNull Value, @NonNull V> valueMapper) Constructors in com.daml.ledger.javaapi.data with parameters of type ValueModifierConstructorDescriptionCreateAndExerciseCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments, @NonNull String choice, @NonNull Value choiceArgument) ExerciseByKeyCommand(@NonNull Identifier templateId, @NonNull Value contractKey, @NonNull String choice, @NonNull Value choiceArgument) ExerciseCommand(@NonNull Identifier templateId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument) ExercisedEvent(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull Optional<Identifier> interfaceId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument, @NonNull List<@NonNull String> actingParties, boolean consuming, @NonNull Integer lastDescendantNodeId, @NonNull Value exerciseResult, @NonNull List<@NonNull Identifier> implementedInterfaces) PrefetchContractKey(Identifier templateId, Value contractKey) Variant(@NonNull Identifier variantId, @NonNull String constructor, @NonNull Value value) Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type ValueModifierConstructorDescriptionCreatedEvent(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String contractId, @NonNull DamlRecord arguments, @NonNull com.google.protobuf.ByteString createdEventBlob, @NonNull Map<@NonNull Identifier, @NonNull DamlRecord> interfaceViews, @NonNull Map<@NonNull Identifier, @NonNull com.google.rpc.Status> failedInterfaceViews, @NonNull Optional<Value> contractKey, @NonNull Collection<@NonNull String> signatories, @NonNull Collection<@NonNull String> observers, @NonNull Instant createdAt) DamlRecord(@NonNull Optional<Identifier> recordId, @NonNull List<@NonNull DamlRecord.Field> fields, Map<String, Value> fieldsMap) -
Uses of Value in com.daml.ledger.javaapi.data.codegen
Fields in com.daml.ledger.javaapi.data.codegen declared as ValueFields in com.daml.ledger.javaapi.data.codegen with type parameters of type ValueMethods in com.daml.ledger.javaapi.data.codegen that return ValueModifier and TypeMethodDescriptionfinal ValueContractId.toValue()DefinedDataType.toValue()Produce the encoded form.Methods in com.daml.ledger.javaapi.data.codegen with parameters of type ValueConstructors in com.daml.ledger.javaapi.data.codegen with parameters of type ValueModifierConstructorDescriptionprotectedprotectedToInterface(ContractCompanion<?, ?, ?> keySource, Value contractKey)