Uses of Class
org.apache.juneau.BeanRecursionException
Packages that use BeanRecursionException
Package
Description
Marshalling API
JSON-Schema Marshalling Support
-
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 booleanBeanTraverseSession.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.