public interface BeanInformation
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass()
Get the type of bean this object contains information about.
|
Collection<PropertyInformation> |
getProperties()
Get information about all properties of the bean.
|
Collection<String> |
getPropertyNames()
Get the names of all properties of the bean.
|
Class<?> getBeanClass()
Collection<String> getPropertyNames()
Collection<PropertyInformation> getProperties()
Copyright © 2010–2020 meanbean. All rights reserved.