Uses of Class
com.yahoo.elide.swagger.SwaggerBuilder.PathMetaData
-
Packages that use SwaggerBuilder.PathMetaData Package Description com.yahoo.elide.swagger -
-
Uses of SwaggerBuilder.PathMetaData in com.yahoo.elide.swagger
Methods in com.yahoo.elide.swagger that return types with arguments of type SwaggerBuilder.PathMetaData Modifier and Type Method Description protected Set<SwaggerBuilder.PathMetaData>SwaggerBuilder. find(com.yahoo.elide.core.type.Type<?> rootClass)Finds all the paths by navigating the entity relationship graph - starting at the given root entity.Stack<SwaggerBuilder.PathMetaData>SwaggerBuilder.PathMetaData. getFullLineage()Constructs a new lineage including the current path element.Methods in com.yahoo.elide.swagger with parameters of type SwaggerBuilder.PathMetaData Modifier and Type Method Description booleanSwaggerBuilder.PathMetaData. shorterThan(SwaggerBuilder.PathMetaData compare)Returns true if this path is a shorter path to the same entity than the given path.Constructor parameters in com.yahoo.elide.swagger with type arguments of type SwaggerBuilder.PathMetaData Constructor Description PathMetaData(Stack<SwaggerBuilder.PathMetaData> lineage, String name, com.yahoo.elide.core.type.Type<?> type)Required argument constructor.
-