Java.GetClassMethods
--------------------

Queries the list of methods in this class.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Java](component_Java.md) | [15.3](newinversion153.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |

MBS( "Java.GetClassMethods"; ClassName ) 

**MBS**( **"Java.GetClassMethods";** /\* Queries the list of methods in this class. \*/  
**$ClassName**) /\* The name of the java class.e.g. "java.lang.Error" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| ClassName | The name of the java class. | "java.lang.Error" |

### Result

Returns JSON or error.

### Description

Queries the list of methods in this class.  
### Examples

Queries list of methods:

 Set Variable \[ $methods ; Value: MBS ("Java.GetClassMethods"; "java.lang.Error") \]  
<small>  
Example result:   
\[ { "index" : 0 , "name" : "&lt;init&gt;" , "signature" : "(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V" , "modifiers" : 4 , "IsPublic" : false, "IsPrivate" : false, "IsProtected" : true, "IsStatic" : false, "IsFinal" : false, "IsSynchronized" : false, "IsBridge" : false, "IsVarArgs" : false, "IsNative" : false, "IsAbstract" : false, "IsStrict" : false, "IsSynthetic" : false, "argumentsSize" : 5 , "native" : false, "obsolete" : false }, ... \] </small>### See also

- [Java.GetClassFields](JavaGetClassFields.md)

### Release notes

- **Version 15.3**
    - Added [Java.GetClassFields](https://www.mbsplugins.eu/JavaGetClassFields.shtml), [Java.GetClassMethods](https://www.mbsplugins.eu/JavaGetClassMethods.shtml) and [Java.GetLoadedClasses](https://www.mbsplugins.eu/JavaGetLoadedClasses.shtml) functions.

### Blog Entries

- [MBS FileMaker Plugin 15.3 News](https://www.mbsplugins.de/archive/2025-07-29/MBS_FileMaker_Plugin_153_News/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 15.3pr1](https://www.mbsplugins.de/archive/2025-06-01/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 31st May 2025 , last changed 31st May 2025

  
[Java.GetClassFields](JavaGetClassFields.md) - [Java.GetContainerFileName](JavaGetContainerFileName.md)

[HTML Version](JavaGetClassMethods.shtml)