public class InVertexAnnotationHandler extends Object implements AnnotationHandler<InVertex>
| Constructor and Description |
|---|
InVertexAnnotationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<InVertex> |
getAnnotationType() |
Object |
processElement(InVertex annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
public Class<InVertex> getAnnotationType()
getAnnotationType in interface AnnotationHandler<InVertex>public Object processElement(InVertex annotation, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Element element, com.tinkerpop.blueprints.Direction direction)
processElement in interface AnnotationHandler<InVertex>annotation - The annotationmethod - The method being called on the frame.arguments - The arguments to the method.framedGraph - The graph being called.element - The underlying element.direction - The direction of the edge.Copyright © 2011-2015 JBoss by Red Hat. All Rights Reserved.