| Package | Description |
|---|---|
| org.appops.core.service | |
| org.appops.core.service.meta | |
| org.appops.core.service.signature |
| Modifier and Type | Method and Description |
|---|---|
ServiceOpMeta |
Parameter.getParent()
Getter for the field
parent. |
| Modifier and Type | Method and Description |
|---|---|
void |
Parameter.setParent(ServiceOpMeta parent)
Setter for the field
parent. |
| Modifier and Type | Class and Description |
|---|---|
class |
MappedOpMeta
MappedOpMeta class.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceOpMeta |
ServiceOpMeta.lightweightCopy()
Creates a simple, lightweight copy of op meta.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ServiceOpMeta> |
InterfaceMeta.getOperations()
Getter for the field
operations. |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceMeta.addOperation(ServiceOpMeta operation)
addOperation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceMeta.addOperations(java.util.Collection<ServiceOpMeta> operations)
addOperations.
|
void |
InterfaceMeta.setOperations(java.util.Set<ServiceOpMeta> operations)
Setter for the field
operations. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ServiceOpSignatureBuilder.buildOpSignature(ServiceOpMeta opMeta)
Constructs and provides signature of op meta passed.
|
Copyright © 2022. All rights reserved.