Examples of MethodKey


Examples of com.fasterxml.classmate.util.MethodKey

                // First: ignore methods caller is not interested
                if (_methodFilter != null && !_methodFilter.include(method)) {
                    continue;
                }

                MethodKey key = method.createKey();
                ResolvedMethod old = methods.get(key);
               
                // Ok, now, mix-ins only contribute annotations; whereas 'real' types methods
                if (type.isMixin()) { // mix-in: only get annotations
                    for (Annotation ann : method.getAnnotations()) {
View Full Code Here

Examples of com.fasterxml.classmate.util.MethodKey

    public MethodKey createKey()
    {
        String name = _method.getName();
        Class<?>[] argTypes = _method.getParameterTypes(); // return of Method#getParameterTypes will never be null
        return new MethodKey(name, argTypes);
    }
View Full Code Here

Examples of com.fasterxml.classmate.util.MethodKey

                // First: ignore methods caller is not interested
                if (_methodFilter != null && !_methodFilter.include(method)) {
                    continue;
                }

                MethodKey key = method.createKey();
                ResolvedMethod old = methods.get(key);
               
                // Ok, now, mix-ins only contribute annotations; whereas 'real' types methods
                if (type.isMixin()) { // mix-in: only get annotations
                    for (Annotation ann : method.getAnnotations()) {
View Full Code Here

Examples of com.liferay.portal.kernel.util.MethodKey

public class WarrantUserUniqueIdLocalServiceClp
  implements WarrantUserUniqueIdLocalService {
  public WarrantUserUniqueIdLocalServiceClp(ClassLoaderProxy classLoaderProxy) {
    _classLoaderProxy = classLoaderProxy;

    _addWarrantUserUniqueIdMethodKey0 = new MethodKey(_classLoaderProxy.getClassName(),
        "addWarrantUserUniqueId",
        com.warrantchange.model.WarrantUserUniqueId.class);

    _createWarrantUserUniqueIdMethodKey1 = new MethodKey(_classLoaderProxy.getClassName(),
        "createWarrantUserUniqueId", long.class);

    _deleteWarrantUserUniqueIdMethodKey2 = new MethodKey(_classLoaderProxy.getClassName(),
        "deleteWarrantUserUniqueId", long.class);

    _deleteWarrantUserUniqueIdMethodKey3 = new MethodKey(_classLoaderProxy.getClassName(),
        "deleteWarrantUserUniqueId",
        com.warrantchange.model.WarrantUserUniqueId.class);

    _dynamicQueryMethodKey4 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class);

    _dynamicQueryMethodKey5 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class,
        int.class, int.class);

    _dynamicQueryMethodKey6 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class,
        int.class, int.class,
        com.liferay.portal.kernel.util.OrderByComparator.class);

    _dynamicQueryCountMethodKey7 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQueryCount",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class);

    _fetchWarrantUserUniqueIdMethodKey8 = new MethodKey(_classLoaderProxy.getClassName(),
        "fetchWarrantUserUniqueId", long.class);

    _getWarrantUserUniqueIdMethodKey9 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrantUserUniqueId", long.class);

    _getPersistedModelMethodKey10 = new MethodKey(_classLoaderProxy.getClassName(),
        "getPersistedModel", java.io.Serializable.class);

    _getWarrantUserUniqueIdsMethodKey11 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrantUserUniqueIds", int.class, int.class);

    _getWarrantUserUniqueIdsCountMethodKey12 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrantUserUniqueIdsCount");

    _updateWarrantUserUniqueIdMethodKey13 = new MethodKey(_classLoaderProxy.getClassName(),
        "updateWarrantUserUniqueId",
        com.warrantchange.model.WarrantUserUniqueId.class);

    _updateWarrantUserUniqueIdMethodKey14 = new MethodKey(_classLoaderProxy.getClassName(),
        "updateWarrantUserUniqueId",
        com.warrantchange.model.WarrantUserUniqueId.class, boolean.class);

    _getBeanIdentifierMethodKey15 = new MethodKey(_classLoaderProxy.getClassName(),
        "getBeanIdentifier");

    _setBeanIdentifierMethodKey16 = new MethodKey(_classLoaderProxy.getClassName(),
        "setBeanIdentifier", java.lang.String.class);

    _findByuniqueIdMethodKey17 = new MethodKey(_classLoaderProxy.getClassName(),
        "findByuniqueId", java.lang.String.class);
  }
View Full Code Here

Examples of com.liferay.portal.kernel.util.MethodKey

public class WarrantUserEmailLogLocalServiceClp
  implements WarrantUserEmailLogLocalService {
  public WarrantUserEmailLogLocalServiceClp(ClassLoaderProxy classLoaderProxy) {
    _classLoaderProxy = classLoaderProxy;

    _addWarrantUserEmailLogMethodKey0 = new MethodKey(_classLoaderProxy.getClassName(),
        "addWarrantUserEmailLog",
        com.warrantchange.model.WarrantUserEmailLog.class);

    _createWarrantUserEmailLogMethodKey1 = new MethodKey(_classLoaderProxy.getClassName(),
        "createWarrantUserEmailLog", long.class);

    _deleteWarrantUserEmailLogMethodKey2 = new MethodKey(_classLoaderProxy.getClassName(),
        "deleteWarrantUserEmailLog", long.class);

    _deleteWarrantUserEmailLogMethodKey3 = new MethodKey(_classLoaderProxy.getClassName(),
        "deleteWarrantUserEmailLog",
        com.warrantchange.model.WarrantUserEmailLog.class);

    _dynamicQueryMethodKey4 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class);

    _dynamicQueryMethodKey5 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class,
        int.class, int.class);

    _dynamicQueryMethodKey6 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class,
        int.class, int.class,
        com.liferay.portal.kernel.util.OrderByComparator.class);

    _dynamicQueryCountMethodKey7 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQueryCount",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class);

    _fetchWarrantUserEmailLogMethodKey8 = new MethodKey(_classLoaderProxy.getClassName(),
        "fetchWarrantUserEmailLog", long.class);

    _getWarrantUserEmailLogMethodKey9 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrantUserEmailLog", long.class);

    _getPersistedModelMethodKey10 = new MethodKey(_classLoaderProxy.getClassName(),
        "getPersistedModel", java.io.Serializable.class);

    _getWarrantUserEmailLogsMethodKey11 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrantUserEmailLogs", int.class, int.class);

    _getWarrantUserEmailLogsCountMethodKey12 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrantUserEmailLogsCount");

    _updateWarrantUserEmailLogMethodKey13 = new MethodKey(_classLoaderProxy.getClassName(),
        "updateWarrantUserEmailLog",
        com.warrantchange.model.WarrantUserEmailLog.class);

    _updateWarrantUserEmailLogMethodKey14 = new MethodKey(_classLoaderProxy.getClassName(),
        "updateWarrantUserEmailLog",
        com.warrantchange.model.WarrantUserEmailLog.class, boolean.class);

    _getBeanIdentifierMethodKey15 = new MethodKey(_classLoaderProxy.getClassName(),
        "getBeanIdentifier");

    _setBeanIdentifierMethodKey16 = new MethodKey(_classLoaderProxy.getClassName(),
        "setBeanIdentifier", java.lang.String.class);
  }
View Full Code Here

Examples of com.liferay.portal.kernel.util.MethodKey

*/
public class WarrantLocalServiceClp implements WarrantLocalService {
  public WarrantLocalServiceClp(ClassLoaderProxy classLoaderProxy) {
    _classLoaderProxy = classLoaderProxy;

    _addWarrantMethodKey0 = new MethodKey(_classLoaderProxy.getClassName(),
        "addWarrant", com.warrantchange.model.Warrant.class);

    _createWarrantMethodKey1 = new MethodKey(_classLoaderProxy.getClassName(),
        "createWarrant", long.class);

    _deleteWarrantMethodKey2 = new MethodKey(_classLoaderProxy.getClassName(),
        "deleteWarrant", long.class);

    _deleteWarrantMethodKey3 = new MethodKey(_classLoaderProxy.getClassName(),
        "deleteWarrant", com.warrantchange.model.Warrant.class);

    _dynamicQueryMethodKey4 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class);

    _dynamicQueryMethodKey5 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class,
        int.class, int.class);

    _dynamicQueryMethodKey6 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQuery",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class,
        int.class, int.class,
        com.liferay.portal.kernel.util.OrderByComparator.class);

    _dynamicQueryCountMethodKey7 = new MethodKey(_classLoaderProxy.getClassName(),
        "dynamicQueryCount",
        com.liferay.portal.kernel.dao.orm.DynamicQuery.class);

    _fetchWarrantMethodKey8 = new MethodKey(_classLoaderProxy.getClassName(),
        "fetchWarrant", long.class);

    _getWarrantMethodKey9 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrant", long.class);

    _getPersistedModelMethodKey10 = new MethodKey(_classLoaderProxy.getClassName(),
        "getPersistedModel", java.io.Serializable.class);

    _getWarrantsMethodKey11 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrants", int.class, int.class);

    _getWarrantsCountMethodKey12 = new MethodKey(_classLoaderProxy.getClassName(),
        "getWarrantsCount");

    _updateWarrantMethodKey13 = new MethodKey(_classLoaderProxy.getClassName(),
        "updateWarrant", com.warrantchange.model.Warrant.class);

    _updateWarrantMethodKey14 = new MethodKey(_classLoaderProxy.getClassName(),
        "updateWarrant", com.warrantchange.model.Warrant.class,
        boolean.class);

    _getBeanIdentifierMethodKey15 = new MethodKey(_classLoaderProxy.getClassName(),
        "getBeanIdentifier");

    _setBeanIdentifierMethodKey16 = new MethodKey(_classLoaderProxy.getClassName(),
        "setBeanIdentifier", java.lang.String.class);

    _addWarrantMethodKey17 = new MethodKey(_classLoaderProxy.getClassName(),
        "addWarrant", long.class, java.lang.String.class, int.class,
        double.class);

    _updateWarrantMethodKey18 = new MethodKey(_classLoaderProxy.getClassName(),
        "updateWarrant", long.class, java.lang.String.class, int.class,
        double.class);

    _findWarrantsMethodKey19 = new MethodKey(_classLoaderProxy.getClassName(),
        "findWarrants", int.class, int.class);

    _cleanUpWarrantsDeletedBeforeMethodKey20 = new MethodKey(_classLoaderProxy.getClassName(),
        "cleanUpWarrantsDeletedBefore", java.util.Date.class);

    _findWarrantsMethodKey21 = new MethodKey(_classLoaderProxy.getClassName(),
        "findWarrants");

    _findWarrantsByCreateDateMethodKey22 = new MethodKey(_classLoaderProxy.getClassName(),
        "findWarrantsByCreateDate", java.util.Date.class,
        java.util.Date.class);

    _userHasWarrantMethodKey23 = new MethodKey(_classLoaderProxy.getClassName(),
        "userHasWarrant", long.class);
  }
View Full Code Here

Examples of net.sf.joafip.store.entity.proxy.MethodKey

  private void addMethodToCreate(final Set<MethodKey> methodsSet,
      final List<Method> methodsList, final Method method) {
    final int modifiers = method.getModifiers();
    if (isEnhancable(method) && Modifier.isAbstract(modifiers)) {
      final MethodKey methodKey = new MethodKey(method);// NOPMD
      if (!methodsSet.contains(methodKey)) {// NOPMD
        methodsSet.add(methodKey);
        methodsList.add(method);
      }
    }
View Full Code Here

Examples of net.sf.joafip.store.entity.proxy.MethodKey

        throw new EnhanceException("can not enhance: method of \""
            + method.toString() + "\" is final and is public: "
            + method);
      }
      if (!finalMethod) {
        final MethodKey methodKey = new MethodKey(method);// NOPMD
        if (!methodsSet.contains(methodKey)) {// NOPMD
          methodsSet.add(methodKey);
          methodsList.add(method);
        }
      }
View Full Code Here

Examples of org.apache.camel.guice.support.internal.MethodKey

                        }
                    }

                    Method[] methods = type.getDeclaredMethods();
                    for (final Method method : methods) {
                        MethodKey key = new MethodKey(method);
                        if (boundMethods.get(key) == null) {
                            boundMethods.put(key, method);
                            bindAnnotationInjectionToMember(encounter,
                                    startType, method);
                        }
View Full Code Here

Examples of org.apache.camel.guice.support.internal.MethodKey

                break;
            }

            Method[] methods = type.getDeclaredMethods();
            for (final Method method : methods) {
                MethodKey key = new MethodKey(method);
                if (boundMethods.get(key) == null) {
                    boundMethods.put(key, method);
                    answer.add(method);
                }
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.