@Retention(value=RUNTIME) @Target(value=TYPE) public @interface JsonMBean
Modifier and Type | Optional Element and Description |
---|---|
JsonMBean.FaultHandler |
faultHandling
How to deal with exceptions occuring during deserialization.
|
int |
maxCollectionSize
Maximum size of collections returned during serialization.
|
int |
maxDepth
How deep to serialize the return value when exposing at the MBeanServer.
|
int |
maxObjects
Maximum number of objects returned by serialization.
|
public abstract int maxDepth
public abstract int maxCollectionSize
public abstract int maxObjects
public abstract JsonMBean.FaultHandler faultHandling
Copyright © 2017. All rights reserved.