Record Class LambdaCache.Payload
java.lang.Object
java.lang.Record
org.huiche.ast.metadata.LambdaCache.Payload
- Record Components:
entity- 实体类类型column- 列信息columnType- 列类型
- Enclosing class:
LambdaCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumn()Returns the value of thecolumnrecord component.Returns the value of thecolumnTyperecord component.Class<?> entity()Returns the value of theentityrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Payload
-
-
Method Details
-
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). -
entity
-
column
-
columnType
Returns the value of thecolumnTyperecord component.- Returns:
- the value of the
columnTyperecord component
-