接口 PropertyAccessor<T,R>
- 所有已知实现类:
ImmutablePropertyAccessor,Pipeline
public interface PropertyAccessor<T,R>
标识具有属性访问功能的实体
- 从以下版本开始:
- 2019-4-24, 2.3.0
- 作者:
- Ready
-
方法概要
-
方法详细资料
-
getGetter
-
getSetter
BiConsumer<? super T,R> getSetter()
-