Package org.apache.parquet.util
Class DynConstructors.Ctor<C>
- java.lang.Object
-
- org.apache.parquet.util.DynMethods.UnboundMethod
-
- org.apache.parquet.util.DynConstructors.Ctor<C>
-
- Enclosing class:
- DynConstructors
public static class DynConstructors.Ctor<C> extends DynMethods.UnboundMethod
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynMethods.BoundMethodbind(Object receiver)Returns this method as a BoundMethod for the given receiver.Class<? extends C>getConstructedClass()<R> Rinvoke(Object target, Object... args)<R> RinvokeChecked(Object target, Object... args)booleanisStatic()CnewInstance(Object... args)CnewInstanceChecked(Object... args)StringtoString()-
Methods inherited from class org.apache.parquet.util.DynMethods.UnboundMethod
asStatic, isNoop
-
-
-
-
Method Detail
-
invoke
public <R> R invoke(Object target, Object... args)
- Overrides:
invokein classDynMethods.UnboundMethod
-
invokeChecked
public <R> R invokeChecked(Object target, Object... args) throws Exception
- Overrides:
invokeCheckedin classDynMethods.UnboundMethod- Throws:
Exception
-
bind
public DynMethods.BoundMethod bind(Object receiver)
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()
- Overrides:
isStaticin classDynMethods.UnboundMethod- Returns:
- whether the method is a static method
-
toString
public String toString()
- Overrides:
toStringin classDynMethods.UnboundMethod
-
-