- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for propertyName (1.05 sec)
-
src/main/java/org/codelibs/core/exception/IllegalPropertyRuntimeException.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/ConverterRuntimeException.java
super("ECL0097", asArray(propertyName, value, cause), cause); this.propertyName = propertyName; this.value = value; } /** * Returns the property name. * * @return Property name */ public String getPropertyName() { return propertyName; } /**
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/PropertyNotFoundRuntimeException.java
*/ private final String propertyName; /** * Returns a {@link PropertyNotFoundRuntimeException}. * * @param targetClass the target class * @param propertyName the property name */ public PropertyNotFoundRuntimeException(final Class<?> targetClass, final String propertyName) { super("ECL0065", asArray(targetClass.getName(), propertyName)); this.targetClass = targetClass;Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/BeanDesc.java
* Returns whether the {@link PropertyDesc} exists. * * @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 stringRegistered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 24 01:52:43 UTC 2025 - 7.9K bytes - Viewed (0)