public static class XBeanComponentBuilder.RequirementRecipe<T>
extends org.apache.xbean.recipe.AbstractRecipe
Constructor and Description |
---|
RequirementRecipe(ComponentDescriptor<T> componentDescriptor,
ComponentRequirement requirement,
MutablePlexusContainer container,
boolean autoMatch) |
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(java.lang.reflect.Type expectedType) |
protected java.lang.Object |
internalCreate(java.lang.reflect.Type expectedType,
boolean lazyRefAllowed) |
java.lang.String |
toString() |
public RequirementRecipe(ComponentDescriptor<T> componentDescriptor, ComponentRequirement requirement, MutablePlexusContainer container, boolean autoMatch)
public boolean canCreate(java.lang.reflect.Type expectedType)
protected java.lang.Object internalCreate(java.lang.reflect.Type expectedType, boolean lazyRefAllowed) throws org.apache.xbean.recipe.ConstructionException
internalCreate
in class org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.ConstructionException
public java.lang.String toString()
toString
in class org.apache.xbean.recipe.AbstractRecipe