java.lang.Object | |
↳ | com.atlassian.core.util.ObjectUtils |
Some common methods used against Object objects
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
hibernateGetClassMethod |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a predicate for
isNotEmpty(Object) | |||||||||||
Gets the true class of an object, trying to use Hibernate's proxy unwrapping tools if available on the classpath.
| |||||||||||
Similar to
isNotEmpty(String) but accepts a Sttring. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a predicate for isNotEmpty(Object)
Gets the true class of an object, trying to use Hibernate's proxy unwrapping tools if available on the classpath.
Otherwise simply returns the class of the object passed in if Hibernate not on the classpath.o | The object to examine |
---|
Similar to isNotEmpty(String)
but accepts a Sttring. Type safe