Skip to content
GraphGlue
Search
⌘
Ctrl
K
Main Navigation
Guide
API
Ecosystem
Neo4j authorization plugin
GraphQL Kotlin
Spring Data Neo4j
Appearance
Menu
Return to top
graphglue-core
/
io.github.graphglue.definition
/
PropertyWithOwner
PropertyWithOwner
data
class
PropertyWithOwner
(
val
property
:
KProperty1
<
*
,
*
>
,
val
owner
:
KClass
<
out
Node
>
)
A property with its owning class
Parameters
property
the property
owner
the class which owns the property
Members
Constructors
Property
With
Owner
Link copied to clipboard
constructor
(
property
:
KProperty1
<
*
,
*
>
,
owner
:
KClass
<
out
Node
>
)
Properties
owner
Link copied to clipboard
val
owner
:
KClass
<
out
Node
>
property
Link copied to clipboard
val
property
:
KProperty1
<
*
,
*
>