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