public interface IBeanObjectCreator
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createObject(IContext context,
java.util.Map<java.lang.String,java.lang.String> rawattributes)
Create an object.
|
java.lang.Object createObject(IContext context, java.util.Map<java.lang.String,java.lang.String> rawattributes) throws java.lang.Exception
context
- The context.rawattributes
- The raw attributes.java.lang.Exception