class NavigablePropertiesCompleter extends Object
| Constructor and description | 
|---|
| NavigablePropertiesCompleter() | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | addCompletions(Object instance, String prefix, Set<CharSequence> candidates)Adds navigable properties to the list of candidates if they match the prefix | 
|  | void | addIndirectObjectMembers(Object instance, String prefix, Set<CharSequence> candidates) | 
|  | static void | addMapProperties(Map instance, String prefix, Set<CharSequence> candidates) | 
|  | void | addNodeChildren(Node instance, String prefix, Set<CharSequence> candidates) | 
|  | void | addNodeListEntries(NodeList instance, String prefix, Set<CharSequence> candidates) | 
Adds navigable properties to the list of candidates if they match the prefix
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.