Class XBeanComponentBuilder.RequirementRecipe<T>

  • All Implemented Interfaces:
    java.io.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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canCreate​(java.lang.reflect.Type expectedType)  
      protected java.lang.Object internalCreate​(java.lang.reflect.Type expectedType, boolean lazyRefAllowed)  
      java.lang.String toString()  
      • Methods inherited from class org.apache.xbean.recipe.AbstractRecipe

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

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

      • canCreate

        public boolean canCreate​(java.lang.reflect.Type expectedType)
      • 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
      • toString

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