Interface AutocompleteRpc
public interface AutocompleteRpc
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionRetrieves all config resource types registered against the ResourceTypeMetaRegistry.Retrieves the gateway's loaded "hints" map, the tree of all scripting methods and fields provided by the platform and modules.
-
Field Details
-
SERIALIZER
-
-
Method Details
-
getHintsMap
PackageTreeNode getHintsMap()Retrieves the gateway's loaded "hints" map, the tree of all scripting methods and fields provided by the platform and modules. -
getConfigResourceTypes
List<AutocompleteRpc.ResourceTypeMetaDescriptor> getConfigResourceTypes()Retrieves all config resource types registered against the ResourceTypeMetaRegistry.
-