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> RinvokeChecked(Object target, Object... args) booleanisStatic()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:
 invokein classDynMethods.UnboundMethod
 - 
invokeChecked
- Overrides:
 invokeCheckedin classDynMethods.UnboundMethod- Throws:
 Exception
 - 
bind
Description copied from class:DynMethods.UnboundMethodReturns this method as a BoundMethod for the given receiver.- Overrides:
 bindin classDynMethods.UnboundMethod- Parameters:
 receiver- an Object to receive the method invocation- Returns:
 - a 
DynMethods.BoundMethodfor this method and the receiver 
 - 
isStatic
public boolean isStatic()Description copied from class:DynMethods.UnboundMethodReturns whether the method is a static method.- Overrides:
 isStaticin classDynMethods.UnboundMethod
 - 
toString
- Overrides:
 toStringin classDynMethods.UnboundMethod
 
 -