Uses of Class
jaxx.compiler.beans.JAXXBeanInfo
-
Packages that use JAXXBeanInfo Package Description jaxx.compiler.beans jaxx.compiler.tags jaxx.compiler.tags.validator -
-
Uses of JAXXBeanInfo in jaxx.compiler.beans
Methods in jaxx.compiler.beans that return JAXXBeanInfo Modifier and Type Method Description static JAXXBeanInfoJAXXIntrospector. getJAXXBeanInfo(ClassDescriptor classDescriptor)Returns theJAXXBeanInfofor a given class. -
Uses of JAXXBeanInfo in jaxx.compiler.tags
Fields in jaxx.compiler.tags declared as JAXXBeanInfo Modifier and Type Field Description protected JAXXBeanInfoDefaultObjectHandler. jaxxBeanInfoThe JAXXBeanInfo for the beanClass.Methods in jaxx.compiler.tags that return JAXXBeanInfo Modifier and Type Method Description JAXXBeanInfoDefaultObjectHandler. getJAXXBeanInfo()static JAXXBeanInfoDefaultObjectHandler. getJAXXBeanInfo(ClassDescriptor beanClass)Returns theJAXXBeanInfofor the specified class. -
Uses of JAXXBeanInfo in jaxx.compiler.tags.validator
Fields in jaxx.compiler.tags.validator declared as JAXXBeanInfo Modifier and Type Field Description protected JAXXBeanInfoBeanValidatorHandler.CompiledBeanValidator. beanDescriptorMethods in jaxx.compiler.tags.validator that return JAXXBeanInfo Modifier and Type Method Description JAXXBeanInfoBeanValidatorHandler.CompiledBeanValidator. getBeanDescriptor(JAXXCompiler compiler)Methods in jaxx.compiler.tags.validator with parameters of type JAXXBeanInfo Modifier and Type Method Description protected voidBeanValidatorHandler.CompiledBeanValidator. registerAutoFieldBean(Element tag, JAXXCompiler compiler, JAXXBeanInfo beanInfo)
-