java.lang.Object
org.miaixz.bus.mapper.binding.function.Fn.FnType<T,R>
- Type Parameters:
T- 实体类型R- 返回值类型
- All Implemented Interfaces:
Serializable,Function<T,,R> Fn<T,R>
带有指定实体类类型的方法引用
- See Also:
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface org.miaixz.bus.mapper.binding.function.Fn
FN_CLASS_FIELD_MAP, FN_COLUMN_MAP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.miaixz.bus.mapper.binding.function.Fn
in, toClassField, toColumn, toEntityColumn, toField
-
Field Details
-
fn
-
entityClass
-
-
Constructor Details
-
FnType
构造函数,初始化方法引用和实体类- Parameters:
fn- 原始方法引用entityClass- 实体类类型
-
-
Method Details
-
apply
应用方法引用到指定对象 -
equals
比较两个 FnType 对象是否相等 -
hashCode
public int hashCode()计算对象的哈希值
-