Uses of Class
com.yahoo.config.ModelReference
Packages that use ModelReference
-
Uses of ModelReference in com.yahoo.config
Methods in com.yahoo.config that return ModelReferenceModifier and TypeMethodDescriptionModelNode.getModelReference()static ModelReferenceCreates a resolved reference.static ModelReferenceModelReference.resolved(Path path, UrlReference url) Creates a resolved reference where the original URI path is kept.static ModelReferenceModelReference.unresolved(FileReference path) Creates an unresolved reference from a path only.static ModelReferenceModelReference.unresolved(UrlReference url) Creates an unresolved reference from an url only.static ModelReferenceModelReference.unresolved(String modelId) Creates an unresolved reference from a model id only.static ModelReferenceModelReference.unresolved(Optional<String> modelId, Optional<UrlReference> url, Optional<FileReference> path) Creates an unresolved reference.static ModelReferenceModelReference.unresolved(Optional<String> modelId, Optional<UrlReference> url, Optional<String> secretRef, Optional<FileReference> path) Creates an unresolved reference with an optional secret.static ModelReferenceCreates a model reference which is either a single string with no spaces if resolved, or if unresolved a four-part string on the formmodelId url secretRef path, where each of the elements is either a value not containing space, or empty represented by "".Methods in com.yahoo.config that return types with arguments of type ModelReferenceModifier and TypeMethodDescriptionstatic Map<String,ModelReference> ModelNode.toModelReferenceMap(Map<String, ModelNode> nodeMap) static List<ModelReference>ModelNode.toModelReferences(List<ModelNode> modelNodes) Method parameters in com.yahoo.config with type arguments of type ModelReferenceModifier and TypeMethodDescriptionLeafNodeMaps.asModelNodeMap(Map<String, ModelReference> modelReferenceMap) static LeafNodeVector<Path,ModelNode> LeafNodeVector.createModelNodeVector(Collection<ModelReference> values) Constructors in com.yahoo.config with parameters of type ModelReference