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