Java org.springframework.ide.eclipse.beans.core.internal.model BeansModelUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.ide.eclipse.beans.core.internal.model BeansModelUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.ide.eclipse.beans.core.internal.model BeansModelUtils.

The text is from its open source code.

Method

StringgetBeanClass(IBean bean, IModelElement context)
Returns the given bean's class name.
TgetParentOfClass(IModelElement child, Class parentType)
Iterates up the model tree to find the first parent element that is of the given parentType.