Uses of Interface
com.mewebstudio.springboot.jpa.nestedset.INestedSetNodeResponse
-
Uses of INestedSetNodeResponse in com.mewebstudio.springboot.jpa.nestedset
Methods in com.mewebstudio.springboot.jpa.nestedset with type parameters of type INestedSetNodeResponseModifier and TypeMethodDescriptionstatic <ID,E extends INestedSetNode<ID>, T extends INestedSetNodeResponse<ID>>
List<T>Build a tree structure from a list of nested set nodes.Methods in com.mewebstudio.springboot.jpa.nestedset that return INestedSetNodeResponseModifier and TypeMethodDescriptionINestedSetNodeResponse.withChildren(List<INestedSetNodeResponse<ID>> children) Set the list of child nodes for this node.Methods in com.mewebstudio.springboot.jpa.nestedset that return types with arguments of type INestedSetNodeResponseModifier and TypeMethodDescriptionINestedSetNodeResponse.getChildren()Get the list of child nodes of this node.Method parameters in com.mewebstudio.springboot.jpa.nestedset with type arguments of type INestedSetNodeResponseModifier and TypeMethodDescriptionINestedSetNodeResponse.withChildren(List<INestedSetNodeResponse<ID>> children) Set the list of child nodes for this node.