public class OARestClassInfo extends Object
The OARestClassInfo is the metadata about a Java interface that has been annotated to allow OARestClient to create an instance of the
interface.
OARestClient will then manage each method call to use HTTP(S) to invoke and get the return value from another server.
Modifier and Type | Field and Description |
---|---|
ArrayList<OARestMethodInfo> |
alMethodInfo |
String |
contextName |
Class |
interfaceClass |
Constructor and Description |
---|
OARestClassInfo(Class clazz) |
Copyright © 1999–2025 ViaOA. All rights reserved.