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