@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) @ClassMappingAnnotation(clazz=JPathBean.class) public @interface JPathType
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
absolutePath |
String |
expression |
String |
path |
PathElementType |
type |
public abstract String expression
public abstract String absolutePath
public abstract String path
public abstract PathElementType type
Copyright © 2023 onecode. All rights reserved.