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 PlexusConfigurationchild
-
Constructor Summary
Constructors Constructor Description PlexusConfigurationRecipe(PlexusConfiguration child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanCreate(java.lang.reflect.Type type)private ConverterLookupcreateConverterLookup()protected java.lang.ObjectinternalCreate(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:
internalCreatein classorg.apache.xbean.recipe.AbstractRecipe- Throws:
org.apache.xbean.recipe.ConstructionException
-
createConverterLookup
private ConverterLookup createConverterLookup()
-
-