Package io.quarkus.funqy.deployment
Class ReflectionRegistrationUtil
java.lang.Object
io.quarkus.funqy.deployment.ReflectionRegistrationUtil
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final io.quarkus.funqy.deployment.ReflectionRegistrationUtil.IgnoreFieldForReflectionPredicate(package private) static final io.quarkus.funqy.deployment.ReflectionRegistrationUtil.IgnoreMethodForReflectionPredicate(package private) static final io.quarkus.funqy.deployment.ReflectionRegistrationUtil.IgnoreTypeForReflectionPredicate -
Method Summary
-
Field Details
-
IGNORE_TYPE_FOR_REFLECTION_PREDICATE
static final io.quarkus.funqy.deployment.ReflectionRegistrationUtil.IgnoreTypeForReflectionPredicate IGNORE_TYPE_FOR_REFLECTION_PREDICATE -
IGNORE_FIELD_FOR_REFLECTION_PREDICATE
static final io.quarkus.funqy.deployment.ReflectionRegistrationUtil.IgnoreFieldForReflectionPredicate IGNORE_FIELD_FOR_REFLECTION_PREDICATE -
IGNORE_METHOD_FOR_REFLECTION_PREDICATE
static final io.quarkus.funqy.deployment.ReflectionRegistrationUtil.IgnoreMethodForReflectionPredicate IGNORE_METHOD_FOR_REFLECTION_PREDICATE
-