Index
All Classes and Interfaces|All Packages|Serialized Form
I
- instance() - Static method in class io.github.hglabplh_tech.reflect.clojure.api.example.InterfaceImplBase
- INT_TYPE - Enum constant in enum class io.github.hglabplh_tech.reflect.clojure.api.app_exam.AppConfigFields.FieldType
- INTERFACE - Enum constant in enum class io.github.hglabplh_tech.reflect.clojure.api.utils.ClojFunctionalUtils.ObjType
- InterfaceEx - Interface in io.github.hglabplh_tech.reflect.clojure.api.example
- InterfaceExImpl - Class in io.github.hglabplh_tech.reflect.clojure.api.example
- InterfaceExImpl() - Constructor for class io.github.hglabplh_tech.reflect.clojure.api.example.InterfaceExImpl
- InterfaceImplBase - Class in io.github.hglabplh_tech.reflect.clojure.api.example
- InterfaceImplBase.TestInner - Class in io.github.hglabplh_tech.reflect.clojure.api.example
- InterfaceImplBaseAbstr - Class in io.github.hglabplh_tech.reflect.clojure.api.example
- InterfaceImplBaseAbstr() - Constructor for class io.github.hglabplh_tech.reflect.clojure.api.example.InterfaceImplBaseAbstr
- InterfaceImplBaseAbstr.MyPlan - Enum Class in io.github.hglabplh_tech.reflect.clojure.api.example
- io.github.hglabplh_tech.reflect.clojure.api.annotations - package io.github.hglabplh_tech.reflect.clojure.api.annotations
- io.github.hglabplh_tech.reflect.clojure.api.app_exam - package io.github.hglabplh_tech.reflect.clojure.api.app_exam
- io.github.hglabplh_tech.reflect.clojure.api.example - package io.github.hglabplh_tech.reflect.clojure.api.example
- io.github.hglabplh_tech.reflect.clojure.api.example.annot_rec - package io.github.hglabplh_tech.reflect.clojure.api.example.annot_rec
- io.github.hglabplh_tech.reflect.clojure.api.example.lambda - package io.github.hglabplh_tech.reflect.clojure.api.example.lambda
- io.github.hglabplh_tech.reflect.clojure.api.example.special - package io.github.hglabplh_tech.reflect.clojure.api.example.special
- io.github.hglabplh_tech.reflect.clojure.api.utils - package io.github.hglabplh_tech.reflect.clojure.api.utils
- io.github.hglabplh_tech.tests.framework.annots - package io.github.hglabplh_tech.tests.framework.annots
- IP - Enum constant in enum class io.github.hglabplh_tech.reflect.clojure.api.app_exam.AppConfigFields
- isAnnotPresentCtor(Constructor<?>, Class<? extends Annotation>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.MethsCtorsUtil
-
Get info if a constructor has a annotation with type x true if yes / false otherwise
- isAnnotPresentMethod(Method, Class<? extends Annotation>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.MethsCtorsUtil
-
Get info if a method has a annotation with type x true if yes / false otherwise
- isAssignable(Class<?>, Object) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
- isBridgeMethod(Method) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.MethsCtorsUtil
-
Get info if method is a bridge true if yes / false otherwise
- isClassAnnotation(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
returns true if the class given is a annotation otherwise false
- isClassAnonymous(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
Returns true if the class is an anonymous class otherwise false
- isClassArray(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
Returns true if the class is a Array otherwise false
- isClassEnum(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
returns true if the class given is a enum otherwise false
- isClassInterface(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
Returns true if the class is a interface otherwise false
- isClassLocal(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
Returns true if the class is locel otherwise false
- isClassMember(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
Returns true if the class is a member otherwise false
- isClassPrimitive(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
Returns true if the class is a primitive otherwise false
- isClassRecord(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
Returns true if the class is a record otherwise false
- isClassSealed(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
Returns true if the class is sealed
- isClassSynthetic(Class<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.ClassUtil
-
returns true if the class given is a synthetic class otherwise false
- isDefaultMethod(Method) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.MethsCtorsUtil
-
Get info if method is a default method true if yes / false otherwise
- isEnumConst(Field) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.FieldsUtil
-
Ask if the field is a enum constant
- isSynthetic(Field) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.FieldsUtil
-
Ask if the field is synthetic
- isSyntheticCtor(Constructor<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.MethsCtorsUtil
-
Get info if a constructor is snthetic true if yes / false otherwise
- isSyntheticMethod(Method) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.MethsCtorsUtil
-
Get info if method is synthetic true if yes / false otherwise
- isVarArgsCtor(Constructor<?>) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.MethsCtorsUtil
-
Get info if a constructor is with varargs true if yes / false otherwise
- isVarArgsMethod(Method) - Static method in class io.github.hglabplh_tech.reflect.clojure.api.utils.MethsCtorsUtil
-
Get info if method is a varargs method - true if yes / false otherwise
All Classes and Interfaces|All Packages|Serialized Form