Searched refs:canCreateFromLong (Results 1 – 4 of 4) sorted by relevance
117 || canCreateFromInt() || canCreateFromLong() in canInstantiate()140 public boolean canCreateFromLong() { return false; } in canCreateFromLong() method in ValueInstantiator531 public boolean canCreateFromLong() { return delegate().canCreateFromLong(); } in canCreateFromLong() method in ValueInstantiator.Delegating
201 public boolean canCreateFromLong() { in canCreateFromLong() method in StdValueInstantiator246 || canCreateFromInt() || canCreateFromLong() in canInstantiate()
292 if (inst.canCreateFromLong()) { in _deserializeFromString()
505 public boolean canCreateFromLong() { return true; } in testBeanFromLong()