Uses of Class
org.apache.parquet.util.DynMethods.StaticMethod
-
Packages that use DynMethods.StaticMethod Package Description org.apache.parquet.util -
-
Uses of DynMethods.StaticMethod in org.apache.parquet.util
Methods in org.apache.parquet.util that return DynMethods.StaticMethod Modifier and Type Method Description DynMethods.StaticMethodDynMethods.UnboundMethod. asStatic()Returns this method as a StaticMethod.DynMethods.StaticMethodDynMethods.Builder. buildStatic()Returns the first valid implementation as a StaticMethod or throws a RuntimeException if there is none.DynMethods.StaticMethodDynMethods.Builder. buildStaticChecked()Returns the first valid implementation as a StaticMethod or throws a NoSuchMethodException if there is none.
-