Uses of Interface
com.daml.ledger.javaapi.data.codegen.ValueDecoder
Packages that use ValueDecoder
-
Uses of ValueDecoder in com.daml.ledger.javaapi.data.codegen
Fields in com.daml.ledger.javaapi.data.codegen declared as ValueDecoderModifier and TypeFieldDescriptionfinal ValueDecoder<ArgType>Choice.argTypeDecoderstatic final ValueDecoder<Boolean>PrimitiveValueDecoders.fromBoolstatic final ValueDecoder<LocalDate>PrimitiveValueDecoders.fromDatestatic final ValueDecoder<Long>PrimitiveValueDecoders.fromInt64static final ValueDecoder<BigDecimal>PrimitiveValueDecoders.fromNumericstatic final ValueDecoder<String>PrimitiveValueDecoders.fromPartystatic final ValueDecoder<String>PrimitiveValueDecoders.fromTextstatic final ValueDecoder<Instant>PrimitiveValueDecoders.fromTimestampstatic final ValueDecoder<Unit>PrimitiveValueDecoders.fromUnitfinal ValueDecoder<ResType>Choice.returnTypeDecoderfinal ValueDecoder<R>Update.ExerciseUpdate.returnTypeDecoderfinal ValueDecoder<View>InterfaceCompanion.valueDecoderMethods in com.daml.ledger.javaapi.data.codegen that return ValueDecoderModifier and TypeMethodDescriptionstatic <T> ValueDecoder<ContractId<T>>PrimitiveValueDecoders.fromContractId(ValueDecoder<T> contractType) static <K,V> ValueDecoder<Map<K, V>> PrimitiveValueDecoders.fromGenMap(ValueDecoder<K> keyType, ValueDecoder<V> valueType) Specifically for decoding theDA.Internal.LF.Mapprimitive type.static <T> ValueDecoder<List<T>>PrimitiveValueDecoders.fromList(ValueDecoder<T> element) static <T> ValueDecoder<Optional<T>>PrimitiveValueDecoders.fromOptional(ValueDecoder<T> element) static <T> ValueDecoder<Map<String,T>> PrimitiveValueDecoders.fromTextMap(ValueDecoder<T> valueType) Specifically for decoding theDA.Internal.LF.TextMapprimitive type.static <T> ValueDecoder<T>PrimitiveValueDecoders.impossible()Can be passed to decoder-producing functions to decode phantom type parameters only.static <Data> ValueDecoder<Data>ContractCompanion.valueDecoder(ContractCompanion<?, ? extends ContractId<Data>, Data> companion) Static method to generate an implementation ofValueDecoderof typeDatawith metadata from the providedContractCompanion.Methods in com.daml.ledger.javaapi.data.codegen with parameters of type ValueDecoderModifier and TypeMethodDescriptionstatic <T> ValueDecoder<ContractId<T>>PrimitiveValueDecoders.fromContractId(ValueDecoder<T> contractType) static <K,V> ValueDecoder<Map<K, V>> PrimitiveValueDecoders.fromGenMap(ValueDecoder<K> keyType, ValueDecoder<V> valueType) Specifically for decoding theDA.Internal.LF.Mapprimitive type.static <T> ValueDecoder<List<T>>PrimitiveValueDecoders.fromList(ValueDecoder<T> element) static <T> ValueDecoder<Optional<T>>PrimitiveValueDecoders.fromOptional(ValueDecoder<T> element) static <T> ValueDecoder<Map<String,T>> PrimitiveValueDecoders.fromTextMap(ValueDecoder<T> valueType) Specifically for decoding theDA.Internal.LF.TextMapprimitive type.