public class PropertyMethodHandler extends Object implements MethodHandler<Property>
| Constructor and Description |
|---|
PropertyMethodHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<Property> |
getAnnotationType() |
Object |
processElement(Object frame,
Method method,
Object[] arguments,
Property annotation,
FramedGraph<?> framedGraph,
com.tinkerpop.blueprints.Element element) |
public Class<Property> getAnnotationType()
getAnnotationType in interface MethodHandler<Property>public Object processElement(Object frame, Method method, Object[] arguments, Property annotation, FramedGraph<?> framedGraph, com.tinkerpop.blueprints.Element element)
processElement in interface MethodHandler<Property>frame - The frame upon which the method is being called.method - The method being called on the frame.arguments - The arguments to the method.annotation - The annotationframedGraph - The graph being called.element - The underlying element.Copyright © 2011–2018 JBoss by Red Hat. All rights reserved.