java.lang.Object
org.monospark.remix.internal.RecordComponentType
- Direct Known Subclasses:
RecordComponentType.BareType,RecordComponentType.WrappedBooleanType,RecordComponentType.WrappedIntType,RecordComponentType.WrappedObjectType
public abstract class RecordComponentType extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecordComponentType.BareTypestatic classRecordComponentType.MutableBooleanTypestatic classRecordComponentType.MutableTypestatic classRecordComponentType.WrappedBooleanTypestatic classRecordComponentType.WrappedIntTypestatic classRecordComponentType.WrappedObjectType -
Constructor Summary
Constructors Constructor Description RecordComponentType() -
Method Summary
Modifier and Type Method Description abstract ObjectdefaultValue(RecordParameter param)abstract Class<?>getValueType()abstract Objectunwrap(Object value)abstract Objectwrap(RecordParameter param, Object value)
-
Constructor Details
-
RecordComponentType
public RecordComponentType()
-
-
Method Details
-
wrap
-
unwrap
-
defaultValue
-
getValueType
-