Uses of Class
com.qdesrame.openapi.diff.model.ChangedList
-
Packages that use ChangedList Package Description com.qdesrame.openapi.diff.compare com.qdesrame.openapi.diff.model com.qdesrame.openapi.diff.model.schema com.qdesrame.openapi.diff.output -
-
Uses of ChangedList in com.qdesrame.openapi.diff.compare
Methods in com.qdesrame.openapi.diff.compare with type parameters of type ChangedList Modifier and Type Method Description static <K extends ChangedList<X>,X>
KListDiff. diff(K instance) -
Uses of ChangedList in com.qdesrame.openapi.diff.model
Subclasses of ChangedList in com.qdesrame.openapi.diff.model Modifier and Type Class Description static classChangedList.SimpleChangedList<T>classChangedSecuritySchemeScopes -
Uses of ChangedList in com.qdesrame.openapi.diff.model.schema
Subclasses of ChangedList in com.qdesrame.openapi.diff.model.schema Modifier and Type Class Description classChangedEnum<T>classChangedRequired -
Uses of ChangedList in com.qdesrame.openapi.diff.output
Methods in com.qdesrame.openapi.diff.output with parameters of type ChangedList Modifier and Type Method Description protected StringMarkdownRender. listDiff(int deepness, String name, ChangedList<?> listDiff)
-