public class MethodsInfo extends Object
| Constructor and Description |
|---|
MethodsInfo(Class<?> cls) |
MethodsInfo(Map<String,MethodInfo> methods)
Deprecated.
since 3.1.3, will be removed in 3.1.4 to reduce the public OGM surface
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(MethodsInfo methodsInfo) |
Collection<MethodInfo> |
methods()
Deprecated.
since 3.1.3, will be removed in 3.1.4. Use
findMethodInfoBy(Predicate) if you need access to
this internal API. |
public MethodsInfo(Class<?> cls)
@Deprecated public MethodsInfo(Map<String,MethodInfo> methods)
methods - @Deprecated public Collection<MethodInfo> methods()
findMethodInfoBy(Predicate) if you need access to
this internal API.public void append(MethodsInfo methodsInfo)
Copyright © 2018 Neo Technology, Inc.. All rights reserved.