Uses of Interface
org.jboss.as.pojo.service.BeanInfo
-
Packages that use BeanInfo Package Description org.jboss.as.pojo.descriptor org.jboss.as.pojo.service -
-
Uses of BeanInfo in org.jboss.as.pojo.descriptor
Fields in org.jboss.as.pojo.descriptor with type parameters of type BeanInfo Modifier and Type Field Description protected org.jboss.msc.value.InjectedValue<BeanInfo>FactoryConfig. beanInfoMethods in org.jboss.as.pojo.descriptor that return BeanInfo Modifier and Type Method Description BeanInfoConfigVisitor. getBeanInfo()Get bean info.BeanInfoDefaultConfigVisitor. getBeanInfo()BeanInfoFactoryConfig. getBeanInfo()protected BeanInfoInjectedValueConfig. getBeanInfo(Object bean)protected static BeanInfoAbstractConfigVisitorNode. getTempBeanInfo(Class<?> clazz)Get temp bean info.protected static BeanInfoAbstractConfigVisitorNode. getTempBeanInfo(ConfigVisitor visitor, Class<?> clazz)Get temp bean info.protected static BeanInfoAbstractConfigVisitorNode. getTempBeanInfo(ConfigVisitor visitor, String className)Get temp bean info.Methods in org.jboss.as.pojo.descriptor that return types with arguments of type BeanInfo Modifier and Type Method Description org.jboss.msc.value.InjectedValue<BeanInfo>InstallConfig. getBeanInfo()Constructors in org.jboss.as.pojo.descriptor with parameters of type BeanInfo Constructor Description DefaultConfigVisitor(org.jboss.msc.service.ServiceBuilder builder, BeanState state, org.jboss.modules.Module module, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, BeanInfo beanInfo) -
Uses of BeanInfo in org.jboss.as.pojo.service
Classes in org.jboss.as.pojo.service that implement BeanInfo Modifier and Type Class Description classDefaultBeanInfo<T>Default bean info.Methods in org.jboss.as.pojo.service that return BeanInfo Modifier and Type Method Description protected BeanInfoAbstractPojoPhase. getBeanInfo()BeanInfoDescribedPojoPhase. getValue()Methods in org.jboss.as.pojo.service with parameters of type BeanInfo Modifier and Type Method Description static voidBeanUtils. configure(BeanMetaDataConfig beanConfig, BeanInfo beanInfo, org.jboss.modules.Module module, Object bean, boolean nullify)Configure bean.static voidBeanUtils. dispatchLifecycleJoinpoint(BeanInfo beanInfo, Object bean, LifecycleConfig config, String defaultMethod)Dispatch lifecycle joinpoint.static ObjectBeanUtils. instantiateBean(BeanMetaDataConfig beanConfig, BeanInfo beanInfo, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, org.jboss.modules.Module module)Instantiate bean.protected voidAbstractPojoPhase. setBeanInfo(BeanInfo beanInfo)Constructors in org.jboss.as.pojo.service with parameters of type BeanInfo Constructor Description Callback(BeanInfo beanInfo, Object bean, CallbackConfig config)ReflectionJoinpoint(BeanInfo beanInfo, String methodName)ReflectionJoinpoint(BeanInfo beanInfo, String methodName, String[] types)
-