Class 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:
    Serialized Form
    • Method Detail

      • 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