io.nuun.kernel.api.plugin.request
Class BindingRequest

java.lang.Object
  extended by io.nuun.kernel.api.plugin.request.BindingRequest

public class BindingRequest
extends Object

Author:
Epo Jemba

Field Summary
 Object requestedConstraint
           
 Object requestedObject
           
 Object requestedScope
           
 RequestType requestType
           
 org.kametic.specifications.Specification<Class<?>> specification
           
 
Constructor Summary
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)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestType

public final RequestType requestType

requestedObject

public final Object requestedObject

requestedScope

public Object requestedScope

specification

public final org.kametic.specifications.Specification<Class<?>> specification

requestedConstraint

public Object requestedConstraint
Constructor Detail

BindingRequest

public BindingRequest(RequestType requestType,
                      Object keyRequested)

BindingRequest

public BindingRequest(RequestType requestType,
                      Object requestedScope,
                      org.kametic.specifications.Specification<Class<?>> specification)

BindingRequest

public BindingRequest(RequestType requestType,
                      org.kametic.specifications.Specification<Class<?>> specification)

BindingRequest

public BindingRequest(RequestType requestType,
                      Object keyRequested,
                      Object requestedScope,
                      org.kametic.specifications.Specification<Class<?>> specification)


Copyright © 2012-2015. All Rights Reserved.