Uses of Class
org.nuiton.jaxx.compiler.reflect.FieldDescriptor
-
Packages that use FieldDescriptor Package Description org.nuiton.jaxx.compiler org.nuiton.jaxx.compiler.reflect org.nuiton.jaxx.compiler.reflect.resolvers -
-
Uses of FieldDescriptor in org.nuiton.jaxx.compiler
Methods in org.nuiton.jaxx.compiler that return FieldDescriptor Modifier and Type Method Description FieldDescriptorJAXXCompiler. getScriptField(String fieldName)Methods in org.nuiton.jaxx.compiler that return types with arguments of type FieldDescriptor Modifier and Type Method Description List<FieldDescriptor>SymbolTable. getScriptFields()Methods in org.nuiton.jaxx.compiler with parameters of type FieldDescriptor Modifier and Type Method Description voidJAXXCompiler. addScriptField(FieldDescriptor field) -
Uses of FieldDescriptor in org.nuiton.jaxx.compiler.reflect
Fields in org.nuiton.jaxx.compiler.reflect declared as FieldDescriptor Modifier and Type Field Description protected FieldDescriptor[]ClassDescriptor. declaredFieldDescriptorsstatic FieldDescriptor[]ClassDescriptor. EMPTY_FIELD_DESCRIPTORS_ARRAYMethods in org.nuiton.jaxx.compiler.reflect that return FieldDescriptor Modifier and Type Method Description static FieldDescriptorClassDescriptorHelper. createFieldDescriptor(Field javaField, ClassLoader classLoader)FieldDescriptorClassDescriptor. getDeclaredFieldDescriptor(String name)FieldDescriptor[]ClassDescriptor. getDeclaredFieldDescriptors()FieldDescriptorClassDescriptor. getFieldDescriptor(String name)FieldDescriptor[]ClassDescriptor. getFieldDescriptors()Methods in org.nuiton.jaxx.compiler.reflect that return types with arguments of type FieldDescriptor Modifier and Type Method Description Optional<FieldDescriptor>ClassDescriptor. tryToGetFieldDescriptor(String name)Constructors in org.nuiton.jaxx.compiler.reflect with parameters of type FieldDescriptor Constructor Description ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType, String name, String packageName, String superclass, String[] interfaces, boolean isInterface, boolean isArray, String componentType, JAXXObjectDescriptor jaxxObjectDescriptor, ClassLoader classLoader, MethodDescriptor[] constructorDescriptors, MethodDescriptor[] methodDescriptors, FieldDescriptor[] fieldDescriptors)ClassDescriptor(ClassDescriptorHelper.ResolverType resolverType, String name, String packageName, String superclass, String[] interfaces, boolean isInterface, boolean isArray, String componentType, JAXXObjectDescriptor jaxxObjectDescriptor, ClassLoader classLoader, MethodDescriptor[] constructorDescriptors, MethodDescriptor[] methodDescriptors, FieldDescriptor[] fieldDescriptors, FieldDescriptor[] declaredFieldDescriptors) -
Uses of FieldDescriptor in org.nuiton.jaxx.compiler.reflect.resolvers
Methods in org.nuiton.jaxx.compiler.reflect.resolvers that return FieldDescriptor Modifier and Type Method Description FieldDescriptorClassDescriptorResolverFromJaxxFile.JaxxFileClassDescriptor. getDeclaredFieldDescriptor(String name)Constructors in org.nuiton.jaxx.compiler.reflect.resolvers with parameters of type FieldDescriptor Constructor Description JaxxFileClassDescriptor(JAXXCompiler compiler, String className, String packageName, Set<String> interfaces, ClassLoader classLoader, MethodDescriptor[] constructors, MethodDescriptor[] publicMethods, FieldDescriptor[] publicFields)
-