public interface BeanInformationFactory
| Modifier and Type | Method and Description |
|---|---|
BeanInformation |
create(Class<?> beanClass)
Create a BeanInformation object from/based on the specified beanClass.
|
static BeanInformationFactory |
getInstance() |
static ServiceDefinition<BeanInformationFactory> |
getServiceDefinition() |
BeanInformation create(Class<?> beanClass) throws IllegalArgumentException, BeanInformationException
beanClass - The type of the object the BeanInformation information should be about.IllegalArgumentException - If the beanClass is deemed illegal. For example, if it is null.BeanInformationException - If a problem occurs when creating BeanInformation about the specified type. This may be because the
specified type is not a valid JavaBean, or perhaps because an unexpected exception occurred when
trying to gather information about the type.static ServiceDefinition<BeanInformationFactory> getServiceDefinition()
static BeanInformationFactory getInstance()
Copyright © 2010–2020 meanbean. All rights reserved.