Uses of Class
dev.vality.damsel.domain.ProxyRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ProxyRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ProxyRef Modifier and Type Field Description ProxyRefProxy. refProxyRefProxyObject. refMethods in dev.vality.damsel.domain that return ProxyRef Modifier and Type Method Description ProxyRefProxyRef. deepCopy()ProxyRefReference. getProxy()ProxyRefProxy. getRef()ProxyRefProxyObject. getRef()ProxyRefProxyRef. setId(int id)Methods in dev.vality.damsel.domain with parameters of type ProxyRef Modifier and Type Method Description intProxyRef. compareTo(ProxyRef other)booleanProxyRef. equals(ProxyRef that)static ReferenceReference. proxy(ProxyRef value)voidReference. setProxy(ProxyRef value)ProxyProxy. setRef(ProxyRef ref)ProxyObjectProxyObject. setRef(ProxyRef ref)Constructors in dev.vality.damsel.domain with parameters of type ProxyRef Constructor Description Proxy(ProxyRef ref, Map<String,String> additional)ProxyObject(ProxyRef ref, ProxyDefinition data)ProxyRef(ProxyRef other)Performs a deep copy on other.