上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 92 下一页
摘要: ## 介绍 - `java.util.function.Predicate` - 接口声明 ```java @FunctionalInterface public interface Predicate ``` ## API ### static - isEqual - ` Predicate is 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.util.function.Function` - 接口声明 ```java @FunctionalInterface public interface Function ``` ## API ### static - identity - 返回入参 ### public 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.PropertyEditor` - `public interface PropertyEditor` - 用于文本数据和 JavaBean 的特定类型属性值的互相转换 - 实现时一般继承 `java.beans.PropertyEditorSupport` 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.PropertyDescriptor` - `public class PropertyDescriptor extends FeatureDescriptor` ## API ### 构造器 - `PropertyDescriptor(String prop 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.ParameterDescriptor` - `public class ParameterDescriptor extends FeatureDescriptor` - 所有的状态都来自 `FeatureDescriptor` 父类 ## API ### 构 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.MethodDescriptor` - `public class MethodDescriptor extends FeatureDescriptor` ## API ### 构造器 - `MethodDescriptor(Method method)` - 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.Introspector` - `public class Introspector` - 对于每个类“Foo”,如果存在相应的“FooBeanInfo”类,在查询信息时提供非空值,则显式信息可能可用。我们首先通过获取目标 bean 类的完整包限定名称并附加“ 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.FeatureDescriptor` - `public class FeatureDescriptor` - PropertyDescriptor、EventSetDescriptor 和 MethodDescriptor 等的公共基类 ## API - g 阅读全文
posted @ 2023-08-30 17:15 流星<。)#)))≦ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.EventSetDescriptor` - `public class EventSetDescriptor extends FeatureDescriptor` ## API ### 构造器 - `EventSetDescriptor(Class sourc 阅读全文
posted @ 2023-08-30 17:15 流星<。)#)))≦ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.BeanInfo` - `public interface BeanInfo` - 用于暴露 JavaBean 的属性、方法和事件等信息。它定义了访问 JavaBean 元数据和自省能力的标准方法,通过它可以查询 JavaBean 中的属性、方法、事件及其特征 阅读全文
posted @ 2023-08-30 17:15 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 92 下一页