- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for targetClass (0.07 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy
} plugin.extends.each { Element e -> def targetClass = e.'@targetClass' if (!targetClass) { throw new RuntimeException("No targetClass specified for extension provided by plugin '$pluginId'.") } def extension = extensions[targetClass] if (!extension) {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 9.8K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/impl/BeanDescImpl.java
* * @param targetClass * the target class */ private void setupFieldDescsByClass(final Class<?> targetClass) { addFieldDescs(targetClass); for (final Class<?> intf : targetClass.getInterfaces()) { setupFieldDescsByInterface(intf); } final Class<?> superClass = targetClass.getSuperclass();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/lang/FieldUtil.java
valueClass == null ? null : valueClass.getName(), valueClass == null ? null : valueClass.getClassLoader(), value, targetClass == null ? null : targetClass.getName(), targetClass == null ? null : targetClass.getClassLoader()), e); } } /** * Checks if the given field is an instance field. *
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 9.8K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Jul 05 00:11:05 GMT 2025 - 17.5K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/impl/PropertyDescImpl.java
valueClass == null ? null : valueClass.getClassLoader(), convertedValue, targetClass == null ? null : targetClass.getName(), targetClass == null ? null : targetClass.getClassLoader() }).initCause(t); } } else { FieldUtil.set(field, target, convertedValue); }
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 24 01:52:43 GMT 2025 - 15.1K bytes - Click Count (0)