Uses of Enum Class
lib.aide.paths.Paths.DeepMergeOperation
Packages that use Paths.DeepMergeOperation
-
Uses of Paths.DeepMergeOperation in lib.aide.paths
Methods in lib.aide.paths that return Paths.DeepMergeOperationModifier and TypeMethodDescriptionstatic Paths.DeepMergeOperationReturns the enum constant of this class with the specified name.static Paths.DeepMergeOperation[]Paths.DeepMergeOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in lib.aide.paths that return types with arguments of type Paths.DeepMergeOperationModifier and TypeMethodDescriptionstatic List<Map.Entry<String, Paths.DeepMergeOperation>> Deeply merges the updates map into the original map.Paths.Node.mergeAttributes(Map<String, Object> updates) -
Uses of Paths.DeepMergeOperation in lib.aide.resource.collection
Methods in lib.aide.resource.collection that return types with arguments of type Paths.DeepMergeOperationModifier and TypeMethodDescriptionPathElaboration.merged()Returns the value of themergedrecord component.Constructor parameters in lib.aide.resource.collection with type arguments of type Paths.DeepMergeOperationModifierConstructorDescriptionPathElaboration(ResourceFactory.MapFromTextResult elaboration, ResourceProvenance<?, Resource<? extends Nature, ?>> rp, List<Map.Entry<String, Paths.DeepMergeOperation>> merged) Creates an instance of aPathElaborationrecord class.