Uses of Class
neqsim.util.annotation.AISchemaDiscovery.MethodSchema
Packages that use AISchemaDiscovery.MethodSchema
-
Uses of AISchemaDiscovery.MethodSchema in neqsim.util.annotation
Methods in neqsim.util.annotation that return AISchemaDiscovery.MethodSchemaModifier and TypeMethodDescriptionprivate AISchemaDiscovery.MethodSchemaAISchemaDiscovery.createMethodSchema(Class<?> clazz, Method method, AIExposable annotation) Create MethodSchema from annotation.private AISchemaDiscovery.MethodSchemaAISchemaDiscovery.createMethodSchemaFromMethod(Class<?> clazz, Method method) Create MethodSchema from method without annotation.Methods in neqsim.util.annotation that return types with arguments of type AISchemaDiscovery.MethodSchemaModifier and TypeMethodDescriptionAISchemaDiscovery.discoverCommonMethods(Class<?> clazz) Discover common NeqSim methods even without annotations.AISchemaDiscovery.discoverCoreAPIs()Discover core NeqSim APIs by scanning common classes.AISchemaDiscovery.discoverMethods(Class<?> clazz) Discover all AI-exposed methods in a class.Method parameters in neqsim.util.annotation with type arguments of type AISchemaDiscovery.MethodSchemaModifier and TypeMethodDescriptionAISchemaDiscovery.generateMethodPrompt(List<AISchemaDiscovery.MethodSchema> methods) Generate a prompt containing discovered methods.