Uses of Class
org.nuiton.jaxx.compiler.beans.JAXXBeanInfo
-
Packages that use JAXXBeanInfo Package Description org.nuiton.jaxx.compiler.beans org.nuiton.jaxx.compiler.tags org.nuiton.jaxx.compiler.tags.validator -
-
Uses of JAXXBeanInfo in org.nuiton.jaxx.compiler.beans
Methods in org.nuiton.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 org.nuiton.jaxx.compiler.tags
Fields in org.nuiton.jaxx.compiler.tags declared as JAXXBeanInfo Modifier and Type Field Description protected JAXXBeanInfoDefaultObjectHandler. jaxxBeanInfoThe JAXXBeanInfo for the beanClass.Methods in org.nuiton.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 org.nuiton.jaxx.compiler.tags.validator
Fields in org.nuiton.jaxx.compiler.tags.validator declared as JAXXBeanInfo Modifier and Type Field Description protected JAXXBeanInfoBeanValidatorHandler.CompiledBeanValidator. beanDescriptorMethods in org.nuiton.jaxx.compiler.tags.validator that return JAXXBeanInfo Modifier and Type Method Description JAXXBeanInfoBeanValidatorHandler.CompiledBeanValidator. getBeanDescriptor(JAXXCompiler compiler)Methods in org.nuiton.jaxx.compiler.tags.validator with parameters of type JAXXBeanInfo Modifier and Type Method Description protected voidBeanValidatorHandler.CompiledBeanValidator. registerAutoFieldBean(Element tag, JAXXCompiler compiler, JAXXBeanInfo beanInfo)
-