Uses of Enum
org.apache.flink.table.types.extraction.ExtractionUtils.Autoboxing
Packages that use ExtractionUtils.Autoboxing
-
Uses of ExtractionUtils.Autoboxing in org.apache.flink.table.types.extraction
Methods in org.apache.flink.table.types.extraction that return ExtractionUtils.AutoboxingModifier and TypeMethodDescriptionstatic ExtractionUtils.AutoboxingReturns the enum constant of this type with the specified name.static ExtractionUtils.Autoboxing[]ExtractionUtils.Autoboxing.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.types.extraction with parameters of type ExtractionUtils.AutoboxingModifier and TypeMethodDescriptionstatic booleanExtractionUtils.isAssignable(Class<?> cls, Class<?> toClass, ExtractionUtils.Autoboxing autoboxing) Checks if oneClasscan be assigned to a variable of anotherClass.static booleanExtractionUtils.isInvokable(ExtractionUtils.Autoboxing autoboxing, Executable executable, Class<?>... classes) Checks whether a method/constructor can be called with the given argument classes.