name.remal.gradle_plugins.toolkit.reflection.MembersFinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolkit Show documentation
Show all versions of toolkit Show documentation
Remal Gradle plugins: toolkit: toolkit
package name.remal.gradle_plugins.toolkit.reflection;
import static lombok.AccessLevel.PRIVATE;
import java.util.Optional;
import javax.annotation.Nullable;
import lombok.NoArgsConstructor;
import lombok.val;
@NoArgsConstructor(access = PRIVATE)
@SuppressWarnings({"checkstyle:LineLength", "checkstyle:RightCurlyAlone", "java:S107", "java:S1128", "java:S1611"})
public abstract class MembersFinder {
public static TypedMethod0 getMethod(Class type, Class returnType, String name) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name);
return new TypedMethod0<>(method);
}
public static TypedMethod1 getMethod(Class type, Class returnType, String name, Class paramType1) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1);
return new TypedMethod1<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod2 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2);
return new TypedMethod2<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod3 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3);
return new TypedMethod3<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod4 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4);
return new TypedMethod4<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod5 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5);
return new TypedMethod5<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod6 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6);
return new TypedMethod6<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod7 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7);
return new TypedMethod7<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod8 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8);
return new TypedMethod8<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod9 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8, Class paramType9) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8, paramType9);
return new TypedMethod9<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod10 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8, Class paramType9, Class paramType10) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8, paramType9, paramType10);
return new TypedMethod10<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod11 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8, Class paramType9, Class paramType10, Class paramType11) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8, paramType9, paramType10, paramType11);
return new TypedMethod11<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod12 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8, Class paramType9, Class paramType10, Class paramType11, Class paramType12) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8, paramType9, paramType10, paramType11, paramType12);
return new TypedMethod12<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod13 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8, Class paramType9, Class paramType10, Class paramType11, Class paramType12, Class paramType13) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8, paramType9, paramType10, paramType11, paramType12, paramType13);
return new TypedMethod13<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod14 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8, Class paramType9, Class paramType10, Class paramType11, Class paramType12, Class paramType13, Class paramType14) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8, paramType9, paramType10, paramType11, paramType12, paramType13, paramType14);
return new TypedMethod14<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedMethod15 getMethod(Class type, Class returnType, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8, Class paramType9, Class paramType10, Class paramType11, Class paramType12, Class paramType13, Class paramType14, Class paramType15) {
val method = MembersFinderHelpers.getMethod(type, false, returnType, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8, paramType9, paramType10, paramType11, paramType12, paramType13, paramType14, paramType15);
return new TypedMethod15<>(method);
}
public static TypedVoidMethod0 getMethod(Class type, String name) {
val method = MembersFinderHelpers.getMethod(type, false, null, name);
return new TypedVoidMethod0<>(method);
}
public static TypedVoidMethod1 getMethod(Class type, String name, Class paramType1) {
val method = MembersFinderHelpers.getMethod(type, false, null, name, paramType1);
return new TypedVoidMethod1<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedVoidMethod2 getMethod(Class type, String name, Class paramType1, Class paramType2) {
val method = MembersFinderHelpers.getMethod(type, false, null, name, paramType1, paramType2);
return new TypedVoidMethod2<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedVoidMethod3 getMethod(Class type, String name, Class paramType1, Class paramType2, Class paramType3) {
val method = MembersFinderHelpers.getMethod(type, false, null, name, paramType1, paramType2, paramType3);
return new TypedVoidMethod3<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedVoidMethod4 getMethod(Class type, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4) {
val method = MembersFinderHelpers.getMethod(type, false, null, name, paramType1, paramType2, paramType3, paramType4);
return new TypedVoidMethod4<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedVoidMethod5 getMethod(Class type, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5) {
val method = MembersFinderHelpers.getMethod(type, false, null, name, paramType1, paramType2, paramType3, paramType4, paramType5);
return new TypedVoidMethod5<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedVoidMethod6 getMethod(Class type, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6) {
val method = MembersFinderHelpers.getMethod(type, false, null, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6);
return new TypedVoidMethod6<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedVoidMethod7 getMethod(Class type, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7) {
val method = MembersFinderHelpers.getMethod(type, false, null, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7);
return new TypedVoidMethod7<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedVoidMethod8 getMethod(Class type, String name, Class paramType1, Class paramType2, Class paramType3, Class paramType4, Class paramType5, Class paramType6, Class paramType7, Class paramType8) {
val method = MembersFinderHelpers.getMethod(type, false, null, name, paramType1, paramType2, paramType3, paramType4, paramType5, paramType6, paramType7, paramType8);
return new TypedVoidMethod8<>(method);
}
@name.remal.gradle_plugins.toolkit.annotations.internal.Generated
public static TypedVoidMethod9 getMethod(Class type, String name, Class paramType1, Class