Package org.springframework.nativex.hint
Class ProxyBits
- java.lang.Object
-
- org.springframework.nativex.hint.ProxyBits
-
public class ProxyBits extends Object
Specifies the special behaviours that need to supported by class proxies when they are generated.- Author:
- Andy Clement
-
-
Field Summary
Fields Modifier and Type Field Description static intEXPOSE_PROXYstatic intIS_FROZENstatic intIS_OPAQUEstatic intIS_STATICstatic intNONE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)static ProxyBitsforBits(int... bits)static ProxyBitsforValue(int value)intgetValue()inthashCode()static booleanisSet(int value, int mask)StringtoString()static StringtoString(Integer value)ProxyBitswith(ProxyBits accessRequired)
-
-
-
Field Detail
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
EXPOSE_PROXY
public static final int EXPOSE_PROXY
- See Also:
- Constant Field Values
-
IS_STATIC
public static final int IS_STATIC
- See Also:
- Constant Field Values
-
IS_FROZEN
public static final int IS_FROZEN
- See Also:
- Constant Field Values
-
IS_OPAQUE
public static final int IS_OPAQUE
- See Also:
- Constant Field Values
-
-