Uses of Class
org.apache.juneau.BeanRecursionException
Packages that use BeanRecursionException
-
Uses of BeanRecursionException in org.apache.juneau
Methods in org.apache.juneau that throw BeanRecursionExceptionModifier and TypeMethodDescriptionprotected final ClassMeta<?>
Push the specified object onto the stack.protected final boolean
BeanTraverseSession.willRecurse
(String attrName, Object o, ClassMeta<?> cm) Returnstrue ifBeanTraverseContext.Builder.detectRecursions()
is enabled, and the specified object is already higher up in the traversal chain. -
Uses of BeanRecursionException in org.apache.juneau.jsonschema
Methods in org.apache.juneau.jsonschema that throw BeanRecursionExceptionModifier and TypeMethodDescriptionReturns the JSON-schema for the specified object.Returns the JSON-schema for the specified type.Returns the JSON-schema for the specified type.