Uses of Enum Class
org.aksw.commons.beans.model.MethodHandleLookup
Packages that use MethodHandleLookup
-
Uses of MethodHandleLookup in org.aksw.commons.beans.model
Subclasses with type arguments of type MethodHandleLookup in org.aksw.commons.beans.modelModifier and TypeClassDescriptionenumCopy/paste from https://github.com/spring-projects/spring-data-commons/blob/2.1.8.RELEASE/src/main/java/org/springframework/data/projection/DefaultMethodInvokingMethodInterceptor.javaMethods in org.aksw.commons.beans.model that return MethodHandleLookupModifier and TypeMethodDescriptionstatic MethodHandleLookupMethodHandleLookup.getMethodHandleLookup()Obtain the first availableMethodHandleLookup.static MethodHandleLookupReturns the enum constant of this class with the specified name.static MethodHandleLookup[]MethodHandleLookup.values()Returns an array containing the constants of this enum class, in the order they are declared.