public class DomainAnnotationHandler extends Object implements AnnotationHandler<Domain>
| Constructor and Description |
|---|
DomainAnnotationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<Domain> |
getAnnotationType() |
Object |
processEdge(Domain annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Edge edge,
com.tinkerpop.blueprints.Direction direction) |
Object |
processElement(Domain annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
public Class<Domain> getAnnotationType()
getAnnotationType in interface AnnotationHandler<Domain>public Object processElement(Domain annotation, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Element element, com.tinkerpop.blueprints.Direction direction)
processElement in interface AnnotationHandler<Domain>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.public Object processEdge(Domain annotation, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Edge edge, com.tinkerpop.blueprints.Direction direction)
Copyright © 2011–2017 JBoss by Red Hat. All rights reserved.