Interface MappingTreeView.ClassMappingView
- All Superinterfaces:
MappingTreeView.ElementMappingView
- All Known Subinterfaces:
MappingTree.ClassMapping
- Enclosing interface:
MappingTreeView
-
Method Summary
Modifier and TypeMethodDescription@Nullable MappingTreeView.FieldMappingViewdefault @Nullable MappingTreeView.FieldMappingViewCollection<? extends MappingTreeView.FieldMappingView> @Nullable MappingTreeView.MethodMappingViewdefault @Nullable MappingTreeView.MethodMappingViewCollection<? extends MappingTreeView.MethodMappingView> Methods inherited from interface MappingTreeView.ElementMappingView
getComment, getDstName, getName, getName, getSrcName, getTree
-
Method Details
-
getFields
Collection<? extends MappingTreeView.FieldMappingView> getFields() -
getField
@Nullable @Nullable MappingTreeView.FieldMappingView getField(String srcName, @Nullable @Nullable String srcDesc) - See Also:
-
getField
@Nullable default @Nullable MappingTreeView.FieldMappingView getField(String name, @Nullable @Nullable String desc, int namespace) - See Also:
-
getMethods
Collection<? extends MappingTreeView.MethodMappingView> getMethods() -
getMethod
@Nullable @Nullable MappingTreeView.MethodMappingView getMethod(String srcName, @Nullable @Nullable String srcDesc) - See Also:
-
getMethod
@Nullable default @Nullable MappingTreeView.MethodMappingView getMethod(String name, @Nullable @Nullable String desc, int namespace) - See Also:
-