Package org.refcodes.component
Interface DigesterComponent<J>
-
- Type Parameters:
J
- the generic type
- All Superinterfaces:
Component
,Destroyable
,Digester<J>
public interface DigesterComponent<J> extends Digester<J>, Component
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.component.Destroyable
Destroyable.DestroyAutomaton
-
-
Method Summary
-
Methods inherited from interface org.refcodes.component.Destroyable
destroy
-
Methods inherited from interface org.refcodes.component.Digester
digest, digestUnchecked
-
-