public final class PlexusTypeBinder extends Object implements PlexusTypeListener
Constructor and Description |
---|
PlexusTypeBinder(com.google.inject.Binder binder) |
Modifier and Type | Method and Description |
---|---|
void |
hear(Annotation qualifier,
Class<?> qualifiedType,
Object source)
Invoked when the
QualifiedTypeVisitor finds a qualified type. |
void |
hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> clazz,
Object source)
Invoked when the
PlexusTypeListener finds a Plexus component. |
public void hear(Annotation qualifier, Class<?> qualifiedType, Object source)
QualifiedTypeListener
QualifiedTypeVisitor
finds a qualified type.hear
in interface QualifiedTypeListener
qualifier
- The qualifier (unused)qualifiedType
- The qualified typesource
- The source of this typeBinder.withSource(Object)
public void hear(org.codehaus.plexus.component.annotations.Component component, DeferredClass<?> clazz, Object source)
PlexusTypeListener
PlexusTypeListener
finds a Plexus component.hear
in interface PlexusTypeListener
component
- The Plexus componentclazz
- The implementationsource
- The source of this componentCopyright © 2010-2017 Sonatype, Inc.. All Rights Reserved.