public interface IntrospectorMXBean
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Clears the cache
|
SortedSet<String> |
findClassNames(String search,
Integer limit)
Searches for the available class names given the text search
|
SortedSet<String> |
findClassNamesMethodsAnnotatedWith(String annotationClassName)
Returns the classes which have at least one method annotated with the given annotation class name
|
SortedSet<String> |
findJUnitTestClassNames() |
List<PropertyDTO> |
findProperties(String className,
String filter)
Returns a list of properties available; supporting the navigation using dot of properties into
nested properties
|
List<PropertyDTO> |
getProperties(String className)
Returns a list of properties for the given type name
|
SortedSet<String> findClassNames(String search, Integer limit)
List<PropertyDTO> getProperties(String className) throws Exception
Exception
List<PropertyDTO> findProperties(String className, String filter) throws Exception
Exception
void clearCache()
Copyright © 2022 JBoss by Red Hat. All rights reserved.