- Field - Class in jmplib.reflect
-
- Field(String) - Constructor for class jmplib.reflect.Field
-
- Field(Type, String) - Constructor for class jmplib.reflect.Field
-
- Field(int, Type, String) - Constructor for class jmplib.reflect.Field
-
- Field(Type, String, String) - Constructor for class jmplib.reflect.Field
-
- Field(int, Type, String, String) - Constructor for class jmplib.reflect.Field
-
- Field(Type, Type, String) - Constructor for class jmplib.reflect.Field
-
- Field(Type, int, Type, String) - Constructor for class jmplib.reflect.Field
-
- Field(Type, int, Type, String, String) - Constructor for class jmplib.reflect.Field
-
- Field(FieldDeclaration) - Constructor for class jmplib.reflect.Field
-
- Field(Field) - Constructor for class jmplib.reflect.Field
-
Field decorator constructor.
- FIELD_GETTER_TEMPLATE - Static variable in class jmplib.util.Templates
-
This template generates the code to generate the field getter of each
field of a cached class
- FIELD_SETTER_TEMPLATE - Static variable in class jmplib.util.Templates
-
This template generates the code to generate the field setter of each
field of a cached class
- FieldPrimitive - Class in jmplib.primitives
-
Superclass of all field primitives.
- FieldPrimitive(ClassContent, String) - Constructor for class jmplib.primitives.FieldPrimitive
-
- FileUtils - Class in jmplib.util
-
Helper class to operate with File
- FileUtils() - Constructor for class jmplib.util.FileUtils
-
- filterJMPLibAnnotations(Annotation[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
Removes from the passed interface list those interfaces that are added by
JMPLib, to avoid reflection users to see the inner workings of our library.
- filterJMPLibFields(Field[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
Removes from the passed field list those fields that are added by JMPLib, to
avoid reflection users to see the inner workings of our library.
- filterJMPLibFields(Field[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
- filterJMPLibInterfaces(Class[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
Removes from the passed annotation list those ones that are added by JMPLib,
to avoid reflection users to see the inner workings of our library.
- filterJMPLibMethods(Method[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
Removes from the passed method list those methods that are added by JMPLib,
to avoid reflection users to see the inner workings of our library.
- filterJMPLibMethods(Method[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
- findField(Class<?>, String) - Static method in class jmplib.util.MemberFinder
-
Find if one field belongs a class
- findMethod(Class<?>, String) - Static method in class jmplib.util.MemberFinder
-
Find if one method belongs a class
- foreceDeleteFile(File) - Static method in class jmplib.util.FileUtils
-
- forName(String) - Static method in class jmplib.reflect.Class
-
Returns the Class
object associated with the class or
interface with the given string name.
- forName(String, boolean, ClassLoader) - Static method in class jmplib.reflect.Class
-
Returns the Class
object associated with the class or
interface with the given string name, using the given class loader.