Class XBeanComponentBuilder.PlexusConfigurationRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.codehaus.plexus.component.builder.XBeanComponentBuilder.PlexusConfigurationRecipe
- All Implemented Interfaces:
Serializable
,org.apache.xbean.recipe.Recipe
- Enclosing class:
- XBeanComponentBuilder<T>
private class XBeanComponentBuilder.PlexusConfigurationRecipe
extends org.apache.xbean.recipe.AbstractRecipe
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
private ConverterLookup
protected Object
internalCreate
(Type expectedType, boolean lazyRefAllowed) Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, create, create, getConstructorRecipes, getName, getNestedRecipes, getPriority, setName, toString
-
Field Details
-
child
-
-
Constructor Details
-
PlexusConfigurationRecipe
-
-
Method Details
-
canCreate
-
internalCreate
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws org.apache.xbean.recipe.ConstructionException - Specified by:
internalCreate
in classorg.apache.xbean.recipe.AbstractRecipe
- Throws:
org.apache.xbean.recipe.ConstructionException
-
createConverterLookup
-