public class BindingRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
requestedConstraint |
Object |
requestedObject |
Object |
requestedScope |
RequestType |
requestType |
org.kametic.specifications.Specification<Class<?>> |
specification |
| Constructor and Description |
|---|
BindingRequest(RequestType requestType,
Object keyRequested) |
BindingRequest(RequestType requestType,
Object keyRequested,
Object requestedScope,
org.kametic.specifications.Specification<Class<?>> specification) |
BindingRequest(RequestType requestType,
Object requestedScope,
org.kametic.specifications.Specification<Class<?>> specification) |
BindingRequest(RequestType requestType,
org.kametic.specifications.Specification<Class<?>> specification) |
public final RequestType requestType
public final Object requestedObject
public Object requestedScope
public final org.kametic.specifications.Specification<Class<?>> specification
public Object requestedConstraint
public BindingRequest(RequestType requestType, Object keyRequested)
public BindingRequest(RequestType requestType, Object requestedScope, org.kametic.specifications.Specification<Class<?>> specification)
public BindingRequest(RequestType requestType, org.kametic.specifications.Specification<Class<?>> specification)
public BindingRequest(RequestType requestType, Object keyRequested, Object requestedScope, org.kametic.specifications.Specification<Class<?>> specification)
Copyright © 2012-2014. All Rights Reserved.