Uses of Interface
org.jboss.as.pojo.service.BeanInfo
Packages that use BeanInfo
-
Uses of BeanInfo in org.jboss.as.pojo.descriptor
Fields in org.jboss.as.pojo.descriptor with type parameters of type BeanInfoModifier and TypeFieldDescriptionprotected final org.jboss.msc.value.InjectedValue<BeanInfo>FactoryConfig.beanInfoMethods in org.jboss.as.pojo.descriptor that return BeanInfoModifier and TypeMethodDescriptionConfigVisitor.getBeanInfo()Get bean info.DefaultConfigVisitor.getBeanInfo()FactoryConfig.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 BeanInfoModifier and TypeMethodDescriptionorg.jboss.msc.value.InjectedValue<BeanInfo>InstallConfig.getBeanInfo()Constructors in org.jboss.as.pojo.descriptor with parameters of type BeanInfoModifierConstructorDescriptionDefaultConfigVisitor(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 BeanInfoMethods in org.jboss.as.pojo.service that return BeanInfoModifier and TypeMethodDescriptionprotected BeanInfoAbstractPojoPhase.getBeanInfo()DescribedPojoPhase.getValue()Methods in org.jboss.as.pojo.service with parameters of type BeanInfoModifier and TypeMethodDescriptionstatic 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 BeanInfoModifierConstructorDescriptionCallback(BeanInfo beanInfo, Object bean, CallbackConfig config) ReflectionJoinpoint(BeanInfo beanInfo, String methodName) ReflectionJoinpoint(BeanInfo beanInfo, String methodName, String[] types)