Uses of Record Class
tech.jhipster.lite.module.domain.nodejs.NodePackagesVersionSource
Packages that use NodePackagesVersionSource
Package
Description
-
Uses of NodePackagesVersionSource in tech.jhipster.lite.module.domain.nodejs
Methods in tech.jhipster.lite.module.domain.nodejs that return NodePackagesVersionSourceModifier and TypeMethodDescriptionJHLiteNodePackagesVersionSource.build()NodePackagesVersionSourceFactory.build()Methods in tech.jhipster.lite.module.domain.nodejs with parameters of type NodePackagesVersionSourceModifier and TypeMethodDescriptionNodePackagesVersions.get(NodePackageName packageName, NodePackagesVersionSource source) default NodePackageVersionNodeVersions.get(String packageName, NodePackagesVersionSource source) Get the Node.js package version from the given sourcedefault NodePackageVersionNodeVersions.get(NodePackageName packageName, NodePackagesVersionSource source) Get the Node.js package version from the given sourceNodePackagesVersions.NpmPackagesVersionsBuilder.put(NodePackagesVersionSource source, Collection<NodePackage> packages) Constructors in tech.jhipster.lite.module.domain.nodejs with parameters of type NodePackagesVersionSourceModifierConstructorDescriptionUnknownNodePackageException(NodePackageName packageName, NodePackagesVersionSource source) -
Uses of NodePackagesVersionSource in tech.jhipster.lite.module.domain.packagejson
Methods in tech.jhipster.lite.module.domain.packagejson that return NodePackagesVersionSourceMethods in tech.jhipster.lite.module.domain.packagejson with parameters of type NodePackagesVersionSourceModifier and TypeMethodDescriptionPackageJsonDependency.PackageJsonDependencyVersionSourceBuilder.versionSource(NodePackagesVersionSource versionSource)