public class AnnotationsInfo extends Object
| Constructor and Description |
|---|
AnnotationsInfo(DataInputStream dataInputStream,
org.neo4j.ogm.metadata.ConstantPool constantPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(AnnotationsInfo annotationsInfo) |
AnnotationInfo |
get(String annotationName) |
Collection<AnnotationInfo> |
list() |
public AnnotationsInfo(DataInputStream dataInputStream, org.neo4j.ogm.metadata.ConstantPool constantPool) throws IOException
IOExceptionpublic Collection<AnnotationInfo> list()
public AnnotationInfo get(String annotationName)
annotationName - The fully-qualified class name of the annotation typeAnnotationInfo that matches the given name or null if it's not presentpublic void append(AnnotationsInfo annotationsInfo)
Copyright © 2016 Neo Technology, Inc.. All rights reserved.