JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.tinkerpop.gremlin.structure.io.pdt
Annotation Interface ProviderDefined
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
ProviderDefined
Marks a class as a provider-defined type for serialization via
CompositePDT
.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
excludedFields
String
[]
includedFields
String
name
Element Details
name
String
name
Default:
""
includedFields
String
[]
includedFields
Default:
{}
excludedFields
String
[]
excludedFields
Default:
{}