Uses of Class
io.nuun.kernel.api.plugin.request.RequestType

Packages that use RequestType
io.nuun.kernel.api.plugin.request   
 

Uses of RequestType in io.nuun.kernel.api.plugin.request
 

Fields in io.nuun.kernel.api.plugin.request declared as RequestType
 RequestType ClasspathScanRequest.requestType
           
 RequestType BindingRequest.requestType
           
 

Methods in io.nuun.kernel.api.plugin.request that return RequestType
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in io.nuun.kernel.api.plugin.request with parameters of type RequestType
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)
           
ClasspathScanRequest(RequestType requestType, Object keyRequested)
           
 



Copyright © 2012-2015. All Rights Reserved.