Uses of Class
dev.vality.damsel.json.Value
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.json | |
| dev.vality.damsel.payment_processing |
-
Uses of Value in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type Value Modifier and Type Field Description Map<String,Value>PaymentService. metadataМетаданные, разделённые по пространствам имён.Map<String,Value>PaymentTerminal. metadataМетаданные, разделённые по пространствам имён.Methods in dev.vality.damsel.domain that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>PaymentMethodSchema. getJson()JSON Schema.Map<String,Value>PaymentService. getMetadata()Метаданные, разделённые по пространствам имён.Map<String,Value>PaymentTerminal. getMetadata()Метаданные, разделённые по пространствам имён.Methods in dev.vality.damsel.domain with parameters of type Value Modifier and Type Method Description voidPaymentService. putToMetadata(String key, Value val)voidPaymentTerminal. putToMetadata(String key, Value val)Method parameters in dev.vality.damsel.domain with type arguments of type Value Modifier and Type Method Description static PaymentMethodSchemaPaymentMethodSchema. json(Map<String,Value> value)voidPaymentMethodSchema. setJson(Map<String,Value> value)JSON Schema.PaymentServicePaymentService. setMetadata(Map<String,Value> metadata)Метаданные, разделённые по пространствам имён.PaymentTerminalPaymentTerminal. setMetadata(Map<String,Value> metadata)Метаданные, разделённые по пространствам имён. -
Uses of Value in dev.vality.damsel.json
Methods in dev.vality.damsel.json that return Value Modifier and Type Method Description static ValueValue. arr(List<Value> value)static ValueValue. b(boolean value)ValueValue. deepCopy()static ValueValue. flt(double value)static ValueValue. i(int value)static ValueValue. nl(Null value)static ValueValue. obj(Map<String,Value> value)static ValueValue. str(String value)Methods in dev.vality.damsel.json that return types with arguments of type Value Modifier and Type Method Description List<Value>Value. getArr()Map<String,Value>Value. getObj()Methods in dev.vality.damsel.json with parameters of type Value Modifier and Type Method Description intValue. compareTo(Value other)booleanValue. equals(Value other)Method parameters in dev.vality.damsel.json with type arguments of type Value Modifier and Type Method Description static ValueValue. arr(List<Value> value)static ValueValue. obj(Map<String,Value> value)voidValue. setArr(List<Value> value)voidValue. setObj(Map<String,Value> value)Constructors in dev.vality.damsel.json with parameters of type Value Constructor Description Value(Value other) -
Uses of Value in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as Value Modifier and Type Field Description ValueCustomer. metadataValueCustomerCreated. metadataValueCustomerParams. metadataMethods in dev.vality.damsel.payment_processing that return Value Modifier and Type Method Description ValueCustomer. getMetadata()ValueCustomerCreated. getMetadata()ValueCustomerParams. getMetadata()Methods in dev.vality.damsel.payment_processing with parameters of type Value Modifier and Type Method Description CustomerCustomer. setMetadata(Value metadata)CustomerCreatedCustomerCreated. setMetadata(Value metadata)CustomerParamsCustomerParams. setMetadata(Value metadata)Constructors in dev.vality.damsel.payment_processing with parameters of type Value Constructor Description Customer(String id, String owner_id, String shop_id, CustomerStatus status, String created_at, List<CustomerBinding> bindings, ContactInfo contact_info, Value metadata)CustomerCreated(String customer_id, String owner_id, String shop_id, Value metadata, ContactInfo contact_info, String created_at)CustomerParams(String customer_id, String party_id, String shop_id, ContactInfo contact_info, Value metadata)