Package org.hcjf.utils.bson
Interface BsonCustomBuilderLayer<P extends BsonParcelable>
-
- All Superinterfaces:
java.lang.reflect.InvocationHandler,LayerInterface
- All Known Implementing Classes:
ParameterizedQuery.ParameterizedQueryBsonCustomBuilderLayer,QueryBsonBuilderLayer
public interface BsonCustomBuilderLayer<P extends BsonParcelable> extends LayerInterface
This kind of layers provides a custom way to create a instance from a bson document.- Author:
- javaito
-
-
Method Summary
-
Methods inherited from interface org.hcjf.layers.LayerInterface
getImplName, getRegex, isDistributed, isPlugin, isStateful
-
-
-
-
Method Detail
-
create
P create(org.hcjf.bson.BsonDocument document)
Returns a parcelable instance from a bson document.- Parameters:
document- Bson document.- Returns:
- Bson parcelable instance.
-
-