Uses of Class
neqsim.util.annotation.AISchemaDiscovery.ParameterSchema
Packages that use AISchemaDiscovery.ParameterSchema
-
Uses of AISchemaDiscovery.ParameterSchema in neqsim.util.annotation
Fields in neqsim.util.annotation with type parameters of type AISchemaDiscovery.ParameterSchemaModifier and TypeFieldDescriptionprivate final List<AISchemaDiscovery.ParameterSchema> AISchemaDiscovery.MethodSchema.parametersMethods in neqsim.util.annotation that return types with arguments of type AISchemaDiscovery.ParameterSchemaConstructor parameters in neqsim.util.annotation with type arguments of type AISchemaDiscovery.ParameterSchemaModifierConstructorDescriptionMethodSchema(String className, String methodName, String description, String category, String example, int priority, boolean safe, String[] tags, List<AISchemaDiscovery.ParameterSchema> parameters, String returnType) Constructor.