public class ObjectAnnotations extends Object
| Constructor and Description |
|---|
ObjectAnnotations()
Deprecated.
since 3.1.3, will be removed in 3.1.4 to reduce the public OGM surface
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
get(Class<?> keyClass) |
AnnotationInfo |
get(String key) |
boolean |
has(Class<?> clazz) |
boolean |
isEmpty() |
void |
put(String key,
AnnotationInfo value)
Deprecated.
since 3.1.3, will be removed in 3.1.4 to reduce the public OGM surface
|
@Deprecated public ObjectAnnotations()
@Deprecated public void put(String key, AnnotationInfo value)
key - value - public AnnotationInfo get(String key)
public AnnotationInfo get(Class<?> keyClass)
public boolean isEmpty()
public boolean has(Class<?> clazz)
Copyright © 2018 Neo Technology, Inc.. All rights reserved.