Package 

Interface AliasResolutionService

    • Method Summary

      Modifier and Type Method Description
      abstract String resolve(Class<?> parentClass, String alias) Resolve the given alias to the name of the field present in the given Class.
      • Methods inherited from class com.weedow.spring.data.search.alias.AliasResolutionService

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • resolve

         abstract String resolve(Class<?> parentClass, String alias)

        Resolve the given alias to the name of the field present in the given Class.

        If the field name related to the alias is not found, the method returns the given alias.

        Parameters:
        parentClass - Class where to find the field
        alias - alias to be resolved