Uses of Class
space.arim.dazzleconf.reflect.MethodId
Packages that use MethodId
-
Uses of MethodId in space.arim.dazzleconf.reflect
Methods in space.arim.dazzleconf.reflect that return MethodIdModifier and TypeMethodDescription@NonNull MethodIdMethodYield.Entry.method()Gets the method@NonNull MethodIdMethodId.withOpaqueCache(@Nullable MethodId.OpaqueCache opaqueCache) Creates a new method ID, with the argument set as the opaque cache.Methods in space.arim.dazzleconf.reflect that return types with arguments of type MethodIdModifier and TypeMethodDescriptionMethodMirror.TypeWalker.getViableMethods()Gets all accessible, non-inherited, instance methods declared in this type.Gets the yieldable valuesMethods in space.arim.dazzleconf.reflect with parameters of type MethodIdModifier and TypeMethodDescriptionvoidMethodYield.ForImplementable.callDefaultImpl(@NonNull MethodId method) Specifies to invoke the default implementation.@NonNull AnnotatedElementMethodMirror.TypeWalker.getAnnotations(@NonNull MethodId methodId) Gets annotations present on the specified method.@Nullable ObjectMethodMirror.Invoker.invokeMethod(@NonNull MethodId methodId, @Nullable Object @Nullable ... arguments) Invokes a method and gets the return value.voidMethodYield.ForImplementable.returnValue(@NonNull MethodId method, @NonNull Object value) Specifies to return the given value.