Record Class JTestExpression.Wrapper
java.lang.Object
java.lang.Record
honeyroasted.jypestub.model.test.JTestExpression.Wrapper
- All Implemented Interfaces:
JStubSerialization.Wrapper<JTestExpression>
- Enclosing interface:
JTestExpression
public static record JTestExpression.Wrapper(JTestExpression inner)
extends Record
implements JStubSerialization.Wrapper<JTestExpression>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionWrapper(JTestExpression inner) Creates an instance of aWrapperrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.inner()Returns the value of theinnerrecord component.honeyroasted.jype.system.JExpressionInformationresolve(honeyroasted.jype.system.JTypeSystem system) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
SERIALIZER
public static JStubSerialization.WrapperSerializer<JTestExpression, JTestExpression.Wrapper> SERIALIZER -
DESERIALIZER
public static JStubSerialization.WrapperDeserializer<JTestExpression, JTestExpression.Wrapper> DESERIALIZER
-
-
Constructor Details
-
Wrapper
Creates an instance of aWrapperrecord class.- Parameters:
inner- the value for theinnerrecord component
-
-
Method Details
-
resolve
public honeyroasted.jype.system.JExpressionInformation resolve(honeyroasted.jype.system.JTypeSystem system) -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
inner
Returns the value of theinnerrecord component.- Specified by:
innerin interfaceJStubSerialization.Wrapper<JTestExpression>- Returns:
- the value of the
innerrecord component
-