Uses of Enum Class
tech.jhipster.lite.module.domain.packagejson.NodeModuleFormat
Packages that use NodeModuleFormat
-
Uses of NodeModuleFormat in tech.jhipster.lite.module.domain.packagejson
Methods in tech.jhipster.lite.module.domain.packagejson that return NodeModuleFormatModifier and TypeMethodDescriptionstatic NodeModuleFormatReturns the enum constant of this class with the specified name.static NodeModuleFormat[]NodeModuleFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.jhipster.lite.module.domain.packagejson that return types with arguments of type NodeModuleFormatMethods in tech.jhipster.lite.module.domain.packagejson with parameters of type NodeModuleFormatModifier and TypeMethodDescriptionJHipsterModulePackageJson.JHipsterModulePackageJsonBuilder.type(NodeModuleFormat moduleFormat) Defines the module format ("type") in thepackage.json.