public class JmxAttributeRepresentationDispatcher extends org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>
| Constructor and Description |
|---|
JmxAttributeRepresentationDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected org.neo4j.server.rest.repr.Representation |
dispatchBooleanArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<boolean[],Boolean> array,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchBooleanProperty(boolean property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchByteProperty(byte property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchCharacterProperty(char property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchDoubleArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<double[],Double> array,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchDoubleProperty(double property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchFloatArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<float[],Float> array,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchFloatProperty(float property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchIntegerArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<int[],Integer> array,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchIntegerProperty(int property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchLongArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<long[],Long> array,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchLongProperty(long property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchOtherArray(Object[] property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchOtherProperty(Object property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchShortArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<short[],Short> array,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchShortProperty(short property,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchStringArrayProperty(String[] array,
String param) |
protected org.neo4j.server.rest.repr.Representation |
dispatchStringProperty(String property,
String param) |
consumeProperties, dispatch, dispatchArray, dispatchBooleanArrayProperty, dispatchBooleanArrayProperty, dispatchByteArrayProperty, dispatchByteArrayProperty, dispatchByteArrayProperty, dispatchCharacterArrayProperty, dispatchCharacterArrayProperty, dispatchCharacterArrayProperty, dispatchDoubleArrayProperty, dispatchDoubleArrayProperty, dispatchFloatArrayProperty, dispatchFloatArrayProperty, dispatchIntegerArrayProperty, dispatchIntegerArrayProperty, dispatchLongArrayProperty, dispatchLongArrayProperty, dispatchNullProperty, dispatchNumberArray, dispatchNumberProperty, dispatchProperties, dispatchShortArrayProperty, dispatchShortArrayProperty, dispatchStringArrayPropertypublic JmxAttributeRepresentationDispatcher()
protected org.neo4j.server.rest.repr.Representation dispatchBooleanProperty(boolean property,
String param)
dispatchBooleanProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchDoubleProperty(double property,
String param)
dispatchDoubleProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchFloatProperty(float property,
String param)
dispatchFloatProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchIntegerProperty(int property,
String param)
dispatchIntegerProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchLongProperty(long property,
String param)
dispatchLongProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchShortProperty(short property,
String param)
dispatchShortProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchStringProperty(String property, String param)
dispatchStringProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchOtherProperty(Object property, String param)
dispatchOtherProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchOtherArray(Object[] property, String param)
dispatchOtherArray in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchStringArrayProperty(String[] array, String param)
dispatchStringArrayProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchShortArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<short[],Short> array, String param)
dispatchShortArrayProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchIntegerArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<int[],Integer> array, String param)
dispatchIntegerArrayProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchLongArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<long[],Long> array, String param)
dispatchLongArrayProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchFloatArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<float[],Float> array, String param)
dispatchFloatArrayProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchDoubleArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<double[],Double> array, String param)
dispatchDoubleArrayProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchBooleanArrayProperty(org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<boolean[],Boolean> array, String param)
dispatchBooleanArrayProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>protected org.neo4j.server.rest.repr.Representation dispatchByteProperty(byte property,
String param)
dispatchByteProperty in class org.neo4j.server.helpers.PropertyTypeDispatcher<String,org.neo4j.server.rest.repr.Representation>Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.