java.io.Serializable
AbstractRecipe
, AllPropertiesRecipe
, ArrayRecipe
, CollectionRecipe
, MapRecipe
, ObjectRecipe
, ReferenceNameRecipe
, ReferenceRecipe
, StaticRecipe
, UnsetPropertiesRecipe
public interface Recipe
extends java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
boolean |
canCreate(java.lang.reflect.Type type) |
|
java.lang.Object |
create() |
|
java.lang.Object |
create(java.lang.ClassLoader classLoader) |
|
java.lang.Object |
create(java.lang.reflect.Type expectedType,
boolean lazyRefAllowed) |
|
java.util.List<Recipe> |
getConstructorRecipes() |
|
java.lang.String |
getName() |
|
java.util.List<Recipe> |
getNestedRecipes() |
|
float |
getPriority() |
java.lang.String getName()
float getPriority()
boolean canCreate(java.lang.reflect.Type type)
java.lang.Object create() throws ConstructionException
ConstructionException
java.lang.Object create(java.lang.ClassLoader classLoader) throws ConstructionException
ConstructionException
java.lang.Object create(java.lang.reflect.Type expectedType, boolean lazyRefAllowed) throws ConstructionException
ConstructionException
java.util.List<Recipe> getNestedRecipes()
java.util.List<Recipe> getConstructorRecipes()
Copyright © 2005–2018. All rights reserved.