Uses of Enum Class
tech.jhipster.lite.module.domain.javadependency.JavaDependencyType
Packages that use JavaDependencyType
Package
Description
-
Uses of JavaDependencyType in tech.jhipster.lite.module.domain.javabuild.command
Methods in tech.jhipster.lite.module.domain.javabuild.command that return types with arguments of type JavaDependencyTypeModifier and TypeMethodDescriptiondefault Optional<JavaDependencyType>AddJavaDependency.dependencyType() -
Uses of JavaDependencyType in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency that return JavaDependencyTypeModifier and TypeMethodDescriptionstatic JavaDependencyTypeReturns the enum constant of this class with the specified name.static JavaDependencyType[]JavaDependencyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.jhipster.lite.module.domain.javadependency that return types with arguments of type JavaDependencyTypeMethods in tech.jhipster.lite.module.domain.javadependency with parameters of type JavaDependencyTypeModifier and TypeMethodDescriptionJavaDependency.JavaDependencyBuilder.type(JavaDependencyType type) JavaDependency.JavaDependencyOptionalValueBuilder.type(JavaDependencyType type)