Package org.springframework.nativex.hint
Class ProxyBits
- java.lang.Object
-
- org.springframework.nativex.hint.ProxyBits
-
public class ProxyBits extends java.lang.ObjectSpecifies 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(java.lang.Object that)static ProxyBitsforBits(int... bits)static ProxyBitsforValue(int value)intgetValue()inthashCode()static booleanisSet(int value, int mask)java.lang.StringtoString()static java.lang.StringtoString(java.lang.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
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
forValue
public static final ProxyBits forValue(int value)
-
forBits
public static final ProxyBits forBits(int... bits)
-
toString
public static java.lang.String toString(java.lang.Integer value)
-
getValue
public int getValue()
-
isSet
public static boolean isSet(int value, int mask)
-
-