Class XBeanComponentBuilder.RequirementRecipe<T>

java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.codehaus.plexus.component.builder.XBeanComponentBuilder.RequirementRecipe<T>
All Implemented Interfaces:
Serializable, org.apache.xbean.recipe.Recipe
Enclosing class:
XBeanComponentBuilder<T>

public static class XBeanComponentBuilder.RequirementRecipe<T> extends org.apache.xbean.recipe.AbstractRecipe
See Also:
  • Constructor Details

  • Method Details

    • canCreate

      public boolean canCreate(Type expectedType)
    • internalCreate

      protected Object internalCreate(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
    • toString

      public String toString()
      Overrides:
      toString in class org.apache.xbean.recipe.AbstractRecipe