Module org.monospark.remix
Package org.monospark.remix.internal
Class RecordComponentType.WrappedObjectType
java.lang.Object
org.monospark.remix.internal.RecordComponentType
org.monospark.remix.internal.RecordComponentType.WrappedObjectType
- Direct Known Subclasses:
RecordComponentType.MutableType
- Enclosing class:
- RecordComponentType
public static class RecordComponentType.WrappedObjectType 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
Constructors Constructor Description WrappedObjectType() -
Method Summary
Modifier and Type Method Description ObjectdefaultValue(RecordParameter param)Class<?>getValueType()Objectunwrap(Object value)Objectwrap(RecordParameter param, Object value)
-
Constructor Details
-
WrappedObjectType
public WrappedObjectType()
-
-
Method Details
-
unwrap
- Specified by:
unwrapin classRecordComponentType
-
wrap
- Specified by:
wrapin classRecordComponentType
-
defaultValue
- Specified by:
defaultValuein classRecordComponentType
-
getValueType
- Specified by:
getValueTypein classRecordComponentType
-