- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for hasPropertyDesc (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/core/beans/impl/BeanDescImpl.java
return (Class<T>) beanClass; } @Override public Map<TypeVariable<?>, Type> getTypeVariables() { return typeVariables; } @Override public boolean hasPropertyDesc(final String propertyName) { assertArgumentNotEmpty("propertyName", propertyName); return propertyDescCache.get(propertyName) != null; } @Override
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 25.8K bytes - Click Count (1) -
src/main/java/org/codelibs/core/beans/BeanDesc.java
* * @param propertyName * The property name. Must not be {@literal null} or empty string * @return Whether the {@link PropertyDesc} exists */ boolean hasPropertyDesc(String propertyName); /** * Returns the {@link PropertyDesc}. * * @param propertyName * The property name. Must not be {@literal null} or empty stringCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 24 01:52:43 GMT 2025 - 7.9K bytes - Click Count (0)