public class DefaultIntrospector extends Object implements Introspector
Modifier and Type | Method and Description |
---|---|
static DefaultIntrospector |
getInstance() |
Map<String,Object> |
getProperties(Object bean,
Class<? extends Annotation> annotationFilter)
Return the properties of the bean as property names mapped to property value Objects.
|
public static DefaultIntrospector getInstance()
@NotNull public Map<String,Object> getProperties(@NotNull Object bean, @Nullable Class<? extends Annotation> annotationFilter)
Introspector
getProperties
in interface Introspector
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.