- get() - Method in class io.github.portlek.reflection.parameterized.Converted
-
- get() - Method in class io.github.portlek.reflection.parameterized.Primitive
-
- getAnnotation(Class<A>) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getAnnotation(Class<A>) - Method in class io.github.portlek.reflection.constructor.ConstructorOf
-
- getAnnotation(Class<A>) - Method in class io.github.portlek.reflection.field.FieldOf
-
- getAnnotation(Class<A>) - Method in class io.github.portlek.reflection.method.MethodOf
-
- getAnnotation(Class<A>) - Method in interface io.github.portlek.reflection.RefAnnotated
-
gets the annotation from the given annotation class.
- getAnnotation(Class<A>, Consumer<A>) - Method in interface io.github.portlek.reflection.RefAnnotated
-
gets the annotation from the given annotation class and if it's found runs the consumer.
- getConstructor(Object...) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getConstructor(int) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getConstructor(Object...) - Method in interface io.github.portlek.reflection.RefClass
-
gets existing constructor by types.
- getConstructor(int) - Method in interface io.github.portlek.reflection.RefClass
-
gets constructor by number of arguments.
- getDeclaredFields() - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getDeclaredFields() - Method in interface io.github.portlek.reflection.RefClass
-
gets all declared fields.
- getDeclaredFieldsWithAnnotation(Class<A>) - Method in interface io.github.portlek.reflection.RefClass
-
gets a declared field list that has the given annotation.
- getDeclaredFieldsWithAnnotation(Class<A>, BiConsumer<RefField, A>) - Method in interface io.github.portlek.reflection.RefClass
-
gets a declared field list that has the given annotation and runs the consumer for each found field.
- getDeclaredMethods() - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getDeclaredMethods() - Method in interface io.github.portlek.reflection.RefClass
-
gets all declared methods.
- getDeclaredMethodsWithAnnotation(Class<A>) - Method in interface io.github.portlek.reflection.RefClass
-
gets a method field list that has the given annotation.
- getDeclaredMethodsWithAnnotation(Class<A>, BiConsumer<RefMethod, A>) - Method in interface io.github.portlek.reflection.RefClass
-
gets a declared method list that has the given annotation and runs the consumer for each found method.
- getField(String) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getField(RefClass<X>) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getField(Class<?>) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getField(String) - Method in interface io.github.portlek.reflection.RefClass
-
gets field by name.
- getField(RefClass<X>) - Method in interface io.github.portlek.reflection.RefClass
-
gets field by type.
- getField(Class<?>) - Method in interface io.github.portlek.reflection.RefClass
-
gets field by type.
- getFields() - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getFields() - Method in interface io.github.portlek.reflection.RefClass
-
gets all fields.
- getFieldsWithAnnotation(Class<A>) - Method in interface io.github.portlek.reflection.RefClass
-
gets a field list that has the given annotation.
- getFieldsWithAnnotation(Class<A>, BiConsumer<RefField, A>) - Method in interface io.github.portlek.reflection.RefClass
-
gets a field list that has the given annotation and runs the consumer for each found field.
- getMethod(String, Object...) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getMethod(String, Object...) - Method in interface io.github.portlek.reflection.RefClass
-
gets existing method by name and types.
- getMethodByName(String...) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getMethodByName(String...) - Method in interface io.github.portlek.reflection.RefClass
-
gets method by name.
- getMethodByParameter(Object...) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getMethodByParameter(Object...) - Method in interface io.github.portlek.reflection.RefClass
-
gets method by type parameters.
- getMethodByReturnType(RefClass<X>) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getMethodByReturnType(Class<?>) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getMethodByReturnType(RefClass<X>) - Method in interface io.github.portlek.reflection.RefClass
-
gets method by return value.
- getMethodByReturnType(Class<?>) - Method in interface io.github.portlek.reflection.RefClass
-
gets method by return value.
- getMethods() - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getMethods() - Method in interface io.github.portlek.reflection.RefClass
-
gets all methods.
- getMethodsWithAnnotation(Class<A>) - Method in interface io.github.portlek.reflection.RefClass
-
gets a method list that has the given annotation.
- getMethodsWithAnnotation(Class<A>, BiConsumer<RefMethod, A>) - Method in interface io.github.portlek.reflection.RefClass
-
gets a method list that has the given annotation and runs the consumer for each found method.
- getName() - Method in class io.github.portlek.reflection.field.FieldOf
-
- getName() - Method in interface io.github.portlek.reflection.RefField
-
gets name of the field.
- getPrimitiveConstructor(Object...) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getPrimitiveConstructor(Object...) - Method in interface io.github.portlek.reflection.RefClass
-
gets existing constructor by types.
- getPrimitiveMethod(String, Object...) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getPrimitiveMethod(String, Object...) - Method in interface io.github.portlek.reflection.RefClass
-
gets existing method by name and types.
- getPrimitiveMethodByParameter(Object...) - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getPrimitiveMethodByParameter(Object...) - Method in interface io.github.portlek.reflection.RefClass
-
gets method by type parameters.
- getRealClass() - Method in class io.github.portlek.reflection.clazz.ClassOf
-
- getRealClass() - Method in interface io.github.portlek.reflection.RefClass
-
obtains the real class.
- getType() - Method in class io.github.portlek.reflection.field.FieldOf
-
- getType() - Method in interface io.github.portlek.reflection.RefField
-
gets the type of the field.
- getValue() - Method in interface io.github.portlek.reflection.RefField
-
gets the field's object as a static.
- getValue() - Method in interface io.github.portlek.reflection.RefFieldExecuted
-
gets the field's value.