Class XBeanComponentBuilder.PlexusConfigurationRecipe
- java.lang.Object
-
- org.apache.xbean.recipe.AbstractRecipe
-
- org.codehaus.plexus.component.builder.XBeanComponentBuilder.PlexusConfigurationRecipe
-
- All Implemented Interfaces:
java.io.Serializable
,org.apache.xbean.recipe.Recipe
- Enclosing class:
- XBeanComponentBuilder<T>
private class XBeanComponentBuilder.PlexusConfigurationRecipe extends org.apache.xbean.recipe.AbstractRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private PlexusConfiguration
child
-
Constructor Summary
Constructors Constructor Description PlexusConfigurationRecipe(PlexusConfiguration child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canCreate(java.lang.reflect.Type type)
private ConverterLookup
createConverterLookup()
protected java.lang.Object
internalCreate(java.lang.reflect.Type expectedType, boolean lazyRefAllowed)
-
-
-
Field Detail
-
child
private final PlexusConfiguration child
-
-
Constructor Detail
-
PlexusConfigurationRecipe
public PlexusConfigurationRecipe(PlexusConfiguration child)
-
-
Method Detail
-
canCreate
public boolean canCreate(java.lang.reflect.Type type)
-
internalCreate
protected java.lang.Object internalCreate(java.lang.reflect.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
private ConverterLookup createConverterLookup()
-
-