Java org.springframework.ide.eclipse.core.java Introspector fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.ide.eclipse.core.java Introspector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.ide.eclipse.core.java Introspector.

The text is from its open source code.

Method

SetfindReadableProperties(IType type, String methodPrefix, boolean ignoreCase)
Returns a list of all getters with the given prefix.
SetfindWritableProperties(IType type, String methodPrefix, boolean ignoreCase)
Returns a list of all setters with the given prefix.
SetgetAllMethods(IType type)
Returns all methods of the given IType instance.
IMethodgetReadableProperty(IType type, String propertyName)