Uses of Class
org.springframework.nativex.hint.AccessBits
-
Packages that use AccessBits Package Description org.springframework.nativex.hint Allow to specify native configuration via annotated hints. -
-
Uses of AccessBits in org.springframework.nativex.hint
Methods in org.springframework.nativex.hint that return AccessBits Modifier and Type Method Description static AccessBits
AccessBits. forBits(int... bits)
Deprecated.static AccessBits
AccessBits. forValue(int value)
Deprecated.static AccessBits
AccessBits. fromTypeAccess(TypeAccess... accesses)
Deprecated.AccessBits
AccessBits. with(AccessBits accessRequired)
Deprecated.Methods in org.springframework.nativex.hint with parameters of type AccessBits Modifier and Type Method Description boolean
AccessBits. hasAccess(AccessBits accessBitsToCheck)
Deprecated.AccessBits
AccessBits. with(AccessBits accessRequired)
Deprecated.
-