Class AutoSuggestDataEndpoint.MappedDataSet

java.lang.Object
com.foreach.across.modules.entity.autosuggest.AutoSuggestDataEndpoint.MappedDataSet
Enclosing class:
AutoSuggestDataEndpoint

public class AutoSuggestDataEndpoint.MappedDataSet extends Object
Wraps a regular SimpleAutoSuggestDataSet with endpoint identification data.
  • Method Details

    • suggestionsUrl

      public String suggestionsUrl()
    • suggestionsUriComponents

      public org.springframework.web.util.UriComponentsBuilder suggestionsUriComponents()
    • prefetchUrl

      public String prefetchUrl()
    • prefetchUriComponents

      public org.springframework.web.util.UriComponentsBuilder prefetchUriComponents()
    • isPrefetchSupported

      public boolean isPrefetchSupported()
    • getId

      public String getId()
    • getDataSet

      public AutoSuggestDataSet getDataSet()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object