Class 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
    • 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)  
      • Methods inherited from class org.apache.xbean.recipe.AbstractRecipe

        create, create, create, getConstructorRecipes, getName, getNestedRecipes, getPriority, setName, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

    • 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 class org.apache.xbean.recipe.AbstractRecipe
        Throws:
        org.apache.xbean.recipe.ConstructionException