@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) @Inherited public @interface Convert
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
graphPropertyType
The type to which the value of the annotated member should be converted before saving as a property in the graph
database.
|
Class<?> |
value
The type of
AttributeConverter implementation to use on this property. |
public abstract Class<?> value
AttributeConverter implementation to use on this property.public abstract Class<?> graphPropertyType
This is an optional attribute that should only be needed if value() hasn't been set to an explicit
converter, as it only gets used to look up converters that can do the job at runtime.
Copyright © 2017 Neo Technology, Inc.. All rights reserved.