- bind(Object) - Method in class org.apache.kyuubi.util.reflect.DynConstructors.Ctor
-
- bind(Object) - Method in class org.apache.kyuubi.util.reflect.DynFields.UnboundField
-
Returns this method as a BoundMethod for the given receiver.
- bind(Object) - Method in class org.apache.kyuubi.util.reflect.DynMethods.UnboundMethod
-
Returns this method as a BoundMethod for the given receiver.
- build() - Method in class org.apache.kyuubi.util.reflect.DynClasses.Builder
-
Returns the first implementation or throws RuntimeException if one was not found.
- build() - Method in class org.apache.kyuubi.util.reflect.DynConstructors.Builder
-
- build() - Method in class org.apache.kyuubi.util.reflect.DynFields.Builder
-
Returns the first valid implementation as a UnboundField or throws a NoSuchFieldException if
there is none.
- build(Object) - Method in class org.apache.kyuubi.util.reflect.DynFields.Builder
-
Returns the first valid implementation as a BoundMethod or throws a RuntimeException if there
is none.
- build() - Method in class org.apache.kyuubi.util.reflect.DynMethods.Builder
-
Returns the first valid implementation as a UnboundMethod or throws a RuntimeError if there
is none.
- build(Object) - Method in class org.apache.kyuubi.util.reflect.DynMethods.Builder
-
Returns the first valid implementation as a BoundMethod or throws a RuntimeError if there is
none.
- buildChecked() - Method in class org.apache.kyuubi.util.reflect.DynClasses.Builder
-
Returns the first implementation or throws ClassNotFoundException if one was not found.
- buildChecked() - Method in class org.apache.kyuubi.util.reflect.DynConstructors.Builder
-
- buildChecked() - Method in class org.apache.kyuubi.util.reflect.DynFields.Builder
-
Returns the first valid implementation as a UnboundField or throws a NoSuchFieldException if
there is none.
- buildChecked(Object) - Method in class org.apache.kyuubi.util.reflect.DynFields.Builder
-
Returns the first valid implementation as a BoundMethod or throws a NoSuchMethodException if
there is none.
- buildChecked() - Method in class org.apache.kyuubi.util.reflect.DynMethods.Builder
-
Returns the first valid implementation as a UnboundMethod or throws a NoSuchMethodException
if there is none.
- buildChecked(Object) - Method in class org.apache.kyuubi.util.reflect.DynMethods.Builder
-
Returns the first valid implementation as a BoundMethod or throws a NoSuchMethodException if
there is none.
- builder() - Static method in class org.apache.kyuubi.util.reflect.DynClasses
-
- builder() - Static method in class org.apache.kyuubi.util.reflect.DynConstructors
-
- builder(Class<?>) - Static method in class org.apache.kyuubi.util.reflect.DynConstructors
-
- Builder(Class<?>) - Constructor for class org.apache.kyuubi.util.reflect.DynConstructors.Builder
-
- Builder() - Constructor for class org.apache.kyuubi.util.reflect.DynConstructors.Builder
-
- builder() - Static method in class org.apache.kyuubi.util.reflect.DynFields
-
- builder(String) - Static method in class org.apache.kyuubi.util.reflect.DynMethods
-
Constructs a new builder for calling methods dynamically.
- Builder(String) - Constructor for class org.apache.kyuubi.util.reflect.DynMethods.Builder
-
- buildStatic() - Method in class org.apache.kyuubi.util.reflect.DynFields.Builder
-
Returns the first valid implementation as a StaticField or throws a RuntimeException if there
is none.
- buildStatic() - Method in class org.apache.kyuubi.util.reflect.DynMethods.Builder
-
Returns the first valid implementation as a StaticMethod or throws a RuntimeException if
there is none.
- buildStaticChecked() - Method in class org.apache.kyuubi.util.reflect.DynFields.Builder
-
Returns the first valid implementation as a StaticField or throws a NoSuchFieldException if
there is none.
- buildStaticChecked() - Method in class org.apache.kyuubi.util.reflect.DynMethods.Builder
-
Returns the first valid implementation as a StaticMethod or throws a NoSuchMethodException if
there is none.