protected static class StereotypeByProfileCache.AbstractStereotypeWrapper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStereotypeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.Boolean |
toBoolean(java.lang.Object o) |
protected static java.lang.Double |
toDouble(java.lang.Object o) |
protected static java.lang.Integer |
toInteger(java.lang.Object o) |
protected static java.lang.String |
toString(java.lang.Object o) |
@CheckForNull
protected static java.lang.Integer toInteger(@CheckForNull
java.lang.Object o)
@CheckForNull
protected static java.lang.Boolean toBoolean(@CheckForNull
java.lang.Object o)
@CheckForNull
protected static java.lang.String toString(@CheckForNull
java.lang.Object o)
@CheckForNull
protected static java.lang.Double toDouble(@CheckForNull
java.lang.Object o)