Package org.apache.iceberg.common
Class DynConstructors.Ctor<C>
java.lang.Object
org.apache.iceberg.common.DynMethods.UnboundMethod
org.apache.iceberg.common.DynConstructors.Ctor<C>
- Enclosing class:
- DynConstructors
-
Method Summary
Modifier and TypeMethodDescriptionReturns this method as a BoundMethod for the given receiver.Deprecated.since 1.6.0, will be removed in 1.7.0<R> R
<R> R
invokeChecked
(Object target, Object... args) boolean
isStatic()
Returns whether the method is a static method.newInstance
(Object... args) newInstanceChecked
(Object... args) toString()
Methods inherited from class org.apache.iceberg.common.DynMethods.UnboundMethod
asStatic, isNoop
-
Method Details
-
getConstructedClass
Deprecated.since 1.6.0, will be removed in 1.7.0 -
newInstanceChecked
- Throws:
Exception
-
newInstance
-
invoke
- Overrides:
invoke
in classDynMethods.UnboundMethod
-
invokeChecked
- Overrides:
invokeChecked
in classDynMethods.UnboundMethod
- Throws:
Exception
-
bind
Description copied from class:DynMethods.UnboundMethod
Returns this method as a BoundMethod for the given receiver.- Overrides:
bind
in classDynMethods.UnboundMethod
- Parameters:
receiver
- an Object to receive the method invocation- Returns:
- a
DynMethods.BoundMethod
for this method and the receiver
-
isStatic
public boolean isStatic()Description copied from class:DynMethods.UnboundMethod
Returns whether the method is a static method.- Overrides:
isStatic
in classDynMethods.UnboundMethod
-
toString
- Overrides:
toString
in classDynMethods.UnboundMethod
-