|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.server.helpers.PropertyTypeDispatcher<K,T>
public abstract class PropertyTypeDispatcher<K,T>
Nested Class Summary | |
---|---|
static class |
PropertyTypeDispatcher.PropertyArray<A,T>
|
Constructor Summary | |
---|---|
PropertyTypeDispatcher()
|
Method Summary | ||
---|---|---|
static void |
consumeProperties(PropertyTypeDispatcher<String,Void> dispatcher,
PropertyContainer entity)
|
|
T |
dispatch(Object property,
K param)
|
|
static
|
dispatchProperties(PropertyTypeDispatcher<String,T> dispatcher,
PropertyContainer entity)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyTypeDispatcher()
Method Detail |
---|
public static void consumeProperties(PropertyTypeDispatcher<String,Void> dispatcher, PropertyContainer entity)
public static <T> Collection<T> dispatchProperties(PropertyTypeDispatcher<String,T> dispatcher, PropertyContainer entity)
public final T dispatch(Object property, K param)
|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |