Class StaticRecipe

  • All Implemented Interfaces:
    java.io.Serializable, Recipe

    public final class StaticRecipe
    extends java.lang.Object
    implements Recipe
    Deprecated.
    The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4
    Version:
    $Rev$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object object
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticRecipe​(java.lang.Object object)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean canCreate​(java.lang.reflect.Type type)
      Deprecated.
       
      java.lang.Object create()
      Deprecated.
       
      java.lang.Object create​(java.lang.ClassLoader classLoader)
      Deprecated.
       
      java.lang.Object create​(java.lang.reflect.Type expectedType, boolean lazyRefAllowed)
      Deprecated.
       
      java.util.List<Recipe> getConstructorRecipes()
      Deprecated.
       
      java.lang.String getName()
      Deprecated.
       
      java.util.List<Recipe> getNestedRecipes()
      Deprecated.
       
      float getPriority()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait