public class Resource extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
Expression |
producer() |
TypeReference |
type() |
static Resource |
withResource(Class<?> type,
String name,
Expression producer) |
static Resource |
withResource(TypeReference type,
String name,
Expression producer) |
public static Resource withResource(Class<?> type, String name, Expression producer)
public static Resource withResource(TypeReference type, String name, Expression producer)
public TypeReference type()
public String name()
public Expression producer()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.