public enum J4pQueryParameter extends Enum<J4pQueryParameter>
Enum Constant and Description |
---|
CANONICAL_NAMING
Whether property keys of ObjectNames should be ordered in the canonical way or in the way that they
are created.
|
IF_MODIFIED_SINCE
For LIST request this property can be used to obtain the result (which can be
quite lengthy) only if the set of registered MBeans has been changed since
the last time (given as epoch time in seconds since 1.1.1970) provided with
this parameterd
|
IGNORE_ERRORS
Runtime configuration (i.e.
|
INCLUDE_STACKTRACE
Whether to include a stack trace in the response when an error occurs.
|
MAX_COLLECTION_SIZE
Maximum size of collections returned during serialization.
|
MAX_DEPTH
Maximum traversal depth for serialization of complex objects.
|
MAX_OBJECTS
Maximum number of objects returned by serialization
|
SERIALIZE_EXCEPTION
Whether to include a JSON serialized version of the exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getParam() |
static J4pQueryParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static J4pQueryParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final J4pQueryParameter MAX_DEPTH
public static final J4pQueryParameter MAX_COLLECTION_SIZE
public static final J4pQueryParameter MAX_OBJECTS
public static final J4pQueryParameter IGNORE_ERRORS
public static final J4pQueryParameter INCLUDE_STACKTRACE
RuntimeException
s should
be included. Default is "true"public static final J4pQueryParameter SERIALIZE_EXCEPTION
public static final J4pQueryParameter CANONICAL_NAMING
public static final J4pQueryParameter IF_MODIFIED_SINCE
public static J4pQueryParameter[] values()
for (J4pQueryParameter c : J4pQueryParameter.values()) System.out.println(c);
public static J4pQueryParameter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getParam()
Copyright © 2019. All rights reserved.