Uses of Class
ai.konduit.serving.build.dependencies.DependencyAddition.Type
-
Packages that use DependencyAddition.Type Package Description ai.konduit.serving.build.dependencies -
-
Uses of DependencyAddition.Type in ai.konduit.serving.build.dependencies
Methods in ai.konduit.serving.build.dependencies that return DependencyAddition.Type Modifier and Type Method Description DependencyAddition.TypeAllAddition. type()DependencyAddition.TypeAnyAddition. type()DependencyAddition.TypeDependencyAddition. type()static DependencyAddition.TypeDependencyAddition.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DependencyAddition.Type[]DependencyAddition.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-