Uses of Class
dev.vality.damsel.domain.InspectorRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InspectorRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InspectorRef Modifier and Type Field Description InspectorRefInspectorObject. refMethods in dev.vality.damsel.domain that return InspectorRef Modifier and Type Method Description InspectorRefInspectorRef. deepCopy()InspectorRefReference. getInspector()InspectorRefInspectorObject. getRef()InspectorRefInspectorSelector. getValue()InspectorRefInspectorRef. setId(int id)Methods in dev.vality.damsel.domain with parameters of type InspectorRef Modifier and Type Method Description intInspectorRef. compareTo(InspectorRef other)booleanInspectorRef. equals(InspectorRef that)static ReferenceReference. inspector(InspectorRef value)voidReference. setInspector(InspectorRef value)InspectorObjectInspectorObject. setRef(InspectorRef ref)voidInspectorSelector. setValue(InspectorRef value)static InspectorSelectorInspectorSelector. value(InspectorRef value)Constructors in dev.vality.damsel.domain with parameters of type InspectorRef Constructor Description InspectorObject(InspectorRef ref, Inspector data)InspectorRef(InspectorRef other)Performs a deep copy on other.