java.lang.Object
org.monospark.remix.internal.RecordComponentType
org.monospark.remix.internal.RecordComponentType.BareType
- Enclosing class:
- RecordComponentType
public static final class RecordComponentType.BareType extends RecordComponentType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.monospark.remix.internal.RecordComponentType
RecordComponentType.BareType, RecordComponentType.MutableBooleanType, RecordComponentType.MutableType, RecordComponentType.WrappedBooleanType, RecordComponentType.WrappedIntType, RecordComponentType.WrappedObjectType -
Constructor Summary
-
Method Summary
Modifier and Type Method Description ObjectdefaultValue(RecordParameter param)Class<?>getValueType()Objectunwrap(Object value)Objectwrap(RecordParameter param, Object value)
-
Constructor Details
-
BareType
-
-
Method Details
-
wrap
- Specified by:
wrapin classRecordComponentType
-
unwrap
- Specified by:
unwrapin classRecordComponentType
-
defaultValue
- Specified by:
defaultValuein classRecordComponentType
-
getValueType
- Specified by:
getValueTypein classRecordComponentType
-