Package it.tidalwave.util.spi
Interface AsDelegateProvider
-
- All Known Implementing Classes:
EmptyAsDelegateProvider
public interface AsDelegateProvider- Version:
- $Id$
- Author:
- Fabrizio Giudici
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAsDelegateProvider.Locator
-
Field Summary
Fields Modifier and Type Field Description static Class<AsDelegateProvider>AsDelegateProvider
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsDelegatecreateAsDelegate(Object datum)
-
-
-
Field Detail
-
AsDelegateProvider
static final Class<AsDelegateProvider> AsDelegateProvider
-
-
Method Detail
-
createAsDelegate
@Nonnull AsDelegate createAsDelegate(@Nonnull Object datum)
-
-