Class SimpleFinderSupport<T>

java.lang.Object
it.tidalwave.util.spi.HierarchicFinderSupport<T,Finder<T>>
it.tidalwave.util.spi.SimpleFinderSupport<T>
All Implemented Interfaces:
Finder<T>, Serializable, Cloneable

public abstract class SimpleFinderSupport<T> extends HierarchicFinderSupport<T,Finder<T>>
A starting point for implementing a custom Finder that is not an extended finder. This class provides a dummy copy constructor.
Author:
Fabrizio Giudici
See Also:
Status: draft API
  • Constructor Details

    • SimpleFinderSupport

      protected SimpleFinderSupport(@Nonnull String name)
    • SimpleFinderSupport

      protected SimpleFinderSupport(@Nonnull SimpleFinderSupport<T> other, @Nonnull Object override)