public interface AssembleOperation extends Comparable<AssembleOperation>
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
compareTo(AssembleOperation o) |
Assembler |
getAssembler()
获取装配器
|
Container |
getContainer()
获取数据源容器
|
String |
getNamespace()
获取命名空间
|
OperationConfiguration |
getOwner()
获取所属类操作
|
List<AssembleProperty> |
getProperties()
获取装配配置字段
|
int |
getSort()
获取排序
|
Field |
getTargetProperty()
获取注解字段
|
Set<String> |
getTargetPropertyAliases()
获取注解字段别名
|
default int compareTo(AssembleOperation o)
compareTo 在接口中 Comparable<AssembleOperation>int getSort()
OperationConfiguration getOwner()
Field getTargetProperty()
String getNamespace()
Assembler getAssembler()
Container getContainer()
List<AssembleProperty> getProperties()
Copyright © 2022. All rights reserved.