Class AbstractCLValueWithChildren<T,P extends AbstractCLType>
- java.lang.Object
-
- com.syntifi.casper.sdk.model.clvalue.AbstractCLValue<T,P>
-
- com.syntifi.casper.sdk.model.clvalue.AbstractCLValueWithChildren<T,P>
-
- All Implemented Interfaces:
DecodableValue
,EncodableValue
- Direct Known Subclasses:
CLValueMap
,CLValueTuple1
,CLValueTuple2
,CLValueTuple3
public abstract class AbstractCLValueWithChildren<T,P extends AbstractCLType> extends AbstractCLValue<T,P>
Abstract class for those CLValues which have a child collection- Since:
- 0.0.1
- See Also:
AbstractCLValue
-
-
Constructor Summary
Constructors Constructor Description AbstractCLValueWithChildren()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
int
hashCode()
protected abstract void
setChildTypes()
-
Methods inherited from class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
encode, encodeType, getBytes, getClType, getJsonBytes, getParsed, getValue, setBytes, setClType, setJsonBytes, setParsed, setValue
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.syntifi.casper.sdk.model.clvalue.encdec.interfaces.DecodableValue
decode
-
-
-
-
Method Detail
-
setChildTypes
protected abstract void setChildTypes()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classAbstractCLValue<T,P extends AbstractCLType>
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqual
in classAbstractCLValue<T,P extends AbstractCLType>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractCLValue<T,P extends AbstractCLType>
-
-